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
2018-04-10Fix enviroments seeding on certain branch namesZeger-Jan van de Weg
Bit of a cryptic commit title, but our seeding will try to guard against branchnames being anything but alphanumerical. These charachters we gsub away but can't have an empty string as replacement. This change is less efficient, but given that the number of seeded MRs per project is very limited, this should be ok.
2018-04-07Modifies index on DeployTokens to use idMayra Cabrera
2018-04-07Handles default expires_at date directly into DeployToken modelMayra Cabrera
2018-04-07Addresses database commentsMayra Cabrera
- Adds a default on expires_at datetime - Modifies deploy tokens views to handle default expires at value - Use datetime_with_timezone where possible - Remove unused scopes
2018-04-07Fixes broken schema and minor changesMayra Cabrera
2018-04-07Get rid of Redis when dealing with deploy tokensKamil Trzciński
We use controller actions to pass a newly created token and errors
2018-04-07Fix and optimise DB schemaKamil Trzciński
2018-04-07Include ProjectDeployTokensMayra Cabrera
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
2018-04-07Create barebones for DeploytokenMayra Cabrera
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
2018-04-05Merge branch 'fix/gb/reschedule-pipeline-stages-migration' into 'master'Kamil Trzciński
Reschedule pipeline stages migration to run it again See merge request gitlab-org/gitlab-ce!18191
2018-04-05Reschedule pipeline stages migration to run it againGrzegorz Bizon
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan
'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
2018-03-30Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern
Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042
2018-03-29Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński
Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
2018-03-28Add the RedirectRoute#path index setup_postgresqlBob Van Landuyt
2018-03-28Add index on lower path to redirect routesBob Van Landuyt
This will speed up the LIKE query in RedirectRoute.matching_path_and_descendants
2018-03-28Remove `permanent` from `redirect_routes`Bob Van Landuyt
This removes the column that was added in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15670 since we will no longer be allowing _permanent_ redirects
2018-03-28Add explicit primary key for ci_builds_metadata tableTomasz Maczukin
2018-03-28Add project_id column to Ci::BuildMetadataTomasz Maczukin
2018-03-28Rename used_timeout to timeoutTomasz Maczukin
2018-03-28Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin
2018-03-28Refactorize Ci::Build and Ci::BuildMetadata modelsTomasz Maczukin
2018-03-28Move job timeout information to new ci_builds_metadata tableTomasz Maczukin
2018-03-28Change timeout_source to enumTomasz Maczukin
2018-03-28Use change instead of up/down in simple migrationsTomasz Maczukin
2018-03-28Show timeout information on job's pageTomasz Maczukin
2018-03-28Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin
2018-03-28Add new column to ci_runners tableTomasz Maczukin
2018-03-27Remove unused index from events table.Andreas Brandl
Closes #44467.
2018-03-27Merge branch '40781-os-to-ce' into 'master'Sean McGivern
Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
2018-03-26Merge branch ↵Grzegorz Bizon
'YarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-request' into 'master' Send notification emails when push to a merge request Closes #23460 See merge request gitlab-org/gitlab-ce!17865
2018-03-26Send notification emails when push to a merge requestYarNayar
Closes #23460
2018-03-23Merge branch 'pages_force_https' into 'master'Nick Thomas
HTTPS only Pages Closes #28857 See merge request gitlab-org/gitlab-ce!16273
2018-03-23Merge branch 'mark-legacy-git-access' into 'master'Sean McGivern
Route path lookups through legacy_disk_path See merge request gitlab-org/gitlab-ce!17743
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857
2018-03-22Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron
2018-03-22Backport ee-40781-os-to-ceMicaël Bergeron
2018-03-22Merge branch 'master' into 'latest-security-to-master-21-03-18'James Lopez
# Conflicts: # Gemfile # Gemfile.lock
2018-03-21Route path lookups through legacy_disk_pathJacob Vosmaer
2018-03-21Merge branch 'ab-44446-add-indexes-for-user-activity-queries' into 'master'Yorick Peterse
Add indexes for user activity queries. Closes #44446 See merge request gitlab-org/gitlab-ce!17890
2018-03-21Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez
[10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
2018-03-21Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
2018-03-21Guard creation/removal with existence checks.Andreas Brandl
2018-03-21Flip column order in new index.Andreas Brandl
2018-03-21Patch MySQL's odd foreign key behavior.Andreas Brandl
2018-03-21Add indexes for user activity queries.Andreas Brandl
Closes #44446.
2018-03-20Shortcut concurrent foreign key creation if already exists.Andreas Brandl
Closes #43887.
2018-03-16Address review comments.Andreas Brandl
2018-03-16Simplify migration and add NOT NULL to project_id.Andreas Brandl
2018-03-16Use bigserial for internal_ids table.Andreas Brandl