Skip to content

Releases: COSCUP/COSCUP-Volunteer

23.04.20

29 Apr 10:34
23.04.20
bd1a132

Choose a tag to compare

What's Changed

New Contributors

  • @ddio made their first contribution in #134

Others

[Platform]

  • Upgrade packages.
  • Fixed version at Flask = "2.2.3" for pallets/werkzeug#2660
  • Add apply review in candidate page.

[Docs]

  • Add Community Volunteers Plan

Full Changelog: 23.04.09...23.04.20

23.03.20

20 Mar 07:26
23.03.20
38d6e01

Choose a tag to compare

What's Changed

New Contributors

Others

[Platform]

  • Upgrade packages.
  • Poetry to 1.4.1.
  • Build docs only from Ubuntu-20.04.
  • Remove jemalloc in base-dev.
  • Add new option into expense. #111

[Docker-Compose]

[Docs]

  • Translated to en-us in members, leader's handbook.

Full Changelog: 23.02.18...23.03.20

23.02.18

26 Feb 07:43
23.02.18
4599471

Choose a tag to compare

[Platform]

  • Upgrade python to 3.11.2.
  • Check suspend in API.
  • Oauth login state using secrets.token_urlsafe(64).
  • Add more sitemap info.

[Docker-Compose]

  • Create volumes for each apps.
  • Add docs container.

Full Changelog: 23.01.18...23.02.18

23.01.18

18 Jan 14:14
23.01.18
e520897

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

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

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

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

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

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

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.