Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify flay.rake and gettext.rake from EEunify-lib-tasks | Lin Jen-Shin | 2018-06-21 | 2 | -2/+2 |
| | |||||
* | More verbose errors in static-analysis | Bob Van Landuyt | 2018-06-20 | 2 | -13/+30 |
| | | | | This makes the output in static analysis a bit more verbose. | ||||
* | Correctly translate all forms in testsbvl-i18n-validation | Bob Van Landuyt | 2018-06-15 | 1 | -4/+4 |
| | |||||
* | Validate if changed translations are checked in | Bob Van Landuyt | 2018-06-15 | 2 | -0/+27 |
| | |||||
* | Bring `rake postgresql_md5_hash` to CE | Lin Jen-Shin | 2018-06-14 | 1 | -0/+15 |
| | |||||
* | Merge branch 'gitaly-disk-access-3' into 'master' | Douwe Maan | 2018-06-12 | 2 | -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 2 | Jacob Vosmaer | 2018-06-12 | 2 | -7/+11 |
| | | |||||
* | | Merge branch 'sh-github-importer-improve-error' into 'master' | James Lopez | 2018-06-11 | 1 | -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 Hu | 2018-06-11 | 1 | -1/+4 |
| |/ | | | | | | | wrong | ||||
* | | Expire Wiki content cache after importing a repository | Stan Hu | 2018-06-11 | 1 | -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 Mazetto | 2018-06-07 | 1 | -2/+19 |
| | |||||
* | Find and mark more Git disk access locations | Jacob Vosmaer (GitLab) | 2018-06-05 | 1 | -2/+3 |
| | |||||
* | Directly refer application code from migration code | Shinya Maeda | 2018-06-04 | 1 | -3/+1 |
| | |||||
* | Preserve warnings even if it passed | Lin Jen-Shin | 2018-06-01 | 1 | -10/+10 |
| | |||||
* | Export assigned issues in iCalendar feed | Imre Farkas | 2018-05-31 | 1 | -5/+5 |
| | |||||
* | Specs covering listing all gitlab:storage:* typesbrodock-refactor-hashed-storage-task | Gabriel Mazetto | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | assign helper full name to variable to reduce code length | Gabriel Mazetto | 2018-05-28 | 1 | -10/+19 |
| | |||||
* | Extracted auxiliary methods from storage.rake into specific RakeHelper | Gabriel Mazetto | 2018-05-28 | 1 | -86/+10 |
| | |||||
* | Merge branch '46600-fix-gitlab-revision-when-not-in-git-repo' into 'master' | Rémy Coutable | 2018-05-25 | 1 | -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-repo | Rémy Coutable | 2018-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Fix backup creation and restore for specific Rake tasks | Stan Hu | 2018-05-24 | 1 | -67/+65 |
|/ | |||||
* | Increase text limit for GPG keys (mysql only).ab-46530-mediumtext-for-gpg-keys | Andreas Brandl | 2018-05-22 | 1 | -0/+2 |
| | | | | Closes #46530. | ||||
* | Migration to add/drop primary key constraints for composite keys.ab-43706-composite-primary-keys | Andreas Brandl | 2018-05-21 | 1 | -0/+15 |
| | | | | Closes #43706. | ||||
* | Fix: Use case in-sensitive ordering by name for groups | Harish Ved | 2018-05-17 | 1 | -0/+2 |
| | |||||
* | Clean up test.rake | blackst0ne | 2018-05-14 | 1 | -1/+0 |
| | |||||
* | Remove spinach.rake | blackst0ne | 2018-05-14 | 1 | -60/+0 |
| | |||||
* | Merge branch 'master' into live-trace-v2 | Shinya Maeda | 2018-04-30 | 1 | -0/+9 |
|\ | |||||
| * | Add gitlab-pages admin ping rake task | Jacob Vosmaer (GitLab) | 2018-04-27 | 1 | -0/+9 |
| | | |||||
* | | Refactoring ci_job_trace to ci_build_trace | Shinya Maeda | 2018-04-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into live-trace-v2 | Shinya Maeda | 2018-04-26 | 2 | -7/+3 |
|\ \ | |/ | |||||
| * | Gitlab::Shell works on shard name, not path | Zeger-Jan van de Weg | 2018-04-25 | 2 | -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-v2 | Shinya Maeda | 2018-04-20 | 2 | -2/+13 |
|\ \ | |/ | |||||
| * | Check Gitaly when running `rake dev:setup` | Zeger-Jan van de Weg | 2018-04-19 | 1 | -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-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into live-trace-v2 | Shinya Maeda | 2018-04-17 | 1 | -9/+14 |
|\ \ | |/ | |||||
| * | Allow `rake cache:clear` clearing pipeline status cache44582-clear-pipeline-status-cache | Lin Jen-Shin | 2018-04-10 | 1 | -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 MIDIUMTEXT | Shinya Maeda | 2018-04-06 | 1 | -0/+2 |
|/ | |||||
* | Merge branch '44902-remove-rake-test-ci' into 'master' | Robert Speicher | 2018-04-03 | 1 | -5/+0 |
|\ | | | | | | | | | | | | | Remove Rake test_ci task Closes #44902 See merge request gitlab-org/gitlab-ce!18139 | ||||
| * | Remove test_ci rake task | Takuya Noguchi | 2018-04-03 | 1 | -5/+0 |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | ||||
* | | Use gitlab_environment because we need: | Lin Jen-Shin | 2018-04-03 | 1 | -1/+1 |
|/ | | | | | * ask_to_continue * Gitlab::TaskAbortedByUserError | ||||
* | fix the rake task from being to strict about Group | Micaël Bergeron | 2018-04-02 | 1 | -0/+1 |
| | |||||
* | apply feedback | Micaël Bergeron | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | fix rake migration task from ignoring Upload(store: nil) | Micaël Bergeron | 2018-03-29 | 1 | -2/+2 |
| | |||||
* | Add the RedirectRoute#path index setup_postgresql | Bob Van Landuyt | 2018-03-28 | 1 | -0/+2 |
| | |||||
* | Don't run ReworkRedirectRoutesIndexes during setup | Bob Van Landuyt | 2018-03-28 | 1 | -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 McGivern | 2018-03-27 | 3 | -0/+80 |
|\ | | | | | | | | | | | | | Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358 | ||||
| * | Backport EE changes | Micaël Bergeron | 2018-03-22 | 1 | -0/+0 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into 40781-os-to-ce | Micaël Bergeron | 2018-03-22 | 4 | -10/+18 |
| |\ | |||||
| * | | apply feedback | Micaël Bergeron | 2018-03-09 | 1 | -23/+0 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into 40781-os-to-ce | Micaël Bergeron | 2018-03-08 | 6 | -71/+45 |
| |\ \ |