Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Hotfix/propose git check ref format #1173

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 30, 2019

  1. Add MalformedReference for type checking

    Signed-off-by: CJ Harries <[email protected]>
    thecjharries committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    3c85f4b View commit details
    Browse the repository at this point in the history
  2. Replace the type to begin tests

    Signed-off-by: CJ Harries <[email protected]>
    
    Found a better way to move forward
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update RN usage
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Tidy the file
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Replace struct instantiation w/fnc call
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update original reference_tests
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add basic Name test
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Bolster the tests w/ a String quick
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Expose HasPrefix directly
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Drop HasPrefix tests into the existing architecture
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add IsNotEmpty for branches
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Test IsNotEmpty
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update branch to handle new Struct
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update refspec with NewRN
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update config
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update advrefs
    
    Updated a NewRefName more
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update advrefs
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Update report_status_test
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Finally hit the wall that comes with a messy backend
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Revert to master for a different solution
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Create first check method and test it
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Stub out necessary processing fncs
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Flesh out ActionOptions
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Create consistent naming
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Template all the things (regex is the best)
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Fill out regex
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Draft matching pairs
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add Error messages
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Finish Trailing Lock condition
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add forward slash check
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Finalize double dots
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Finalize excluded characters
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Finalize leading slashes
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add consecutive slashes
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add extra test case for specific event
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add trailing dot case
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add at-open-brace
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add Skip tests
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add RefSpecPattern functionality
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Done mucking around with reflection
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Build full handle runner
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Stylize the Enum values
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add some default building tools
    
    Signed-off-by: CJ Harries <[email protected]>
    
    Add some basic docs
    
    Signed-off-by: CJ Harries <[email protected]>
    thecjharries committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    2be66bd View commit details
    Browse the repository at this point in the history
  3. refnames: create scaffolding to validate them

    Signed-off-by: CJ Harries <[email protected]>
    thecjharries committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    e07788a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1f0923 View commit details
    Browse the repository at this point in the history