summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeFilesLines
* Create admin notes for usersadmin_notes_for_userValery Sizov2015-12-081-1/+2
|
* Notify user if they cannot create projectsAndrew Tomaka2015-12-051-1/+2
|
* Rails update to 4.2.4Valery Sizov2015-11-251-53/+53
|
* Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-191-0/+2
|\ | | | | | | | | | | | | | | | | | | Award Emoji This it first iteration of award emoji feature. We have plan to extend emoji picker by the next release. For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like ":+1:" and any other. You can post not only emoji that listed in the emoji picker. See merge request !1825
| * satisfy rubocopValery Sizov2015-11-191-3/+1
| |
| * fix schemaValery Sizov2015-11-191-1/+1
| |
| * addressing commentsValery Sizov2015-11-191-1/+2
| |
| * award emojiValery Sizov2015-11-191-1/+2
| |
* | Updated DB schema with new issues/projects indexesYorick Peterse2015-11-191-3/+3
| |
* | Merge branch 'atom-feed-latest-update' into 'master' Yorick Peterse2015-11-191-1/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | Improve performance of user profiles, finding groups, and finding projects This MR improves the following: * Rendering of profile pages and Atom feeds * Finding groups (using GroupsFinder & friends) * Finding projects (using ProjectsFinder & friends) Initially this MR was intended to only improve rendering of Atom feeds, but over time other fixes were introduced as well as the same code was the cause of all these problems. See merge request !1790
| * Added an index on namespaces.publicYorick Peterse2015-11-181-1/+2
| |
* | Add import_error to project.Douwe Maan2015-11-181-1/+4
|/
* Add unique to oid index for lfs object.add_index_uniqMarin Jankovski2015-11-161-3/+2
|
* unique is for indexes.Marin Jankovski2015-11-161-1/+1
|
* Add support for git lfs.lfsMarin Jankovski2015-11-161-1/+21
|
* Implement Build ArtifactsKamil Trzcinski2015-11-101-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 Zaporozhets2015-11-101-1/+12
|\ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add release modelDmitriy Zaporozhets2015-11-051-1/+12
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Enable shared runners for all new projectsKamil Trzcinski2015-11-051-1/+2
| |
* | Allow groups to appear in the search results if the group owner allows itValery Sizov2015-11-051-4/+5
|/
* Added index on services.templateYorick Peterse2015-10-291-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-indexKamil Trzcinski2015-10-261-1/+2
| | | | Fixes performance regression introduced by MR1649
* Remove the contents of the satellites dirremove-satellitesJacob Vosmaer2015-10-231-1/+1
|
* Fail builds that also have empty stringKamil Trzcinski2015-10-231-1/+1
|
* Added extra index for faster enumeration of CI buildsadd-missing-migrationsKamil Trzcinski2015-10-201-1/+2
|
* Add missing migrationsKamil Trzcinski2015-10-201-1/+1
|
* Merge branch 'master' into jrochkind/gitlab-ce-fix_2839_send_abuse_report_notifyDouwe Maan2015-10-181-2/+19
|\
| * Added indexes for notes.line_code and CI columnsYorick Peterse2015-10-161-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-indexYorick Peterse2015-10-161-1/+2
| | | | | | | | Fixes #3086
| * Implement Commit Status APIKamil Trzcinski2015-10-121-1/+6
| |
| * Revamp finding projects by namespacesYorick Peterse2015-10-081-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/gitlabhqDmitriy Zaporozhets2015-10-051-2/+1
| |\ | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Merge branch 'rs-remove-ci-disable'Kamil Trzcinski2015-10-051-2/+1
| | |\ | | | | | | | | | | | | See merge request !1512
| | | * Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-051-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 Zaporozhets2015-10-051-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 widthPeter Göbel2015-10-051-1/+2
| | |/
| * | Fix db/schema.rbKamil Trzcinski2015-10-051-58/+36
| | |
| * | Make commit_spec runKamil Trzcinski2015-10-051-37/+64
| |/
* | Send an email (to support) when a user is reported for spamJonathan Rochkind2015-10-081-1/+2
|/
* Update db schemaDmitriy Zaporozhets2015-10-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve error message when merging failsmr_improve_errors_handlingValery Sizov2015-10-011-1/+2
|
* Delegate ci_project parameters to projectsKamil Trzcinski2015-09-301-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 migrationsKamil Trzcinski2015-09-291-17/+9
|
* Fix db/schema.rbKamil Trzcinski2015-09-291-26/+29
|
* WIPKamil Trzcinski2015-09-291-37/+43
|
* Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diffDouwe Maan2015-09-201-1/+2
|
* Bump devise-two-factor to 2.0.0rs-bump-two-factorRobert Speicher2015-09-191-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 CIKamil Trzcinski2015-09-181-1/+2
|
* Allow custom info to be added to Help pageJeroen van Baarsen2015-09-181-0/+1
| | | | | | Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix schema downgrade introduced by: ↵fix-schema-downgradeKamil Trzcinski2015-09-171-1/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1299