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-07-16Fix broken vue i18n stringsAndré Luís
2019-07-16Updating wording as per desgn guidelinesNick Kipling
Shortened descriptive text Added copy button to code snippets
2019-07-16Merge branch '64407-vfazio-quirk-omniauth-strategies-openidconnect' into ↵Stan Hu
'master' Convert client_auth_method to a Symbol for quirked OmniAuth providers Closes #64407 See merge request gitlab-org/gitlab-ce!30683
2019-07-16Merge branch 'sh-fix-httpclient-ssl' into 'master'Mayra Cabrera
Make httpclient respect system SSL configuration Closes charts/gitlab#1436 See merge request gitlab-org/gitlab-ce!30749
2019-07-16Migrate null values for users.private_profileAdam Hegyi
- Background migration for changing null values to false - Set false as default value for private_profile DB column
2019-07-15Add changelog entryVincent Fazio
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-15Make httpclient respect system SSL configurationStan Hu
By default, httpclient (and hence anything that uses rack-oauth2) ignores the system-wide SSL certificate configuration in favor of its own `cacert.pem`. This makes it impossible to use custom certificates without patching that file. Until https://github.com/nahi/httpclient/pull/386 is merged, we work around this limitation by forcing the `HTTPClient` SSL store to use the default system configuration. Closes https://gitlab.com/charts/gitlab/issues/1436
2019-07-15Hide restricted and disallowed visibility radiosLuke Bennett
Show a message if many levels are restricted and a different message if all levels are restricted.
2019-07-15Merge branch 'georgekoltsov/63955-fix-import-with-source-branch-deleted' ↵Robert Speicher
into 'master' Always return MR diff_refs if importing See merge request gitlab-org/gitlab-ce!30630
2019-07-15Merge branch 'fix-comment-race-condition' into 'master'Mike Greiling
Fix race condition with polling when saving notes Closes gitlab-ee#12472 See merge request gitlab-org/gitlab-ce!30724
2019-07-15Add commit_id to AttributeCleaner::ALLOWED_REFERENCESGeorge Koltsov
2019-07-15Display boards filter bar on mobileMartin Hanzel
2019-07-15Fix race condition with polling when saving notesHeinrich Lee Yu
eTagPoll may not be initialized yet when we save a note. Polling is initialized only after discussions are loaded
2019-07-12Merge branch '64416-lodash-4.6.2-for-prototype-pollution' into 'master'Mike Greiling
Update lodash to 4.7.14 and lodash.mergewith to 4.6.2 Closes #64416 See merge request gitlab-org/gitlab-ce!30602
2019-07-12Merge branch 'button-bug-fixes' into 'master'Annabel Dunstone Gray
Fix Project Badge Buttons See merge request gitlab-org/gitlab-ce!30678
2019-07-12z-index fixed for diff file dropdownFaruk Can
2019-07-12Fix Project ButtonsAndrew Fontaine
Correct the border colour of the count badge buttons.
2019-07-12Remove auto ssl feature flagsVladimir Shushlin
* remove feature flag for admin settings * remove feature flag for domain settings
2019-07-12Open WebIDE in fork when user doesn't have accessMarkus Koller
When opening the IDE on a project where the user doesn't have push access, we create a fork and then redirect back to the IDE. To make sure the user can actually commit, we need to open the IDE in the forked project rather than the upstream project.
2019-07-12Update GitLab Pages to v1.7.0Vladimir Shushlin
2019-07-12Merge branch 'id-clean-up-mr-assignees-migration' into 'master'Andreas Brandl
Add cleanup migration for MR's multiple assignees See merge request gitlab-org/gitlab-ce!30269
2019-07-12Merge branch 'bvl-rename-routes-after-user-rename' into 'master'Jan Provaznik
Set the name of a user-namespace to the user name See merge request gitlab-org/gitlab-ce!23272
2019-07-12change the use of boardService in favor of boardsStore on footer for the ↵Eduardo Mejía
board component
2019-07-12Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon
Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
2019-07-12Merge branch 'issue-63298-asciidoc-sanitization' into 'master'Douwe Maan
Prevent excessive sanitization of AsciiDoc ouptut Closes #63298 See merge request gitlab-org/gitlab-ce!30290
2019-07-12Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie
2019-07-11Format `from` and `to` fields in JSON audit logStan Hu
To make it possible to index the `from` and `to` fields with Elasticsearch and other tools, we need the types to be the same. Currently they are a mix of boolean and string values. Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/12599
2019-07-11Merge branch '35757-move-issues-in-boards-pderichs' into 'master'Jan Provaznik
Add endpoint to move issues in boards See merge request gitlab-org/gitlab-ce!30216
2019-07-11Merge branch '63667-hashed-storage-migration-count-correctly' into 'master'Douglas Barbosa Alexandre
Display the amount for Hashed Storage migration/rollback correctly Closes #63667 See merge request gitlab-org/gitlab-ce!29996
2019-07-11Upgrade Gitaly to v1.53.0GitalyBot
2019-07-11Add changelog entryGeorge Koltsov
2019-07-11Load terminal css file in environments pageJacques Erasmus
Loaded the xterm css file in order to fix the styling issues
2019-07-11Add endpoint to move multiple issuesPatrick Derichs
Add specs for new endpoint to move multiple issues. Add changelog entry Just check the first issue for the ability to move / update Add specs for exceeding limits and malformed requests Changed name of shared examples Change title of changelog entry Use %i instead of %w Check permission to update issue on project instead of board Use admin_issue permission to check for issue move ability Changed variable name to avoid shadow issue_params method Rename route to bulk_move Change route definition Check permissions for each issue Combine methods for parameters permit check Remove extra context Change description of context Check param for type Array Add unit tests to MoveService Use before_action for permission check Use set instead of let! Use let's instead of set
2019-07-11Correct link to external_dashboard docReuben Pereira
2019-07-11Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon
Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417
2019-07-11Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya
Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
2019-07-11Give Knative serving permissions to service accountHordur Freyr Yngvason
GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
2019-07-11Bring buttons style up to design specScott Hampton
This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
2019-07-11Review Tools: Add large z-index to toolbarSarah Groff Hennigh-Palermo
2019-07-11Add text-secondary to controls containerMartin Wortschack
- Add changelog entry
2019-07-11Merge branch '64314-ci-icon' into 'master'Kushal Pandya
Align CI icon in merge request dashboard Closes #64314 See merge request gitlab-org/gitlab-ce!30558
2019-07-11Add API for CRUD group clustersDylan Griffith
This is basically a copy of the API for project clusters.
2019-07-11Update lodash to 4.7.14 and lodash.mergewith to 4.6.2Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-07-11Merge branch '62088-search-back' into 'master'Mike Greiling
Fixed back navigation for projects filter Closes #62088 See merge request gitlab-org/gitlab-ce!30373
2019-07-11Display the amount for Hashed Storage migration/rollback correctlyGabriel Mazetto
Rake script considers the specified range, if present, to calculate the affected amount of projects correctly.
2019-07-10Merge branch ↵Stan Hu
'backstage/gb/improve-performance-environment-statuses-endpoint' into 'master' Improve performance of fetching environments statuses Closes #62589 See merge request gitlab-org/gitlab-ce!30560
2019-07-10Remove deleteNote from notes serviceWinnie Hellmann
2019-07-10Add CI variable to provide GitLab FQDNBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-07-10Merge branch 'prepare-cycle-analytics-for-group-level' into 'master'Douglas Barbosa Alexandre
Prepare cycle analytics for group level See merge request gitlab-org/gitlab-ce!30356
2019-07-10Add changelog for ci/cd environments Gitaly N+1 fixGrzegorz Bizon