-
Notifications
You must be signed in to change notification settings - Fork 196
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
Meeting2 notes #36
Open
emipyy
wants to merge
17
commits into
programmable-web-project-unioulu:main
Choose a base branch
from
jkerola:meeting2-notes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Meeting2 notes #36
emipyy
wants to merge
17
commits into
programmable-web-project-unioulu:main
from
jkerola:meeting2-notes
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add workflows * add pre-commit hooks * update readme * format meetings.md
* add minimal server, container setup * fix prettier config * fix workflow errors * remove setup env workflow due to monorepo structure
* add basic auth setup * fix unit tests * fix tsconfig.json formatting
update pre-commit config
Update group info.
* update pre-commit, secrets and gitignore * delete nestjs, add venv template * update requests * update readme * update github actions for python * update workflow params, fix requirements.txt path * add custom setup-env action for python * fix requirements.txt path again
* update requirements.txt * add prisma schema * add prisma initialization * add containerization files * update readme * update api readme * add adminer, fix readme contents * update gitignore * update readme * update dockerignore * disable prod image, use asyncio for db connection * capitalize docker commands
Add meeting 1 notes
* add auth setup * rework error handling * improve error handling * move expires_in to config * fix assignment on previous commit * improve jwt error handling * update requirements.txt * format meetings.md * update readme * add chart title * add comments and rename functions
* abstract funcs to BaseDto * add sql dump, instructions
Meeting 1 checkboxes
1a9339b
to
4d22b39
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add meeting 2 notes