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

Update Project Name Validation #1570

Merged
merged 3 commits into from
Mar 12, 2021
Merged

Update Project Name Validation #1570

merged 3 commits into from
Mar 12, 2021

Conversation

4e6
Copy link
Contributor

@4e6 4e6 commented Mar 11, 2021

Pull Request Description

close #1555

PR moves all the project validation logic to the org.enso.pkg.validation module and updates the project manager to use the logic from the new module.

Changelog:
feat: add org.enso.pkg.validation containgin project name validation logic
feat: update project-manager project creation and project renaming functions to use the unified validation logic

Important Notes

Checklist

Please include the following checklist in your PR:

  • The documentation has been updated if necessary.
  • All code conforms to the Scala, Java, and Rust style guides.
  • All documentation and configuration conforms to the markdown and YAML style guides.
  • All code has been tested where possible.

@4e6 4e6 added Type: Bug p-high Should be completed in the next sprint labels Mar 11, 2021
@4e6 4e6 self-assigned this Mar 11, 2021
Copy link
Contributor

@iamrecursion iamrecursion left a comment

Choose a reason for hiding this comment

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

Really nice fix!

@4e6 4e6 merged commit 13c9939 into main Mar 12, 2021
@4e6 4e6 deleted the wip/db/project-name-validation branch March 12, 2021 10:23
iamrecursion pushed a commit that referenced this pull request Mar 16, 2021
PR moves all the project validation logic to the 
`org.enso.pkg.validation` module and updates the 
project manager to use the logic from the new module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-high Should be completed in the next sprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project Rename Request Is Not Correctly Validated
3 participants