Skip to content
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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

feat: nopayloadclient service #1428

wants to merge 10 commits into from

Conversation

wdconinc
Copy link
Contributor

@wdconinc wdconinc commented May 8, 2024

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?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

@veprbl veprbl added this to the 24.06.0 milestone May 10, 2024
Comment on lines +679 to +683
POSTGRES_DB: dbname
POSTGRES_USER: login
POSTGRES_PASSWORD: password
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
Copy link
Contributor Author

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/"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove place holder.

@veprbl veprbl modified the milestones: 24.06.0, 24.07.0 Jun 3, 2024
@veprbl veprbl modified the milestones: 24.07.0, 24.08.0 Jul 1, 2024
Copy link

sonarcloud bot commented Jul 2, 2024

@veprbl veprbl modified the milestones: 24.08.0, 24.09.0 Aug 5, 2024
@veprbl veprbl modified the milestones: 24.09.0, 24.10.0 Aug 27, 2024
@veprbl veprbl removed this from the 24.10.0 milestone Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants