| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-toml | Ahmad Sherif | 2017-04-04 | 1 | -0/+32 |
| | | | | | Closes gitaly#173 | ||||
| * | Merge branch 'rs-empty-project-misc' into 'master' | Rémy Coutable | 2017-03-30 | 1 | -3/+3 |
| |\ | | | | | | | | | Use `:empty_project` in worker, view, task, serializer, policy, migration, and mailer specs See merge request !10272 | ||||
| | * | Use Project `:repository` trait where necessary in task specs | Robert Speicher | 2017-03-27 | 1 | -3/+3 |
| | | | |||||
| * | | Allow backup tests to run locally | author Jacob Vosmaer jacob@gitlab.com 1490710538 +0200 | 2017-03-29 | 1 | -3/+7 |
| | | | |||||
| * | | Expand relative paths in storages | Jacob Vosmaer | 2017-03-29 | 1 | -2/+2 |
| |/ | |||||
| * | Remove unnecessary before block | Jacob Vosmaer | 2017-03-21 | 2 | -6/+0 |
| | | |||||
| * | Rake task that can install gitaly at a tag version | Jacob Vosmaer | 2017-03-21 | 1 | -0/+81 |
| | | |||||
| * | Add a rake task to reset all email and private tokens | James Lopez | 2017-03-21 | 1 | -0/+21 |
| | | |||||
| * | Merge branch '28447-hybrid-repository-storages' into 'master' | Sean McGivern | 2017-03-07 | 1 | -2/+2 |
| |\ | | | | | | | | | Update storage settings to allow extra values per shard See merge request !9597 | ||||
| | * | Update storage settings to allow extra values per shard28447-hybrid-repository-storages | Alejandro Rodríguez | 2017-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | 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 Coutable | 2017-03-07 | 1 | -0/+37 |
| |\ \ | | | | | | | | | | | | | | | | | | | Add git version to gitlab:env:info Closes #25376 See merge request !9128 | ||||
| | * | | Add git version to gitlab:env:info | Semyon Pupkov | 2017-02-28 | 1 | -0/+37 |
| | |/ | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/25376 | ||||
| * | | Remove remnants of git annex | Pawel Chojnacki | 2017-03-03 | 1 | -20/+1 |
| |/ | |||||
| * | CI runs lint on shell scripts in lib/supportjej-lint-scripts-and-config | James Edwards-Jones | 2017-02-07 | 1 | -0/+27 |
| | | |||||
| * | Merge branch 'master' into jej-pages-picked-from-ee | James Edwards-Jones | 2017-02-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Active tense test coveragejej-backport-active-tense-specs | Valery Sizov | 2017-02-01 | 1 | -1/+1 |
| | | | | | | | | | Ports changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/642 back into CE | ||||
| * | | Add GitLab Pages | Kamil Trzcinski | 2017-01-31 | 1 | -5/+9 |
| |/ | | | | | | | | | | | | | | | | - 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 | ||||
| * | Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passed | Adam Niedzielski | 2017-01-09 | 1 | -1/+1 |
| | | |||||
| * | Add LDAP task to rename a provider | Drew Blessing | 2016-12-16 | 1 | -0/+13 |
| | | | | | | | | | 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. | ||||
| * | Don't allow to specify a repo or version when installing Workhorseremove-gitlab-workhorse-version-option-from-install-task | Rémy Coutable | 2016-12-01 | 1 | -26/+0 |
| | | | | | | | The task will use the canonical repo and the required version. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Merge branch '23718/backup-rake-task-human-readable' into 'master' | Douwe Maan | 2016-12-01 | 1 | -0/+31 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 23718/backup rake task human readable ## What does this MR do? Add the human readable format to the backup tar file. From `1477317140_gitlab_backup.tar` to `1477317140_2016_10_24_gitlab_backup.tar`. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? #23718 issue ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? 23718 See merge request !7188 | ||||
| | * | Add Human Readable Timestamp to backup tar file | David Gerő | 2016-11-30 | 1 | -0/+31 |
| | | | |||||
| * | | Move task helpers to a module22719-provide-a-new-gitlab-workhorse-install-rake-task-similar-to-gitlab-shell-install | Rémy Coutable | 2016-11-30 | 5 | -56/+55 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Add #run_command! to task helpers to raise a TaskFailedError if status is not 0 | Rémy Coutable | 2016-11-30 | 2 | -15/+15 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | New `gitlab:workhorse:install` rake task | Rémy Coutable | 2016-11-30 | 2 | -0/+204 |
| |/ | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Introduce better credential and error checking to `rake gitlab:ldap:check` | Drew Blessing | 2016-11-08 | 1 | -0/+51 |
| | | | | | | | | It was previously possible for invalid credential errors to go unnoticed in this task. Users would believe everything was configured correctly and then sign in would fail with 'invalid credentials'. This adds a specific bind check, plus catches errors connecting to the server. Also, specs :) | ||||
| * | Add Rake task to create/repair GitLab Shell hooks symlinks | Drew Blessing | 2016-11-01 | 1 | -0/+26 |
| | | |||||
| * | Backups do not fail anymore when using tar on annex and custom_hooks | tiagonbotelho | 2016-10-27 | 1 | -1/+73 |
| | | | | | only. | ||||
| * | fixes build with cache:clear issue | tiagonbotelho | 2016-10-24 | 1 | -0/+1 |
| | | |||||
| * | Add a new gitlab:users:clear_all_authentication_tokens task | Rémy Coutable | 2016-10-11 | 1 | -0/+38 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Use `File::exist?` instead of `File::exists?` | bogdanvlviv | 2016-08-11 | 1 | -1/+1 |
| | | | | | Since version ruby-2.2.0, method `File::exists?` is deprecated. | ||||
| * | adds second batch of tests changed to active tenseactive-tense-test-coverage | tiagonbotelho | 2016-08-09 | 2 | -11/+11 |
| | | |||||
| * | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 1 | -1/+0 |
| | | |||||
| * | Refactor repository paths handling to allow multiple git mount points | Alejandro Rodríguez | 2016-06-29 | 1 | -45/+85 |
| | | |||||
| * | Switch the gitlab:db:configure task to use tables.any? instead of looking ↵ | DJ Mountney | 2016-05-25 | 1 | -3/+3 |
| | | | | | specifically for the schema_migrations table | ||||
| * | Add tests for the gitlab:db:configure rake task | DJ Mountney | 2016-05-25 | 1 | -0/+62 |
| | | |||||
| * | Fix backups if registry is disabled | Kamil Trzcinski | 2016-05-23 | 1 | -0/+18 |
| | | |||||
| * | Added backup of container registry | Kamil Trzcinski | 2016-05-16 | 1 | -5/+9 |
| | | |||||
| * | Ensure uploads dir exists when running backup specstests/isolate-carrierwave-uploads | Grzegorz Bizon | 2016-03-30 | 1 | -0/+4 |
| | | |||||
| * | Reload the schema before restoring a database backup | Drew Blessing | 2016-03-21 | 1 | -18/+22 |
| | | |||||
| * | Add lfs to backup specs.lfs_default_and_backup | Marin Jankovski | 2015-11-19 | 1 | -5/+9 |
| | | |||||
| * | Specs that failed before the fix. | Marin Jankovski | 2015-11-18 | 1 | -1/+2 |
| | | |||||
| * | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -5/+9 |
| | | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile | ||||
| * | One more backup spec fix | Jacob Vosmaer | 2015-10-06 | 1 | -0/+1 |
| | | | | | Stop the 'uploads' part from actually running. | ||||
| * | Spec fixes for new backup contents | Jacob Vosmaer | 2015-10-06 | 1 | -7/+7 |
| | | |||||
| * | Fix rubocop warnings in spec/lib and spec/tasks | Guilherme Garnier | 2015-10-03 | 1 | -1/+1 |
| | | |||||
| * | Fix backup tests | Kamil Trzcinski | 2015-09-16 | 1 | -2/+2 |
| | | |||||
| * | Fix: tasks/gitlab/backup_rake_spec.rb | Kamil Trzcinski | 2015-09-15 | 1 | -3/+3 |
| | | |||||
| * | Cleanup CI backup => migrate with GitLab | Kamil Trzcinski | 2015-09-15 | 1 | -0/+4 |
| | | |||||
| * | Use a separate backup test directory and nuke its contents | Jacob Vosmaer | 2015-07-24 | 1 | -6/+4 |
| | | |||||
