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-07CE backport for creating CI/CD projects from GitHubRubén Dávila
2018-03-07Merge remote-tracking branch 'dev/master'Robert Speicher
2018-03-07Merge branch 'mr-commit-optimization' into 'master'Sean McGivern
Use persisted/memoized value for MRs sha's instead of doing git lookups See merge request gitlab-org/gitlab-ce!17555
2018-03-07Merge branch 'jprovazn-api' into 'master'Sean McGivern
Add discussion API See merge request gitlab-org/gitlab-ce!17510
2018-03-07Merge branch ↵Sean McGivern
'43486-update-language-about-version-check-in-admin-settings-and-docs' into 'master' Resolve "Update language about version check in admin settings and docs" Closes #43486 See merge request gitlab-org/gitlab-ce!17535
2018-03-07Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse
Keep track of projects a user interacted with Closes #43460 See merge request gitlab-org/gitlab-ce!17327
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-07Merge branch 'dz-plugins-project-integrations' into 'master'Dmitriy Zaporozhets
Show plugins list on system hooks page Closes #40812 See merge request gitlab-org/gitlab-ce!17518
2018-03-07Add discussion APIJan Provaznik
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
2018-03-07Clarify version check in admin settingsSean McGivern
2018-03-07Unify deployment_platform interface with EELin Jen-Shin
2018-03-07Merge branch '43502-clipboard-btn' into 'master'Phil Hughes
Resolve "Update clipboard button component not to render default css classes" Closes #43502 See merge request gitlab-org/gitlab-ce!17529
2018-03-07Merge branch 'sh-make-prune-optional-in-git-fetch' into 'master'Nick Thomas
Make --prune a configurable parameter in fetching a git remote See merge request gitlab-org/gitlab-ce!17346
2018-03-07Don't do a commit lookup to present the MR entity, just return the shaAlejandro Rodríguez
The MergeRequestWidgetEntity is used a lot in AJAX requests, and shaving that git operation will hopefully translate in a performance improvement
2018-03-07Remove common_vue bundleMike Greiling
2018-03-07Removes btn-transparent and btn-clipboard as default classes for clipboard ↵Filipa Lacerda
button component Changes after review
2018-03-06Use persisted/memoized value for MRs shas instead of doing git lookupsAlejandro Rodríguez
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-06Remove plugins from project integrations pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-06Shortcut and return on duplicate record error.Andreas Brandl