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-12-06Merge branch 'ee-backport-issue_40654' into 'master'Sean McGivern
[CE-Backport] Fix board filter when milestone is predefined See merge request gitlab-org/gitlab-ce!15750
2017-12-06Merge branch 'list-multiple-clusters' into 'master'Grzegorz Bizon
List multiple clusters See merge request gitlab-org/gitlab-ce!15403
2017-12-06Merge branch '37354-pipelines-update' into 'master'Kamil Trzciński
Make sure head pippeline always corresponds with an MR Closes #37354 See merge request gitlab-org/gitlab-ce!14358
2017-12-05Merge remote-tracking branch 'origin/master' into list-multiple-clustersMatija Čupić
2017-12-05[CE-Backport] Fix board filter when milestone is predefinedFelipe Artur
2017-12-05Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski
2017-12-05Ensure pippeline corresponds with the sha of an MRJarka Kadlecova
2017-12-05Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon
Multiple artifacts See merge request gitlab-org/gitlab-ce!14367
2017-12-05Merge branch 'dm-application-worker' into 'master'Sean McGivern
Add ApplicationWorker and make every worker include it See merge request gitlab-org/gitlab-ce!15632
2017-12-05Replace Exception with ArgumentErrorMatija Čupić
2017-12-05Remove redundant return in Clusters::CreateServiceMatija Čupić
2017-12-05Merge remote-tracking branch 'origin/master' into list-multiple-clustersKamil Trzcinski
2017-12-05Merge branch '35616-move-k8-to-cluster-page' into ↵Kamil Trzcinski
cluster-page-with-list-clusters
2017-12-05Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern
Create merge request from email Closes #32878 See merge request gitlab-org/gitlab-ce!13817
2017-12-05Second iteration of Move Kubernetes from service to Cluster pageFilipa Lacerda
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-12-05Create merge request from emailJan Provaznik
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
2017-12-04Merge branch 'master' into 35616-move-k8-to-cluster-pageShinya Maeda
2017-12-04Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan
Optimize API /groups/:id/projects by preloading assocations Closes #40308 See merge request gitlab-org/gitlab-ce!15475
2017-12-04Optimize Clusters::CreateService#executeShinya Maeda
2017-12-04Fixed bugFrancisco Lopez
2017-12-04Fix watch level for mentions in descriptionSean McGivern
For a user with the mention notification level set, the type of their corresponding NotificationRecipient must be :mention for them to receive an email. We set this correctly on notes, but we weren't adding it on new issues or MRs - perhaps because these users are also participants. But the type of the NotificationRecipient in that case would be :participant, not mention, so we have to add the mentioned users manually when creating an issue or MR. When editing an issue or MR, and there are newly-mentioned users to email, we still use the :new_issue and :new_merge_request actions, so this works for that case as well.
2017-12-04Moving query to base count serviceFrancisco Lopez
2017-12-04Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵Kamil Trzcinski
cluster-page-with-list-clusters
2017-12-03Raise error when trying to create second clusterMatija Čupić
2017-12-03Test new artifacts for pages deployZeger-Jan van de Weg
2017-12-01Using map to retrieve the element ids because of some issues with mysqlFrancisco Lopez
2017-12-01Undoing the change to ForkNetworkMemberFrancisco Lopez
2017-12-01Comments from code review applied. Also switched forked_from_project and ↵Francisco Lopez
ForkedProjectLinks to ForkNetworkMember
2017-12-01Code review comments appliedFrancisco Lopez
2017-12-01More preloading improvement and added batch count servicesFrancisco Lopez
2017-12-01Merge branch 'backstage/gb/build-pipeline-in-a-separate-class' into 'master'Kamil Trzciński
Extract class responsible for building a pipeline Closes #38460 See merge request gitlab-org/gitlab-ce!14762
2017-12-01allow caching options to be specified for counting servicesBrett Walker
2017-11-30Merge branch 'master' into backstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon
* master: (1794 commits)
2017-11-29Merge branch ↵Sean McGivern
'21143-customize-branch-name-when-using-create-branch-in-an-issue' into 'master' Resolve "Customize branch name when using create branch in an issue" Closes #21143 See merge request gitlab-org/gitlab-ce!13884
2017-11-28Merge branch ↵Kamil Trzciński
'38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master' Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings Closes #38962 See merge request gitlab-org/gitlab-ce!15380
2017-11-28BE for automatic pipeline when enabling Auto DevOpsMatija Čupić
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
2017-11-28Merge branch ↵Rémy Coutable
'40530-merge-request-generates-wrong-diff-when-branch-and-tag-have-the-same-name' into 'master' Resolve "Merge request generates wrong diff when branch and tag have the same name" Closes #40530 See merge request gitlab-org/gitlab-ce!15591
2017-11-28Ensure MRs always use branch refs for comparisonSean McGivern
If a merge request was created with a branch name that also matched a tag name, we'd generate a comparison to or from the tag respectively, rather than the branch. Merging would still use the branch, of course. To avoid this, ensure that when we get the branch heads, we prepend the reference prefix for branches, which will ensure that we generate the correct comparison.
2017-11-28Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas
Hashed storage attachments migration path See merge request gitlab-org/gitlab-ce!15352
2017-11-28Changes to Attachments Migration for EE and Geo compatibilityGabriel Mazetto
2017-11-28Merge branch '40226-refactor-the-issuable-s-webhooks-data-architecture' into ↵Douwe Maan
'master' Refactor the way we pass `old associations` to issuable's update services Closes #40226 See merge request gitlab-org/gitlab-ce!15542
2017-11-27Merge branch 'list-multiple-clusters' of ↵Filipa Lacerda
https://gitlab.com/gitlab-org/gitlab-ce into list-multiple-clusters * 'list-multiple-clusters' of https://gitlab.com/gitlab-org/gitlab-ce: Simplify Clusters::CreateService cluster check
2017-11-25Create issue and merge request destroy servicesGeorge Andrinopoulos
2017-11-25Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov
2017-11-24Simplify Clusters::CreateService cluster checkMatija Čupić
2017-11-24Merge branch 'master' into list-multiple-clustersFilipa Lacerda
* master: (53 commits) Updated timeago.js Prevent 500 error when inspecting job after trigger was removed Add classList polyfill for IE classList.toggle(.., force) Use feature flag instead of application settigns to control if method calls should be instrumented Rename wip to worker_id add missing schema entry and application settigns helper Use only real duration to measure method call performance via Prometheus check method timing threshold when observing method performance Add changelog for #15558 Reenable prometheus metrics Move prometheus middle ware to prometheus initialized. Fix WIP system note not being created Update CHANGELOG.md for 10.2.2 Fix hashed storage for attachments bugs Rename fetch_refs to refmap Clean up repository fetch and mirror methods Fix pulling and pushing using a personal access token with the sudo scope Allow password authentication to be disabled entirely Simplify the DB changes checklist Added Rubocop config for background migrations ...
2017-11-24Refactor the way we pass `old associations` to issuable's update servicesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-24Merge branch 'issue_40374' into 'master'Sean McGivern
Fix WIP system note not being created Closes #40374 See merge request gitlab-org/gitlab-ce!15528
2017-11-24Backport EE changes to make test possible when prepending modulesGabriel Mazetto