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-03-07Swapping around paragraphsdocs-bulk-migrate-issues-move-peojectsmac-key
2019-03-07Adding bulk move projects and bulk move issues scriptsmac-key
2019-03-07Merge branch '58613-protected-branches-error' into 'master'Lin Jen-Shin
Allow protected branch creation for empty project Closes #58613 See merge request gitlab-org/gitlab-ce!25834
2019-03-07Merge branch 'fix-group-without-owner' into 'master'Sean McGivern
fix group without owner after transfer Closes #58086 See merge request gitlab-org/gitlab-ce!25573
2019-03-07Merge branch 'patch-48' into 'master'Kamil Trzciński
Change 11.9 for 11.7 in include external files See merge request gitlab-org/gitlab-ce!25839
2019-03-07Merge branch 'ce-9929-cluster-monitoring-is-broken-after-echarts' into 'master'Clement Ho
Backport: Fix cluster health charts See merge request gitlab-org/gitlab-ce!25823
2019-03-07Fix cluster health chartsAdriel Santiago
Render both usage and capacity in chart
2019-03-07Merge branch ↵Phil Hughes
'52459-display-job-names-consistently-on-pipelines-and-environments-list' into 'master' Resolve "Display job names consistently in pipelines and environments" Closes #52459 See merge request gitlab-org/gitlab-ce!24984
2019-03-07Use gitlab-ci job name in environment dropdownMiranda Fluharty
Use plain job name in the "Deploy to..." dropdown Both in the old haml template and in the new vue component
2019-03-07Merge branch 'tz-reorganise-digests-json' into 'master'Phil Hughes
Reorganise Setup of Emojis and loading of digests.json Closes #39000 See merge request gitlab-org/gitlab-ce!24543
2019-03-07Moved all emojis to the public folderTim Zallmann
Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
2019-03-07Merge branch '8661-add-ci-template-for-dependency-scanning-ce' into 'master'Kamil Trzciński
Add Dependency Scanning vendored template for EE See merge request gitlab-org/gitlab-ce!25555
2019-03-07Add Dependency Scanning vendored template for EEVictor Zagorodny
2019-03-07Merge branch '58369-hide-squash-commit' into 'master'Phil Hughes
Hide squash commit edit on single commit MR Closes #58369 See merge request gitlab-org/gitlab-ce!25807
2019-03-07Added a condition on squash message displayNatalia Tepluhina
- also added a caret back to GlDropdown
2019-03-07Merge branch '53336-improve-web-ide-launch-performance' into 'master'Phil Hughes
Resolve "Improve Web IDE launch performance" Closes #53336 See merge request gitlab-org/gitlab-ce!25700
2019-03-07Improve files_decorator performancePaul Slaughter
**How?** Previously the files_decorator inserted parent folders inefficiently. It started at the first part and ensured each was inserted. Since the file entries are given to use in alphabetical order, we can start at the last part of the blob's parents. If this exists, we can short circuit and be done inserting parents. **What else?** - Improve performance of decorateData. The object spread operator is not needed because the object is brand new.
2019-03-07Move empty_repo check on its ownPatrick Bajao
2019-03-07Merge branch 'auto-devops-tags' into 'master'Grzegorz Bizon
Add Auto DevOps build job for tags See merge request gitlab-org/gitlab-ce!25718
2019-03-07Merge branch 'winh-let-the-docs-out' into 'master'Clement Ho
Disable gitlab:ui:visual for documentation changes See merge request gitlab-org/gitlab-ce!25847
2019-03-07Merge branch '30299-transform-notes-from-polling-response' into 'master'Phil Hughes
Handle transformed notes from polling response See merge request gitlab-org/gitlab-ce!25792
2019-03-07Disable gitlab:ui:visual for documentation changesWinnie Hellmann
2019-03-07Merge branch 'jc-feature-flag-find-all-tags' into 'master'Lin Jen-Shin
Add feature flag for FindAllTags See merge request gitlab-org/gitlab-ce!25615
2019-03-07Merge branch 'shell-8-7' into 'master'Rémy Coutable
Update to GitLab Shell 8.7.1 See merge request gitlab-org/gitlab-ce!25801
2019-03-07Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'Mike Greiling
Provide ee backports related to approver filtering See merge request gitlab-org/gitlab-ce!24982
2019-03-07Provide EE backports for filtering by approver featureIgor
Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
2019-03-07Merge branch 'qa-staging-43-dequarantine-spec' into 'master'Rémy Coutable
De-quarantine CI env var spec Closes gitlab-org/quality/staging#43 See merge request gitlab-org/gitlab-ce!25841
2019-03-07Merge branch '7714-boards-fe' into 'master'Kushal Pandya
Display Recent Boards in Board switcher See merge request gitlab-org/gitlab-ce!25696
2019-03-07Merge branch 'ce-project-settings-freshen-titles-descriptions' into 'master'Kushal Pandya
CE Update project settings section titles and info See merge request gitlab-org/gitlab-ce!25817
2019-03-07Allow protected branch creation for empty projectPatrick Bajao
2019-03-07De-quarantine CI env var specSanad Liaquat
2019-03-07Merge branch 'qa-staging-42-fix-create-project-spec' into 'master'Ramya Authappan
Retry choose_test_namespace on exception Closes gitlab-org/quality/staging#42 See merge request gitlab-org/gitlab-ce!25810
2019-03-07Porting changes from EERajat Jain
- Extract 445px as a variable - Documentation changes: new image and update copy
2019-03-07Merge branch 'docs-redirects2' into 'master'Evan Read
Docs: Add missing redirects to /user and /project_services docs See merge request gitlab-org/gitlab-ce!25799
2019-03-07Docs: Add missing redirects to /user and /project_services docsMarcel Amirault
2019-03-07Merge branch '58073-update-upgrading-from-source-document' into 'master'Evan Read
Docs: Update upgrading_from_source.md for Ruby 2.5 See merge request gitlab-org/gitlab-ce!25814
2019-03-07Update upgrading_from_source.md for Ruby 2.5Jason Plum
Update the documented version requirement of Ruby inside of Upgrading from Source to show GitLab 11.8 needs Ruby 2.5
2019-03-07Change 11.9 for 11.7 in include external filesDavid Broin
2019-03-07Merge branch 'patch-47' into 'master'Evan Read
Update using_docker_build.md Closes #58556 See merge request gitlab-org/gitlab-ce!25779
2019-03-07Merge branch 'migrate-security-fixtures-from-ee' into 'master'Stan Hu
Backport security-reports fixtures to CE See merge request gitlab-org/gitlab-ce!25828
2019-03-07Backport security-reports fixtures to CELucas Charles
2019-03-07Merge branch 'docs/update-permissions-list' into 'master'Evan Read
Docs: Adding Package Repository Permissions to permissions.md See merge request gitlab-org/gitlab-ce!24676
2019-03-07Merge branch 'ce-billings-gold-trial-callout-fe-persistent-callout' into ↵Tim Zallmann
'master' CE FE Refactor PersistentUserCallout instantiation See merge request gitlab-org/gitlab-ce!25484
2019-03-06Merge branch '41888-access-personal-snippets-by-api' into 'master'Robert Speicher
Allow all snippets to be accessed by API Closes #41888 See merge request gitlab-org/gitlab-ce!25772
2019-03-06Merge branch ↵Stan Hu
'58570-fix-running-pipline-that-is-imported-via-dotnetcore-template' into 'master' Fix exports related to new templates Closes #58570 See merge request gitlab-org/gitlab-ce!25794
2019-03-06Revert previous commit since it isn't neededJason Lenny
This reverts commit 669d84356771682961ac6c416c3cbdb983ec0cd2
2019-03-06Merge branch 'per-test-on-master' into 'master'Rémy Coutable
Fix typo in review-performance job See merge request gitlab-org/gitlab-ce!25821
2019-03-06Fix typo in review-performance jobRamya Authappan
2019-03-06Check that feature database and table exists for gitaly featuresJohn Cai
2019-03-06Revert "Merge branch '54924-clean-up-data' into 'master'"Robert Speicher
This reverts commit c9ecc71ab91b0b55f9aba632f9e7b305191a458c, reversing changes made to c3c8dbf8fa4090bb090071d320a31857eb709d3d.