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-06-07Remove external dashboard link feature flagadriel-remove-external-dashboard-feature-flagAdriel Santiago
Enables external dashboard link on metrics dashboard
2019-06-07Merge branch 'bw-gettext-rake-task' into 'master'Sean McGivern
Show description of 'gettext:regenerate' task See merge request gitlab-org/gitlab-ce!29362
2019-06-07Show description of 'gettext:regenerate' taskBrett Walker
2019-06-07Merge branch 'docs-scoped-label-key' into 'master'Mike Lewis
Add a note about nested scopes matching See merge request gitlab-org/gitlab-ce!28466
2019-06-07Merge branch 'ee-9688-fe-mr-merge-order' into 'master'Clement Ho
Backport of EE Displaying Blocking MRs See merge request gitlab-org/gitlab-ce!29095
2019-06-07Merge branch 'mh/board-models-ce' into 'master'Kushal Pandya
Move issue board models to boards directory Closes #61293 See merge request gitlab-org/gitlab-ce!29260
2019-06-07Move Vue models from vue_shared to boardsMartin Hanzel
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
2019-06-07Merge branch ↵Stan Hu
'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
2019-06-07Merge branch 'fix-legacy-uploads-spec' into 'master'Sean McGivern
Fix migration specs using factories Closes #62911 See merge request gitlab-org/gitlab-ce!29350
2019-06-07Fix migration specs using factoriesMarkus Koller
We need to stub default_git_depth and default_git_depth= because some old migrations specs try to create a record using schema before that column was introduced. The `let!` calls were executed before the `before` hook which still caused some factories to fail, so they're created in the `before` hook now as well.
2019-06-07Merge branch '51636-task-list-api-pderichs' into 'master'Sean McGivern
Add task count and completed count to responses of Issue and MR See merge request gitlab-org/gitlab-ce!28859
2019-06-07Merge branch 'improve-email-text-part' into 'master'Dmitriy Zaporozhets
Improve email text part See merge request gitlab-org/gitlab-ce!29111
2019-06-07Merge branch '58297-remove-extraneous-gitaly-calls-from-md-rendering' into ↵Dmitriy Zaporozhets
'master' Remove extraneous DiffNote#supports_suggestion? calls See merge request gitlab-org/gitlab-ce!29027
2019-06-07Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński
Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
2019-06-07Merge branch '50070-legacy-attachments' into 'master'Kamil Trzciński
Migrate legacy uploads Closes #57217 See merge request gitlab-org/gitlab-ce!24679
2019-06-07Merge branch '10075-dependency-list-docs' into 'master'Achilleas Pipinellis
Add dependency list documentation See merge request gitlab-org/gitlab-ce!29307
2019-06-07Add dependency list documentationTetiana Chupryna
2019-06-07Merge branch 'ce-5276-2-update-stores-for-terminal-file-sync' into 'master'Phil Hughes
[CE of Part 2] 5276 Update existing stores for file terminal sync See merge request gitlab-org/gitlab-ce!29333
2019-06-07Merge branch 'ce-5276-1-remove-build-page-from-ide-terminal-element' into ↵Phil Hughes
'master' [CE of Part 1] 5276 Remove 'build-page' from 'ide-terminal' element See merge request gitlab-org/gitlab-ce!29331
2019-06-07Add task count and completed count to responses of Issue and MRPatrick Derichs
Add spec for task_completion_status Add test cases for task_completion_status result Extracted shared samples Add new spec file for task completion status response Fix style errors Add changelog entry Changed samples to Hashes Remove test for successful request Remove not nil expectation Add task_completion_status to api documentation for issues Add task_completion_status to api documentation for merge_requests Refactor spec so it just requests one specific item Add task_completion_status to Taskable Simplified task completion status in entities Refactor spec so it separates status code check and content check Fix spec description text and field name
2019-06-07Merge branch 'issue/10088' into 'master'Filipa Lacerda
added code differences from EE to CE Closes gitlab-ee#10088 See merge request gitlab-org/gitlab-ce!29271
2019-06-07added code differences from EE to CEMichel Engelen
2019-06-07Merge branch '62091-remove-time-windows-flag' into 'master'Nick Thomas
Remove metrics_time_window feature flag Closes #62091 See merge request gitlab-org/gitlab-ce!28670
2019-06-07Remove metrics_time_window feature flagSarah Yasonik
2019-06-07Merge branch 'docs/ssot-some-ci-section' into 'master'Achilleas Pipinellis
SSoT audit fixes for some topics in CI section Closes #61505 See merge request gitlab-org/gitlab-ce!28957
2019-06-07SSoT audit fixesEvan Read
Implements part of the single source of truth audit fixes for the CI section.
2019-06-07Merge branch 'docs/edit-click-through' into 'master'Achilleas Pipinellis
Integrate demo link into content more See merge request gitlab-org/gitlab-ce!29242
2019-06-07Integrate demo link into content moreEvan Read
2019-06-07Merge branch 'ce-mw-onboarding-tour-helper' into 'master'Phil Hughes
(CE Port) Onboarding helper component See merge request gitlab-org/gitlab-ce!29133
2019-06-07Add styles and animations for onboarding helperMartin Wortschack
- Add styles for popover - Add $accepting-mr-label-color to color variables
2019-06-07Merge branch 'update_source_#62187' into 'master'Achilleas Pipinellis
Add git 2.21 install from update_source See merge request gitlab-org/gitlab-ce!28836
2019-06-07Add git 2.21 install from update_sourceÆx
2019-06-07IDE trigger files change eventPaul Slaughter
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
2019-06-07Merge branch '9764-operations-icon-is-shown-twice-on-small-viewport' into ↵Kushal Pandya
'master' Hide operations icon in small screens See merge request gitlab-org/gitlab-ce!29230
2019-06-07Remove 'build-page' from 'ide-terminal' elementPaul Slaughter
CE Port **Why?** The styles applied to `.build-page .top-bar` were mostly unecessary for the IDE terminal. The static positioning might have also been causing a strange line to show up in the terminal.
2019-06-07Merge branch 'docs/58975-jira-integration-docs' into 'master'Mike Lewis
Improve Jira Server documentation Closes #58975 See merge request gitlab-org/gitlab-ce!28463
2019-06-07Merge branch 'sh-improve-openid-docs' into 'master'Evan Read
Fix OpenID Connect documentation See merge request gitlab-org/gitlab-ce!29314
2019-06-07Merge branch 'sh-fix-openid-connect-defaults' into 'master'Ash McKenzie
Make OpenID Connect work without requiring a name Closes #62208 See merge request gitlab-org/gitlab-ce!29312
2019-06-07Merge branch 'docs/add-chatops-request-doc' into 'master'Evan Read
docs - add section to dev docs on accessing chatops Closes #62127 See merge request gitlab-org/gitlab-ce!28623
2019-06-07Add section to dev docs on accessing chatopsLucas Charles
closes 62127
2019-06-07Merge branch 'docs/realign-ce-docs' into 'master'Evan Read
Port missing docs to CE See merge request gitlab-org/gitlab-ce!29279
2019-06-07Merge branch 'docs/add-ci-breaking-changes' into 'master'Evan Read
Add docs for breaking changes of GitLab CI in 12.0 See merge request gitlab-org/gitlab-ce!29053
2019-06-07Merge branch 'qa-ml-visit-after-wait-for-push' into 'master'Mark Lapierre
Visit project after push Closes gitlab-org/quality/nightly#105 See merge request gitlab-org/gitlab-ce!29247
2019-06-07Merge branch 'remove-dup-shared-context-folder' into 'master'Robert Speicher
Removes duplicated shared_context folder on spec/support See merge request gitlab-org/gitlab-ce!29305
2019-06-07Merge branch '60303-replace-sidekiq-mtail-metrics' into 'master'Robert Speicher
Adds sidekiq worker label for ruby metrics Closes #60303 See merge request gitlab-org/gitlab-ce!29215
2019-06-07Fix OpenID Connect documentationStan Hu
Many users were unable to get logins working with OpenID Connect because of a missing `name` argument in the configuration. This resulted in 404s immediately after attempting to login. This describes the workaround mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178774809. This also adds an example profile for using Google.
2019-06-07Make OpenID Connect work without requiring a nameStan Hu
If there is no name argument given, OmniAuth will try to guess the name by the class name. In https://github.com/omniauth/omniauth/blob/v1.9.0/lib/omniauth/strategy.rb#L139, `OmniAuth::Strategies::OpenIDConnect` gets translated to `openidconnect`. This leads to an immediate 404 error after clicking the login button because OmniAuth can't match the current route (/users/auth/openid_connect) against the expected one (/users/auth/openidconnect). Other providers, such as Google OAuth2, set this name as the default option within the OmniAuth Strategy. Until a fix is merged upstream, let's just set the parameter ourselves. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62208
2019-06-07Apply reviewer feedbackMike Lewis
- Remove image for adding new permission scheme - Delete jira_add_permission_scheme.png as no longer included in content - add group language - Reword the add user to group instructions - Reword the add selected users instruction - Reword add permission scheme instruction - Update jira_server_configuration intro
2019-06-07Change text to match screencapscharlieablett
2019-06-07Reword for claritycharlieablett