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/app
AgeCommit message (Collapse)Author
2018-03-08Merge branch 'ce-3839-ci-cd-only-github-projects-fe' into 'master'Douwe Maan
Create CI/CD-only projects from GitHub -- CE backport See merge request gitlab-org/gitlab-ce!17432 # Conflicts: # locale/gitlab.pot
2018-03-08Merge branch 'sh-fix-update-service' into 'master'James Lopez
Fix Error 500 when updating a project Closes #44019 See merge request gitlab-org/gitlab-ce!17647
2018-03-07Merge branch 'sh-fix-otp-backup-invalidation-10-5' into 'security-10-5'Douwe Maan
Ensure that OTP backup codes are always invalidated - 10.5 port See merge request gitlab/gitlabhq!2324
2018-03-07Revert "Cleanup after adding MR diff's commit_count"James Lopez
This reverts commit 0b7d108 Fixed confict in schema.rb
2018-03-07Merge branch 'consistent-deployment_platform' into 'master'Grzegorz Bizon
Unify deployment_platform interface with EE See merge request gitlab-org/gitlab-ce!17594
2018-03-06Merge branch ↵Kamil Trzciński
'move-pipeline_default-update_head_pipeline_for_merge_request-queue-to-pipeline_processing-namespace' into 'master' Move update_head_pipeline_for_merge_request queue to `pipeline_processing` namespace Closes #43919 See merge request gitlab-org/gitlab-ce!17572
2018-03-06Merge branch 'ce-3727-fe-labels-for-epics' into 'master'Filipa Lacerda
CE Port: Add `js-` classes in LabelsSelect component See merge request gitlab-org/gitlab-ce!17558
2018-03-06Merge branch 'cluster-monitoring-changes-ce-backport' into 'master'Phil Hughes
Cluster monitoring changes CE backport See merge request gitlab-org/gitlab-ce!17547
2018-03-06Change queue namespace of UpdateHeadPipelineForMergeRequestWorkerShinya Maeda
2018-03-06Merge branch 'issue_38337' into 'master'Sean McGivern
Bring one group board to CE Closes #38337 See merge request gitlab-org/gitlab-ce!17274
2018-03-06Move update_head_pipeline_for_merge_request queue to pipeline_processing ↵Shinya Maeda
namespace
2018-03-06Merge branch '5029-support-cluster-metrics-ce' into 'master'Grzegorz Bizon
Refactoring changes to support cluster metrics in EE Closes #42820 See merge request gitlab-org/gitlab-ce!17336
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-06Merge branch 'zj-lazy-parents' into 'master'Douwe Maan
Lazy fetch parent commits for a commit See merge request gitlab-org/gitlab-ce!17559
2018-03-06Merge branch 'sh-dashboard-sort-fix' into 'master'Douwe Maan
Fix project dashboard showing the wrong timestamps Closes #27181 See merge request gitlab-org/gitlab-ce!17504
2018-03-06Merge branch 'proper-fix-for-artifacts-service' into 'master'Grzegorz Bizon
Add archive feature to trace Closes #43022 and gitlab-ee#4170 See merge request gitlab-org/gitlab-ce!17314
2018-03-06Merge branch '43924-breadcrumbs-on-project-tags' into 'master'Phil Hughes
Breadcrumbs on Project Tags Closes #43924 See merge request gitlab-org/gitlab-ce!17562
2018-03-06Merge branch '29130-api-project-export' into 'master'Sean McGivern
Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
2018-03-06move misplaced entry pointMike Greiling
2018-03-06Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
5029-support-cluster-metrics-ce # Conflicts: # spec/models/clusters/applications/prometheus_spec.rb
2018-03-06Arg.id via method pointerPawel Chojnacki
2018-03-06Backport description composition from EEKushal Pandya
2018-03-06Fix a typo, a conflict and improve documentationFelipe Artur
2018-03-06Remove extra breadcrumb on tagsTakuya Noguchi
2018-03-06Lazy fetch parent commits for a commitZeger-Jan van de Weg
2018-03-06Fix Gitaly n+1 in NetworkController#showAndrew Newdigate
2018-03-06Add `js-*` class to refer in JSKushal Pandya
2018-03-06Merge branch '40187-project-branch-dashboard-with-active-stale-branches' ↵Rémy Coutable
into 'master' Add overview of branches and filtered views for active/stale branches Closes #40187 et #17293 See merge request gitlab-org/gitlab-ce!15402
2018-03-06Integrate two workers into one ArchiveTraceWorker with pipeline_background ↵Shinya Maeda
queue. This queue takes loqer precedence than pipeline_default.
2018-03-06Change the place of definition of object_storage:archive_legacy_traceShinya Maeda
2018-03-06Add object_storage queue to sidekiq_queues.ym. and correct queue name in ↵Shinya Maeda
all_queues.yml.
2018-03-06Add object_storage queueShinya Maeda
2018-03-06Add rake task. Adopt the latest fix. Drop CreateTraceArtifactServiceShinya Maeda
2018-03-06Proper fix for artifacts trace migration which is fully safeKamil Trzciński
2018-03-06Add overview of branches and a filter for active/stale branchesTakuya Noguchi
2018-03-06Merge branch 'fix/sm/fix_pages_worker' into 'master'Kamil Trzciński
Reload stable object to prevent erase artifacts with old state (Ver 2) Closes #43641 See merge request gitlab-org/gitlab-ce!17522
2018-03-06Revert unnecessary code running_or_pending_build_count removalShinya Maeda
2018-03-06Resolve "Group Leave action is broken on Groups Dashboard and Homepage"Shah El-Rahman
2018-03-06Merge branch 'remove-default-scope-from-todos' into 'master'Yorick Peterse
Remove default scope from todos See merge request gitlab-org/gitlab-ce!17531
2018-03-06coerce hasMetrics to a boolean value before instantiating the Vue componentMike Greiling
2018-03-06prefer getElementByIdMike Greiling
2018-03-06remove prometheus panel styling on cluster monitoring pageMike Greiling
2018-03-06lighten axis tick textMike Greiling
2018-03-06add ability to override graph size measurementsMike Greiling
2018-03-06fix spacing around axis label text in small breakpointsMike Greiling
2018-03-06hide legend without hiding the axis labelsMike Greiling
2018-03-06add option to hide the graph legendMike Greiling
2018-03-06use proper dependency injection for monitoring dashboard componentMike Greiling
2018-03-06make deployments endpoint optionalMike Greiling
2018-03-06add prometheus cluster health monitoring empty stateMike Greiling