summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-254-21/+140
* Merge branch 'fix/limit-flash-notice-width' into 'master'Phil Hughes2018-10-241-2/+2
|\
| * Limit flash notice width on fixed and fluid layoutGeorge Tsiolis2018-10-231-2/+2
* | Merge branch 'mr-file-list' into 'master'Filipa Lacerda2018-10-243-2/+128
|\ \
| * | Fixed failing specsPhil Hughes2018-10-233-12/+40
| * | Add list mode to file browser in diffsPhil Hughes2018-10-232-0/+98
* | | Hotfix for Rspec and second storageZeger-Jan van de Weg2018-10-241-0/+2
* | | Merge branch '53013-duplicate-escape' into 'master'Phil Hughes2018-10-231-3/+2
|\ \ \ | |_|/ |/| |
| * | Removes escape from job item53013-duplicate-escapeFilipa Lacerda2018-10-231-3/+2
* | | Update Runner Chart to 0.1.35Tomasz Maczukin2018-10-231-3/+3
* | | Merge branch 'support-license-management-and-performance' into 'master'Grzegorz Bizon2018-10-232-0/+3
|\ \ \
| * | | Support licenses and performancesupport-license-management-and-performanceKamil Trzciński2018-10-222-0/+3
* | | | Update Todo icons in collapsed sidebar for Issues and MRsKushal Pandya2018-10-231-4/+8
* | | | Merge branch 'lfs-project-attribute-alias' into 'master'Nick Thomas2018-10-231-1/+1
|\ \ \ \
| * | | | Alias the lfs_enabled methodlfs-project-attribute-aliasCindy Pallares2018-10-221-1/+1
* | | | | Merge branch 'add-role-binding-to-kubeclient' into 'master'Kamil Trzciński2018-10-231-0/+47
|\ \ \ \ \
| * | | | | Add RoleBinding methodsadd-role-binding-to-kubeclientMayra Cabrera2018-10-221-0/+47
* | | | | | Merge branch 'zj-broken-storage' into 'master'Grzegorz Bizon2018-10-234-20/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove broken git storage for testingZeger-Jan van de Weg2018-10-234-20/+3
| | |_|_|/ | |/| | |
* | | | | Add `Any` option to milestone filterHeinrich Lee Yu2018-10-231-1/+9
* | | | | Resolve "Filter discussion (tab) by comments or activity in issues and merge ...Oswaldo Ferreira2018-10-2312-2/+274
|/ / / /
* | | | Merge branch '42611-removed-branch-link' into 'master'Grzegorz Bizon2018-10-232-0/+53
|\ \ \ \
| * | | | Do not raise error when checking pipeline reference42611-removed-branch-linkGrzegorz Bizon2018-10-222-14/+29
| * | | | Fix pipeline reference existence check and add specsGrzegorz Bizon2018-10-221-0/+23
| * | | | Removes extra empty linesFilipa Lacerda2018-10-171-2/+0
| * | | | Creates ref_exists? method for Pipeline classFilipa Lacerda2018-10-081-1/+1
| * | | | Merge branch 'master' into 42611-removed-branch-linkFilipa Lacerda2018-10-08685-7197/+25178
| |\ \ \ \
| * | | | | Render link to branch only when branch still existsFilipa Lacerda2018-08-311-0/+17
* | | | | | Merge branch '52840-fix-runners-details-page' into 'master'Grzegorz Bizon2018-10-232-0/+165
|\ \ \ \ \ \
| * | | | | | Add tests for shared/runners/show.html.haml viewTomasz Maczukin2018-10-222-0/+165
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sh-pages-eof-error' into 'master'Grzegorz Bizon2018-10-232-0/+78
|\ \ \ \ \ \
| * | | | | | Add a spec that generates the metadata dynamicallysh-pages-eof-errorStan Hu2018-10-192-0/+78
* | | | | | | Introduce new kubernetes spec helpersadd-new-kubernetes-spec-helpersMayra Cabrera2018-10-221-3/+20
| |_|_|_|/ / |/| | | | |
* | | | | | Revert "Merge branch 'refactor-cluster-create-service-spec' into 'master'"Thong Kuah2018-10-222-87/+75
* | | | | | Merge branch 'feature/gb/improve-include-config-errors-reporting' into 'master'Douwe Maan2018-10-226-23/+126
|\ \ \ \ \ \
| * | | | | | Improve specs for abstract remote `include` filefeature/gb/improve-include-config-errors-reportingGrzegorz Bizon2018-10-221-4/+4
| * | | | | | Improve error message when `include` is blockedGrzegorz Bizon2018-10-221-0/+9
| * | | | | | Improve remote CI/CD config file extension validationGrzegorz Bizon2018-10-191-0/+52
| * | | | | | Extend error message in case of HTTP errors in `include`Grzegorz Bizon2018-10-191-3/+37
| * | | | | | Refactor `include` code and improve error reportingGrzegorz Bizon2018-10-184-6/+9
| * | | | | | Extract method that fetchesremote CI/CD included configGrzegorz Bizon2018-10-181-2/+2
| * | | | | | Add IncludeError exception and use it in CI configGrzegorz Bizon2018-10-181-1/+1
| * | | | | | Move external CI config class into proper namespaceGrzegorz Bizon2018-10-165-12/+17
| * | | | | | Move external CI config files into Ci class contextGrzegorz Bizon2018-10-164-0/+0
* | | | | | | Merge branch '51716-add-kubernetes-namespace-model' into 'master'Andreas Brandl2018-10-226-23/+159
|\ \ \ \ \ \ \
| * | | | | | | Add Clusters::KubernetesNamespace model51716-add-kubernetes-namespace-modelMayra Cabrera2018-10-226-23/+159
* | | | | | | | Merge branch 'refactor-project-rename-repo' into 'master'Robert Speicher2018-10-224-169/+218
|\ \ \ \ \ \ \ \
| * | | | | | | | Move Project#rename_repo to a service classrefactor-project-rename-repoYorick Peterse2018-10-224-169/+218
* | | | | | | | | Extract JobContainerItem componentWinnie Hellmann2018-10-222-1/+76
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch 'ce-52112-fix-review-apps-cleanup-ce' into 'master'Nick Thomas2018-10-222-41/+98
|\ \ \ \ \ \ \ \