summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Strip whitespace for PipelineSchedule#cronstrip-attr-cron-in-pipeline-scheduleFabio Pitino2019-05-021-0/+9
* Merge branch 'sh-allow-equal-level-in-subgroup-membership' into 'master'James Lopez2019-05-021-0/+10
|\
| * Allow a member to have an access level equal to parent groupsh-allow-equal-level-in-subgroup-membershipStan Hu2019-04-301-0/+10
* | Update metrics dashboard API to load yml from repoSarah Yasonik2019-05-011-0/+1
* | Merge branch 'add-project-level-config-for-merge-train-ce' into 'master'Sean McGivern2019-05-011-1/+1
|\ \ | |/ |/|
| * Add project level config for merge trainadd-project-level-config-for-merge-train-ceShinya Maeda2019-04-301-1/+1
* | Fix environment automatic on_stop triggerShinya Maeda2019-04-301-0/+44
|/
* Remove disabled pages domainsVladimir Shushlin2019-04-301-0/+28
* Minor refactor of prometheus_specDylan Griffith2019-04-291-4/+2
* In Prometheus use update! instead of updateDylan Griffith2019-04-291-1/+1
* Deactivate any prometheus_service upon destroyThong Kuah2019-04-291-0/+17
* Teach Prometheus about #uninstall_commandThong Kuah2019-04-291-0/+28
* Expose can_uninstall in cluster_status.jsonThong Kuah2019-04-297-0/+51
* Merge branch 'fix-ci-commit-ref-name-and-slug' into 'master'Sean McGivern2019-04-293-0/+68
|\
| * Fix CI_COMMIT_REF_NAME and SLUG variableShinya Maeda2019-04-293-0/+68
* | Merge branch 'use-keyword-args-for-databuilder-push' into 'master'Douglas Barbosa Alexandre2019-04-291-6/+5
|\ \
| * | Use all keyword args for DataBuilder::Push.build()Jonathon Reinhart2019-04-251-6/+5
* | | Merge remote-tracking branch 'origin/master'John T Skarbek2019-04-298-2/+323
|\ \ \
| * \ \ Merge branch 'bvl-initialize-design-repo-ce' into 'master'Douwe Maan2019-04-291-0/+65
| |\ \ \
| | * | | Port changes for design management to CEBob Van Landuyt2019-04-291-0/+65
| | | |/ | | |/|
| * | | Fix deployments for Kubernetes service templatesTiger2019-04-291-0/+6
| |/ /
| * | Add Let's Encrypt application settingsVladimir Shushlin2019-04-271-0/+14
| * | Add deployment events to chat notification servicesJason Goodman2019-04-264-0/+181
| * | Add ProjectMetricsDashboardSetting model and tableReuben Pereira2019-04-261-0/+55
| * | Merge branch 'use-constant-for-helm-runner-check' into 'master'Grzegorz Bizon2019-04-261-2/+2
| |\ \ | | |/ | |/|
| | * Use constants for assertion for helm chart testSteve Azzopardi2019-04-241-2/+2
* | | Merge branch 'security-approval-race-condition' into 'master'GitLab Release Tools Bot2019-04-251-0/+19
|\ \ \
| * | | Add ApplicationRecord#safe_ensure_unique methodPatrick Bajao2019-04-121-0/+19
* | | | Merge branch 'security-pb-email-watchers-no-access' into 'master'GitLab Release Tools Bot2019-04-251-4/+36
|\ \ \ \ | |_|/ / |/| | |
| * | | Stop sending emails to users who can't read commitPatrick Bajao2019-04-161-4/+36
| |/ /
* | | Merge branch 'fix-lazy-blobs-requesting-all-previous-blobs' into 'master'Dmitriy Zaporozhets2019-04-251-0/+15
|\ \ \
| * | | Ensure that we only request blobs in one batchSean McGivern2019-04-241-0/+15
* | | | Update list_last_commits_for_tree response path field to path_bytesJohn Cai2019-04-241-0/+19
* | | | Added list_pages method to avoid loading all wiki pages contentFrancisco Javier López2019-04-252-48/+92
| |_|/ |/| |
* | | Merge branch 'add-ci-variable-protected-ref' into 'master'Grzegorz Bizon2019-04-243-3/+5
|\ \ \
| * | | Make sure that CI_COMMIT_REF_PROTECTED is a boolJason van den Hurk2019-04-181-1/+1
| * | | Change CI_REF_PROTECTED variable to CI_COMMIT_REF_PROTECTEDJason van den Hurk2019-04-103-3/+3
| * | | Added the CI_REF_PROTECTED variable to the Gitlab runnerJason van den Hurk2019-04-103-3/+5
* | | | Merge branch 'sh-disable-internal-ids-available-check' into 'master'Sean McGivern2019-04-241-1/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Always use internal ID tables in development and productionsh-disable-internal-ids-available-checkStan Hu2019-04-221-1/+10
* | | | Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-3/+2
|/ / /
* | | Merge branch 'update-gitlab-runner-helm-chart-to-0-4-0' into 'master'James Lopez2019-04-221-2/+2
|\ \ \
| * | | Update GitLab Runner Helm Chart to 0.4.0update-gitlab-runner-helm-chart-to-0-4-0Steve Azzopardi2019-04-191-2/+2
* | | | Fix wrong use of ActiveRecord in PoolRepositoryJacob Vosmaer2019-04-202-1/+3
* | | | Extract ProjectStatistics updates into a concernAlessio Caiazza2019-04-192-88/+8
|/ / /
* | | Merge branch '39858-add-group-owned-info-to-projects-api' into 'master'Douwe Maan2019-04-191-0/+22
|\ \ \
| * | | Adds namespace information to project endpoint39858-add-group-owned-info-to-projects-apiMayra Cabrera2019-04-181-0/+22
* | | | Bump version of knative from 0.3 -> 0.5Chris Baumbauer2019-04-171-1/+1
|/ / /
* | | Merge branch 'mc/feature/custom-metrics-ce' into 'master'Kamil Trzciński2019-04-162-4/+24
|\ \ \
| * | | Backport changes from EEMatija Čupić2019-04-162-4/+24
| |/ /