summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Fix reference to node_modules in built packageEric Eastwood2017-03-081-1/+4
|/ | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29192 See https://gitlab.slack.com/archives/frontend/p1488973548024005
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-075-14/+21
|\ | | | | | | | | Update storage settings to allow extra values per shard See merge request !9597
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-035-14/+21
| | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
* | Merge branch 'add-git-version-to-system-info' into 'master' Rémy Coutable2017-03-071-0/+3
|\ \ | | | | | | | | | | | | | | | | | | Add git version to gitlab:env:info Closes #25376 See merge request !9128
| * | Add git version to gitlab:env:infoSemyon Pupkov2017-02-281-0/+3
| |/ | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/25376
* | Fix up @DouweM reviewEric Eastwood2017-03-061-12/+10
| |
* | Use native unicode emojisEric Eastwood2017-03-061-25/+65
|/ | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* Stylistic tweaksDouwe Maan2017-02-232-8/+13
|
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-2327-144/+117
|
* Fix incomming email check task to use same patch we did in mail_room1363-redo-mailroom-supportGabriel Mazetto2017-02-211-2/+5
|
* do not use --force command argument for yarnMike Greiling2017-02-161-1/+1
|
* simplify eslint rake taskMike Greiling2017-02-151-2/+2
|
* ensure rake tasks produce helpful error messages for node dependency issuesMike Greiling2017-02-154-21/+57
|
* replace npm run calls with yarnMike Greiling2017-02-132-2/+2
|
* CI runs lint on shell scripts in lib/supportjej-lint-scripts-and-configJames Edwards-Jones2017-02-071-0/+25
|
* Fixed backup.rake colorize method following Pages -> CEjej-fix-backup-rake-colorConnor Shea2017-02-071-6/+6
| | | Cherry-picked 'Remove colorize methods that weren't in CE.'
* added missed commit in rebaseJames Lopez2017-02-071-3/+1
|
* update Grape routes to work with current version of GrapeJames Lopez2017-02-071-1/+7
|
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-065-27/+28
|\ | | | | | | # Conflicts: # db/schema.rb
| * Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-033-4/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * | update rake tasksMike Greiling2017-01-281-0/+1
| | |
| * | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-281-0/+47
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
| * \ \ Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-1/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-171-5/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-132-5/+5
| |\ \ \ \ \
| * | | | | | remove remaining vestiges of teaspoon test runnerMike Greiling2017-01-104-27/+27
| | | | | | |
| * | | | | | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-102-2/+2
| | | | | | |
* | | | | | | Merge branch 'master' into jej-pages-picked-from-eeJames Edwards-Jones2017-02-033-4/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'fwn-to-find-by-full-path' into 'master' Dmitriy Zaporozhets2017-02-033-3/+3
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replace `find_with_namespace` with `find_by_full_path` See merge request !8949
| | * | | | | | replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-033-3/+3
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | add complete changelog for !8949
| * | | | | | Fix wrong call to ProjectCacheWorker.perform27516-fix-wrong-call-to-project_cache_worker-methodRémy Coutable2017-01-311-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's either ProjectCacheWorker#perform or ProjectCacheWorker.perform_async! Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Add GitLab PagesKamil Trzcinski2017-01-311-0/+21
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
* | | | | namespace assets rake tasks to gitlab:assets:*Mike Greiling2017-01-272-29/+47
| | | | |
* | | | | correct gzip files if they exist as wellMike Greiling2017-01-271-0/+19
| | | | |
* | | | | automatically correct CSS urls on assets:precompileMike Greiling2017-01-271-0/+10
|/ / / /
* | | | Merge branch 'mrchrisw/rake-redis' into 'master' Stan Hu2017-01-251-1/+4
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | Add redis version to info rake task See merge request !8283
| * | | Add redis version to info rake taskmrchrisw/rake-redisChris Wilson2017-01-241-1/+4
| | | |
* | | | Remove rerun since it's not used anymore19633-remove-rerunRémy Coutable2017-01-161-5/+0
| |_|/ |/| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'use-configured-git' into 'master' Douwe Maan2017-01-121-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Use configured git rather thans system git See merge request !8460
| * | | Use configured git rather than system gituse-configured-gitRobert Schilling2017-01-051-4/+4
| | |/ | |/|
* | | Do not remove "autodeploy" directory when fetching CI templatesdo-not-remove-autodeploy-directory-when-fetching-ci-templatesAdam Niedzielski2017-01-101-1/+1
|/ /
* | Add more storage statisticsMarkus Koller2016-12-211-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
* | Remove rake task update_commit_countMarkus Koller2016-12-211-20/+0
|/
* Add LDAP task to rename a providerDrew Blessing2016-12-161-0/+40
| | | | | | | | Sometimes admins will change the LDAP configuration, not realizing that problems will occur if the user's LDAP identities are not also updated to use the new provider name. This task will give admins a single command to run to update identities and will prevent having to run multiple Rails console queries.
* Add AddLowerPathIndexToRoutes to setup_postgresql.rakeDmitriy Zaporozhets2016-12-131-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Don't allow to specify a repo or version when installing Workhorseremove-gitlab-workhorse-version-option-from-install-taskRémy Coutable2016-12-011-2/+2
| | | | | | The task will use the canonical repo and the required version. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-installRémy Coutable2016-11-304-192/+199
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>