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

Block special character for project name #283

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

Commits on Oct 15, 2019

  1. Update validators for special character check

    add special character validation (issue wpilibsuite#273 & wpilibsuite#63)
    WuYuanhun committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    7b1488c View commit details
    Browse the repository at this point in the history
  2. Update validators.ts

    WuYuanhun committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    eddd075 View commit details
    Browse the repository at this point in the history
  3. Update validators.ts

    fix
    WuYuanhun authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    491f37a View commit details
    Browse the repository at this point in the history
  4. improve lint

    WuYuanhun committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    a8baf69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09bb0ee View commit details
    Browse the repository at this point in the history
  6. fix lint error

    WuYuanhun committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f3ac749 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. update project name and path valiadtion

    update project name and path valiadtion
    
    project name block strategies
    - string started with or ended with  symbols are not allowed
    - string started with or ended with space are not allowed
    - string with blacklist character
    
    path block strategy:
    - path with blacklist character
    WuYuanhun committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    dec8f9b View commit details
    Browse the repository at this point in the history
  2. update validators

    update validators: space are not allowed in project name
    WuYuanhun committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    336ddaf View commit details
    Browse the repository at this point in the history