Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add unique to oid index for lfs object.add_index_uniq | Marin Jankovski | 2015-11-16 | 2 | -3/+9 |
| | |||||
* | unique is for indexes. | Marin Jankovski | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Add support for git lfs.lfs | Marin Jankovski | 2015-11-16 | 5 | -1/+54 |
| | |||||
* | Implement Build Artifacts | Kamil Trzcinski | 2015-11-10 | 3 | -1/+13 |
| | | | | | | | - 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 | 2 | -1/+26 |
|\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add release model | Dmitriy Zaporozhets | 2015-11-05 | 2 | -1/+26 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'shared_runners' into 'master' | Kamil Trzciński | 2015-11-09 | 2 | -1/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable shared runners for all new projects This adds Admin Setting option to enable shared runners for all new projects, and by default it is set to true. /cc @dzaporozhets @sytses See merge request !1738 | ||||
| * | | Enable shared runners for all new projects | Kamil Trzcinski | 2015-11-05 | 2 | -1/+7 |
| | | | |||||
* | | | make migrations reversible | Valery Sizov | 2015-11-05 | 3 | -3/+13 |
|/ / | |||||
* | | Allow groups to appear in the search results if the group owner allows it | Valery Sizov | 2015-11-05 | 2 | -4/+10 |
|/ | |||||
* | Added index on services.template | Yorick Peterse | 2015-10-29 | 2 | -0/+6 |
| | | | | | 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 | 2 | -1/+11 |
| | | | | Fixes performance regression introduced by MR1649 | ||||
* | Remove the contents of the satellites dirremove-satellites | Jacob Vosmaer | 2015-10-23 | 2 | -1/+18 |
| | |||||
* | Fail builds that also have empty string | Kamil Trzcinski | 2015-10-23 | 2 | -1/+6 |
| | |||||
* | Ensure MySQL CI limits DB migrations occur after the fields have been created | Stan Hu | 2015-10-21 | 2 | -4/+9 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9753 | ||||
* | Added extra index for faster enumeration of CI buildsadd-missing-migrations | Kamil Trzcinski | 2015-10-20 | 2 | -1/+7 |
| | |||||
* | Add missing migrations | Kamil Trzcinski | 2015-10-20 | 3 | -1/+11 |
| | |||||
* | Merge branch 'jrochkind/gitlab-ce-fix_2839_send_abuse_report_notify' into ↵ | Robert Speicher | 2015-10-19 | 2 | -0/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 'master' Send an email to admin email when a user is reported for spam Replaces !1547. Fixes #2839. See merge request !1634 | ||||
| * | Merge branch 'master' into jrochkind/gitlab-ce-fix_2839_send_abuse_report_notify | Douwe Maan | 2015-10-18 | 16 | -3/+129 |
| |\ | |||||
| * | | Send an email (to support) when a user is reported for spam | Jonathan Rochkind | 2015-10-08 | 2 | -1/+7 |
| | | | |||||
* | | | Fix schemazj/gitlab-ce-index-milestone-title-label | Douwe Maan | 2015-10-18 | 1 | -2/+0 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Merge branch 'master' into zj/gitlab-ce-index-milestone-title-label | Douwe Maan | 2015-10-18 | 4 | -1/+27 |
|\ \ \ | | |/ | |/| | |||||
| * | | Added indexes for notes.line_code and CI columns | Yorick Peterse | 2015-10-16 | 3 | -1/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -1/+7 |
| | | | | | | | | | | | | Fixes #3086 | ||||
* | | | Improve performance of queries | Zeger-Jan van de Weg | 2015-10-16 | 1 | -6/+0 |
| | | | | | | | | | | | | Credits to Douwe Maan | ||||
* | | | Minor refactoring in seeding | Zeger-Jan van de Weg | 2015-10-16 | 4 | -5/+5 |
| | | | |||||
* | | | Add an index to milestones title and label title | Zeger-Jan van de Weg | 2015-10-16 | 2 | -0/+8 |
|/ / | |||||
* | | Improve performance of User.by_loginuser-by-login-performance | Yorick Peterse | 2015-10-15 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Performance is improved in two steps: 1. On PostgreSQL an expression index is used for checking lower(email) and lower(username). 2. The check to determine if we're searching for a username or Email is moved to Ruby. Thanks to @haynes for suggesting and writing the initial implementation of this. Moving the check to Ruby makes this method an additional 1.5 times faster compared to doing the check in the SQL query. With performance being improved I've now also tweaked the amount of iterations required by the User.by_login benchmark. This method now runs between 900 and 1000 iterations per second. | ||||
* | | Implement Commit Status API | Kamil Trzcinski | 2015-10-12 | 3 | -1/+20 |
| | | |||||
* | | Merge branch 'workaround-seed-fu-issue' into 'master' | Douwe Maan | 2015-10-08 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes GDK issue where repos would not be imported properly Seed-Fu runs this entire fixture in a transaction, so the `after_commit` hook won't run until after the fixture is loaded. That is too late since the Sidekiq::Testing block has already exited. Force clearing the `after_commit` queue to ensure the job is run now. See: gitlab-org/gitlab-development-kit#58 See merge request !1513 | ||||
| * | | Verify repository is valid | Stan Hu | 2015-10-06 | 1 | -1/+1 |
| | | | |||||
| * | | Fixes GDK issue where repos would not be imported properly | Stan Hu | 2015-10-05 | 1 | -0/+5 |
| |/ | | | | | | | | | | | | | | | | | Seed-Fu runs this entire fixture in a transaction, so the `after_commit` hook won't run until after the fixture is loaded. That is too late since the Sidekiq::Testing block has already exited. Force clearing the `after_commit` queue to ensure the job is run now. See: gitlab-org/gitlab-development-kit#58 | ||||
* | | Revamp finding projects by namespaces | Yorick Peterse | 2015-10-08 | 2 | -1/+18 |
| | | | | | | | | | | | | | | 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 | 2 | -2/+6 |
|\ \ | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * \ | Merge branch 'rs-remove-ci-disable' | Kamil Trzcinski | 2015-10-05 | 2 | -2/+6 |
| |\ \ | | | | | | | | | | | | | See merge request !1512 | ||||
| | * | | Remove the option to disable CIrs-remove-ci-disable | Robert Speicher | 2015-10-05 | 2 | -2/+6 |
| | |/ | | | | | | | | | | | | | | | | 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 | 2 | -1/+7 |
|\ \ \ | |/ / |/| | | | | | | | | | | | https://github.com/gopeter/gitlabhq into gopeter-user-preferences-layout-option Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | improved code style and layout option naming | Peter Göbel | 2015-10-05 | 1 | -1/+1 |
| | | | |||||
| * | | added user preference to change layout width | Peter Göbel | 2015-10-05 | 2 | -1/+7 |
| |/ | |||||
* | | Fix db/schema.rb | Kamil Trzcinski | 2015-10-05 | 1 | -58/+36 |
| | | |||||
* | | Make commit_spec run | Kamil Trzcinski | 2015-10-05 | 1 | -37/+64 |
| | | |||||
* | | Add user to Ci::Build to have pusher email address | Kamil Trzcinski | 2015-10-05 | 4 | -5/+8 |
| | | |||||
* | | Refactor commit and build | Kamil Trzcinski | 2015-10-05 | 4 | -0/+24 |
|/ | |||||
* | 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 | 2 | -1/+7 |
| | |||||
* | Fix migrationmerge-ci-data | Kamil Trzcinski | 2015-09-30 | 1 | -1/+1 |
| | |||||
* | Delegate ci_project parameters to projects | Kamil Trzcinski | 2015-09-30 | 2 | -2/+11 |
| | | | | | | | - 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 | 2 | -23/+11 |
| | |||||
* | Fix db/schema.rb | Kamil Trzcinski | 2015-09-29 | 1 | -26/+29 |
| | |||||
* | Fix migrations | Kamil Trzcinski | 2015-09-29 | 5 | -32/+15 |
| |