Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2015-10-05Fix db/schema.rbKamil Trzcinski
2015-10-05Make commit_spec runKamil Trzcinski
2015-10-05Add user to Ci::Build to have pusher email addressKamil Trzcinski
2015-10-05Refactor commit and buildKamil Trzcinski
2015-10-01Update db schemaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-01Improve error message when merging failsValery Sizov
2015-09-30Fix migrationKamil Trzcinski
2015-09-30Delegate ci_project parameters to projectsKamil Trzcinski
- 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.
2015-09-29Fix migrationsKamil Trzcinski
2015-09-29Fix db/schema.rbKamil Trzcinski
2015-09-29Fix migrationsKamil Trzcinski
2015-09-29WIPKamil Trzcinski
2015-09-29WIPKamil Trzcinski
2015-09-21Remove deleted milestones from merge requestsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9643
2015-09-20Fix reply by email for comments on a specific line in a diff/commit.Douwe Maan
2015-09-20Merge branch 'rs-bump-two-factor' into 'master' Douwe Maan
Bump devise-two-factor to 2.0.0 Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43 See merge request !1363
2015-09-20Bump devise-two-factor to 2.0.0Robert Speicher
Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43
2015-09-20Devise 3.5.x deprecates `confirm!` in favor of `confirm`Robert Speicher
2015-09-18fix failing migration on mysqlHannes Rosenögger
We didn't specify that the db user needs the right to create temporary tables before. That's why the migration will fail on most installations. This commits removes the "TEMPORARY" from the migration and changes the documentation to include the necessary rights for the future.
2015-09-18Allow to disable GitLab CIKamil Trzcinski
2015-09-18Allow custom info to be added to Help pageJeroen van Baarsen
Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-09-17Fix schema downgrade introduced by: ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1299
2015-09-17enable SSL by defaultValery Sizov
2015-09-16Fix ordering issueKamil Trzcinski
2015-09-15Add rake task to migrate CI tagsKamil Trzcinski
2015-09-11Remove db/ciDmitriy Zaporozhets
2015-09-09Fix mysql migrationDmitriy Zaporozhets
2015-09-09Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets
2015-09-09Merge CI factories and CI spec/support with GitLabDmitriy Zaporozhets
2015-09-03added spinach for glabal labelsValery Sizov
2015-09-03CRUD for admin labelsValery Sizov
2015-09-01Update db schemaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-29Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993Douwe Maan
2015-08-27Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan
2015-08-26Enable SSL verification for WebhooksValery Sizov
2015-08-26Groundwork for merging CI into CEDouwe Maan
2015-08-23Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu
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
2015-08-21Issue #993: Fixed login failure when extern_uid changesJoel Koglin
2015-08-20Merge branch 'master' into reply-by-emailDouwe Maan
2015-08-20Import sources: settings in the admin interfaceArtem Sidorenko
2015-08-19Reply by email POCDouwe Maan
2015-08-07Merge branch 'master' into comment-updated-byDouwe Maan
2015-08-06Allow users to send abuse reportsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-30Show who last edited a comment if it wasn't the original authorDouwe Maan
2015-07-22Check if session_expire_delay column exists before adding the column.Marin Jankovski
2015-07-17Store commit count in project tableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-17Add more seed projects. Control amount with SIZE env variableDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-14Revert "Change default admin password from "5iveL!fe" to "password""Sytse Sijbrandij
This reverts commit 8a01a1222875b190d32769f7a6e7a74720079d2a.
2015-07-13Allow user to specify content he wants to see on project pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-08Fix db schemaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>