summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'run-mysql-on-stable' into 'master'Rémy Coutable2017-05-231-0/+1
|\ | | | | | | | | Run MySQL tests on *-stable as well See merge request !11602
| * Run MySQL tests on *-stable as wellrun-mysql-on-stableLin Jen-Shin2017-05-221-0/+1
| |
* | Fix migrations for older PostgreSQL versionsfix-retried-for-postgresKamil Trzcinski2017-05-231-1/+1
|/ | | | | - Do not care about error when creating index on PostgreSQL - Test against PostgreSQL 9.2
* Fix Knapsack report names for RSpec and Spinachfix-update-knapsack-jobRémy Coutable2017-05-181-4/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Reorganize static analysis and DB-related jobs31693-move-db-name-to-last-part-of-job-nameRémy Coutable2017-05-171-29/+27
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Factorize common :only definition in .gitlab-ci.ymlRémy Coutable2017-05-171-5/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move the DB name at the end of the first jobs' name word and prepend it with ↵Rémy Coutable2017-05-171-72/+71
| | | | | | a dash Signed-off-by: Rémy Coutable <remy@rymai.me>
* Revert "Merge branch 'revert-f2fc716c' into 'master' "Rémy Coutable2017-05-171-12/+12
| | | | | This reverts commit 98ae016ab207a7f4e27d151584156af6011d48d5, reversing changes made to c5dee301f8bb6496c09c2aef54f9665b350c535f.
* Add more choices to name the branch for docs only testsAchilleas Pipinellis2017-05-161-2/+2
| | | | http://rubular.com/r/51mKdLm6RF
* alter cache key to prevent other pipeline configs from overwriting32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cacheMike Greiling2017-05-161-1/+1
|
* add trailing slash to .yarn-cache to clearly identify it as a directoryMike Greiling2017-05-161-1/+1
|
* instruct yarn to utilize the persistant .yarn-cache directoryMike Greiling2017-05-161-2/+4
|
* Remove unnecessary cache definition in rake karma testStan Hu2017-05-111-3/+0
| | | | Closes #32119
* Move triggering build logic to separate scriptBalasankar C2017-05-091-12/+1
|
* Print triggered pipeline id in a better formatBalasankar C2017-05-091-1/+3
|
* Add a manual job to trigger package build in omnibusBalasankar C2017-05-051-0/+23
|
* Include the bundler:audit job into the static-analysis job31824-move-bundler-audit-job-to-static-analysis-jobRémy Coutable2017-05-041-12/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move api lint out of static analysis jobAchilleas Pipinellis2017-05-031-1/+6
|
* Merge branch 'docs-mrs-should-run-static-analysis' into 'master' Achilleas Pipinellis2017-05-021-22/+18
|\ | | | | | | | | Docs branches should run static analysis See merge request !11035
| * DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml`docs-mrs-should-run-static-analysisRémy Coutable2017-05-021-21/+18
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Make the static-analysis job be run for docs branches tooRémy Coutable2017-05-021-1/+0
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Revert "Shorten and improve some job names"Douwe Maan2017-05-021-12/+12
|/ | | This reverts commit f2fc716c4f00caf4d0184caf19c930e2d37bb6c8
* Merge branch '29036-use-slack-service-to-notify-of-failed-pipelines' into ↵Robert Speicher2017-05-021-16/+0
|\ | | | | | | | | | | | | | | | | 'master' Remove notify slack job Closes #29036 See merge request !9709
| * Remove notify slack job29036-use-slack-service-to-notify-of-failed-pipelinesZeger-Jan van de Weg2017-05-011-16/+0
| |
* | Add scripts/static-analysis to run all the static analysers in one go31463-group-all-lintersRémy Coutable2017-05-011-9/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Shorten and improve some job namesRémy Coutable2017-05-011-12/+12
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Group static-analysis jobs into a single jobRémy Coutable2017-05-011-31/+15
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Resolve "rspec_profiling is enabled for MySQL"Rémy Coutable2017-04-281-2/+2
| |
* | Document the process of docs only changesdocs/make-ci-run-only-for-doc-changesAchilleas Pipinellis2017-04-281-3/+4
| |
* | Skip irrelevant jobs for documentation only changesAchilleas Pipinellis2017-04-281-0/+26
| |
* | Merge branch '31464-move-bundle-check-to-before_script' into 'master' Robert Speicher2017-04-271-7/+0
|\ \ | | | | | | | | | | | | | | | | | | Run `bundle check` after `bundle install` instead of having a dedicated job for it Closes #31464 See merge request !10944
| * | Run `bundle check` after `bundle install` instead of having a dedicated job ↵31464-move-bundle-check-to-before_scriptRémy Coutable2017-04-261-7/+0
| | | | | | | | | | | | | | | | | | for it Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Submodule Dockerfile templatesZeger-Jan van de Weg2017-04-261-0/+1
|/ /
* | Remove outdated ci_setup.md doc page and document MySQL and RSpec profiling ↵30692-document-rspec-profile-and-mysql-branch-testing-and-remove-ci_setup-doc-pageRémy Coutable2017-04-251-1/+1
| | | | | | | | | | | | for specific branches Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'test-pg' into 'master' Rémy Coutable2017-04-241-64/+150
|\ \ | | | | | | | | | | | | | | | | | | Test both PostgreSQL and MySQL for the win Closes #2582 See merge request !10156
| * | Properly use $BUNDLE_INSTALL_FLAGStest-pg-mysqltest-pgLin Jen-Shin2017-04-131-2/+2
| | |
| * | Always use . and add more comments to prepare_build.shLin Jen-Shin2017-04-131-1/+1
| | |
| * | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-121-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: Setup and run a Gitaly server for testing if GitalyClient is enabled Update changelog with MR id Move permission to create subgroup into GroupPolicy Fix issue's note cache expiration after delete fix(subgroups): add verification of group creation capability to subgroup UI
| * | | Remove duplicated lineLin Jen-Shin2017-04-121-1/+0
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-121-2/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (90 commits) Fixed notebooklab code including file paths [BB Importer] Save the error trace and the whole raw document Statisfy Robertcop and Seancop Update documents according to: Update licenses.csv via: Update templates via: Add foreign key on trigger requests Added CHANGELOG Added tests and fixed a typo Fix typo on the class merge-when-pipeline_succeeds Axil's review remove unnecessary line typo fix typo fix links Remove an unused `cared` scope from Issue and MergeRequest Remove an unused `Issue.open_for` scope add topic: authentication Fix edit button on blame page without repo perms Don't show 'Copy content' button on text files that are not rendered as text ...
| * | | | Move variables back to where they areLin Jen-Shin2017-04-111-6/+6
| | | | |
| * | | | Just set GITLAB_DATABASE in the scriptLin Jen-Shin2017-04-111-2/+0
| | | | |
| * | | | We cannot use array in yaml variablesLin Jen-Shin2017-04-111-1/+0
| | | | |
| * | | | Use GITLAB_DATABASE: $CI_JOB_NAME[1] so that weLin Jen-Shin2017-04-101-29/+17
| | | | | | | | | | | | | | | | | | | | | | | | | reduce variables definitions. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10156#note_26811996
| * | | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-101-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (238 commits) Periodically clean up temporary upload files to recover storage space Add a name field to the group edit form Remove the User#is_admin? method Fix specs Enable RSpec/DescribeSymbol; update .rubocop_todo.yml Update rubocop-rspec 1.12.0 -> 1.15.0 Rename displaying_blame to blame Actually include WaitForAjax! Don't show Copy contents button on Blame page alfredo review changes Give explicit height to SVG icons for Safari Update MR title change icon Put back usernames in activity and profile feed Wait for AJAX requests to complete so they don't blow up if they are only handled after DatabaseCleaner has already run Revert yarn.lock changes add CHANGELOG.md entry for !10522 upgrade webpack-dev-server to fix issues with SockJS causing odd reload behavior in firefox upgrade webpack to v2.3.3 to resolve sourcemap issues Rever yarn.lock changes Revert yarn.lock file changes ...
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-04-071-4/+20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (590 commits) Fixes failing spec Fix icon name error Rewrite system note helper Change edit icon Leave icon area blank if legacy note; remove diamond icon Fix positioning of note icons Fix newline errors Add remaining system note icons Add system notes icon helper; add icons Fixed specs Updated JS that was causing the hints to appear & then disappear Update tests Fix broken spinach test Reuse code Improve shortcuts code Adds ShortcutsDashboardNavigation to globals comment since its a global variable Fix shortcut specs Reorganize shortcut help menu Change todos shortcut to shift Change shortcuts Switch global shortcuts to shift; reuse key styles from help menu ...
| * | | | | | Only upload/download knapsack reports from pgLin Jen-Shin2017-03-291-4/+4
| | | | | | |
| * | | | | | Switch back to original repositoryLin Jen-Shin2017-03-291-1/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-03-291-4/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (43 commits) Update CHANGELOG.md for 9.0.1 Support wider range of monitored environments with Prometheus Add changelog entry Don't include branch name in Knapsack report file Add a new `stub_mattermost_setting` stub helper to properly stub Mattermost settings Fixed issue boards sidebar alignment Fixed alignment of tooltip on card assignee Stops triggering board sidebar when clicking avatar Get rid of a third N+1 query problem Get rid of second N+1 query problem Get rid of a first N+1 query problem Add N+1 query problem specs for Issue and MergeRequest ReferenceFilter classes Fix Gitlab::EeCompatCheck: use `ee_branch_found` instead of `ee_branch` Use `:empty_project` where possible in service specs Adds entry about kebab case props in documentation Fix sub-nav highlighting for `Environments` and `Jobs` pages spread out webpack bundles per-line to reduce conflicts in EE Improve UX guide on tooltips Correct example value variable name. If wget fails, remove the empty file created ...
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into test-pg-mysqlLin Jen-Shin2017-03-271-34/+40
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (127 commits) Fixed up issue boards JS specs Implement new service for creating user Add Changelog entry for pipeline retry fix Do not retry jobs multiple times when retrying a pipeline Update sentry-raven 2.0.2 -> 2.4.0 Update webmock 1.21.0 -> 1.24.6 Update spring 1.7.2 -> 2.0.1 Update simplecov 0.12.0 -> 0.14.1 Update pry-rails 0.3.4 -> 0.3.5 Update pry-byebug 3.4.1 -> 3.4.2 Update flay 2.6.1 -> 2.8.1 Optimize labels finder query Remove Tags filter from Projects Explore dropdown Update capybara-screenshot 1.0.11 -> 1.0.14 Update bullet 5.2.0 -> 5.5.1 Update brakeman 3.4.1 -> 3.6.1 Remove web-console gem Update better_errors 1.0.1 -> 2.1.1 Display flash message to unauthenticated user when creating new issue Activate group name toggle based on horizontal space ...