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

feat: new branchNameStrict configuration flag #17216

Merged
merged 16 commits into from Aug 19, 2022
Merged

feat: new branchNameStrict configuration flag #17216

merged 16 commits into from Aug 19, 2022

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    8c68b46 View commit details
    Browse the repository at this point in the history
  2. set slugify to strict

    Removes any special characters from branch names
    setchy committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    893af3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7651036 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    97a8b39 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/strict-slugify' of https://github.com/setchy/re…

    …novate into feature/strict-slugify
    setchy committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    418bf97 View commit details
    Browse the repository at this point in the history
  3. Update docs/usage/configuration-options.md

    Co-authored-by: Rhys Arkins <rhys@arkins.net>
    setchy and rarkins committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d922244 View commit details
    Browse the repository at this point in the history
  4. fix alphabetic ordering

    setchy committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    51dd877 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    d1d4d7a View commit details
    Browse the repository at this point in the history
  2. refactor branchNameStrict

    rename new configuration to branchNameStrict so that it matches existing branch* and branchName* options
    
    pivot to regex vs using slugify strict mode
    
    additional tests
    setchy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    4097dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3230ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab616e0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/strict-slugify' of https://github.com/setchy/re…

    …novate into feature/strict-slugify
    setchy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9952c59 View commit details
    Browse the repository at this point in the history
  6. fix undefined usecase

    setchy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f0fd8de View commit details
    Browse the repository at this point in the history
  7. fix rename of config

    setchy committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    6f4d85b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    4ac2d32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99f5c8f View commit details
    Browse the repository at this point in the history