summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
* use full caps RSS instead of rssAlexis Reigel2017-05-241-1/+1
|
* rake task to reset all rss tokensAlexis Reigel2017-05-241-0/+10
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-103-3/+3
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Print Go version in rake gitlab:env:infofeature/print-go-version-in-env-infoAhmad Sherif2017-05-101-0/+3
|
* Add index_redirect_routes_path_for_link migration to setup_postgresql.rakeLuke "Jared" Bennett2017-05-081-0/+1
|
* Index redirect_routes path for LIKEMichael Kozono2017-05-051-0/+1
|
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-044-2/+12
|\ | | | | | | | | | | | | Conflicts: lib/gitlab/cycle_analytics/review_stage.rb lib/gitlab/cycle_analytics/staging_stage.rb lib/gitlab/cycle_analytics/test_stage.rb
| * Compile gitlab-shell go executablesJacob Vosmaer2017-05-041-2/+8
| |
| * Merge branch '31647-fix-snippet-content_html' into 'master' Rémy Coutable2017-05-042-0/+3
| |\ | | | | | | | | | | | | | | | | | | Fix caching large snippet HTML content on MySQL databases Closes #31647 See merge request !11024
| | * Fix caching large snippet HTML content on MySQL databasesNick Thomas2017-05-032-0/+3
| | |
| * | Merge branch 'emoji-button-titles' into 'master' Filipa Lacerda2017-05-031-0/+1
| |\ \ | | |/ | |/| | | | | | | | | | | | | Added emoji description title to award emoji buttons Closes #29971 See merge request !10881
| | * Merge branch 'master' into emoji-button-titlesPhil Hughes2017-04-273-92/+65
| | |\
| | * | Added back yarn:check to rake task...Phil Hughes2017-04-241-1/+1
| | | |
| | * | Added emoji description title to award emoji buttonsPhil Hughes2017-04-241-1/+2
| | | | | | | | | | | | | | | | Closes #29971
* | | | Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-026-105/+73
|\ \ \ \ | |/ / /
| * | | #31560 Add repo parameter to gitaly:install and workhorse:installMike Ricketts2017-05-022-6/+6
| | | |
| * | | Merge branch 'grpc-fork-tests' into 'master' 24339-job-page-step-2Sean McGivern2017-04-281-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | Unicorn worker termination tests See merge request !10818
| | * | Add test that asserts unicorns terminateJacob Vosmaer2017-04-261-1/+1
| | | |
| * | | Submodule Dockerfile templatesZeger-Jan van de Weg2017-04-261-2/+6
| | | |
| * | | Merge branch 'fix/github-importer' into 'master' Sean McGivern2017-04-261-90/+22
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Refactoring rake task to import GitHub repositories See merge request !10695
| | * | | Add basic progress output to GitHub importDouglas Barbosa Alexandre2017-04-251-2/+2
| | | | |
| | * | | Fix undefined attribute params from import taskDouglas Barbosa Alexandre2017-04-251-1/+0
| | | | |
| | * | | Refactor rake task to to import GitHub repositoresDouglas Barbosa Alexandre2017-04-241-89/+22
| | | |/ | | |/|
| * | | Merge branch 'gitaly-testing-toml' into 'master' Rémy Coutable2017-04-251-0/+37
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Gitaly testing toml Closes gitaly#182 See merge request !10605
| | * | Configure Gitaly through settings file instead of ENV varsgitaly-testing-tomlAlejandro Rodríguez2017-04-181-0/+37
| | | |
| * | | Remove the ClearDatabaseCacheWorkerNick Thomas2017-04-211-6/+1
| | |/ | |/|
* | | Fix Rubocop complains.Ruben Davila2017-05-021-21/+2
| | |
* | | Add ability to parse *.vue files through the `ruby gettext:find` scriptRuben Davila2017-04-251-0/+33
|/ /
* | Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre2017-04-181-1/+0
| |
* | Merge branch 'branch-versions' into 'master' Rémy Coutable2017-04-144-34/+22
|\ \ | | | | | | | | | | | | | | | | | | Expand components version specification format to allow branches Closes gitaly#183 See merge request !10610
| * | Expand components version specification format to allow branchesbranch-versionsAlejandro Rodríguez2017-04-134-34/+22
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Currently we specify versions for Gitlab-Shell, Workhorse and Gitaly using version strings, to which we prepend 'v' and assume are tags. These changes allow branches or tags with other name formats to be specified by prepending '=' to the version string (á la govendor). We also simplify the process to reset to the given version (now a branch or tag): Right now there's a check to supposedly try to avoid fetching from the remote the version if it already exist locally. But the previous logic already clones if the directory doesn't exist or fetches if it does, so this check is pointless. We can safely assume the version exists once we get to the reset stage.
* | Fix the `gitlab:gitlab_shell:check` taskomnibus-gitlab-1993-check-shell-repositories-path-group-is-rootRémy Coutable2017-04-121-7/+7
|/ | | | | | | Make the `gitlab:gitlab_shell:check` task check that the repositories storage path are owned by the `root` group Signed-off-by: Rémy Coutable <remy@rymai.me>
* Include CONTRIBUTING.md file when importing .gitlab-ci.yml templatescontributing-ci-templatesAdam Niedzielski2017-04-121-1/+1
|
* Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵Robert Speicher2017-04-071-0/+14
|\ | | | | | | | | | | | | | | | | | | 'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448
| * Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-tomlAhmad Sherif2017-04-041-0/+14
| | | | | | | | Closes gitaly#173
* | Fix rake test to import Github repositoriesDouglas Barbosa Alexandre2017-04-071-2/+9
| |
* | Github import rake taskJames Lopez2017-04-061-0/+204
|/
* Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into ↵Alfredo Sumaran2017-03-291-2/+3
|\ | | | | | | | | | | | | | | | | | | 'master' Reset container width when switching to pipelines MR tab Closes #29539 See merge request !10169
| * Reset container width when switching to pipelines MR tabEric Eastwood2017-03-281-2/+3
| | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29539
* | There might be ps utilities out there, that assume 80chars insteadSebastian Reitenbach2017-03-281-2/+2
|/ | | | | of unlimited width if they cannot detect terminal size, therefore force unlimited terminal size when checking processes via ps.
* Merge branch 'gitaly-install-rake' into 'master' Robert Speicher2017-03-212-1/+24
|\ | | | | | | | | | | | | Docs and scripts to install Gitaly from source Closes gitaly#136 and #28446 See merge request !9941
| * Print command output when a task failedJacob Vosmaer2017-03-211-1/+1
| | | | | | | | This helps you understand why the command failed.
| * Rake task that can install gitaly at a tag versionJacob Vosmaer2017-03-211-0/+23
| |
* | Resolve "Circular dependency detected" (duplicate)Mike Greiling2017-03-211-4/+4
|/
* Merge branch 'index-routes-path-for-like' into 'master' Douwe Maan2017-03-211-0/+2
|\ | | | | | | | | | | | | Add LIKE index for routes.path Closes #29554 See merge request !10060
| * Add LIKE index for routes.pathYorick Peterse2017-03-211-0/+2
| | | | | | | | | | | | | | | | Nested groups support uses queries along the lines of `path LIKE 'X/%'`. For these queries to use an index on PostgreSQL we need to use either the varchar_pattern_ops or text_pattern_ops operator class. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29554
* | Add a rake task to reset all email and private tokensJames Lopez2017-03-211-0/+38
|/
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-1/+1
|
* Merge branch 'dm-downtime-check-only-added-files' into 'master' Robert Speicher2017-03-091-1/+1
|\ | | | | | | | | Only check new migrations in 'rake downtime_check' See merge request !9785
| * Only check new migrations in 'rake down_timecheck'dm-downtime-check-only-added-filesDouwe Maan2017-03-081-1/+1
| |