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

Add api for database hosts #159

Merged
merged 10 commits into from
May 15, 2024
Merged

Conversation

Boy132
Copy link
Member

@Boy132 Boy132 commented Apr 26, 2024

Adds the following new endpoints to the application api:

Endpoint Description
GET /api/application/database-hosts list all database hosts
GET /api/application/database-hosts/{database_host} view a specific database host
POST /api/application/database-hosts create a database host
PATCH /api/application/database-hosts/{database_host} update a specific database host
DELETE /api/application/database-hosts/{database_host} delete a specific database host

Also adds a node include parameter to the database host transformer.

@Boy132 Boy132 force-pushed the feature/database-host-api branch from eedafc6 to 6f82c4f Compare April 28, 2024 16:48
@lancepioch lancepioch force-pushed the main branch 3 times, most recently from 73cdd0c to f17ac6f Compare May 7, 2024 02:05
Copy link
Contributor

github-actions bot commented May 7, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@iamkubi iamkubi merged commit afd9f2e into pelican-dev:main May 15, 2024
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 15, 2024
@Boy132 Boy132 deleted the feature/database-host-api branch May 15, 2024 14:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants