Skip to content

Releases: COSCUP/COSCUP-Volunteer

23.01.18

18 Jan 14:14
23.01.18
e520897
Compare
Choose a tag to compare

[Platform]

  • Upgraded rabbitmq to 3.11.7, memcached to 1.6.18.
  • Upgraded packages.
  • Replaced GA to GA4.
  • Adjusted fastapi version required to ^0.89.0.

[Docs]

  • Update contents.
  • Add review in 2022.

23.01.03

07 Jan 15:58
23.01.03
777f294
Compare
Choose a tag to compare

[Doc]

  • Updated handbooks.

[platform]

  • Updated the contents of new members joined.
  • Fixed the textarea of apply form by using textarea.minlength.
  • Fixed not to show the suspended accounts on lists.
  • Fixed the resend welcome mail in HTTP methods.
  • Upgraded packages.

22.12.18

25 Dec 07:18
22.12.18
7e026fc
Compare
Choose a tag to compare

[platform]

  • Upgrade Python to 3.11 by using python:3.11.1-alpine3.17.
  • Upgrade Poetry to 1.3.1
  • Upgrade RabbitMQ to 3.11.5
  • Upgrade MongoDB to 6.0.3
  • Upgrade nginx to 1.23.3
  • Rewrited the Dockerfile-app, Dockerfile-app-dev for the limit of layers.
  • Fixed the field type check and alert at setting/profile page.
  • Implemented the requirement check when join to the team as member.

[doc]

  • Add handbook for team leaders and members.
  • Add detail pages of tasks of secretary team.

22.11.27

09 Dec 14:48
22.11.27
b26253e
Compare
Choose a tag to compare
  • change the main branch name from mater to main.
  • Add en, zh_Hant_TW languages for docs.
  • Add /coc, /security_guard for volunteers to sign off before applying for team.
  • Upgrade packages.
  • Redesign the layout in the footer at base page.

22.11.10

08 Nov 19:28
Compare
Choose a tag to compare
  • update README for shorter introductions.
  • add celery_task, view, structs into code reference in docs.
  • add more steps for how to use the dev page.
  • fix the security issues from code scanning.

22.10.27

30 Oct 09:18
Compare
Choose a tag to compare
  • Support development in VSCode. (add .vscode/settings.json)
  • [actions] upgrade to actions/checkout@v3, actions/setup-python@v4, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, and using actions/cache@v3.
  • [API] add /tasks in create, update. /teams in update chiefs, members.
  • [user.setting] Add resent the welcome of mattermost.
  • [Fixed] using Arrow.naive instead of Arrow.datetime.
  • [mypy] in /view, /celery_task
  • [pylint] in /view, /celery_task
  • [poetry] using in-project for install the dependencies.
  • [libs] update to the latest version of the dependencies.

22.10.17

17 Oct 12:03
Compare
Choose a tag to compare
  • [Typing Hint] /celery_task
  • [Typing Hint] main.py, models/teamdb.py, models/waitlistdb.py, module/dietary_habit.py, module/waitlist.py.
  • [Typing Hint] /view
  • [libs] upgrade libs.

22.10.13

17 Oct 11:59
Compare
Choose a tag to compare
  • [API] /project: create, create teams, get dietary_habit info.
  • [API] /user: bank, address, participated, dietary habit, to be volunteer info.
  • [struct] api.teams, module.project, module.user.
  • [system] memcached:1.6.17, rabbitmq:3.11.0, mongo:5.0.13.

22.10.09

10 Oct 06:55
Compare
Choose a tag to compare
  • [API] /project: get and update some fields.
  • [API] /team: get team info.
  • [API] /sender: get campaign, upload send lists.
  • [API] /user: get user's bank info.
  • [API] Add cache when verify token.
  • [libs] upgrade libs.

22.09.30

01 Oct 00:38
Compare
Choose a tag to compare
  • Structuralization in user profile, address, bank, module/dietary_habit.
  • First version of API and API docs.
  • Update all libs.