-
Notifications
You must be signed in to change notification settings - Fork 1
SS-1191: Bugfix related to environment and flavor deletion #243
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
9c6ddf4
bugfix SS-1191 - environment and flavor deletion
akochari 91bc0b6
better naming in the loop
akochari 4d0eaeb
better naming in the loop
akochari 83d860c
remove commented out line
akochari 8d684ca
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari 9ca5daf
remove unneccesary logging statement
akochari 27c2f72
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari c9418bc
allow instructions for local docker for gradio and streamlit apps (sm…
akochari ac5585c
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari 576069a
prohibit deleting environments when they are in use by an app
akochari e023356
general function for checking if flavor or env can be deleted
akochari 9a93db4
add e2e tests for flavor and environment deletion functionality
akochari c1897dd
precommit fix
akochari 367d4c8
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari d4c39fe
manual logout and login where cypress doesn't want to get back to a s…
akochari 0fc1629
migration for changes to environment field
akochari fdcc6b5
remove unused bits of code
akochari 989d1be
add unit tests for flavor creation
akochari bdc61d1
simplify function to check if ok to delete
akochari 476c1bc
add flavor deletion tests
akochari 3120ce4
pre-commit fix
akochari 0618247
include more flavor deletion tests
akochari d228984
prohibit flavor and environment editing for regular users
akochari 29e1559
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari dc7e594
add unit tests for environment creation and deletion
akochari b93efc7
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari b1dd402
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari 96e3843
add type hints for the new function
akochari 7d64d26
merge changes from develop branch
akochari dbff588
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari 001a489
updated serve logo
akochari 8c984fa
remove extra migrations file
akochari 0d2c73f
split unit tests into smaller tests
akochari a322fb9
fix precommit
akochari 8a9af69
uppercase names of global variables
akochari 02b6b50
uppercase names for global variables
akochari fafe0db
follow redirects in tests
akochari a4e9243
Merge branch 'develop' into env-and-flavor-deletion-fixes
akochari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| # Generated by Django 5.1.1 on 2024-10-21 13:12 | ||
|
|
||
| from django.db import migrations, models | ||
|
|
||
|
|
||
| class Migration(migrations.Migration): | ||
| dependencies = [ | ||
| ("apps", "0016_tagulous_streamlitinstance_tags_streamlitinstance"), | ||
| ] | ||
|
|
||
| operations = [ | ||
| migrations.AlterField( | ||
| model_name="streamlitinstance", | ||
| name="port", | ||
| field=models.IntegerField(default=8000), | ||
| ), | ||
| ] |
This file contains hidden or 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
This file contains hidden or 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 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.
Uh oh!
There was an error while loading. Please reload this page.