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-11-27Merge branch '40481-bump-jquery-to-2-2-4' into 'master'Phil Hughes
Upgrade jQuery to 2.2.4 Closes #40481 See merge request gitlab-org/gitlab-ce!15570
2017-11-27Merge branch 'fix_schedules_documentation' into 'master'Grzegorz Bizon
removed 'only once' from the docs Closes #39261 See merge request gitlab-org/gitlab-ce!15601
2017-11-26Merge branch '40352-ignore-hashed-repos-cleanup-dirs' into 'master'Stan Hu
ignore hashed repositories when doing rake gitlab:cleanup:dirs Closes #40352 See merge request gitlab-org/gitlab-ce!15600
2017-11-25static-analysis fixdigitalMoksha
2017-11-25refactored the hashed repository namedigitalMoksha
2017-11-25removed 'only once' from the docsChristiaan Van den Poel
2017-11-25Merge branch 'fl-upgrade-svg' into 'master'Tim Zallmann
Update svg external dependency See merge request gitlab-org/gitlab-ce!15596
2017-11-24static analysis fixdigitalMoksha
2017-11-24Merge branch 'docs/runner-aws-spot-instances' into 'master'Marcia Ramos
Add article on autoscaling GitLab Runner on AWS Closes #39650 See merge request gitlab-org/gitlab-ce!15313
2017-11-24added changelogdigitalMoksha
2017-11-24Merge branch 'pawel/update_prometheus_gem_to_fix_compilation_on_centos' into ↵Stan Hu
'master' Update prometheus Gem to fix compilation on centos 6 due to GCC not recognizing `std=c11` option Closes omnibus-gitlab#2988 See merge request gitlab-org/gitlab-ce!15598
2017-11-24ignore hashed repositories when doing rake gitlab:cleanup:dirsdigitalMoksha
2017-11-24Update prometheus Gem to fix compilation on centos 6 duo to GCC not ↵Pawel Chojnacki
recognizing `std=c11` option
2017-11-24Merge branch 'jej/fix-protected-branch-validations-ce' into 'master'Rémy Coutable
Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586
2017-11-24Merge branch 'dm-project-search-performance' into 'master'Sean McGivern
Drastically improve project search performance by no longer searching namespace name Closes #40510 and #39623 See merge request gitlab-org/gitlab-ce!15590
2017-11-24Merge branch 'qa/gb/add-feedback-to-package-qa-action' into 'master'Rémy Coutable
Add a feedback mechanism to `package-qa` manual action Closes #40431 See merge request gitlab-org/gitlab-ce!15538
2017-11-24Add a feedback mechanism to `package-qa` manual actionGrzegorz Bizon
2017-11-24Update svg external dependencyFilipa Lacerda
2017-11-24Drastically improve project search performance by no longer searching ↵Douwe Maan
namespace name
2017-11-24Deduplicate protected ref human_access_levelsJames Edwards-Jones
Previously these were duplicated so they could be different for push/merge, but this was no longer necessary after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11232
2017-11-24Fix ProtectedBranch access level validationsJames Edwards-Jones
Before an access_level was required in EE even when an it had been set for a user/group.
2017-11-24Merge branch '40465-update-timeago-js' into 'master'Filipa Lacerda
Resolve "Update timeago.js" Closes #40465 See merge request gitlab-org/gitlab-ce!15553
2017-11-24Address feedback for AWS Runner autoscale articleAchilleas Pipinellis
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-24Updated timeago.jsTim Zallmann
2017-11-24Merge branch '36400-trigger-job' into 'master'Tim Zallmann
Prevent 500 error when inspecting job after trigger was removed Closes #36400 See merge request gitlab-org/gitlab-ce!15447
2017-11-24Prevent 500 error when inspecting job after trigger was removedFilipa Lacerda
2017-11-24Merge branch '38916-add-classlist-polyfill' into 'master'Filipa Lacerda
Add classList polyfill for IE classList.toggle('foo', force) Closes #38916 See merge request gitlab-org/gitlab-ce!15552
2017-11-24Merge branch 'dm-fix-registry-with-sudo-token' into 'master'Sean McGivern
Fix pulling and pushing using a personal access token with the sudo scope Closes #40466 See merge request gitlab-org/gitlab-ce!15571
2017-11-24Merge branch 'pawel/update_prometheus_gem_to_well_tested_version' into 'master'Douwe Maan
Update Prometheus Gem version and disable Prometheus method call instrumentation by default. Closes gitlab-ee#4139 and #40457 See merge request gitlab-org/gitlab-ce!15558
2017-11-24Add classList polyfill for IE classList.toggle(.., force)Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38916
2017-11-24Use feature flag instead of application settigns to control if method calls ↵Pawel Chojnacki
should be instrumented
2017-11-24Rename wip to worker_idPawel Chojnacki
2017-11-24add missing schema entry and application settigns helperPawel Chojnacki
2017-11-24Use only real duration to measure method call performance via PrometheusPawel Chojnacki
2017-11-24check method timing threshold when observing method performancePawel Chojnacki
2017-11-24Add changelog for #15558Pawel Chojnacki
2017-11-24Reenable prometheus metricsPawel Chojnacki
2017-11-24Move prometheus middle ware to prometheus initialized.Pawel Chojnacki
2017-11-23Fix WIP system note not being createdFelipe Artur
2017-11-23Update CHANGELOG.md for 10.2.2Michael Kozono
[ci skip]
2017-11-23Merge branch 'fix/import-uploads-hashed-storage' into 'master'Nick Thomas
Fix hashed storage for attachments bugs Closes #40280 See merge request gitlab-org/gitlab-ce!15482
2017-11-23Fix hashed storage for attachments bugsJames Lopez
2017-11-23Merge branch 'dm-cleanup-fetch-and-mirror-methods' into 'master'Sean McGivern
Clean up repository fetch and mirror methods See merge request gitlab-org/gitlab-ce!15424
2017-11-23Rename fetch_refs to refmapDouwe Maan
2017-11-23Clean up repository fetch and mirror methodsDouwe Maan
2017-11-23Merge branch 'fix-mermaid-import' into 'master'Filipa Lacerda
Fixed import of render mermaid & render math methods See merge request gitlab-org/gitlab-ce!15550
2017-11-23Fix pulling and pushing using a personal access token with the sudo scopeDouwe Maan
2017-11-23Merge branch 'jej-rename-legacy-protected-branches-api-service' into 'master'Rémy Coutable
Renamed ProtectedBranches::ApiUpdateService to LegacyApiUpdateService See merge request gitlab-org/gitlab-ce!15575
2017-11-23Merge branch 'simplify-db-changes-template' into 'master'Rémy Coutable
Simplify the DB changes checklist See merge request gitlab-org/gitlab-ce!15577