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
AgeCommit message (Collapse)Author
2017-10-10Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate
2017-10-10Fix text for the merge request lock system noteJarka Kadlecova
2017-10-09Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master'Douwe Maan
Include the changes in issuable webhook payloads Closes #34284 See merge request gitlab-org/gitlab-ce!14308
2017-10-09Don't create todos for old issue assigneesJarka Kadlecova
2017-10-09Start adding Gitlab::HookData::IssuableBuilderRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Include the changes in issuable webhook payloadsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-07Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan
Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
2017-10-07Store the name of a project that's a root of a fork networkBob Van Landuyt
So we can keep showing it to a user in his project page.
2017-10-07Remove membership from fork network when unlinkingBob 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-07Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-10-06Create idea of read-only databaseToon Claes
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
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-06Extract `Ci::Build#parse_trace_sections!` into a serviceAlessio Caiazza
2017-10-05Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski
2017-10-05Added cluster controller specsKamil Trzcinski
2017-10-05Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-05fetch_kubernetes_token_service_spec. Fix static analysys.Shinya Maeda
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-05integrate_cluster_service_spec. provision_cluster_service_spec. ↵Shinya Maeda
update_cluster_service_spec.
2017-10-04Remove status enum from Gcp::Cluster, use state_machine#stateKamil Trzcinski
2017-10-04Fix cluster event names to be prefixed with: `make_`Kamil Trzcinski
2017-10-04Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix ↵Shinya Maeda
static analysys.
2017-10-04Specify defaults, fix policies, fix db columnsKamil Trzcinski
2017-10-04Gcp::Cluster improvementsKamil Trzcinski
- introduce state machine - use before transitions to clear data - introduce namespace validation
2017-10-04Rename to ClusterProvisionWorker and CreateGkeClusterService.new.executeKamil Trzcinski
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-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-01spacing and small optimisationsAlexandra
2017-10-01Revert KubernetesService. Introduce FetchKubernetesTokenService.Shinya Maeda
2017-09-30Replace reactive_cache by multipel sidekiq workersShinya Maeda
2017-09-29Migrate Gitlab::Git::Repository#add_tag to GitalyAhmad Sherif
Closes gitaly#601
2017-09-29Merge branch 'master' into ff_port_from_eeEric Eastwood
Conflicts: app/models/project.rb db/schema.rb
2017-09-28Merge branch 'fix-mr-sidebar-counter-after-merge' into 'master'Robert Speicher
Clear merge requests counter cache after merge Closes gitlab-ee#3573 and #38344 See merge request gitlab-org/gitlab-ce!14563
2017-09-28Clear merge requests counter cache after mergeSean McGivern
Before this change, the MR counter in the sidebar would be wrong if an MR had been merged since the last update, but not opened or closed, as merging did not trigger a counter cache update.
2017-09-28Add support to migrate existing projects to Hashed Storage asyncGabriel Mazetto
2017-09-28Databse foreing key, index, encrypt password. Use short path. Improve error ↵Shinya Maeda
handling. Polish.
2017-09-28Multithreading cluster creation is done with `reactive_cache`Shinya Maeda
2017-09-28Merge branch 'refactor-services' into 'master'Grzegorz Bizon
Refactor services to match EE signature See merge request gitlab-org/gitlab-ce!14385
2017-09-28Merge branch '38476-improve-merge-jid-cleanup-on-merge-process' into 'master'Sean McGivern
Clean merge_jid whenever necessary on the merge process Closes #38476 See merge request gitlab-org/gitlab-ce!14540
2017-09-28refactor emails serviceJames Lopez
2017-09-28fix update serviceJames Lopez
2017-09-28refactor users update serviceJames Lopez
2017-09-28fix users update serviceJames Lopez
2017-09-28update initializersJames Lopez