summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* EE Backport to CE of EE!11151ee-9971-move-ee-specific-differences-to-ee-directorySam Bigelow2019-04-262-38/+93
| | | | This moves all EE Specific lines into the ee directory
* Merge branch 'winh-move-static-fixtures' into 'master'Clement Ho2019-04-268-9/+9
|\ | | | | | | | | Move all static fixtures to static directory See merge request gitlab-org/gitlab-ce!27668
| * Move all static fixtures to static directoryWinnie Hellmann2019-04-258-9/+9
| |
* | Merge branch '7182-add-dast-full-scan-enabled-support-ce' into 'master'Achilleas Pipinellis2019-04-261-1/+3
|\ \ | | | | | | | | | | | | Add ZAP Full Scan support to DAST vendored template See merge request gitlab-org/gitlab-ce!27513
| * | Add ZAP Full Scan support to DAST vendored templateVictor Zagorodny2019-04-261-1/+3
|/ /
* | Merge branch '#57351-add-dotnet-core-yaml-template' into 'master'Grzegorz Bizon2019-04-262-0/+112
|\ \ | | | | | | | | | | | | | | | | | | Fix #57351 - Add .NET Core YAML template Closes #57351 See merge request gitlab-org/gitlab-ce!25604
| * | Add changelog for MR !25604Piotr Wosiek2019-04-261-0/+5
| | | | | | | | | | | | Add changelog for adding .NET Core YAML template
| * | Update .NET Core YAML templatePiotr Wosiek2019-04-261-11/+10
| | | | | | | | | | | | Improve indent for cache paths
| * | Update .NET Core YAML template - improve indentPiotr Wosiek2019-04-251-47/+38
| | | | | | | | | | | | Improve indent and remove empty lines
| * | Update .NET Core YAML template - improve cachingPiotr Wosiek2019-03-221-27/+22
| | | | | | | | | | | | Revise logic of dependency caching, add cache key, make before script global.
| * | Update .NET Core YAML template - add cachePiotr Wosiek2019-03-201-22/+77
| | | | | | | | | | | | Update the template showing how to cache restored dependencies, add few variables, reduce before_script part, add and improve descriptions.
| * | Make the testing section more genericPiotr Wosiek2019-03-131-6/+8
| | |
| * | Remove the diagram of project directories structurePiotr Wosiek2019-03-131-10/+0
| | |
| * | Improve note about building not .NET Core based projectsPiotr Wosiek2019-03-131-5/+5
| | |
| * | Add .NET Core YAML templatePiotr Wosiek2019-02-271-0/+75
| | |
* | | Merge branch 'docs-fix-ref-links-ci-variables' into 'master'Achilleas Pipinellis2019-04-261-0/+4
|\ \ \ | | | | | | | | | | | | | | | | Fix reference-style links in CI predefined vars See merge request gitlab-org/gitlab-ce!27584
| * | | Fix reference-style links in CI predefined varsPeter Leitzen2019-04-261-0/+4
|/ / /
* | | Merge branch 'qa-nightly-97-quarantin-add-file-template-spec' into 'master'Sanad Liaquat2019-04-261-1/+2
|\ \ \ | | | | | | | | | | | | | | | | Quarantine flaky tests See merge request gitlab-org/gitlab-ce!27732
| * | | Quaraintine flaky testsSanad Liaquat2019-04-261-1/+2
| | | |
* | | | Merge branch '57171-operations-controller-spec-refactor' into 'master'Grzegorz Bizon2019-04-261-106/+110
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Refactor operations controller spec Closes #57171 See merge request gitlab-org/gitlab-ce!27558
| * | | Fix a bug in shared_examples definition57171-operations-controller-spec-refactorrpereira22019-04-251-1/+1
| | | |
| * | | Move shared context to top of spec filerpereira22019-04-241-60/+52
| | | | | | | | | | | | | | | | | | | | - Rename the shared_context - Use expect in stub_operations_update_service_returning.
| * | | Refactor operations controller specrpereira22019-04-221-105/+117
| | | | | | | | | | | | | | | | | | | | - Move specs into a shared_context so that they can be reused. - Move common specs out of a more specific context.
* | | | Merge branch 'winh-stylelint-valid-json' into 'master'Phil Hughes2019-04-261-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Make stylelint config a valid JSON file See merge request gitlab-org/gitlab-ce!27721
| * | | | Make stylelint config a valid JSON fileWinnie Hellmann2019-04-261-4/+4
| | |_|/ | |/| |
* | | | Merge branch 'revert-55767af4' into 'master'Filipa Lacerda2019-04-263-15/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Merge branch '60855-mr-popover-is-not-attached-in-system-notes' into 'master'" See merge request gitlab-org/gitlab-ce!27727
| * | | | Revert "Merge branch '60855-mr-popover-is-not-attached-in-system-notes' into ↵Phil Hughes2019-04-263-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 'master'" This reverts merge request !27589
* | | | | Merge branch 'use-constant-for-helm-runner-check' into 'master'Grzegorz Bizon2019-04-261-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Use constants for asserstion for helm chart test See merge request gitlab-org/gitlab-ce!27629
| * | | | Use constants for assertion for helm chart testSteve Azzopardi2019-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are duplicating the value from the constant `Clusters::Applications::Runner::VERSION` inside of the tests which results into developers having to update the tests as well when they want to upgrade the Helm chart used for GitLab Runner
* | | | | Merge branch 'improve-review-apps-scheduled-cleanup' into 'master'Lin Jen-Shin2019-04-261-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve Review Apps scheduled cleanup See merge request gitlab-org/gitlab-ce!27689
| * | | | | Improve Review Apps scheduled cleanupRémy Coutable2019-04-261-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By moving it to the `build` stage and adding `action: stop` to it. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch '60874-fix-suggestion-misalignment' into 'master'Filipa Lacerda2019-04-262-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Misalignment on suggested changes diff table" Closes #60874 See merge request gitlab-org/gitlab-ce!27612
| * | | | | | Resolve "Misalignment on suggested changes diff table"Natalia Tepluhina2019-04-262-2/+7
|/ / / / / /
* | | | | | Merge branch '46048-canary-next' into 'master'Phil Hughes2019-04-266-22/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds information about Canary environment Closes #46048 See merge request gitlab-org/gitlab-ce!27499
| * | | | | | Adds information about Canary env46048-canary-nextFilipa Lacerda2019-04-256-22/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a badge to the navbar that indicates if Canary is being used When canary is not being used, it renders a link to next.gitlab.com
* | | | | | | Merge branch '60855-mr-popover-is-not-attached-in-system-notes' into 'master'Filipa Lacerda2019-04-263-0/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "MR Popover is not attached in system notes" Closes #60855 See merge request gitlab-org/gitlab-ce!27589
| * | | | | | | Init MR Popovers onmount of system note60855-mr-popover-is-not-attached-in-system-notesSam Bigelow2019-04-243-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing a bug where system notes had no MR Popovers
* | | | | | | | Merge branch '60808-only-show-target-branch-advanced-error-before-merge' ↵Filipa Lacerda2019-04-263-1/+24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Don't show the "target branch advanced" error message after merge Closes #60808 See merge request gitlab-org/gitlab-ce!27588
| * | | | | | | | Only show message when MR is open60808-only-show-target-branch-advanced-error-before-mergeNathan Friend2019-04-243-1/+24
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the bug that was causing the "target branch has "advanced" error message to display after an MR was closed.
* | | | | | | | Merge branch 'patch-58' into 'master'Phil Hughes2019-04-261-12/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize strings in activity calendar See merge request gitlab-org/gitlab-ce!27685
| * | | | | | | | Externalize strings in activity calendarVictor Wu2019-04-261-12/+12
|/ / / / / / / /
* | | | | | | | Merge branch '60639-cluster-application-state-machine' into 'master'Phil Hughes2019-04-2611-227/+480
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify cluster applications state management Closes #60639 See merge request gitlab-org/gitlab-ce!27461
| * | | | | | | | Use a FSM to determine application next stateEnrique Alcántara2019-04-2611-227/+480
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Separate cluster application UI state from server-side app status - Use a state machine to determine cluster application next state - Instead of using two variables to keep track of when an app is installing or updating, just use the app status property and control server-side and user events using the FSM service.
* | | | | | | | Merge branch 'ce-fl-fix-missing-required-prop' into 'master'Phil Hughes2019-04-261-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE: Adds missing prop See merge request gitlab-org/gitlab-ce!27671
| * | | | | | | | Adds missing propFilipa Lacerda2019-04-251-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'osw-separate-ee-side-of-protected-branch' into 'master'Sean McGivern2019-04-264-27/+60
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Port] Extract EE specific tests for protected branches/tags See merge request gitlab-org/gitlab-ce!27640
| * | | | | | | | Extract EE specific tests for protected branches/tagsOswaldo Ferreira2019-04-254-27/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have the spec files containing EE specific code for spec/features/protected_branches_spec.rb and spec/features/protected_tags_spec.rb. This commit deletes / extracts the CE part of it.
* | | | | | | | | Merge branch 'refactor/58827-migrate-issue-spec-to-jest' into 'master'Kushal Pandya2019-04-268-251/+201
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrated issue spec files to Jest Closes #58827 See merge request gitlab-org/gitlab-ce!27673
| * | | | | | | | | refactor(issue): Refactored issue tests from Karma to JestMartin Hobert2019-04-258-251/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | re #58827 Added changelog Added sync false, and removed unneeded destroyers
* | | | | | | | | | Merge branch 'migrate-import-projects-spec' into 'master'Kushal Pandya2019-04-268-242/+256
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move import projects karma specs to jest Closes #60204 See merge request gitlab-org/gitlab-ce!27552