summaryrefslogtreecommitdiff
path: root/db/schema.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* 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
* enable SSL by defaultenable_ssl_by_defaultValery Sizov2015-09-171-3/+2
|
* Fix ordering issueKamil Trzcinski2015-09-161-1/+2
|
* Add rake task to migrate CI tagsKamil Trzcinski2015-09-151-1/+21
|
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-091-1/+2
|\
| * added spinach for glabal labelsglobal_labelsValery Sizov2015-09-031-120/+37
| |
| * CRUD for admin labelsValery Sizov2015-09-031-38/+122
| |
| * Update db schemaDmitriy Zaporozhets2015-09-011-22/+22
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge CI factories and CI spec/support with GitLabDmitriy Zaporozhets2015-09-091-106/+38
| |
* | Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan2015-08-261-7/+7
|\ \ | |/
| * Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-7/+8
| |
* | Groundwork for merging CI into CEDouwe Maan2015-08-251-39/+295
|/
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-231-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
* Merge branch 'master' into reply-by-emailDouwe Maan2015-08-201-0/+1
|\
| * Import sources: settings in the admin interfaceArtem Sidorenko2015-08-201-1/+2
| |
* | Reply by email POCDouwe Maan2015-08-181-1/+12
|/
* Merge branch 'master' into comment-updated-bycomment-updated-byDouwe Maan2015-08-071-1/+9
|\
| * Allow users to send abuse reportsDmitriy Zaporozhets2015-08-061-1/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-2/+5
|/
* Store commit count in project tableadvanced-cacheDmitriy Zaporozhets2015-07-171-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow user to specify content he wants to see on project pageproject-default-viewDmitriy Zaporozhets2015-07-131-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix db schemaDmitriy Zaporozhets2015-07-081-9/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move project activity to separate tab. Add more features to project home pageDmitriy Zaporozhets2015-07-071-3/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Audit log for user authenticationValery Sizov2015-07-061-2/+16
|
* Make default value for otp_required_for_login false instead of nullRobert Speicher2015-06-201-2/+2
|
* Add `dashboard` attribute to User modelRobert Speicher2015-06-131-1/+2
|
* Ensure `session_expire_delay` field exists before accessing itrs-issue-1798Robert Speicher2015-06-131-4/+4
| | | | Closes #1798
* session_expire_seconds => session_expire_delaythemaze752015-06-101-1/+1
| | | | | delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
* Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-1/+2
| | | settings
* Allow to configure a URL to show after sign outAlex Lossent2015-05-291-1/+2
|
* Add option to disallow users from registering any application to use GitLab ↵user-oauth-applicationsDouwe Maan2015-05-291-1/+2
| | | | as an OAuth provider
* Add support for Webhook note eventsStan Hu2015-05-211-1/+2
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* Merge branch 'version-check' into 'master'Dmitriy Zaporozhets2015-05-131-0/+1
|\ | | | | | | | | | | Version check See merge request !1509