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
2016-05-27fix rescue block on migrationJames Lopez
2016-05-26Remove main_language and testsJosh Frye
2016-05-21Merge branch 'issue_14632' into 'master' Douwe Maan
Fix group visibility level migration in case all visibility levels are restricted fixes #14632 See merge request !4107
2016-05-20Updated the DB schemaYorick Peterse
2016-05-20Fix group visibility level migration in case all visibility levels are ↵Felipe Artur
restricted
2016-05-19Use migration helper to prevent downtime migrationGrzegorz Bizon
2016-05-19Add not null constraint to run untagged runner optionGrzegorz Bizon
2016-05-19Add runner db field for ability to run untagged jobsGrzegorz Bizon
2016-05-19Mask credentials from URL when import of project has failed.Rubén Dávila
2016-05-17Merge branch 'issue_14684' into 'master' Douwe Maan
Toggle email signup confirmation in admin settings Implements toggling verification email #14684 See merge request !3862
2016-05-16fix default send confirmation valueFelipe Artur
2016-05-16Change landing page when skipping confirmation email and add documentationFelipe Artur
2016-05-16Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur
2016-05-16Toggle email signup confirmation in admin settingsFelipe Artur
2016-05-16Merge branch 'docker-registry' into 'master' Douwe Maan
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
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-05-14Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski
# Conflicts: # config/initializers/1_settings.rb
2016-05-13Merge branch 'health-check-route'Douwe Maan
# Conflicts: # db/schema.rb
2016-05-12schema fix 😓Andrei Gliga
2016-05-12Revert "disabled_oauth_sign_in_sources column" and keep on schema only the ↵Andrei Gliga
disabled_oauth_sign_in_sources column This reverts commit 95358e0095403ad44149d11922d52e4590285a20.
2016-05-12disabled_oauth_sign_in_sources columnAndrei Gliga
2016-05-10Add health_check access token, and enforce on the health_check endpointDJ Mountney
Also added a health check page to the admin section for resetting the token.
2016-05-09Rename `images` to `container_registry`Kamil Trzcinski
2016-05-09Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski
2016-05-08Remove `wall_enabled` field from ProjectRobert Speicher
2016-05-06Update db/schema.rb after running db:migrate:resetDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-04Limit the number of merge requests per project to avoid long seedsStan Hu
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.
2016-04-30Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto
2016-04-29Added authentication service for docker registryKamil Trzcinski
2016-04-21Disable 'repository check' feature in 8.7.0Jacob Vosmaer
It still causes too many false alarms.
2016-04-21Merge branch 'add-pg-trgrm-in-migration' into 'master' Yorick Peterse
Attempt to create pg_trgm extension in migration for test/dev environments See merge request !3805
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński
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
2016-04-21Attempt to create pg_trgm extension in migration for test/dev environmentsStan Hu
Closes #15210
2016-04-20Address MR feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-20Add index to issues due dateMehmet Beydogan
2016-04-20Add due_date:time field to Issue modelMehmet Beydogan
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
2016-04-20formatting and test structureSebastian Klier
2016-04-20add slack notifications for wiki pagesSebastian Klier
update changelog
2016-04-19Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
# Conflicts: # db/schema.rb
2016-04-19Configuring of points per UDP packetYorick Peterse
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.
2016-04-19Merge branch 'configurable-shared-runners-text' into 'master' Kamil Trzciński
Add configurable shared runners text cc @axil @rspeicher @grzesiek See merge request !3750
2016-04-18Use raw SQL commands for 20140502125220 MigrateRepoSizeStan Hu
Partial fix for #15210
2016-04-18Add configurable shared runners textKamil Trzcinski
2016-04-16Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski
# Conflicts: # db/schema.rb
2016-04-15Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/project-import_url
2016-04-15Fix datetime format when migrating new notification settings on MySQLDouglas Barbosa Alexandre
2016-04-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/project-import_url
2016-04-14updated migration based on testing findingsJames Lopez
2016-04-13Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-13Schema improvements suggested by YorickJacob Vosmaer