summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Unify flay.rake and gettext.rake from EEunify-lib-tasksLin Jen-Shin2018-06-212-2/+2
|
* More verbose errors in static-analysisBob Van Landuyt2018-06-202-13/+30
| | | | This makes the output in static analysis a bit more verbose.
* Correctly translate all forms in testsbvl-i18n-validationBob Van Landuyt2018-06-151-4/+4
|
* Validate if changed translations are checked inBob Van Landuyt2018-06-152-0/+27
|
* Bring `rake postgresql_md5_hash` to CELin Jen-Shin2018-06-141-0/+15
|
* Merge branch 'gitaly-disk-access-3' into 'master'Douwe Maan2018-06-122-7/+11
|\ | | | | | | | | Find and mark more Git disk access locations, part 2 See merge request gitlab-org/gitlab-ce!19437
| * Find and mark more Git disk access locations, part 2Jacob Vosmaer2018-06-122-7/+11
| |
* | Merge branch 'sh-github-importer-improve-error' into 'master'James Lopez2018-06-111-1/+4
|\ \ | | | | | | | | | | | | GitHub Rake importer: Fail with a clearer explanation if GitLab username is wrong See merge request gitlab-org/gitlab-ce!19653
| * | GitHub Rake importer: Fail with a clearer explanation if GitLab username is ↵Stan Hu2018-06-111-1/+4
| |/ | | | | | | wrong
* | Expire Wiki content cache after importing a repositoryStan Hu2018-06-111-1/+1
|/ | | | | | | The cache state for Wikis that were imported via GitHub or Bitbucket does not appear to have been flushed after a successful import. Closes #47546
* Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto2018-06-071-2/+19
|
* Find and mark more Git disk access locationsJacob Vosmaer (GitLab)2018-06-051-2/+3
|
* Directly refer application code from migration codeShinya Maeda2018-06-041-3/+1
|
* Preserve warnings even if it passedLin Jen-Shin2018-06-011-10/+10
|
* Export assigned issues in iCalendar feedImre Farkas2018-05-311-5/+5
|
* Specs covering listing all gitlab:storage:* typesbrodock-refactor-hashed-storage-taskGabriel Mazetto2018-05-291-1/+1
|
* assign helper full name to variable to reduce code lengthGabriel Mazetto2018-05-281-10/+19
|
* Extracted auxiliary methods from storage.rake into specific RakeHelperGabriel Mazetto2018-05-281-86/+10
|
* Merge branch '46600-fix-gitlab-revision-when-not-in-git-repo' into 'master'Rémy Coutable2018-05-251-1/+1
|\ | | | | | | | | | | | | Resolve "gitlab 10.8 assumes that installation is a git working copy." Closes #46600 See merge request gitlab-org/gitlab-ce!19125
| * Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
| | | | | | | | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Fix backup creation and restore for specific Rake tasksStan Hu2018-05-241-67/+65
|/
* Increase text limit for GPG keys (mysql only).ab-46530-mediumtext-for-gpg-keysAndreas Brandl2018-05-221-0/+2
| | | | Closes #46530.
* Migration to add/drop primary key constraints for composite keys.ab-43706-composite-primary-keysAndreas Brandl2018-05-211-0/+15
| | | | Closes #43706.
* Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-0/+2
|
* Clean up test.rakeblackst0ne2018-05-141-1/+0
|
* Remove spinach.rakeblackst0ne2018-05-141-60/+0
|
* Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-301-0/+9
|\
| * Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)2018-04-271-0/+9
| |
* | Refactoring ci_job_trace to ci_build_traceShinya Maeda2018-04-261-2/+2
| |
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-262-7/+3
|\ \ | |/
| * Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-252-7/+3
| | | | | | | | | | | | | | | | | | | | | | Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-202-2/+13
|\ \ | |/
| * Check Gitaly when running `rake dev:setup`Zeger-Jan van de Weg2018-04-191-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, trying to setup dev environment could be tried without having at least one Gitaly running. Cloning the repositories would fail, but not stop the setup. Given this would lead to an inconsistent state, a check was added if we could connect to the server. Output when it fails: ``` $ rake dev:setup Failed to connect to Gitaly... Error: 14:Connect Failed ```
| * Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-2/+2
| |
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-04-171-9/+14
|\ \ | |/
| * Allow `rake cache:clear` clearing pipeline status cache44582-clear-pipeline-status-cacheLin Jen-Shin2018-04-101-9/+14
| | | | | | | | | | | | | | | | | | * Use the correct key prefix * Clear old cache keys TODO: At some point we could remove clearing old cache keys.
* | Add rake task and timestamped migration file for mysql raw_data MIDIUMTEXTShinya Maeda2018-04-061-0/+2
|/
* Merge branch '44902-remove-rake-test-ci' into 'master'Robert Speicher2018-04-031-5/+0
|\ | | | | | | | | | | | | Remove Rake test_ci task Closes #44902 See merge request gitlab-org/gitlab-ce!18139
| * Remove test_ci rake taskTakuya Noguchi2018-04-031-5/+0
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Use gitlab_environment because we need:Lin Jen-Shin2018-04-031-1/+1
|/ | | | | * ask_to_continue * Gitlab::TaskAbortedByUserError
* fix the rake task from being to strict about GroupMicaël Bergeron2018-04-021-0/+1
|
* apply feedbackMicaël Bergeron2018-03-301-1/+1
|
* fix rake migration task from ignoring Upload(store: nil)Micaël Bergeron2018-03-291-2/+2
|
* Add the RedirectRoute#path index setup_postgresqlBob Van Landuyt2018-03-281-0/+2
|
* Don't run ReworkRedirectRoutesIndexes during setupBob Van Landuyt2018-03-281-2/+0
| | | | | Since the `permanent` column is not there anymore, we don't need to create these indexes.
* Merge branch '40781-os-to-ce' into 'master'Sean McGivern2018-03-273-0/+80
|\ | | | | | | | | | | | | Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
| * Backport EE changesMicaël Bergeron2018-03-221-0/+0
| |
| * Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-224-10/+18
| |\
| * | apply feedbackMicaël Bergeron2018-03-091-23/+0
| | |
| * | Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-086-71/+45
| |\ \