Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GitAccessStatus no longer neededash.mckenzie/git-push-ssh-proxy-refactor | Ash McKenzie | 2018-07-25 | 4 | -32/+1 |
| | |||||
* | Leverage new Action::Gitaly and Action::Custom | Ash McKenzie | 2018-07-25 | 7 | -133/+75 |
| | |||||
* | New Action::Custom class | Ash McKenzie | 2018-07-25 | 7 | -0/+474 |
| | |||||
* | GitlabNet actor is always key_id | Ash McKenzie | 2018-07-25 | 1 | -7/+2 |
| | |||||
* | Improve encapsulation of GitlabAccess | Ash McKenzie | 2018-07-25 | 2 | -10/+9 |
| | | | | | | | | | - Rename action to key_id (as that's what it is) - Remove @config as it's not used - Replace protected with private as GitlabAccess is not inherited anywhere - Add private attr_reader for initialized instance vars fixup! Improve encapsulation of GitlabAccess | ||||
* | New Action module and Action::Gitaly class | Ash McKenzie | 2018-07-25 | 3 | -0/+155 |
| | |||||
* | Rename gitlab_access_status -> git_access_status | Ash McKenzie | 2018-07-25 | 4 | -3/+3 |
| | |||||
* | Move GL_PROTOCOL into GitlabNet | Ash McKenzie | 2018-07-25 | 2 | -4/+4 |
| | |||||
* | Add and user LogHelper | Ash McKenzie | 2018-07-25 | 2 | -6/+8 |
| | |||||
* | Move User related logic into CurrentUserHelper | Ash McKenzie | 2018-07-25 | 2 | -21/+13 |
| | |||||
* | Improve encapsulation of GitlabShell | Ash McKenzie | 2018-07-25 | 2 | -34/+29 |
| | | | | | | | - Remove public attr_access and attr_reader (no public access required) - Replace protected with private as GitlabShell is not inherited anywhere - Create private attr_access and attr_reader that are more accurate - Remove @ from variables where they're referenced but not set to bring further clarity | ||||
* | Move 2FA related logic into APICommandHelper | Ash McKenzie | 2018-07-25 | 2 | -33/+37 |
| | |||||
* | Move more HTTP logic from GitlabNet -> HTTPHelper | Ash McKenzie | 2018-07-25 | 2 | -32/+25 |
| | |||||
* | Merge branch 'doc-go-update-vendor' into 'master' | Rémy Coutable | 2018-07-24 | 3 | -2/+40 |
|\ | | | | | | | | | Add script to update vendored go libs See merge request gitlab-org/gitlab-shell!212 | ||||
| * | 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 |
|\ | | | | | | | | | Refactor for re-usability for future MR's See merge request gitlab-org/gitlab-shell!210 | ||||
| * | 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 |
| | | | | | | | | This was not posing an issue during CI, but was an issue locally. | ||||
| * | 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 |
|\ | | | | | | | | | Run go tests in CI with Go 1.9 and 1.10 See merge request gitlab-org/gitlab-shell!208 | ||||
| * | Run go build/test in CI with 1.9 and 1.10 | Jacob Vosmaer | 2018-06-20 | 1 | -2/+6 |
|/ | |||||
* | Merge branch '138-fix-pre-receive-hook' into 'master' | Douwe Maan | 2018-06-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Resolve "NoMethodError for nil in pre-receive hook" Closes #138 See merge request gitlab-org/gitlab-shell!206 | ||||
| * | Fix a NoMethodError in the pre-receive hook | Nick Thomas | 2018-06-12 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'winh-makes-it-2018' into 'master' | Robert Speicher | 2018-06-11 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Update LICENSE year to 2018 [ci skip] See merge request gitlab-org/gitlab-shell!205 | ||||
| * | Update LICENSE year to 2018 | Winnie Hellmann | 2018-06-11 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'issue-29006' into 'master'v7.1.4 | Douwe Maan | 2018-06-04 | 4 | -5/+149 |
|\ | | | | | | | | | allow long strings to remain intact while parsing broadcast message See merge request gitlab-org/gitlab-shell!202 | ||||
| * | allow long strings to remain intact while parsing broadcast message | Cameron Crockett | 2018-06-01 | 4 | -5/+149 |
|/ | | | | | | | | | | | | | | Added fix for msg nil edge case. fixed comment wording code review issues, bumped version and changelog entry Fixed rebase issues Moved strip out of the function Fixes for code review comments Removed trailing whitespaces | ||||
* | Merge branch 'bvl-display-username-instead-of-fullname' into 'master'v7.1.3 | Douwe Maan | 2018-05-28 | 4 | -9/+18 |
|\ | | | | | | | | | | | | | Display the username instead of fullname Closes #131 See merge request gitlab-org/gitlab-shell!204 | ||||
| * | Bump version to 7.1.3bvl-display-username-instead-of-fullname | Bob Van Landuyt | 2018-05-24 | 3 | -2/+11 |
| | | |||||
| * | Display the username instead of fullname | Bob Van Landuyt | 2018-05-23 | 3 | -8/+8 |
|/ | | | | | | | | When running `ssh git@gitlab.example.com` we used to reply with the full name. But it might actually be more useful to display the username. This is unique and can help support identifying issues. Closes #131 | ||||
* | Merge branch 'setup_security_products' into 'master' | Rémy Coutable | 2018-04-11 | 1 | -11/+45 |
|\ | | | | | | | | | Setup security products. See merge request gitlab-org/gitlab-shell!201 | ||||
| * | Setup security products. | Olivier Gonzalez | 2018-04-11 | 1 | -11/+45 |
|/ | |||||
* | Merge branch 'logger-error' into 'master'v7.1.2 | Douwe Maan | 2018-04-09 | 4 | -2/+28 |
|\ | | | | | | | | | | | | | Add missing GitlabLogger#error method Closes #130 See merge request gitlab-org/gitlab-shell!200 | ||||
| * | Add missing GitlabLogger#error method | Jacob Vosmaer (GitLab) | 2018-04-09 | 4 | -2/+28 |
|/ | |||||
* | Merge branch 'log-flush' into 'master'v7.1.1 | Douwe Maan | 2018-03-23 | 5 | -1/+32 |
|\ | | | | | | | | | Flush log file after every write See merge request gitlab-org/gitlab-shell!199 | ||||
| * | Flush log file after every write | Jacob Vosmaer (GitLab) | 2018-03-23 | 5 | -1/+32 |
|/ | |||||
* | Release v7.1.0v7.1.0 | Sean McGivern | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gitaly-upload-archive' into 'master' | Sean McGivern | 2018-03-21 | 22 | -666/+2457 |
|\ | | | | | | | | | Add Gitaly git-upload-archive migrated command See merge request gitlab-org/gitlab-shell!192 | ||||
| * | Add Gitaly git-upload-archive migrated commandgitaly-upload-archive | Alejandro Rodríguez | 2018-03-20 | 22 | -666/+2457 |
|/ | |||||
* | Merge branch 'structured-logging' into 'master'v7.0.0 | Douwe Maan | 2018-03-19 | 17 | -79/+323 |
|\ | | | | | | | | | Switch to structured logging See merge request gitlab-org/gitlab-shell!193 | ||||
| * | Switch to structured logging | Jacob Vosmaer (GitLab) | 2018-03-19 | 17 | -79/+323 |
|/ | |||||
* | Merge branch 'add-logrus' into 'master' | Nick Thomas | 2018-03-13 | 266 | -0/+153518 |
|\ | | | | | | | | | Vendor logrus at v1.0.5 See merge request gitlab-org/gitlab-shell!197 | ||||
| * | Vendor logrus at v1.0.5add-logrus | Jacob Vosmaer | 2018-03-13 | 266 | -0/+153518 |
|/ | |||||
* | Merge branch 'fix-tests' into 'master' | Nick Thomas | 2018-03-13 | 2 | -12/+22 |
|\ | | | | | | | | | Fix tests that fail locally See merge request gitlab-org/gitlab-shell!196 |