Releases: CMIPT/gcs-back-end
Releases · CMIPT/gcs-back-end
v0.1.2
What's Changed
- Fix a bug, can not get repo details as collaborators by @Kaiser-Yang in #126
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Automatically deploy front-end when code found by @Kaiser-Yang in #124
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Add docker creator and format action by @Kaiser-Yang in #1
- Initialize the project by @Quentin9922 in #2
- Provide Python scripts to process Json files by @luckygalaxy666 in #6
- Add spring-doc for restful api by @Kaiser-Yang in #7
- Build the initial database script by @Quentin9922 in #3
- Finish part of the deploy script by @Kaiser-Yang in #9
- Add MIT license and developers info by @Kaiser-Yang in #13
- Substitute the Sys V init with systemd by @Kaiser-Yang in #15
- Remove unused dependency and add doc for configuration by @Kaiser-Yang in #22
- Add command_checker and setup_logger to script/deploy_helper.py by @ajiankexx in #17
- Finish the script for deploying in docker by @Kaiser-Yang in #24
- Refactor the database script by @Quentin9922 in #23
- Finish the deploy script for database by @Kaiser-Yang in #25
- Configure datasource and mybatis-plus by @Kaiser-Yang in #29
- Update the primary key of database by @Quentin9922 in #31
- Finish the example for creating a user by @Kaiser-Yang in #33
- Add an example for validation by @Kaiser-Yang in #34
- User record to define the DTO object by @Kaiser-Yang in #35
- Add filter for authentication and authorization by @Kaiser-Yang in #37
- Update the processing of error messages by @Kaiser-Yang in #38
- Add configuration for CORS by @Kaiser-Yang in #39
- Add function to get user info by name by @Kaiser-Yang in #41
- Add function for checking the info validity by @Kaiser-Yang in #42
- Add an api for updating user information by @Kaiser-Yang in #43
- Add an api for deleting user by id by @Kaiser-Yang in #45
- Add an API for getting the repository list by user id by @Kaiser-Yang in #47
- Finish the api for creating repository by @Kaiser-Yang in #49
- Modify the tables and add fields by @Quentin9922 in #50
- Finish the APIs related with ssh-key by @Kaiser-Yang in #51
- Finish delete and update repo, and delete user by @Kaiser-Yang in #53
- Finish adding salt for password encryption by @Kaiser-Yang in #55
- Finish generating the ssh URL by @Kaiser-Yang in #56
- Update help doc content and format by @ajiankexx in #61
- Fix a bug related with Sys-Init-V by @Kaiser-Yang in #64
- Add a new table to the ER diagram by @Quentin9922 in #63
- Finish the document for deployment by @Kaiser-Yang in #65
- Finish the conversion to gitolite by @Kaiser-Yang in #67
- Update default configures by @Kaiser-Yang in #68
- Add exposure header to allow CORS by @Kaiser-Yang in #70
- Use redis to implement the white list of tokens by @Kaiser-Yang in #75
- Add APIs for checking repo names and passwords by @Kaiser-Yang in #78
- Finish the functionality of adding collaborators by @Kaiser-Yang in #79
- Finish i18n by @Kaiser-Yang in #80
- Update APIs for query user and add collaborator by @Kaiser-Yang in #81
- Fix a bug: can not push to a public repo by @Kaiser-Yang in #83
- Remove the redundant dollar signs by @Kaiser-Yang in #84
- Add functionality of sending email code by @Kaiser-Yang in #85
- Docker feature by @Kaiser-Yang in #92
- Add unqiue constraints to some columns by @Kaiser-Yang in #94
- Use username/repository-name as a repo by @Kaiser-Yang in #95
- Add username in RepositoryVO by @Kaiser-Yang in #96
- User
PageVO
to return the result of page query by @Kaiser-Yang in #97 - Docker file volume by @Kaiser-Yang in #101
- Configure log to file and console by @Kaiser-Yang in #102
- Return the number of records of pagination by @Kaiser-Yang in #105
- Repo details by @Kaiser-Yang in #106
- Hotfix by @Kaiser-Yang in #110
- Add API for convert VO to ts type by @Kaiser-Yang in #112
- 内测期间的修改 by @Kaiser-Yang in #115
- V0.1.0 by @Kaiser-Yang in #116
- Release workflow by @Kaiser-Yang in #122
New Contributors
- @Quentin9922 made their first contribution in #2
- @luckygalaxy666 made their first contribution in #6
- @ajiankexx made their first contribution in #17
Full Changelog: https://github.com/CMIPT/gcs-back-end/commits/v0.1.0