summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-314-22/+20
* Merge branch 'allow-multiple-paths-in-repository-log' into 'master' Robert Speicher2017-03-301-1/+6
|\
| * Support >1 path in Gitlab::Git::Repository#logSean McGivern2017-03-301-1/+6
* | Merge branch '29843-project-subgroup-transfer' into 'security'Rémy Coutable2017-03-291-1/+1
* | Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into 'm...Alfredo Sumaran2017-03-291-2/+3
|\ \
| * | Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-2/+3
| |/
* | Merge branch 'fix_rake_gitlab_check_sidekiq' into 'master' Rémy Coutable2017-03-291-2/+2
|\ \
| * | There might be ps utilities out there, that assume 80chars insteadSebastian Reitenbach2017-03-281-2/+2
* | | Merge branch 'gitaly-socket-per-shard' into 'master' Sean McGivern2017-03-297-29/+64
|\ \ \
| * | | Fix custom hooks restoreJacob Vosmaer2017-03-291-1/+3
| * | | Change socket_path to gitaly_addressJacob Vosmaer2017-03-292-9/+16
| * | | Separate GRPC channels per repository storageJacob Vosmaer2017-03-294-25/+28
| * | | Helper method for storage path strippingJacob Vosmaer2017-03-291-0/+23
* | | | Merge branch '23655-api-group-issues' into 'master' Rémy Coutable2017-03-292-4/+4
|\ \ \ \
| * | | | Fix API group/issues default state filterAlexander Randa2017-03-282-4/+4
* | | | | Labels support color names in backendDongqing Hu2017-03-292-6/+12
* | | | | Merge branch 'make_user_mentions_case_insensitive' into 'master' Sean McGivern2017-03-291-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Make user mentions case-insensitiveblackst0ne2017-03-291-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'glensc/gitlab-ce-17325-rugged-gem-update' into 'master' Robert Speicher2017-03-281-20/+3
|\ \ \ \
| * | | | Use Rugged::SORT_NONE instead of Rugged::SORT_DATEAdam Niedzielski2017-03-281-3/+3
| * | | | Remove unused method Gitlab::Git::Repository#commits_sinceAdam Niedzielski2017-03-281-17/+0
| |/ / /
* | | | Merge branch 'tc-api-remove-comments-endpoint' into 'master' Rémy Coutable2017-03-283-40/+14
|\ \ \ \
| * | | | API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-272-5/+14
| * | | | Remove `:id/merge_requests/:merge_request_iid/comments` endpointsToon Claes2017-03-271-35/+0
* | | | | Merge branch '30098-banzai-filter-mergerequestreferencefilter-has-an-n-1-quer...Yorick Peterse2017-03-281-2/+27
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Get rid of a third N+1 query problemRémy Coutable2017-03-281-1/+3
| * | | | Get rid of second N+1 query problemRémy Coutable2017-03-281-0/+4
| * | | | Get rid of a first N+1 query problemRémy Coutable2017-03-281-2/+21
* | | | | Fix Gitlab::EeCompatCheck: use `ee_branch_found` instead of `ee_branch`Rémy Coutable2017-03-281-2/+2
|/ / / /
* | | | Merge branch '12818-expose-simple-cicd-status-endpoints-with-status-serialize...Kamil Trzciński2017-03-279-0/+36
|\ \ \ \ | |_|_|/ |/| | |
| * | | Revert adding favicon to extended statuses. Change extended statues specs to ...Shinya Maeda2017-03-232-8/+0
| * | | Fix unchanged structure. Add favicon for 'failed_allowed' and 'success_warnin...Shinya Maeda2017-03-232-0/+8
| * | | Add spec for spec/lib/gitlab/ci/statusShinya Maeda2017-03-231-0/+4
| * | | Roolback unneccesary changesShinya Maeda2017-03-231-1/+1
| * | | Remove def favicon from extended statusShinya Maeda2017-03-232-8/+0
| * | | change favicon nameShinya Maeda2017-03-239-9/+9
| * | | Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-231-0/+4
| * | | Add api points for ci cd status. Add favicon.Shinya Maeda2017-03-239-0/+36
* | | | Implement new service for creating userGeorge Andrinopoulos2017-03-273-27/+59
| |/ / |/| |
* | | Merge branch 'improve-ee_check_compat-again' into 'master' Sean McGivern2017-03-241-107/+188
|\ \ \
| * | | Put banners in constantsRémy Coutable2017-03-231-29/+27
| * | | Fetch deeper the tested branch before fetching masterRémy Coutable2017-03-231-98/+181
| | |/ | |/|
* | | Merge branch 'fix-ci-api-regression-for-after-script' into 'master' Kamil Trzciński2017-03-241-7/+2
|\ \ \ | |/ / |/| |
| * | Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-7/+2
| |/
* | Merge branch 'increase-etag-cache-expiry-time' into 'master' Sean McGivern2017-03-231-1/+1
|\ \
| * | Increase ETag cache expiry timeAdam Niedzielski2017-03-231-1/+1
| |/
* | Introduce a new middleware for the test environment that can block requestsRémy Coutable2017-03-221-0/+61
|/
* Merge branch 'gitaly-install-rake' into 'master' Robert Speicher2017-03-215-9/+94
|\
| * Add gitaly source installation instructionsJacob Vosmaer2017-03-212-8/+63
| * Print command output when a task failedJacob Vosmaer2017-03-211-1/+1