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-11-17Merge branch 'sh-background-migration-move-mr-diff-id' into 'master'Sean McGivern
Convert migration to populate latest merge request ID into a background migration See merge request gitlab-org/gitlab-ce!15440 (cherry picked from commit 2dff37762f76b195d6b36d73dab544d0ec5e6c83) 5cecff89 Convert migration to populate latest merge request ID into a background migration
2017-11-07Fix db/schema.rbKamil Trzcinski
2017-11-07Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce ↵Kamil Trzcinski
into add-ingress-to-cluster-applications
2017-11-07Fix schema versionShinya Maeda
2017-11-07Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsKamil Trzcinski
2017-11-07Merge branch 'master' into 38464-k8s-appsShinya Maeda
2017-11-07Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable
Support custom attributes on groups and projects See merge request gitlab-org/gitlab-ce!14593
2017-11-07Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsEric Eastwood
2017-11-07Merge branch 'master' into 38464-k8s-appsEric Eastwood
Conflicts: db/schema.rb
2017-11-07Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon
Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform See merge request gitlab-org/gitlab-ce!14879
2017-11-06Fix db/schema.rbKamil Trzcinski
2017-11-06Merge branch '38464-k8s-apps' into add-ingress-to-cluster-applicationsEric Eastwood
2017-11-06Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern
removed the #ensure_ref_fetched from all controllers Closes #36061 See merge request gitlab-org/gitlab-ce!15129
2017-11-06db/schema.rb cleanupAlessio Caiazza
2017-11-06Support custom attributes on groupsMarkus Koller
2017-11-06Support custom attributes on projectsMarkus Koller
2017-11-06Add ingress applicationKamil Trzcinski
2017-11-06Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza
2017-11-06Merge remote-tracking branch 'origin/refactor-clusters' into ↵Kamil Trzcinski
36629-35958-add-cluster-application-section
2017-11-05Fix statis analysysShinya Maeda
2017-11-05Merge branch 'master' into refactor-clustersShinya Maeda
2017-11-04Put a condition to old migration that adds fast_forward column to MRsValery Sizov
2017-11-03Move migration file to post-migration. Use EachBatch. batch_size 1Shinya Maeda
2017-11-03Fix MigrateGcpClustersToNewClustersArchitectures. Improve specShinya Maeda
2017-11-03make the migration reversiblemicael.bergeron
2017-11-03add changelog and move migration to post_migratemicael.bergeron
2017-11-03removed the #ensure_ref_fetched from all controllersmicael.bergeron
also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
2017-11-03Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza
2017-11-03Merge remote-tracking branch 'origin/master' into 38464-k8s-appsKamil Trzcinski
2017-11-03Fix tests. Remove NOT NULL constraint from cluster.user.Shinya Maeda
2017-11-03Merge branch 'master' into refactor-clustersShinya Maeda
2017-11-02Merge branch '37631-add-a-merge_request_diff_id-column-to-merge_requests' ↵Yorick Peterse
into 'master' Resolve "Add a `merge_request_diff_id` column to `merge_requests`" See merge request gitlab-org/gitlab-ce!15035
2017-11-02Add a column linking an MR to its diffSean McGivern
We already had this the other way around (merge_request_diffs.merge_request_id), but this is needed to gather only the most recent diffs for a set of merge requests.
2017-11-02Fix rubocop offensesAlessio Caiazza
2017-11-02General cleanupAlessio Caiazza
2017-11-02Fix out of sync with KubernetesService. Remove namespace pramas from ↵Shinya Maeda
controller. Use time_with_zone in schema. Remove Gcp::Clusters from safe_model_attributes.ym
2017-11-02Improve backend structure of dataKamil Trzcinski
2017-11-02Merge branch 'refactor-clusters' into 38464-k8s-appsKamil Trzcinski
2017-11-02Remove user authentication_token columnDouwe Maan
2017-11-02Migrate user private tokens to personal access tokensDouwe Maan
2017-11-02Install k8s application with helm running inside the clusterAlessio Caiazza
2017-11-01Revert back FetchKubernetesTokenServiceKamil Trzcinski
2017-11-01Slim down Platforms::Kubernetes, and instead make it instrument ↵Kamil Trzcinski
KubernetesService
2017-11-01Improve migration file. Add migration spec. Reorder columns of the table.Shinya Maeda
2017-11-01Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda
2017-11-01Merge branch 'master' into refactor-clustersShinya Maeda
2017-10-24Merge branch 'bvl-dont-rename-free-names' into 'master'Douwe Maan
Don't rename groups/projects that aren't reserved anymore Closes #39387 See merge request gitlab-org/gitlab-ce!15029
2017-10-24Don't rename groups/projects that aren't reserved anymoreBob Van Landuyt
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12932 we freed up some names. But we were still renaming them.
2017-10-23Add new circuitbreaker properties to application_settingsBob Van Landuyt
2017-10-23This worksShinya Maeda