-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: nopayloadclient service #1428
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Dmitry Kalinkin <[email protected]>
for more information, see https://pre-commit.ci
Capybara summary for PR 1428 |
POSTGRES_DB: dbname | ||
POSTGRES_USER: login | ||
POSTGRES_PASSWORD: password | ||
POSTGRES_HOST: localhost | ||
POSTGRES_PORT: 5432 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can move env
up to job scope.
"base_url": "localhost:8000", | ||
"api_res": "/api/cdb_rest/", | ||
"write_dir": "/tmp/remote_pl_store/", | ||
"read_dir_list": ["/tmp/remote_pl_store/", "/cvmfs/place/holder/"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove place holder.
Quality Gate passedIssues Measures |
Briefly, what does this PR introduce?
This PR adds a non-functional nopayloadclient servide to talk to the HSF CDB reference implementation. It doesn't do anything (yet), just demonstrates correct linking and client creation.
TODO:
What kind of change does this PR introduce?
Please check if this PR fulfills the following:
Does this PR introduce breaking changes? What changes might users need to make to their code?
No.
Does this PR change default behavior?
No.