Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/tasks
AgeCommit message (Collapse)Author
2018-08-07Clean orphaned files in object storageJarka Kadlecová
2018-07-31Add local project uploads cleanup taskMichael Kozono
2018-07-31Remove gitlab:user:check_repos taskZeger-Jan van de Weg
While reviewing this branch it was noted that this task was broken. Given the limited value this task brings, and given the fact that much of the old behaviour has been moved to be automatically fixed, removing was a good option. Suggestion in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
2018-07-31Remove git rake tasksZeger-Jan van de Weg
These tasks are happening through housekeeping right now, by default ever 10th push. This removes the need for these tasks. Side note, this removes one of my first contributions to GitLab, as back than I introduced these tasks through: 54e6c0045bb13c05cc5478cbdf47d3246bd9fe2b Closes https://gitlab.com/gitlab-org/gitaly/issues/768
2018-07-23Merge branch '48932-disable-saml-if-omniauth-is-disabled' into 'master'Douwe Maan
Resolve "Disable SAML and Bitbucket if OmniAuth is disabled" Closes #48932 See merge request gitlab-org/gitlab-ce!20608
2018-07-20Disable SAML if OmniAuth is disabledLin Jen-Shin
We also try to unify the way we setup OmniAuth, and how we check if it's enabled or not.
2018-07-19Remove refs cleanup jobZeger-Jan van de Weg
Introduced by f20eadcbbeb88e98c2608cbaf23f0d09ca002a98, meant to remove refs from Git using the wrong name. That never made it to a non-rc release and can be safely removed now.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-10Remove timestamps from `locale/gitlab.pot`Bob Van Landuyt
This will help us avoid conflicts when regenerating the pot file, the timestamps aren't used by Crowdin.
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-09Update `gettext:updated_check` regenerate pot fileBob Van Landuyt
Making the `gettext:updated_check` by completely regenerating the gitlab.pot. This avoids an issue where `gettext:find` would not pick up on changes if the file isn't removed first.
2018-06-29Add pipeline stages position clean-up migrationGrzegorz Bizon
2018-06-27Fixes an issue where migrations instead of schema loading were runDJ Mountney
If you called rake gitlab:db:drop_tables before running gitlab-ctl reconfigure (or rake gitlab:db:configure)
2018-06-21Merge branch 'bvl-dont-generate-mo' into 'master'Rubén Dávila
Don't generate `.mo` files Closes #47979 See merge request gitlab-org/gitlab-ce!20048
2018-06-20Don't generate `.mo` filesBob Van Landuyt
Since we are only using `.po` files for translation we can shave off some setup time. Generating the `mo` files also regenerates the PO-files, including fuzzy translations. Those cause a lot of bugs, and we don't need them anymore since the `po` files are generated by an external translation service.
2018-06-20Unify flay.rake and gettext.rake from EELin Jen-Shin
2018-06-20More verbose errors in static-analysisBob Van Landuyt
This makes the output in static analysis a bit more verbose.
2018-06-15Correctly translate all forms in testsBob Van Landuyt
2018-06-15Validate if changed translations are checked inBob Van Landuyt
2018-06-14Bring `rake postgresql_md5_hash` to CELin Jen-Shin
2018-06-12Merge branch 'gitaly-disk-access-3' into 'master'Douwe Maan
Find and mark more Git disk access locations, part 2 See merge request gitlab-org/gitlab-ce!19437
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
2018-06-11Merge branch 'sh-github-importer-improve-error' into 'master'James Lopez
GitHub Rake importer: Fail with a clearer explanation if GitLab username is wrong See merge request gitlab-org/gitlab-ce!19653
2018-06-11GitHub Rake importer: Fail with a clearer explanation if GitLab username is ↵Stan Hu
wrong
2018-06-11Expire Wiki content cache after importing a repositoryStan Hu
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
2018-06-07Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
2018-06-04Directly refer application code from migration codeShinya Maeda
2018-05-31Preserve warnings even if it passedLin Jen-Shin
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-29Specs covering listing all gitlab:storage:* typesGabriel Mazetto
2018-05-29assign helper full name to variable to reduce code lengthGabriel Mazetto
2018-05-29Extracted auxiliary methods from storage.rake into specific RakeHelperGabriel Mazetto
2018-05-25Merge branch '46600-fix-gitlab-revision-when-not-in-git-repo' into 'master'Rémy Coutable
Resolve "gitlab 10.8 assumes that installation is a git working copy." Closes #46600 See merge request gitlab-org/gitlab-ce!19125
2018-05-24Fix backup creation and restore for specific Rake tasksStan Hu
2018-05-24Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵Rémy Coutable
without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-22Increase text limit for GPG keys (mysql only).Andreas Brandl
Closes #46530.
2018-05-21Migration to add/drop primary key constraints for composite keys.Andreas Brandl
Closes #43706.
2018-05-17Fix: Use case in-sensitive ordering by name for groupsHarish Ved
2018-05-14Clean up test.rakeblackst0ne
2018-05-14Remove spinach.rakeblackst0ne
2018-04-30Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-27Add gitlab-pages admin ping rake taskJacob Vosmaer (GitLab)
2018-04-26Refactoring ci_job_trace to ci_build_traceShinya Maeda
2018-04-26Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
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
2018-04-20Merge branch 'master' into live-trace-v2Shinya Maeda
2018-04-19Check Gitaly when running `rake dev:setup`Zeger-Jan van de Weg
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 ```
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-17Merge branch 'master' into live-trace-v2Shinya Maeda