Releases: SageSeekerSociety/cheese-backend-nt
Releases · SageSeekerSociety/cheese-backend-nt
0.3.0
What's Changed
Task review system: space admin can review task
- ver: increase version to 0.3.0-SNAPSHOT by @Nictheboy in #57
- feat(task): need to be approved when create a task by @nameisyui in #59
- feat(auth): custom logic expression by @Nictheboy in #60
- ver: increase version to 0.3.0 by @Nictheboy in #61
- Release: 0.3.0 by @Nictheboy in #62
New Contributors
- @nameisyui made their first contribution in #59
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
Breaking change
Separate intro and description for space, team and task.
New features
Implement task submission review.
Implement task's rank and user's rank within a space.
- ver: increase version to 0.2.0-SNAPSHOT by @Nictheboy in #39
- chore(deps): bump io.swagger.core.v3:swagger-models from 2.2.24 to 2.2.25 by @dependabot in #40
- chore(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.24 to 2.2.25 by @dependabot in #41
- chore: more reasonable format for Spotless by @Nictheboy in #42
- chore: enable dev container for development in VSCode by @Nictheboy in #43
- feat(task): accept/reject and giving score and comment to submission by task creator by @Nictheboy in #44
- refactor: reduce log amount during test by @Nictheboy in #45
- feat(task): implement and test 'reviewed' filter in getTaskSubmissions() by @Nictheboy in #46
- feat(rank): task's rank and user's rank within a space by @Nictheboy in #47
- refactor(space, task & team)!: separate intro and description by @Nictheboy in #48
- chore: change configuration to fix several warnings during test by @Nictheboy in #49
- test: disable framework tests to speed up testing by @Nictheboy in #50
- chore: fix the problem that jacoco cannot collect coverage by @Nictheboy in #51
- refactor(task): refactor it to avoid shit mountain by @Nictheboy in #52
- fix(task): task can be joined twice by adding isTaskJoinable() by @Nictheboy in #53
- ver: increase version to 0.2.0 by @Nictheboy in #54
- docs: update README.md by @Nictheboy in #55
- Release: 0.2.0 by @Nictheboy in #56
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
Implemented very basic features of space, team and task.
- feat: init by @Nictheboy in #2
- chore(workflow): add trigger for merge group by @Nictheboy in #5
- chore(deps): bump org.openapitools:openapi-generator-maven-plugin from 7.7.0 to 7.8.0 by @dependabot in #4
- chore(deps): bump org.jetbrains.kotlin:kotlin-maven-allopen from 1.9.24 to 2.0.20 by @dependabot in #3
- chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.2 to 3.3.3 by @dependabot in #10
- chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #9
- chore(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.22 to 2.2.23 by @dependabot in #8
- chore(deps): bump io.swagger.core.v3:swagger-models from 2.2.22 to 2.2.23 by @dependabot in #7
- docs: finish openapi specification by @Nictheboy in #11
- feat: auth by @Nictheboy in #6
- feat: add entities by @CH3COOH-JYR in #12
- feat(space): implement by @Nictheboy in #13
- feat(team): implement by @Nictheboy in #14
- feat: add CORS support by @Nictheboy in #16
- feat(task): implement by @Nictheboy in #15
- feat(team): implement and test getMyTeams() by @Nictheboy in #17
- fix: several small issues by @Nictheboy in #18
- refactor(task): add optional 'joinable' and 'joinableAsTeam' to TaskDTO by @Nictheboy in #21
- feat(team): add owner to TeamDTO and remove owner from 'admins' by @Nictheboy in #22
- feat(task): search task by id or name by @Nictheboy in #23
- Restrict task assignment to team leader only by @andylizf in #20
- fix(task): memberId does not take effect when enumerating submissions by @Nictheboy in #24
- feat: new schema of TaskSubmissionDTO by @HuanCheng65 in #25
- fix(task): now only self or task owner can query his/her submissions by @Nictheboy in #26
- feat(team): implement and test getTeams() by @Nictheboy in #27
- feat(team): add 'joined' and 'role' to TeamDTO and test it by @Nictheboy in #28
- feat(team): support the use of id in'query' for getTeams() by @Nictheboy in #29
- feat(team): allow user to join and exit a team by him/herself by @Nictheboy in #30
- refactor(task): add optional 'submittable' and 'submittableAsTeam' to TeamDTO by @Nictheboy in #31
- chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.3 to 3.3.4 by @dependabot in #35
- chore(deps): bump io.swagger.core.v3:swagger-annotations from 2.2.23 to 2.2.24 by @dependabot in #34
- chore(deps): bump io.swagger.core.v3:swagger-models from 2.2.23 to 2.2.24 by @dependabot in #33
- refactor(task): make submission table more reasonable by @Nictheboy in #36
- ver: increase version to 0.1.0 by @Nictheboy in #37
- Release 0.1.0 by @Nictheboy in #38
New Contributors
- @Nictheboy made their first contribution in #2
- @dependabot made their first contribution in #4
- @CH3COOH-JYR made their first contribution in #12
- @andylizf made their first contribution in #20
- @HuanCheng65 made their first contribution in #25
Full Changelog: https://github.com/SageSeekerSociety/cheese-backend-nt/commits/0.1.0