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

fix(BA-802): Set default domain name value of vfolders #3767

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

fregataa
Copy link
Member

@fregataa fregataa commented Feb 19, 2025

resolves #3765 (BA-802)

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue

@fregataa fregataa added this to the 24.09 milestone Feb 19, 2025
@fregataa fregataa requested a review from adrysn February 19, 2025 09:36
@fregataa fregataa self-assigned this Feb 19, 2025
@github-actions github-actions bot added comp:manager Related to Manager component require:db-migration Automatically set when alembic migrations are added or updated size:XS ~10 LoC labels Feb 19, 2025
@github-actions github-actions bot added comp:common Related to Common component size:S 10~30 LoC and removed size:XS ~10 LoC labels Feb 19, 2025
@@ -44,3 +44,5 @@

DEFAULT_VFOLDER_PERMISSION_MODE: Final[int] = 0o755
VFOLDER_GROUP_PERMISSION_MODE: Final[int] = 0o775

DEFAULT_DOMAIN_NAME: Final[str] = "default"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be great if the default domain name was set to a less commonly used name that's not as user-friendly.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we already use this as a default value. Change the default name to another should be a separate epic

@github-actions github-actions bot added the area:docs Documentations label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:docs Documentations comp:common Related to Common component comp:manager Related to Manager component require:db-migration Automatically set when alembic migrations are added or updated size:S 10~30 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to update vfolders table schema to add domain_name field
2 participants