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-03Merge branch 'docs/fix-syntax-highlighting' into 'master'Achilleas Pipinellis
Fix code block and other minor fixes See merge request gitlab-org/gitlab-ce!26894
2019-04-03Fix code block and other minor fixesEvan Read
2019-04-03Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas
Remove reply_to_individual_notes feature flag Closes #58644 See merge request gitlab-org/gitlab-ce!26889
2019-04-03Update CHANGELOG.md for 11.9.5GitLab Release Tools Bot
[ci skip]
2019-04-03Merge branch '10864-fix-undefined-with-fallback' into 'master'Lin Jen-Shin
Backport: Bring back Gitlab::UntrustedRegexp.with_fallback See merge request gitlab-org/gitlab-ce!26901
2019-04-03Merge branch 'docs-jest-debug' into 'master'Fatih Acet
Add docs for debugging Jest tests See merge request gitlab-org/gitlab-ce!26810
2019-04-03Add docs for debugging Jest testsSimon Knox
2019-04-03Merge branch '59942-fix-mr-swipe-diff-user-select' into 'master'Phil Hughes
MR image diff swipe view: Disable user-select on drag Closes #59942 See merge request gitlab-org/gitlab-ce!26884
2019-04-03MR image diff swipe view: Disable user-select on dragftab
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59942
2019-04-03Merge branch 'remaining-lib-differences' into 'master'Robert Speicher
Resolve remaining CE to EE differences in lib/ See merge request gitlab-org/gitlab-ce!26608
2019-04-03Merge branch 'feature/webide_escaping' into 'master'Nick Thomas
Improve file handling of special characters in WebIDE Closes #54376 See merge request gitlab-org/gitlab-ce!25727
2019-04-03Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce ↵Kieran Andrews
into feature/webide_escaping
2019-04-03Merge branch '52560-fix-duplicate-tag-system-hooks' into 'master'Rémy Coutable
Only execute system hooks once when pushing tags Closes #52560 See merge request gitlab-org/gitlab-ce!26888
2019-04-03Merge branch '59756-shared-example-already-defined' into 'master'Sean McGivern
Remove already defined shared example Closes #59756 See merge request gitlab-org/gitlab-ce!26867
2019-04-03Merge branch 'ce-fj-10179-add-ports-to-web-ide-config' into 'master'Kamil Trzciński
CE Backport: Update Web IDE config to accept ports Closes gitlab-ee#10179 See merge request gitlab-org/gitlab-ce!26679
2019-04-03Add port section to CI Image objectFrancisco Javier López
In order to implement https://gitlab.com/gitlab-org/gitlab-ee/issues/10179 we need several modifications on the CI config file. We are adding a new ports section in the default Image object. Each of these ports will accept: number, protocol and name. By default this new configuration will be only enabled in the Web IDE config file.
2019-04-03Merge branch 'patch-50' into 'master'Kamil Trzciński
docs: add gitlab version for list jobs of a runner See merge request gitlab-org/gitlab-ce!26815
2019-04-03Merge branch '55268-exclude-system-notes-from-commits-in-mr' into 'master'Rémy Coutable
Do not show system notes on commits in the MR page Closes #55268 See merge request gitlab-org/gitlab-ce!26396
2019-04-03Merge branch '47234-composable-auto-devops' into 'master'Dmitriy Zaporozhets
Resolve "Composable Auto DevOps" Closes #47234 See merge request gitlab-org/gitlab-ce!26520
2019-04-03Merge branch ↵Evan Read
'59498-add-troubleshooting-section-to-capture-errors-with-installing-applications-to-a-kubernetes-cluster' into 'master' Resolve "Add troubleshooting section to capture errors with installing applications to a Kubernetes cluster" Closes #59498 See merge request gitlab-org/gitlab-ce!26639
2019-04-03Resolve "Add troubleshooting section to capture errors with installing ↵Alexander Strachan
applications to a Kubernetes cluster"
2019-04-03Merge branch '54621_missing_example' into 'master'Grzegorz Bizon
Add missing 'export' example for CI_API_V4_API_URL See merge request gitlab-org/gitlab-ce!26878
2019-04-03Merge branch ↵Sean McGivern
'53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-label' into 'master' Resolve "Quick Action Adds Multiple Labels to Issue If Middle Words Overlap with Existing Label" Closes #53459 See merge request gitlab-org/gitlab-ce!26602
2019-04-03Merge branch 'ekigbo-extend-timezone-dropdown' into 'master'Filipa Lacerda
Extend timezone dropdown See merge request gitlab-org/gitlab-ce!26311
2019-04-03Extend timezone dropdownEzekiel Kigbo
Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
2019-04-03Merge branch 'fix-broken-master-release-permission-ce' into 'master'Rémy Coutable
Backport: Fix Release permission spec See merge request gitlab-org/gitlab-ce!26897
2019-04-03Merge branch 'fixed-duplicated-large-text-on-diffs' into 'master'Filipa Lacerda
Fixes duplicate diff too large error messages Closes #59802 See merge request gitlab-org/gitlab-ce!26857
2019-04-03Merge branch 'leipert-resolve-fe-dependency-conflict-ce' into 'master'Filipa Lacerda
Resolve CE/EE difference in FE dependency files See merge request gitlab-org/gitlab-ce!26856
2019-04-03Merge branch 'gl-set-up-gitlab-ui-danger-reviewer' into 'master'Tim Zallmann
Set specific reviewers for the GitLab UI WG effort See merge request gitlab-org/gitlab-ce!26760
2019-04-03Merge branch '47771-highlighting-in-diff' into 'master'Tim Zallmann
Enabled text selection in diffs in Web IDE Closes #47771 See merge request gitlab-org/gitlab-ce!26721
2019-04-03Merge branch 'patch-49' into 'master'Phil Hughes
Fix comment typo in noteable_note.vue See merge request gitlab-org/gitlab-ce!26855
2019-04-03Bring back Gitlab::UntrustedRegexp.with_fallbackPatrick Bajao
It's still being called in PushRule model. Also still present in 11-9-stable-ee branch.
2019-04-03Merge branch 'patch-49' into 'master'Evan Read
remove html tag See merge request gitlab-org/gitlab-ce!26885
2019-04-03Fix Release permission specShinya Maeda
We recently changed the permission model to disallow guests to read Releases. The spec should be updated as well according to the expectation.
2019-04-03Merge branch 'docs/ci-refs-at-symbol' into 'master'Evan Read
Document matching refs with an at-symbol See merge request gitlab-org/gitlab-ce!26755
2019-04-03Document matching refs with an at-symbolCody Mize
At-symbols are used to match a ref to a specific repository path. Currently this is done by string splitting the ref pattern on the at-symbol. In order to pattern match a literal `@` you must use ruby's unicode character matching `\u{0040}`.
2019-04-03Merge branch 'fix-format-typo-two-factor-auth' into 'master'Evan Read
Fix format typo on generate-new-recovery-codes-using-ssh See merge request gitlab-org/gitlab-ce!26819
2019-04-03Merge branch 'doc/fix-typo-on-tests-style-guide' into 'master'Sanad Liaquat
Fix typo on tests style guide See merge request gitlab-org/gitlab-ce!26859
2019-04-03Remove reply_to_individual_notes feature flagHeinrich Lee Yu
Also removes specs related to the flag
2019-04-03Only execute system hooks once when pushing tagsNick Thomas
2019-04-03Merge branch '59131-set-the-size-of-instance-system-message-text-12px' into ↵Mike Greiling
'master' Resolve "Set the size of instance system message text 12px" Closes #59131 See merge request gitlab-org/gitlab-ce!26293
2019-04-03Merge branch 'renovate/gitlab-svgs-1.x' into 'master'Clement Ho
Update dependency @gitlab/svgs to ^1.58.0 See merge request gitlab-org/gitlab-ce!26881
2019-04-03remove html tagWilliam Chia
2019-04-02Merge branch 'qa-increase-depth-of-review-deploy-job' into 'master'Douglas Barbosa Alexandre
Use the default fetch/clone depth for the review-deploy job See merge request gitlab-org/gitlab-ce!26868
2019-04-02Merge branch '55980-remove-add-issue-on-blank-list' into 'master'Clement Ho
Remove non-functional add issue button on welcome list Closes #55980 See merge request gitlab-org/gitlab-ce!26742
2019-04-02Remove non-functional add issue button on welcome listDonald Cook
2019-04-02Merge branch 'revert-a3fd1a13' into 'master'Robert Speicher
Revert "Monitor GraphQL with Prometheus" See merge request gitlab-org/gitlab-ce!26864
2019-04-02Revert "Merge branch 'jprovazn-graphql-prometheus' into 'master'"Jan Provaznik
This reverts merge request !26569
2019-04-02Update dependency @gitlab/svgs to ^1.58.0Lukas 'Eipi' Eipert
2019-04-02Add missing 'export' example for CI_API_V4_API_URLOlliver Schinagl
In issue #54621 a new variable CI_API_V4_API_URL was introduced, but some of the documentation was omitted. Having an example output is always nice. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>