-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: database migration to postgres #12
Merged
Merged
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
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 12, 2024 16:34
3be4403
to
3163c60
Compare
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 12, 2024 16:51
3163c60
to
0819465
Compare
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 12, 2024 17:48
0819465
to
9cc4899
Compare
fgmadeira
had a problem deploying
to
playground
February 12, 2024 17:48
— with
GitHub Actions
Failure
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 12, 2024 17:58
9cc4899
to
21b63ab
Compare
fgmadeira
had a problem deploying
to
playground
February 12, 2024 17:58
— with
GitHub Actions
Failure
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 12, 2024 18:05
21b63ab
to
917a85c
Compare
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 12, 2024 22:56
296fdb6
to
7b2a062
Compare
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 12, 2024 23:34
7b2a062
to
cdc2151
Compare
fgmadeira
had a problem deploying
to
playground
February 13, 2024 02:33
— with
GitHub Actions
Failure
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 13, 2024 02:45
6d293e5
to
d5c046e
Compare
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 13, 2024 02:57
d5c046e
to
5a3b289
Compare
fgmadeira
had a problem deploying
to
playground
February 13, 2024 02:57
— with
GitHub Actions
Failure
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 13, 2024 03:00
5a3b289
to
dd692cb
Compare
fgmadeira
had a problem deploying
to
playground
February 13, 2024 03:00
— with
GitHub Actions
Failure
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 13, 2024 03:02
dd692cb
to
7faded4
Compare
Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
* chore: fix drizzle config file * feat: create data objects for projects * refactor: remove project specific data table * refactor: replace projects data source * feat: bring projects page to postgres * feat: add components schema * fix: migrate mongodb to pg BREAKING CHANGE: convert components and project schemas to postgres (WIP). * feat: convert api routes to pg database (wip) * refactor: remove unused UI elements * feat: update database schema for components * feat: use db action for components fetching on /components * fix: versions value on components table * refactor: remove width belt on row values * refactor: remove project model reference to member * feat: add projects to main nav * refactor: main nav selected link * feat: update OAS for /projects route * feat: authenticate /api/v1/projects GET request * feat: refactor GET api/v1/projects response * feat: create data action for api key generation * feat: add i for api key creation * feat: add link to user settings * feat: add permissions to project member list * feat: use permissions to authorize projects members editions * feat: use permissions to authorize projects members editions Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com> * feat: create POST /components for cli usage * chore: fix drizzle config file * feat: create data objects for projects * refactor: remove project specific data table * refactor: replace projects data source * feat: bring projects page to postgres * feat: add components schema * fix: migrate mongodb to pg BREAKING CHANGE: convert components and project schemas to postgres (WIP). * feat: convert api routes to pg database (wip) * refactor: remove unused UI elements * feat: update database schema for components * feat: use db action for components fetching on /components * fix: versions value on components table * refactor: remove width belt on row values * refactor: remove project model reference to member * feat: add projects to main nav * refactor: main nav selected link * feat: update OAS for /projects route * feat: authenticate /api/v1/projects GET request * feat: refactor GET api/v1/projects response * feat: create data action for api key generation * feat: add i for api key creation * feat: add link to user settings * feat: add permissions to project member list * feat: use permissions to authorize projects members editions * feat: use permissions to authorize projects members editions Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com> * feat: create POST /components for cli usage * fix: type erro ron authenticated api with params * refactor: move user to request extensions on authentication wrapper * refactor: force type of authenticated with 'as' * feat: add owner concept for project member list * feat: add authorization to config file seed * feat: add api key resource picker for finer grained access * feat: add active togle to components on project context * feat: fix components list page * ci: add githubaction for feature environments Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com> * chore: update DB connections config * fix: migrate api and remove unused endpoints --------- Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com> Co-authored-by: Francisco Madeira <francisco.madeira@diconium.com> Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
Signed-off-by: Francisco Madeira <francisco.madeira@diconium.com>
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 13, 2024 19:28
90d894e
to
33587b8
Compare
fgmadeira
force-pushed
the
feature/database_migration
branch
from
February 14, 2024 15:02
0be0780
to
e9edc19
Compare
lopesdasilva
approved these changes
Feb 14, 2024
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.
No description provided.