Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unique to oid index for lfs object.add_index_uniq | Marin Jankovski | 2015-11-16 | 1 | -3/+2 |
| | |||||
* | unique is for indexes. | Marin Jankovski | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Add support for git lfs.lfs | Marin Jankovski | 2015-11-16 | 1 | -1/+21 |
| | |||||
* | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 1 | -1/+3 |
| | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile | ||||
* | Merge remote-tracking branch 'origin/release-notes' | Dmitriy Zaporozhets | 2015-11-10 | 1 | -1/+12 |
|\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add release model | Dmitriy Zaporozhets | 2015-11-05 | 1 | -1/+12 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Enable shared runners for all new projects | Kamil Trzcinski | 2015-11-05 | 1 | -1/+2 |
| | | |||||
* | | Allow groups to appear in the search results if the group owner allows it | Valery Sizov | 2015-11-05 | 1 | -4/+5 |
|/ | |||||
* | Added index on services.template | Yorick Peterse | 2015-10-29 | 1 | -0/+1 |
| | | | | | This column is queried when creating a new project, without an index this query would lead to a sequence scan. | ||||
* | Add projects path indexadd-project-path-index | Kamil Trzcinski | 2015-10-26 | 1 | -1/+2 |
| | | | | Fixes performance regression introduced by MR1649 | ||||
* | Remove the contents of the satellites dirremove-satellites | Jacob Vosmaer | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Fail builds that also have empty string | Kamil Trzcinski | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | Added extra index for faster enumeration of CI buildsadd-missing-migrations | Kamil Trzcinski | 2015-10-20 | 1 | -1/+2 |
| | |||||
* | Add missing migrations | Kamil Trzcinski | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into jrochkind/gitlab-ce-fix_2839_send_abuse_report_notify | Douwe Maan | 2015-10-18 | 1 | -2/+19 |
|\ | |||||
| * | Added indexes for notes.line_code and CI columns | Yorick Peterse | 2015-10-16 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | This adds indexes for the following columns: * notes.line_code * ci_projects.gitlab_id * ci_projects.shared_runners_enabled * ci_builds.type * ci_builds.status | ||||
| * | Add index on ci_commits.gl_project_idci-commits-gl-project-id-index | Yorick Peterse | 2015-10-16 | 1 | -1/+2 |
| | | | | | | | | Fixes #3086 | ||||
| * | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 1 | -1/+6 |
| | | |||||
| * | Revamp finding projects by namespaces | Yorick Peterse | 2015-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | By using a JOIN we can remove the need for using 2 separate queries to find a project by its namespace. Combined with an index (only needed for PostgreSQL) this reduces the query time from ~245 ms (~520 ms for the first call) down to roughly 10 ms (~15 ms for the first call). | ||||
| * | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-10-05 | 1 | -2/+1 |
| |\ | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | Merge branch 'rs-remove-ci-disable' | Kamil Trzcinski | 2015-10-05 | 1 | -2/+1 |
| | |\ | | | | | | | | | | | | | See merge request !1512 | ||||
| | | * | Remove the option to disable CIrs-remove-ci-disable | Robert Speicher | 2015-10-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b | ||||
| * | | | Merge branch 'user-preferences-layout-option' of ↵ | Dmitriy Zaporozhets | 2015-10-05 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | https://github.com/gopeter/gitlabhq into gopeter-user-preferences-layout-option Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| | * | | added user preference to change layout width | Peter Göbel | 2015-10-05 | 1 | -1/+2 |
| | |/ | |||||
| * | | Fix db/schema.rb | Kamil Trzcinski | 2015-10-05 | 1 | -58/+36 |
| | | | |||||
| * | | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 1 | -37/+64 |
| |/ | |||||
* | | Send an email (to support) when a user is reported for spam | Jonathan Rochkind | 2015-10-08 | 1 | -1/+2 |
|/ | |||||
* | Update db schema | Dmitriy Zaporozhets | 2015-10-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve error message when merging failsmr_improve_errors_handling | Valery Sizov | 2015-10-01 | 1 | -1/+2 |
| | |||||
* | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 1 | -2/+2 |
| | | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc. | ||||
* | Fix migrations | Kamil Trzcinski | 2015-09-29 | 1 | -17/+9 |
| | |||||
* | Fix db/schema.rb | Kamil Trzcinski | 2015-09-29 | 1 | -26/+29 |
| | |||||
* | WIP | Kamil Trzcinski | 2015-09-29 | 1 | -37/+43 |
| | |||||
* | Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diff | Douwe Maan | 2015-09-20 | 1 | -1/+2 |
| | |||||
* | Bump devise-two-factor to 2.0.0rs-bump-two-factor | Robert Speicher | 2015-09-19 | 1 | -1/+2 |
| | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43 | ||||
* | Allow to disable GitLab CI | Kamil Trzcinski | 2015-09-18 | 1 | -1/+2 |
| | |||||
* | Allow custom info to be added to Help page | Jeroen van Baarsen | 2015-09-18 | 1 | -0/+1 |
| | | | | | | Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Fix schema downgrade introduced by: ↵fix-schema-downgrade | Kamil Trzcinski | 2015-09-17 | 1 | -1/+2 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1299 | ||||
* | enable SSL by defaultenable_ssl_by_default | Valery Sizov | 2015-09-17 | 1 | -3/+2 |
| | |||||
* | Fix ordering issue | Kamil Trzcinski | 2015-09-16 | 1 | -1/+2 |
| | |||||
* | Add rake task to migrate CI tags | Kamil Trzcinski | 2015-09-15 | 1 | -1/+21 |
| | |||||
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Dmitriy Zaporozhets | 2015-09-09 | 1 | -1/+2 |
|\ | |||||
| * | added spinach for glabal labelsglobal_labels | Valery Sizov | 2015-09-03 | 1 | -120/+37 |
| | | |||||
| * | CRUD for admin labels | Valery Sizov | 2015-09-03 | 1 | -38/+122 |
| | | |||||
| * | Update db schema | Dmitriy Zaporozhets | 2015-09-01 | 1 | -22/+22 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge CI factories and CI spec/support with GitLab | Dmitriy Zaporozhets | 2015-09-09 | 1 | -106/+38 |
| | | |||||
* | | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g | Douwe Maan | 2015-08-26 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Enable SSL verification for Webhooksenable_ssl_verification_web_hook | Valery Sizov | 2015-08-26 | 1 | -7/+8 |
| | | |||||
* | | Groundwork for merging CI into CE | Douwe Maan | 2015-08-25 | 1 | -39/+295 |
|/ | |||||
* | Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab | Stan Hu | 2015-08-23 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | and request them each session. Pass these tokens to the project import data. This prevents the need to encrypt these tokens and clear them in case they expire or get revoked. For example, if you deleted and re-created OAuth2 keys for Bitbucket, you would get an Error 500 with no way to recover: ``` Started GET "/import/bitbucket/status" for x.x.x.x at 2015-08-07 05:24:10 +0000 Processing by Import::BitbucketController#status as HTML Completed 500 Internal Server Error in 607ms (ActiveRecord: 2.3ms) NameError (uninitialized constant Import::BitbucketController::Unauthorized): app/controllers/import/bitbucket_controller.rb:77:in `rescue in go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:74:in `go_to_bitbucket_for_permissions' app/controllers/import/bitbucket_controller.rb:86:in `bitbucket_unauthorized' ``` Closes #1871 |