summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'container-registry-token-ttl' into 'master'Douwe Maan2016-06-022-23/+34
| | | | | | | | | | | | | | | Add Application Setting to configure Container Registry token expire delay (default 5min) This adds an option to configure Container Registry token expire delay. The default is set to 5mins (something that is also used by Docker Hub). What is left: * [x] Write test to check the expire_delay Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/17890 @stanhu I think that this should land in patch release of 8.8. See merge request !4364
* Merge branch 'fix/migration-uri-issue' into 'master' Robert Speicher2016-06-021-1/+1
| | | | | | | Fix import URL migration error Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17956 See merge request !4321
* Merge branch 'issue_14632' into 'master' Douwe Maan2016-05-211-1/+3
| | | | | | | Fix group visibility level migration in case all visibility levels are restricted fixes #14632 See merge request !4107
* Use migration helper to prevent downtime migrationfeature/runner-config-untagged-jobsGrzegorz Bizon2016-05-191-8/+10
|
* Add not null constraint to run untagged runner optionGrzegorz Bizon2016-05-192-2/+2
|
* Add runner db field for ability to run untagged jobsGrzegorz Bizon2016-05-192-0/+12
|
* Mask credentials from URL when import of project has failed.Rubén Dávila2016-05-181-1/+1
|
* Merge branch 'issue_14684' into 'master' Douwe Maan2016-05-161-0/+12
|\ | | | | | | | | | | | | Toggle email signup confirmation in admin settings Implements toggling verification email #14684 See merge request !3862
| * fix default send confirmation valueFelipe Artur2016-05-161-1/+1
| |
| * Change landing page when skipping confirmation email and add documentationFelipe Artur2016-05-161-1/+1
| |
| * Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur2016-05-162-8/+12
| |
| * Toggle email signup confirmation in admin settingsFelipe Artur2016-05-161-0/+8
| |
* | Merge branch 'docker-registry' into 'master' Douwe Maan2016-05-162-0/+6
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | Added authentication service for docker registry This adds a simple authentication service for docker which uses current user credentials to authenticate pulls and pushes. I have only one concern. Since the `.docker/config` is unencrypted, thus the password for user stored there is unencrypted, maybe we should from the start implement function to generate/provide a separate password just for the purposes of accessing docker registry? What do you think @jacobvosmaer @sytses @marin? cc @marin See merge request !3787
| * Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-134-2/+18
| |\ | | | | | | | | | | | | # Conflicts: # config/initializers/1_settings.rb
| * | Rename `images` to `container_registry`Kamil Trzcinski2016-05-092-2/+2
| | |
| * | Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-093-10/+19
| |\ \
| * | | Added authentication service for docker registryKamil Trzcinski2016-04-292-0/+6
| | | |
* | | | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-133-2/+13
| |_|/ |/| |
* | | Merge branch 'health-check-route'Douwe Maan2016-05-122-1/+7
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Add health_check access token, and enforce on the health_check endpointDJ Mountney2016-05-102-1/+7
| | | | | | | | | | | | | | | | Also added a health check page to the admin section for resetting the token.
* | | | schema fix 😓Andrei Gliga2016-05-121-9/+9
| | | |
* | | | Revert "disabled_oauth_sign_in_sources column" and keep on schema only the ↵Andrei Gliga2016-05-121-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | disabled_oauth_sign_in_sources column This reverts commit 95358e0095403ad44149d11922d52e4590285a20.
* | | | disabled_oauth_sign_in_sources columnAndrei Gliga2016-05-122-0/+6
|/ / /
* | | Remove `wall_enabled` field from Projectrs-remove-wall_enabledRobert Speicher2016-05-082-2/+6
| |/ |/|
* | Update db/schema.rb after running db:migrate:resetDmitriy Zaporozhets2016-05-061-9/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Limit the number of merge requests per project to avoid long seedsStan Hu2016-05-041-1/+4
| | | | | | | | | | | | | | This step was taking a long time because seed_fu creates N / 2 merge requests for each repo, where N is the number of branches for that repo. At the time of this writing, there are 234 branches on the gitlab-ce repo, leading to 117 merge requests.
* | Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-302-0/+6
|/
* Disable 'repository check' feature in 8.7.0Jacob Vosmaer2016-04-212-2/+13
| | | | It still causes too many false alarms.
* Merge branch 'add-pg-trgrm-in-migration' into 'master' Yorick Peterse2016-04-211-0/+11
|\ | | | | | | | | Attempt to create pg_trgm extension in migration for test/dev environments See merge request !3805
| * Attempt to create pg_trgm extension in migration for test/dev environmentsStan Hu2016-04-201-0/+11
| | | | | | | | Closes #15210
* | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-215-1/+70
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::Commit becomes a Pipeline object 1. Ci::Commit receives context: ref, :tag. 1. One Ci::Commit describes a one Pipeline 1. Pipeline is created from `.gitlab-ci.yml` 1. Pipeline is a ordered group of builds 1. We test MR against Pipeline 1. Pipelines have a separate view (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Pipeline can be triggered from UI (https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3703) 1. Later we change `Trigger -> TriggerRequest -> Build` to `Trigger -> Pipeline` (future) 1. We add a Pipeline Hook that will be triggered on Pipeline status change (future) 1. We extend notifications to use `Pipeline Hook` to send summary on pipeline changes (future) After merging that I'll prepare a separate MR that will unify naming, database columns, table names: ``` Ci::Commit -> Pipeline Ci::Build -> Build CommitStatus -> Job GenericCommitStatus -> ExternalJob ci_commits -> pipelines ci_builds -> jobs ``` This MR implements first 5 points. This is made to solve this issue https://gitlab.com/gitlab-org/gitlab-ce/issues/14149. See merge request !3653
| * \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-193-8/+21
| |\ \ | | |/ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-166-1/+159
| |\ \ | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | Fix migrations on MySQLKamil Trzcinski2016-04-131-1/+5
| | | |
| * | | Update db/schema.rbKamil Trzcinski2016-04-131-1/+8
| | | |
| * | | Cleanup changesKamil Trzcinski2016-04-131-302/+292
| | | |
| * | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-134-0/+46
| |\ \ \
| * | | | Cleanup required migrationsKamil Trzcinski2016-04-135-10/+7
| | | | |
| * | | | Add indexes concurrently on PostgreSQLKamil Trzcinski2016-04-131-3/+9
| | | | |
| * | | | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-304/+298
| | | | |
| * | | | Optimise CI status accessorKamil Trzcinski2016-04-122-0/+38
| | | | |
| * | | | Fix specsKamil Trzcinski2016-04-111-1/+1
| | | | |
| * | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-114-2/+35
| | | | |
* | | | | Address MR feedbackRémy Coutable2016-04-203-18/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Add index to issues due dateMehmet Beydogan2016-04-201-0/+5
| | | | |
* | | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-202-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add due_date text field to sidebar issue#show Add ability sorting issues by due date ASC and DESC Add ability to filtering issues by No Due Date, Any Due Date, Due to tomorrow, Due in this week options Add handling issue due_date field for MergeRequest Update CHANGELOG Fix ambigous match for issues#show sidebar Fix SCREAMING_SNAKE_CASE offenses for due date contants Add specs for due date sorting and filtering on issues
* | | | | formatting and test structureSebastian Klier2016-04-201-1/+1
| | | | |
* | | | | add slack notifications for wiki pagesSebastian Klier2016-04-203-0/+12
| | | | | | | | | | | | | | | | | | | | update changelog
* | | | | Configuring of points per UDP packettoggle-points-per-packetYorick Peterse2016-04-192-19/+25
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to configure the number of points stored in a single UDP packet. This in turn can be used to reduce the number of UDP packets being sent at the cost of these packets being somewhat larger. The default setting is 1 point per packet so nothing changes for existing users.
* | | | Merge branch 'configurable-shared-runners-text' into 'master' Kamil Trzciński2016-04-192-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add configurable shared runners text cc @axil @rspeicher @grzesiek See merge request !3750