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
2019-04-11Shorten variable namecache-max-user-access-project-teamPatrick Derichs
2019-04-11Add hash to cache values for max user access in ProjectTeamPatrick Derichs
2019-04-11Merge branch 'revert-24704-download-repository-path' into 'master'Rémy Coutable
Revert "Merge branch '24704-download-repository-path' into 'master'" See merge request gitlab-org/gitlab-ce!27249
2019-04-11Merge branch '60278-fix-development-seed' into 'master'Douwe Maan
Fix ApplicationSetting development seed Closes #60278 See merge request gitlab-org/gitlab-ce!27213
2019-04-11Merge branch ↵Filipa Lacerda
'59928-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-stat_graph-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/stat_graph.scss`" Closes #59928 See merge request gitlab-org/gitlab-ce!27180
2019-04-11Merge branch 'limit-amount-of-created-pipelines' into 'master'Grzegorz Bizon
Process at most 4 pipelines during push See merge request gitlab-org/gitlab-ce!27205
2019-04-11Merge branch ↵Lin Jen-Shin
'ce-6120-extract-ee-specific-files-lines-for-spec-services-merge_requests' into 'master' [CE-port] Extract EE specific files/lines for spec/services/merge_requests See merge request gitlab-org/gitlab-ce!26977
2019-04-11Revert "Merge branch '24704-download-repository-path' into 'master'"Patrick Bajao
This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
2019-04-11Merge branch 'jc-guard-against-empty-dereferenced_target' into 'master'Sean McGivern
Guard against nil dereferenced_target Closes #60076 See merge request gitlab-org/gitlab-ce!27192
2019-04-11Merge branch 'winh-eslint-jest' into 'master'Phil Hughes
Enable eslint-plugin-jest for Jest Closes #59636 See merge request gitlab-org/gitlab-ce!26715
2019-04-11Merge branch 'winh-delete-static_fixtures.rb' into 'master'Phil Hughes
Delete static_fixtures.rb for static HAML fixtures Closes #59200 See merge request gitlab-org/gitlab-ce!27145
2019-04-11Delete static_fixtures.rb for static HAML fixturesWinnie Hellmann
2019-04-11Merge branch 'gt-fix-styling-for-pages-import' into 'master'Phil Hughes
Fix styling for `app/assets/stylesheets/pages/detail_page.scss` Closes #59909 See merge request gitlab-org/gitlab-ce!26873
2019-04-11Merge branch ↵Sean McGivern
'3353-trainee-backend-maintainer-ash-mckenzie-update-codeowners' into 'master' Add @ashmckenzie to backend CODEOWNERS Closes gitlab-com/www-gitlab-com#3353 See merge request gitlab-org/gitlab-ce!27204
2019-04-11Merge branch ↵Kushal Pandya
'10017-move-ee-differences-for-app-assets-javascripts-boards-models-list-js' into 'master' Backport of Resolve "Move EE differences for `app/assets/javascripts/boards/models/list.js`" See merge request gitlab-org/gitlab-ce!27198
2019-04-11Merge branch ↵Kushal Pandya
'10016-move-ee-differences-for-app-assets-javascripts-boards-models-issue-js' into 'master' Backport of "Move EE differences for `app/assets/javascripts/boards/models/issue.js`" See merge request gitlab-org/gitlab-ce!27197
2019-04-11Merge branch 'fix/url_validator_' into 'master'James Lopez
Align UrlValidator to validate_url gem implementation See merge request gitlab-org/gitlab-ce!27194
2019-04-11Align UrlValidator to validate_url gem implementation.Thong Kuah
Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: allow_nil, allow_blank, message. Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
2019-04-11Merge branch 'patch-15' into 'master'Evan Read
ci/yaml: add version info to changes only/except See merge request gitlab-org/gitlab-ce!24062
2019-04-11ci/yaml: add version info to changes only/exceptElan Ruusamäe
2019-04-11Merge branch 'vzagorodny-clarify-shell-cmds-link-title-ce' into 'master'Evan Read
Clarify "Shell commands" link title in style guide doc See merge request gitlab-org/gitlab-ce!27241
2019-04-11Clarify "Shell commands" link title in style guide docVictor Zagorodny
2019-04-11Merge branch '60164-docs-feedback-write-your-title' into 'master'Evan Read
Update Time Tracking feature link Closes #60164 See merge request gitlab-org/gitlab-ce!27211
2019-04-11Merge branch 'sh-fix-docs-lint-ci' into 'master'Douglas Barbosa Alexandre
Remove executable bits from documentation images See merge request gitlab-org/gitlab-ce!27242
2019-04-11Merge branch 'tz-revert-new-emojis-loading' into 'master'Stan Hu
Revert "Merge branch 'tz-reorganise-digests-json' into 'master'" See merge request gitlab-org/gitlab-ce!26156
2019-04-11Remove executable bits from documentation imagesStan Hu
The build in https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/194484356 was failing.
2019-04-11Merge branch 'sh-disable-diff-instrumentation' into 'master'Michael Kozono
Disable method instrumentation for diffs Closes #52898 See merge request gitlab-org/gitlab-ce!27235
2019-04-10Removed also the in the meanwhile introduced rake taskTim Zallmann
2019-04-10Disable method instrumentation for diffsStan Hu
When there a large number of discussions on diffs, the instrumentation has a significant impact on performance since it's often run in a tight loop for line position calculation etc. We should disable this since there are other ways to benchmark performance. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52898
2019-04-10Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"Tim Zallmann
Reverts the loading of emojis and its images to move forward with RC
2019-04-10Guard against nil dereferenced_targetJohn Cai
2019-04-10Merge branch 'ce-10834-support-fast-unit-tests-in-ee' into 'master'Rémy Coutable
CE: Resolve "Support fast unit tests in EE" See merge request gitlab-org/gitlab-ce!26861
2019-04-10Fix naming of testHeinrich Lee Yu
ALso makes it consistent with EE
2019-04-10Merge branch 'update-issue_workflow-docs' into 'master'Achilleas Pipinellis
Add missing team and stage labels in the workflow labels doc See merge request gitlab-org/gitlab-ce!27224
2019-04-10Add missing team and stage labels in the workflow labels docRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-10Merge branch 'quarantine-flaky-specs' into 'master'Douglas Barbosa Alexandre
Quarantine flaky specs See merge request gitlab-org/gitlab-ce!27222
2019-04-10Require possible EE extensionLin Jen-Shin
2019-04-10Add a test for fast_spec_helperLin Jen-Shin
2019-04-10Create svg-w-100 utility class for svg containersJose Vargas
The class makes a svg tag 100% width
2019-04-10Merge remote-tracking branch 'origin/master'John T Skarbek
2019-04-10Merge branch 'patch-49' into 'master'Nick Thomas
Change reason for waiting See merge request gitlab-org/gitlab-ce!26607
2019-04-10Change reason for waitingRaphael Das Gupta
Apparently one has to wait, but DNS can't be involved at this step. (As the DNS records had already to be ready and presumably propagated for the ACME challenge to work.) So let's assume it's the content delivery network serving the certificate that needs some time here.
2019-04-10Merge branch 'docs-fix-bin-qa-command' into 'master'Ramya Authappan
Add 'bundle exec' to the 'bin/qa' calls in qa/README.md See merge request gitlab-org/gitlab-ce!27169
2019-04-10Merge branch 'tp-2019-04-08-quarantine' into 'master'Ramya Authappan
Quarantine failing nightly tests See merge request gitlab-org/gitlab-ce!27174
2019-04-10Quarantine flaky specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-10Merge branch 'update-workhorse-8-5-1' into 'master'Sean McGivern
Update GitLab Workhorse to v8.5.1 See merge request gitlab-org/gitlab-ce!27217
2019-04-10Fix ApplicationSetting development seedRémy Coutable
It could happen that there's a cached (in Redis) ApplicationSetting record, and calling `Gitlab::CurrentSettings.current_application_settings` only returns it instead of creating a new DB record, which makes the `ApplicationSetting.current_without_cache.update!` call fail. Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-10Replace properties with utility classGeorge Tsiolis
2019-04-10Merge branch 'mw-i18n-app-workers' into 'master'Kamil Trzciński
Externalize strings in app/workers See merge request gitlab-org/gitlab-ce!27181
2019-04-10Externalize strings in app/workersMartin Wortschack
- email_receiver_worker - object_storage/migrate_uploads_worker - Update PO file