summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GitAccessStatus no longer neededash.mckenzie/git-push-ssh-proxy-refactorAsh McKenzie2018-07-254-32/+1
* Leverage new Action::Gitaly and Action::CustomAsh McKenzie2018-07-257-133/+75
* New Action::Custom classAsh McKenzie2018-07-257-0/+474
* GitlabNet actor is always key_idAsh McKenzie2018-07-251-7/+2
* Improve encapsulation of GitlabAccessAsh McKenzie2018-07-252-10/+9
* New Action module and Action::Gitaly classAsh McKenzie2018-07-253-0/+155
* Rename gitlab_access_status -> git_access_statusAsh McKenzie2018-07-254-3/+3
* Move GL_PROTOCOL into GitlabNetAsh McKenzie2018-07-252-4/+4
* Add and user LogHelperAsh McKenzie2018-07-252-6/+8
* Move User related logic into CurrentUserHelperAsh McKenzie2018-07-252-21/+13
* Improve encapsulation of GitlabShellAsh McKenzie2018-07-252-34/+29
* Move 2FA related logic into APICommandHelperAsh McKenzie2018-07-252-33/+37
* Move more HTTP logic from GitlabNet -> HTTPHelperAsh McKenzie2018-07-252-32/+25
* Merge branch 'doc-go-update-vendor' into 'master'Rémy Coutable2018-07-243-2/+40
|\
| * Add script to update vendored go libsJacob Vosmaer (GitLab)2018-07-243-2/+40
|/
* Merge branch 'ash.mckenzie/minor-tidy-up' into 'master'Robert Speicher2018-07-2312-212/+310
|\
| * Rspec upgrade and deprecation fixesash.mckenzie/minor-tidy-upAsh McKenzie2018-07-208-49/+65
| * Ignore 'Missing magic comment' Rubocop warningAsh McKenzie2018-07-201-0/+3
| * Support HTTP headers and sending JSONAsh McKenzie2018-07-203-24/+79
| * Rename HTTPHelper#host to #internal_api_endpointAsh McKenzie2018-07-203-20/+20
| * Add #base_api_endpoint for re-usabilityAsh McKenzie2018-07-202-1/+13
| * Move HTTP logic out into HTTPHelperAsh McKenzie2018-07-202-104/+111
| * gem version tightening & updatesAsh McKenzie2018-07-202-33/+37
| * Add .ruby-version to ensure Ruby 2.3.x is usedAsh McKenzie2018-07-201-0/+1
|/
* Bump version to 7.1.5v7.1.5Stan Hu2018-07-102-1/+4
* Merge branch 'go-ci-version' into 'master'Nick Thomas2018-06-201-2/+6
|\
| * Run go build/test in CI with 1.9 and 1.10Jacob Vosmaer2018-06-201-2/+6
|/
* Merge branch '138-fix-pre-receive-hook' into 'master'Douwe Maan2018-06-131-1/+1
|\
| * Fix a NoMethodError in the pre-receive hookNick Thomas2018-06-121-1/+1
|/
* Merge branch 'winh-makes-it-2018' into 'master'Robert Speicher2018-06-111-1/+1
|\
| * Update LICENSE year to 2018Winnie Hellmann2018-06-111-1/+1
|/
* Merge branch 'issue-29006' into 'master'v7.1.4Douwe Maan2018-06-044-5/+149
|\
| * allow long strings to remain intact while parsing broadcast messageCameron Crockett2018-06-014-5/+149
|/
* Merge branch 'bvl-display-username-instead-of-fullname' into 'master'v7.1.3Douwe Maan2018-05-284-9/+18
|\
| * Bump version to 7.1.3bvl-display-username-instead-of-fullnameBob Van Landuyt2018-05-243-2/+11
| * Display the username instead of fullnameBob Van Landuyt2018-05-233-8/+8
|/
* Merge branch 'setup_security_products' into 'master'Rémy Coutable2018-04-111-11/+45
|\
| * Setup security products.Olivier Gonzalez2018-04-111-11/+45
|/
* Merge branch 'logger-error' into 'master'v7.1.2Douwe Maan2018-04-094-2/+28
|\
| * Add missing GitlabLogger#error methodJacob Vosmaer (GitLab)2018-04-094-2/+28
|/
* Merge branch 'log-flush' into 'master'v7.1.1Douwe Maan2018-03-235-1/+32
|\
| * Flush log file after every writeJacob Vosmaer (GitLab)2018-03-235-1/+32
|/
* Release v7.1.0v7.1.0Sean McGivern2018-03-211-1/+1
* Merge branch 'gitaly-upload-archive' into 'master'Sean McGivern2018-03-2122-666/+2457
|\
| * Add Gitaly git-upload-archive migrated commandgitaly-upload-archiveAlejandro Rodríguez2018-03-2022-666/+2457
|/
* Merge branch 'structured-logging' into 'master'v7.0.0Douwe Maan2018-03-1917-79/+323
|\
| * Switch to structured loggingJacob Vosmaer (GitLab)2018-03-1917-79/+323
|/
* Merge branch 'add-logrus' into 'master'Nick Thomas2018-03-13266-0/+153518
|\
| * Vendor logrus at v1.0.5add-logrusJacob Vosmaer2018-03-13266-0/+153518
|/
* Merge branch 'fix-tests' into 'master'Nick Thomas2018-03-132-12/+22
|\