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

Finish the APIs related with ssh-key #51

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Finish the APIs related with ssh-key #51

merged 2 commits into from
Sep 25, 2024

Conversation

Kaiser-Yang
Copy link
Contributor

We finish the APIs related with ssh-key, including the following APIs:

  • Upload a ssh-key
  • Delete a ssh-key
  • Get ssh-keys with pagination
  • Update a ssh-key

We use spring transaction to ensure the atomicity of the operations.

See #32.

@Kaiser-Yang Kaiser-Yang added the feature A new feature label Sep 24, 2024
@Kaiser-Yang Kaiser-Yang force-pushed the kaiser-crud branch 3 times, most recently from c4ae6be to eec7079 Compare September 24, 2024 11:51
database/constraint/all_column_constraint.sql Outdated Show resolved Hide resolved
database/table/t_ssh_key.sql Outdated Show resolved Hide resolved
database/table/t_ssh_key.sql Outdated Show resolved Hide resolved
src/main/java/edu/cmipt/gcs/constant/GitConstant.java Outdated Show resolved Hide resolved
src/main/java/edu/cmipt/gcs/filter/JwtFilter.java Outdated Show resolved Hide resolved
We finish the APIs related with ssh-key, including the following APIs:
* Upload a ssh-key
* Delete a ssh-key
* Get ssh-keys with pagination
* Update a ssh-key

We use spring transaction to ensure the atomicity of the operations.

See #32.
@Kaiser-Yang Kaiser-Yang merged commit ca8da81 into develop Sep 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants