summaryrefslogtreecommitdiff
path: root/lib/tasks
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | 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