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 <cj@wizardsoftheweb.pro>
    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 <cj@wizardsoftheweb.pro>
    
    Found a better way to move forward
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update RN usage
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Tidy the file
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Replace struct instantiation w/fnc call
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update original reference_tests
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add basic Name test
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Bolster the tests w/ a String quick
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Expose HasPrefix directly
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Drop HasPrefix tests into the existing architecture
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add IsNotEmpty for branches
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Test IsNotEmpty
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update branch to handle new Struct
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update refspec with NewRN
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update config
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update advrefs
    
    Updated a NewRefName more
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update advrefs
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Update report_status_test
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Finally hit the wall that comes with a messy backend
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Revert to master for a different solution
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Create first check method and test it
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Stub out necessary processing fncs
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Flesh out ActionOptions
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Create consistent naming
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Template all the things (regex is the best)
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Fill out regex
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Draft matching pairs
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add Error messages
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Finish Trailing Lock condition
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add forward slash check
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Finalize double dots
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Finalize excluded characters
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Finalize leading slashes
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add consecutive slashes
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add extra test case for specific event
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add trailing dot case
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add at-open-brace
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add Skip tests
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add RefSpecPattern functionality
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Done mucking around with reflection
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Build full handle runner
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Stylize the Enum values
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add some default building tools
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    
    Add some basic docs
    
    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    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 <cj@wizardsoftheweb.pro>
    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. plumbing: add final note about check-ref-format suggestion

    Signed-off-by: CJ Harries <cj@wizardsoftheweb.pro>
    thecjharries committed Jun 30, 2019
    Configuration menu
    Copy the full SHA
    c1f0923 View commit details
    Browse the repository at this point in the history