| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | GitlatNet#discover only parse JSON if a 200 | Ash McKenzie | 2018-08-01 | 3 | -2/+54 | |
| | * | Update Actor::Username, add specs | Ash McKenzie | 2018-08-01 | 4 | -5/+96 | |
| | * | Actor::Base#label now describes the class nicely | Ash McKenzie | 2018-08-01 | 1 | -1/+5 | |
| | * | Merge remote-tracking branch 'origin/master' into ash.mckenzie/srp-refactor | Ash McKenzie | 2018-08-01 | 19 | -103/+211 | |
| | |\ | |/ |/| | ||||||
| * | | Merge branch 'release-version-8' into 'master'v8.0.0 | Nick Thomas | 2018-07-31 | 2 | -1/+4 | |
| |\ \ | ||||||
| | * | | Release GitLab Shell v8.0.0 | Nick Thomas | 2018-07-31 | 2 | -1/+4 | |
| |/ / | ||||||
| * | | Merge branch 'user-argument-2/upstream' into 'master' | Nick Thomas | 2018-07-31 | 9 | -55/+192 | |
| |\ \ | ||||||
| | * | | Add support for SSH certificate authentication | Ævar Arnfjörð Bjarmason | 2018-07-26 | 9 | -55/+192 | |
| | | * | Use Struct::ParsedCommand to keep vars close | Ash McKenzie | 2018-08-01 | 1 | -13/+21 | |
| | | * | Remove User as Actor::Key/User has replaced it | Ash McKenzie | 2018-08-01 | 2 | -77/+0 | |
| | | * | Use actor when we don't know if it's a Key or User | Ash McKenzie | 2018-08-01 | 14 | -119/+137 | |
| | | * | New Actor::Base, Actor::Key and Actor::User | Ash McKenzie | 2018-08-01 | 8 | -0/+314 | |
| | | * | Use gl_id instead of key_id | Ash McKenzie | 2018-08-01 | 4 | -10/+10 | |
| | | * | key_id is overloaded, use key_str | Ash McKenzie | 2018-08-01 | 1 | -2/+2 | |
| | | * | Use full_key to highlight it's the full SSH key | Ash McKenzie | 2018-08-01 | 3 | -10/+10 | |
| | | * | Rename NotFound -> NotFoundError | Ash McKenzie | 2018-08-01 | 3 | -7/+7 | |
| | | * | Updated GitlabConfig spec to be less brittle | Ash McKenzie | 2018-08-01 | 1 | -5/+31 | |
| | | * | Remove GitAccessStatus as not required | Ash McKenzie | 2018-08-01 | 2 | -29/+0 | |
| | | * | Utilise new Actions | Ash McKenzie | 2018-08-01 | 22 | -763/+730 | |
| | | * | Tidy up GitlabShell | Ash McKenzie | 2018-08-01 | 1 | -7/+12 | |
| | | * | Tidy up GitlabNet | Ash McKenzie | 2018-08-01 | 1 | -7/+2 | |
| | | * | actor is always key_id in GitlabNet | Ash McKenzie | 2018-08-01 | 1 | -7/+2 | |
| | | * | Use HTTP status constants in GitLabNet | Ash McKenzie | 2018-08-01 | 1 | -24/+11 | |
| | | * | Tidy up GitlabAccess | Ash McKenzie | 2018-08-01 | 1 | -8/+6 | |
| | | * | Fix cassettes that were wrong | Ash McKenzie | 2018-08-01 | 2 | -2/+2 | |
| | | * | Fix some rspec deprecations | Ash McKenzie | 2018-08-01 | 7 | -129/+126 | |
| | | * | HTTPHelper fix requires, add/use status constants | Ash McKenzie | 2018-08-01 | 1 | -2/+15 | |
| | | * | Move HTTP related exceptions into HTTPHelper | Ash McKenzie | 2018-08-01 | 2 | -3/+2 | |
| | | * | Move common exceptions into errors.rb | Ash McKenzie | 2018-08-01 | 3 | -5/+7 | |
| | | * | New Action classes | Ash McKenzie | 2018-08-01 | 9 | -0/+501 | |
| | | * | New User class | Ash McKenzie | 2018-07-30 | 2 | -0/+77 | |
| | | * | Move GL_PROTOCOL into GitlabNet | Ash McKenzie | 2018-07-30 | 2 | -3/+3 | |
| | | * | Update Guardfile | Ash McKenzie | 2018-07-30 | 1 | -18/+2 | |
| | | * | Gem updates (rspec, vcr, guard) | Ash McKenzie | 2018-07-30 | 2 | -28/+49 | |
| | |/ |/| | ||||||
| * | | Bump version to 7.2.0v7.2.0 | Douwe Maan | 2018-07-27 | 2 | -1/+4 | |
| * | | Merge branch 'update-gitaly-proto' into 'master' | Douwe Maan | 2018-07-27 | 16 | -715/+3151 | |
| |\ \ | |/ |/| | ||||||
| | * | Update gitaly-proto to 0.109.0 | James Lopez | 2018-07-27 | 16 | -715/+3151 | |
| |/ | ||||||
| * | Merge branch 'doc-go-update-vendor' into 'master' | Rémy Coutable | 2018-07-24 | 3 | -2/+40 | |
| |\ | ||||||
| | * | Add script to update vendored go libs | Jacob Vosmaer (GitLab) | 2018-07-24 | 3 | -2/+40 | |
| |/ | ||||||
| * | Merge branch 'ash.mckenzie/minor-tidy-up' into 'master' | Robert Speicher | 2018-07-23 | 12 | -212/+310 | |
| |\ | ||||||
| | * | Rspec upgrade and deprecation fixesash.mckenzie/minor-tidy-up | Ash McKenzie | 2018-07-20 | 8 | -49/+65 | |
| | * | Ignore 'Missing magic comment' Rubocop warning | Ash McKenzie | 2018-07-20 | 1 | -0/+3 | |
| | * | Support HTTP headers and sending JSON | Ash McKenzie | 2018-07-20 | 3 | -24/+79 | |
| | * | Rename HTTPHelper#host to #internal_api_endpoint | Ash McKenzie | 2018-07-20 | 3 | -20/+20 | |
| | * | Add #base_api_endpoint for re-usability | Ash McKenzie | 2018-07-20 | 2 | -1/+13 | |
| | * | Move HTTP logic out into HTTPHelper | Ash McKenzie | 2018-07-20 | 2 | -104/+111 | |
| | * | gem version tightening & updates | Ash McKenzie | 2018-07-20 | 2 | -33/+37 | |
| | * | Add .ruby-version to ensure Ruby 2.3.x is used | Ash McKenzie | 2018-07-20 | 1 | -0/+1 | |
| |/ | ||||||
| * | Bump version to 7.1.5v7.1.5 | Stan Hu | 2018-07-10 | 2 | -1/+4 | |
| * | Merge branch 'go-ci-version' into 'master' | Nick Thomas | 2018-06-20 | 1 | -2/+6 | |
| |\ | ||||||
