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

release: v0.18.0 #72

Merged
merged 65 commits into from
Oct 8, 2023
Merged

release: v0.18.0 #72

merged 65 commits into from
Oct 8, 2023

Conversation

PedroChaparro
Copy link
Member

Includes 📋

PedroChaparro and others added 30 commits September 20, 2023 22:20
* chore: PostgreSQL connection and migrations

* chore: Makefile to create and remove packages

* feat: Endpoint to register students

* test(accounts): Register student

* ci: Update pipelines commands
* build: Update Dockerfile

* build(cd): Add pipeline to release development container
* refactor(accounts): Remove roles table

* feat(accounts): Check students email is institutional

* feat(accounts): Validate password satisfy min secure criteria
* feat(accounts): Endpoint to register admins

* test(accounts): Add tests for the new endpoint
* feat(session): Login endpoint

* feat(session): JWT support

* refactor(session): Send jwt as cookie

* test(session): Add tests for the new endpoint
* chore(session): Rename session cookie

* fix(accounts): Prevent non-admin accounts to register admins

* test: Update tests

* chore: Update makefile

* ci: Remove package pipeline
* feat(accounts): Create endpoint to register teachers

* test(accounts): Update tests
* feat(session): Add whoami endpoint

* test(session): Add tests for the whoami endpoint
* feat(session): Create logout endpoint

* test: Register a default admin from migrations

* test(session): Add logout tests

* refactor(tests): Use infrastructure functions to setup test endpoints
* feat(accounts): Add created timestamp to users table

* refactor(accounts): Rename user entity

* feat(accounts): Create endpoint to list admin accounts

* test(accounts): Endpoint to list admins
PedroChaparro and others added 26 commits September 29, 2023 18:47
* feat(courses): Add repository implementation to add student to a course

* refactor(courses): Update domain errors

* feat(courses): Endpoint to join a course using an invitation code

* docs(openapi): Update spec

* test(courses): Join using invitation code
* refactor(session): Update authorization middleware to accept an array of roles

* feat(db): Create view to get data of courses an user is enrolled in

* feat(courses): Endpoint to get courses an user is enrolled in

* refactor(tests): Use util function in courses tests

* test(courses): Add test for the endpoint to get the courses an user is enrolled in
* docs(openapi): Add endpoint to toggle course visibility

* refactor(session): Update unauthorized error message

* feat(courses): Endpoint to toggle visibility of a course

* test(courses): Add tests for the endpoint to toggle course visibility
…ode (#58)

* docs(openapi): Update spec

* fix(courses): Return course information in endpoint to join using invitation code

* test(accounts): Update tests
* fix(accounts): Use case insensitive text to store emails

* chore(deps): Bump dependencies
* feat(db): Add created by column in users table

* fix(accounts): Save who created teachers and admin accounts
* feat(courses): Add repository implementation to rename course

* feat(courses): Add endpoint to rename a course

* test(courses): Rename course
* docs(openapi): Add new endpoint to the spec

* feat(db): Add nex indexes to optimize search queries

* feat(accounts): Add repository implementation to search students

* feat(accounts): Add endpoint to search students by full name

* test(accounts): Search students by full name
* docs(openapi): Add new endpoint to spec

* feat(courses): Endpoint to enroll an student to a course

* test(courses): Enroll student to course
* docs(openapi): Update spec

* refactor(db): Update enrolled students view name

* feat(courses): Repository implementation to get enrolled students

* feat(courses): Endpoint to get enrolled students

* test(courses): Get enrolled students
* refactor(db): Rename view

* feat(courses): Get course by uuid

* test(courses): Add tests for the new endpoint
@PedroChaparro PedroChaparro added the cd 🚀 Continuous deployment label Oct 8, 2023
@PedroChaparro PedroChaparro self-assigned this Oct 8, 2023
@PedroChaparro PedroChaparro merged commit 7d2c5eb into main Oct 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cd 🚀 Continuous deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant