summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Compile JS lang files before webpack compileassets-task-compile-langsPhil Hughes2017-07-271-0/+1
| | | | Closes #35615
* Add lower path index to redirect_routesmk-add-lower-path-index-to-redirect-routesMichael Kozono2017-07-251-0/+2
|
* Improve version handling on component install tasks34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specifiedAlejandro Rodríguez2017-07-201-7/+2
| | | | | | | Fixes an issue where, when using branch versions, the component wouldn't be updated after the first branch checkout. We also save one step, since checking out the FETCH_HEAD with `-f` already does what `reset --hard` did.
* Merge branch '34831-remove-coffee-rails-gem' into 'master'Jacob Schatz2017-07-171-1/+1
|\ | | | | | | | | | | | | Remove coffee-rails gem Closes #34831 See merge request !12715
| * Remove .coffee ext files for i18nTakuya Noguchi2017-07-081-1/+1
| |
* | Support multiple Redis instances based on queue typePaul Charlton2017-07-111-2/+2
|/
* Implement review comments for !11963 from @adamniedzielski.Timothy Andrew2017-07-061-2/+1
| | | | | | | - Change double quotes to single quotes. - Why is `OmniAuth.config.full_host` being reassigned in the integration test? - Use `map` over `map!` to avoid `dup` in the `gitlab:info` rake task - Other minor changes
* Don't allow the `gitlab:env:info` rake task to mutate the list of omniauth ↵Timothy Andrew2017-07-061-1/+1
| | | | | | | | | providers. - The test for `rake gitlab:env:info` executed the rake task, which mutated the list of omniauth providers, breaking subsequent tests relying on this list. - I've changed the rake task to duplicate the providers list before modifying it.
* Enable gitaly token auth when testingJacob Vosmaer2017-06-201-2/+3
|
* Add table for files in merge request diffsSean McGivern2017-06-161-0/+2
| | | | | | | | | | | | | | | | This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty.
* Stop using deprecated `path` field on Gitaly messagesAlejandro Rodríguez2017-06-141-10/+10
| | | | | This revealed an error in our configuration generation in gitlab:gitaly:install rake task. The fix is included
* Don't check if MailRoom is running on Omnibusdm-mail-room-check-without-omnibusDouwe Maan2017-06-091-5/+4
|
* Merge branch '29690-rotate-otp-key-base' into 'master'Brian Neel2017-06-061-0/+16
|\ | | | | | | | | | | | | Add a Rake task to aid in rotating otp_key_base Closes #29690 See merge request !11881
| * Add a Rake task to aid in rotating otp_key_baseNick Thomas2017-06-051-0/+16
| |
* | Merge branch 'pull-mirror-overhaul-ce-backport' into 'master'Douwe Maan2017-06-051-1/+1
|\ \ | |/ |/| | | | | backports changed import logic from pull mirroring feature into CE See merge request !11850
| * backports changed import logic from pull mirroring feature into CETiago Botelho2017-06-051-1/+1
| |
* | Merge branch '28080-system-checks' into 'master'Sean McGivern2017-06-022-478/+60
|\ \ | | | | | | | | | | | | SystemCheck library for executing checks from a rake task See merge request !9173
| * | Fix BasicExecutor specsGabriel Mazetto2017-05-311-16/+11
| | |
| * | Fixed and improved some existing checks and SystemCheck libraryGabriel Mazetto2017-05-312-10/+11
| | |
| * | Improve Specs and some fixesGabriel Mazetto2017-05-311-1/+0
| | |
| * | Add ActiveUsers CheckGabriel Mazetto2017-05-311-6/+2
| | |
| * | Refactor gitlab:app:checks to use SystemCheckGabriel Mazetto2017-05-312-455/+41
| | |
| * | WIP SystemCheck library for executing checks from a rake taskGabriel Mazetto2017-05-311-0/+5
| |/
* | Add new Rake task to simplify the compilation of PO filesadd-new-rake-task-for-gettextRuben Davila2017-06-011-0/+8
|/
* 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
| | |/ | |/|