-
Notifications
You must be signed in to change notification settings - Fork 177
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
Chores: remove team references #573
Conversation
5de143b
to
cb399f0
Compare
Seems like we can forget the current API version and dashboard and just go ahead and break it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we could go for a hard reset on the API, should be simpler
carbonserver/carbonserver/api/infra/repositories/repository_projects.py
Outdated
Show resolved
Hide resolved
carbonserver/carbonserver/database/alembic/versions/e4c304a52806_remove_teams.py
Outdated
Show resolved
Hide resolved
carbonserver/carbonserver/api/infra/repositories/repository_organizations.py
Show resolved
Hide resolved
Signed-off-by: inimaz <93inigo93@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTGM thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
migration for another PR ?
other than that lgtm ; lots of unused stuff removed
ah @prmths128 since we said we would do a dump, I understood it was not needed and I removed it dfef868 🤦♂️ I can do another PR and add it later if that's ok? |
Issue ==> https://github.com/orgs/mlco2/projects/4/views/1?pane=issue&itemId=67355803
Goal is to remove the team to avoid too many dependencies. New structure will be:
Orga
User
TODO:
How to do a /v2 of the API without affecting the current dashboard? This PR will delete all references to teams in the db ==> it will break the dashboardNot applicable. We will create new db from scratch when release is ready.