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

feat: database migration to postgres #12

Merged
merged 40 commits into from
Feb 14, 2024
Merged

Conversation

fgmadeira
Copy link
Collaborator

No description provided.

fgmadeira and others added 21 commits February 13, 2024 19:26
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>
@lopesdasilva lopesdasilva merged commit 18518e5 into main Feb 14, 2024
1 check passed
@lopesdasilva lopesdasilva deleted the feature/database_migration branch February 14, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants