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
2017-10-10Ignore existing Migration/Datetime cop offendersSean McGivern
2017-10-07Move migration to backgroundMichael Kozono
2017-10-07Update DN class in migrationMichael Kozono
2017-10-07Rename method to `to_normalized_s`Michael Kozono
2017-10-07Normalize existing persisted DNsMichael Kozono
2017-10-07Add a migration to populate fork networksBob Van Landuyt
This uses the existing ForkedProjectLinks
2017-10-07Allow creating merge requests across forks of a projectBob Van Landuyt
2017-10-07Create a fork network when forking a projectBob Van Landuyt
When no fork network exists for the source projects, we create a new one with the correct source
2017-10-07Add a model for `fork_networks`Bob Van Landuyt
The fork network will keep track of the root project as long as it's present.
2017-10-07Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-10-06Merge branch ↵Kamil Trzciński
'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470
2017-10-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-06Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Merge branch '36829-gpg-commit-not-verified-if-signed-with-a-subkey' into ↵Douwe Maan
'master' Add support for GPG subkeys in signature verification Closes #36829 See merge request gitlab-org/gitlab-ce!14517
2017-10-06Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon
Move to CE some EE pipelines-related code that belongs to CE Closes gitlab-ee#3616 See merge request gitlab-org/gitlab-ce!14699
2017-10-06Repack migration correctlyAlessio Caiazza
2017-10-06Add more specs.Rubén Dávila
2017-10-05Small refactor and fix for RuboCopRubén Dávila
2017-10-05Optimise gcp_clusters table schemaKamil Trzcinski
2017-10-05Add CI build trace sections extractorAlessio Caiazza
2017-10-05Convert migrations to generate subkeys to a background migrationRubén Dávila
2017-10-05Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila
2017-10-05Address some feedback from last code reviewRubén Dávila
2017-10-05Convert migration to a post deployment migrationRubén Dávila
This migration can take a bit of time to complete and I don't want to delay the deployment process.
2017-10-05Add migration to generate GpgKeySubkeys records and update signaturesRubén Dávila
2017-10-05Add some basic specs and refactor model and validationsRubén Dávila
2017-10-05Add missing DOWNTIME declarationRubén Dávila
2017-10-05Associate GgpSignature with GpgKeySubkey if comes from a subkeyRubén Dávila
Additionally we're delegating missing method calls on GpgKeySubkey to GpgKey since most of the info required when verifying a signature is found on GpgKey which is the parent of GpgKeySubkey
2017-10-05Use a separate model to handle GPG subkeysRubén Dávila
2017-10-05Process and create subkeys when a new GPG key is createdRubén Dávila
2017-10-05Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-05Merge branch 'master' into ↵Douwe Maan
digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
2017-10-05Add failure_reason column to ci_pipelinesGrzegorz Bizon
Conflicts: db/schema.rb
2017-10-05Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-04Add a new migration to make sure that fast forward column exists in projects ↵Valery Sizov
table
2017-10-04Fix AddFastForwardOptionToProject migrationValery Sizov
2017-10-04Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-04Specify defaults, fix policies, fix db columnsKamil Trzcinski
2017-10-03Merge branch 'add-ci-builds-index-for-jobscontroller' into 'master'Kamil Trzciński
Change index on ci_builds to optimize Jobs Controller See merge request gitlab-org/gitlab-ce!14519
2017-10-03Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-03Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-03Implement Policy. Use show instead of edit. Chnage db column. fix comments. ↵Shinya Maeda
dry up workers
2017-10-03Change index on ci_builds to optimize Jobs ControllerGreg Stark
2017-10-03fix db schemaJarka Kadlecova
2017-10-03Add (partial) index on Labels.templateGreg Stark
2017-10-03Remove redundant column from the schemaJarka Kadlecova
2017-10-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova
18608-lock-issues-v2 # Conflicts: # db/schema.rb
2017-10-02PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda
2017-10-02Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_eeValery Sizov
2017-10-01FE review changes app codeLuke "Jared" Bennett