summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mc/feature/add-at-colon-variable-masking' into 'master'Grzegorz Bizon2019-08-071-2/+3
|\
| * Document new masking requirementsmc/feature/add-at-colon-variable-maskingMatija Čupić2019-07-231-1/+2
| * Allow masking @ and : charactersMatija Čupić2019-07-231-1/+1
* | ActiveSession.cleaned_up_lookup_entries to use Redis#pipelinedImre Farkas2019-08-071-2/+4
* | Use separate Kubernetes namespaces per environmentTiger Watson2019-08-076-86/+48
* | Convert RestClient to Gitlab::HTTP for Prometheus MonitorDavid Wilkins2019-08-073-10/+7
* | Fix nil take regressionmc/bug/nil-takeMatija Čupić2019-08-071-5/+4
* | Merge branch '43080-speed-up-deploy-keys' into 'master'Thong Kuah2019-08-064-11/+11
|\ \
| * | Speed up loading and filtering deploy keys and their projectsNick Thomas2019-08-053-5/+5
| * | Stop using pluck to get deploy keys for a userNick Thomas2019-08-052-6/+6
| * | Fix a bug in User#accessible_deploy_keysNick Thomas2019-08-051-1/+1
* | | Merge branch 'make-issue-boards-importable' into 'master'Sean McGivern2019-08-061-1/+2
|\ \ \
| * | | Make issue boards importableJason Colyer2019-08-021-1/+2
* | | | Add MergeRequestDiff#lines_count convenience methodbackport-productivty-analytics-migrationsPavel Shutsin2019-08-061-0/+6
* | | | Add group level container repository endpointsSteve Abrams2019-08-051-0/+2
| |/ / |/| |
* | | Merge branch 'jprovazn-fix-positioning' into 'master'Sean McGivern2019-08-051-36/+75
|\ \ \
| * | | Use SQL to find the gap instead of iteratingHeinrich Lee Yu2019-08-051-91/+66
| * | | Optimize rebalancing of relative positioningJan Provaznik2019-08-051-25/+89
* | | | Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into 'mas...Thong Kuah2019-08-051-6/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Allow Cert-Manager to be uninstalled60664-kubernetes-applications-uninstall-cert-managerTiger2019-08-051-6/+30
* | | | Merge branch 'prefer-to-use-process-pipeline-worker' into 'master'Sean McGivern2019-08-052-3/+3
|\ \ \ \
| * | | | Extend PipelineProcessWorker to accept a list of buildsprefer-to-use-process-pipeline-workerKamil Trzciński2019-08-022-3/+3
* | | | | Merge branch 'georgekoltsov/55474-outbound-setting-system-hooks' into 'master'Rémy Coutable2019-08-053-5/+8
|\ \ \ \ \
| * | | | | Refactor SystemHookUrlValidator and specsGeorge Koltsov2019-08-022-4/+3
| * | | | | Add outbound requests setting for system hooksGeorge Koltsov2019-08-023-3/+7
* | | | | | Merge branch 'properly-process-all-needs' into 'master'Sean McGivern2019-08-051-0/+4
|\ \ \ \ \ \
| * | | | | | Properly process `needs:` with `when:`properly-process-all-needsKamil Trzciński2019-08-021-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'bvl-fix-sentry-error-grouping' into 'master'Sean McGivern2019-08-051-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Group `parent not preloaded` errors in sentryBob Van Landuyt2019-08-021-2/+2
| |/ / / /
* | | | | All Kubectl command should return array by defaultJoão Cunha2019-08-022-6/+14
| |_|/ / |/| | |
* | | | Implement Helm ResetCommand for removing TillerDylan Griffith2019-08-021-4/+24
* | | | Merge branch 'make-needs-strong-connection' into 'master'Sean McGivern2019-08-021-2/+3
|\ \ \ \
| * | | | Make needs: to require previous jobsmake-needs-strong-connectionKamil Trzciński2019-08-021-2/+3
| |/ / /
* | | | Merge branch '64092-removes-update-statistics-namespace-feature-flag' into 'm...Bob Van Landuyt2019-08-022-12/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Removes update_statistics_namespace feature flagMayra Cabrera2019-08-022-12/+1
| |/ /
* | | Respect needs for artifactsrespect-needs-on-artifactsKamil Trzciński2019-08-021-10/+6
|/ /
* | Make diff_refs_match_commit validation reusablePatrick Bajao2019-08-012-7/+8
* | Merge branch 'ce-docker_image_replication' into 'master'Douglas Barbosa Alexandre2019-08-011-1/+5
|\ \
| * | Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809ce-docker_image_replicationValery Sizov2019-08-011-1/+5
* | | Hardcodes namespaces lease timing value to 1.5hMayra Cabrera2019-08-011-11/+3
* | | Merge branch 'osw-avoid-errors-due-to-concurrent-calls' into 'master'Douwe Maan2019-08-011-1/+1
|\ \ \
| * | | Add exclusive lease to mergeability check processosw-avoid-errors-due-to-concurrent-callsOswaldo Ferreira2019-07-311-1/+1
* | | | Add support for DAGKamil Trzciński2019-08-015-6/+39
* | | | Merge branch 'rename-relative-position-move-to-end' into 'master'Bob Van Landuyt2019-08-011-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix bug when moving batches of items to the endrename-relative-position-move-to-endHeinrich Lee Yu2019-08-011-2/+2
* | | | Use Array.join rather than URI.joinJason Goodman2019-08-011-1/+1
* | | | Merge branch 'sh-fix-special-role-error-500' into 'master'Douglas Barbosa Alexandre2019-07-311-0/+4
|\ \ \ \
| * | | | Fix first-time contributor notes not renderingsh-fix-special-role-error-500Stan Hu2019-07-311-0/+4
* | | | | Add prometheus listen address to whitelistReuben Pereira2019-07-311-0/+11
| |/ / / |/| | |
* | | | Port CE changes from EEcharlie ablett2019-07-311-2/+2