summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann2018-11-052-2/+60
|\
| * Merge branch 'master' into scheduled-manual-jobs-environment-play-buttonsWinnie Hellmann2018-10-2215-162/+273
| |\
| * | Add spec for Deployment#scheduled_actionsShinya Maeda2018-10-181-1/+16
| * | Fix and add specShinya Maeda2018-10-102-2/+45
* | | Optimize merge request refresh by using the database to check commit SHAssh-optimize-mr-commit-sha-lookupStan Hu2018-11-022-0/+47
* | | Incorporates Kubernetes Namespace into Cluster's flowThong Kuah2018-11-026-62/+113
* | | Remove ci_enable_scheduled_build feature flagShinya Maeda2018-11-021-12/+0
* | | Merge branch 'sh-optimize-reload-diffs-service' into 'master'Sean McGivern2018-11-022-8/+8
|\ \ \
| * | | Fix merge request specs that expect diff_files to be calledsh-optimize-reload-diffs-serviceStan Hu2018-11-012-8/+8
* | | | Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern2018-11-011-1/+17
|\ \ \ \
| * | | | Fix testsHeinrich Lee Yu2018-11-011-1/+17
| |/ / /
* | | | Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-016-10/+10
|\ \ \ \
| * | | | Fix typos in comments and specsGeorge Tsiolis2018-11-016-10/+10
* | | | | Reduce SQL queries needed to load open merge requestssh-optimize-merge-request-project-lookupStan Hu2018-10-302-0/+18
| |/ / / |/| | |
* | | | Merge branch 'add-language-param-to-highlight' into 'master'Douwe Maan2018-10-301-0/+25
|\ \ \ \
| * | | | Allow FoundBlob to access language from gitattributesMark Chao2018-10-302-16/+25
| * | | | Add access to Blob's language from gitattributesMark Chao2018-10-301-0/+16
| |/ / /
* | | | Merge branch 'tc-index-lfs-objects-file-store' into 'master'Douglas Barbosa Alexandre2018-10-301-19/+0
|\ \ \ \
| * | | | Enhance performance of counting local LFS objectstc-index-lfs-objects-file-storeToon Claes2018-10-301-19/+0
| |/ / /
* | | | Renaming Secret Variables in the codebaseMarcel Amirault2018-10-303-24/+24
|/ / /
* | | Merge remote-tracking branch 'origin/master' into dev-masterDJ Mountney2018-10-2911-73/+461
|\ \ \
| * | | post merge pipeline and environments statusAlessio Caiazza2018-10-292-1/+51
| * | | Merge branch '34758-create-group-clusters' into 'master'Andreas Brandl2018-10-293-0/+77
| |\ \ \
| | * | | Associate clusters model to groups34758-create-group-clustersThong Kuah2018-10-293-0/+77
| * | | | Merge branch 'rz_fix_milestone_count' into 'master'Sean McGivern2018-10-292-35/+37
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Update MR based on Sean's feedbackrz_fix_milestone_countEagllus2018-10-261-5/+5
| | * | | Removed the print in testRonald van Zon2018-10-251-3/+0
| | * | | Update related tests based on commentEagllus2018-10-221-6/+11
| | * | | Moving state_count to Milestone model and related testsEagllus2018-10-172-35/+35
| * | | | Resolve "No longer require a deploy to start Prometheus monitoring"Peter Leitzen2018-10-261-37/+4
| * | | | Automatically navigate to last board visitedBrett Walker2018-10-262-0/+128
| * | | | Backport SSH host key detection code to CENick Thomas2018-10-251-0/+164
* | | | | Merge branch 'security-redact-links' into 'master'Jan Provaznik2018-10-291-0/+69
|\ \ \ \ \
| * | | | | Redact unsubscribe links in issuable textsJan Provaznik2018-10-231-0/+69
* | | | | | [master] Persist only SHA digest of PersonalAccessToken#tokenImre Farkas2018-10-293-11/+297
* | | | | | Merge branch 'sh-fix-hipchat-ssrf' into 'master'Jan Provaznik2018-10-291-0/+18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Prevent SSRF attacks in HipChat integrationStan Hu2018-10-021-0/+18
* | | | | | Update Runner Chart to 0.1.35Tomasz Maczukin2018-10-231-3/+3
* | | | | | Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-233-0/+65
* | | | | | Merge branch '42611-removed-branch-link' into 'master'Grzegorz Bizon2018-10-231-0/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Do not raise error when checking pipeline reference42611-removed-branch-linkGrzegorz Bizon2018-10-221-11/+23
| * | | | | Fix pipeline reference existence check and add specsGrzegorz Bizon2018-10-221-0/+23
* | | | | | Merge branch '51716-add-kubernetes-namespace-model' into 'master'Andreas Brandl2018-10-224-23/+142
|\ \ \ \ \ \
| * | | | | | Add Clusters::KubernetesNamespace model51716-add-kubernetes-namespace-modelMayra Cabrera2018-10-224-23/+142
* | | | | | | Merge branch 'refactor-project-rename-repo' into 'master'Robert Speicher2018-10-221-167/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Move Project#rename_repo to a service classrefactor-project-rename-repoYorick Peterse2018-10-221-167/+0
* | | | | | | Merge branch 'use-raw-file-format' into 'master'Grzegorz Bizon2018-10-221-0/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make all legacy security reports to use raw formatuse-raw-file-formatKamil TrzciƄski2018-10-161-0/+8
* | | | | | | Update used version of Runner Helm Chart to 0.1.34Tomasz Maczukin2018-10-191-3/+3
* | | | | | | Merge branch 'ccr/43034_issues_controller_100_queries' into 'master'Douglas Barbosa Alexandre2018-10-191-3/+31
|\ \ \ \ \ \ \