summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Refactor parse_options() in push_options.rbreduce-parse-options-complexityChristian Couder2019-09-071-8/+12
* Stop empty external auth classification labels overriding default labelsWill Chandler2019-09-061-1/+8
* Merge branch 'revert-351d72cb' into 'master'Lin Jen-Shin2019-09-061-5/+1
|\
| * Revert "Merge branch '66596-allow-danger-to-be-run-locally' into 'master'"revert-351d72cbAsh McKenzie2019-09-061-5/+1
* | Merge branch '59729-estimate-quick-action-does-not-produce-correct-time-for-1...Jan Provaznik2019-09-061-0/+35
|\ \ | |/ |/|
| * Fix time tracking parsing of months59729-estimate-quick-action-does-not-produce-correct-time-for-1moHeinrich Lee Yu2019-09-051-0/+35
* | Merge branch '66596-allow-danger-to-be-run-locally' into 'master'Lin Jen-Shin2019-09-061-1/+5
|\ \
| * | Allow Danger to detect if running localAsh McKenzie2019-09-061-1/+5
* | | Merge branch 'add-label-push-opts' into 'master'Ash McKenzie2019-09-061-2/+19
|\ \ \ | |/ / |/| |
| * | Support adding and removing labels w/ push optsChristian Couder2019-09-041-2/+19
* | | Merge branch 'danger-review-pipeline' into 'master'Rémy Coutable2019-09-052-2/+6
|\ \ \
| * | | Add Danger Roulette rules for pipeline filesdanger-review-pipelineKyle Wiebers2019-09-052-2/+6
| | |/ | |/|
* | | New interruptible attribute supported in YAML parsing.Cédric Tabin2019-09-052-3/+7
|/ /
* | Refactor new undo_* methodsReuben Pereira2019-09-051-37/+44
* | Merge branch '66150-remove-dynamically-constructed-feature-flags-starting-wit...Peter Leitzen2019-09-051-3/+2
|\ \
| * | Remove feature flags starting with `prometheus_transaction_`Jacopo2019-09-051-3/+2
* | | Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review rouletteWinnie Hellmann2019-09-051-1/+2
|/ /
* | Merge branch 'remove-unnecessary-freeze-in-lib-gitlab' into 'master'Jan Provaznik2019-09-0561-117/+119
|\ \
| * | Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-0461-117/+119
* | | Add spaces to devops ci template to reduce warningsMarcel Amirault2019-09-051-11/+11
* | | Allow not resolvable urls when rebinding setting is disabledFrancisco Javier López2019-09-051-2/+6
* | | Upgrade graphql gem to 1.9.10Brett Walker2019-09-043-2/+6
* | | Show meaningful message on /due quick action with invalid date🙈 jacopo beschi 🙉2019-09-041-1/+5
* | | Upgrade GraphQL gem to 1.8.17Brett Walker2019-09-047-11/+17
* | | Merge branch 'persist-needs-error' into 'master'Grzegorz Bizon2019-09-042-2/+7
|\ \ \
| * | | Persist `needs:` validation as config errorpersist-needs-errorKamil Trzciński2019-09-042-2/+7
* | | | Backport EE changes for productivity analyticsPavel Shutsin2019-09-041-0/+6
* | | | Extract Workhorse <-> GitLab authentication to make it reusable61927-internal-api-jwt-authKrasimir Angelov2019-09-042-26/+44
| |/ / |/| |
* | | Improve GC_REPORT_BUCKETS granularity65509-improve-gc-report-buckets-granularityAleksei Lipniagov2019-09-031-1/+1
* | | Merge branch 'ce-12996-cancel-redundant-pipelines' into 'master'Lin Jen-Shin2019-09-031-1/+2
|\ \ \
| * | | Backport EE issue 12996ce-12996-cancel-redundant-pipelinesSean Carroll2019-09-021-1/+2
* | | | Merge branch 'an-use-labkit-correlation-id' into 'master'Ash McKenzie2019-09-032-41/+1
|\ \ \ \
| * | | | Remove all references to Gitlab::CorrelationIdan-use-labkit-correlation-idAndrew Newdigate2019-08-262-41/+1
* | | | | If user can push to docker then it can delete tooGiorgenes Gelatti2019-09-031-1/+2
* | | | | Update Code-Quality.gitlab-ci.yml to use `only.refs`Rémy Coutable2019-09-021-2/+3
* | | | | Handle :9090 and 0.0.0.0:9090 listen_address formatsReuben Pereira2019-09-021-14/+26
* | | | | Remove reference of external examplemdhtr2019-09-021-0/+29
| |/ / / |/| | |
* | | | Fixing #65389Massimeddu Cireddu2019-09-022-1/+5
* | | | Merge branch 'fix-peek-on-puma' into 'master'Rémy Coutable2019-09-024-15/+11
|\ \ \ \
| * | | | Make performance bar enabled checks consistentSean McGivern2019-08-284-14/+10
| * | | | Fix Peek on PumaSean McGivern2019-08-271-2/+2
* | | | | Tidy up conditional messagecharlieablett2019-09-021-5/+7
* | | | | Handle projectless `help` commands to chatopscharlieablett2019-09-021-4/+10
| |_|_|/ |/| | |
* | | | Merge branch 'sh-fix-ci-lint-500-error' into 'master'Ash McKenzie2019-09-021-1/+7
|\ \ \ \
| * | | | Fix 500 error in CI lint when included templates are an arraysh-fix-ci-lint-500-errorStan Hu2019-08-311-1/+7
* | | | | Merge branch '46686-move-k8s-services-out-of-gcp-namespace' into 'master'66783-usage-ping-for-slack-integrationsThong Kuah2019-09-011-1/+1
|\ \ \ \ \
| * | | | | Move generic k8s services out of GCP namespace46686-move-k8s-services-out-of-gcp-namespaceTiger2019-08-281-1/+1
* | | | | | Merge branch 'improve-chatops-help' into 'master'Nick Thomas2019-09-015-25/+75
|\ \ \ \ \ \
| * | | | | | Improve chatops help outputimprove-chatops-helpYorick Peterse2019-08-295-25/+75
* | | | | | | Fix for histogram corruption in SidekiqAndrew Newdigate2019-08-301-1/+1
| |_|_|_|_|/ |/| | | | |