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-12Fix Project ButtonsAndrew Fontaine
Correct the border colour of the count badge buttons.
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-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-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
2019-07-10Added css class to fix line wrap for assignee label in issuesMarc Schwede
Fixes #64331
2019-07-10Upgrade Gitaly to v1.52.0GitalyBot
2019-07-10Merge branch ↵Clement Ho
'64321-wrong-url-when-creating-milestones-from-instance-milestones-dashboard' into 'master' Fix wrong URL when creating milestones from instance milestones dashboard Closes #64321 See merge request gitlab-org/gitlab-ce!30512
2019-07-10Expose metrics element for FE consumptionSarah Yasonik
Adds GFM Pipline filters to insert a placeholder in the generated HTML from GFM based on the presence of a metrics dashboard link. The front end should look for the class 'js-render-metrics' to determine if it should replace the element with metrics charts. The data element 'data-dashboard-url' should be the endpoint the front end should hit in order to obtain a dashboard layout in order to appropriately render the charts.
2019-07-10Update Clair Version V8 to V11Can Eldem
2019-07-10Align items in merge request dashboardFilipa Lacerda
Vertically aligns ci icon, avatar, and comments icons in the merge request dashboard by using flex
2019-07-10Remove toggleAward from notes serviceWinnie Hellmann
2019-07-10Propagate python version variableCan Eldem
2019-07-10GraphQL mutations for managing NotesLuke Duncalfe
https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
2019-07-10Fix toast spacing issuesJacques Erasmus
Fixed the toast spacing issues
2019-07-10Merge branch 'fix-unicorn-sampler-workers-count' into 'master'Stan Hu
Make unicorn_workers to return meaningful results Closes #63659 See merge request gitlab-org/gitlab-ce!30506
2019-07-09Set unique modal IDsPaul Gascou-Vaillancourt
2019-07-09Merge branch 'master' into sathieu/gitlab-ce-project_apiDouglas Barbosa Alexandre
2019-07-09Merge branch '63945-update-mixin-deep-to-1.3.2' into 'master'Mike Greiling
Update mixin-deep to 1.3.2 Closes #63945 See merge request gitlab-org/gitlab-ce!30223
2019-07-09Fix invalid milestone URL for new milestone dropdownDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-07-09Merge branch 'jramsay/enable-object-dedupe-by-default' into 'master'Nick Thomas
Enable repository object pools by default Closes gitaly#1606 See merge request gitlab-org/gitlab-ce!29595
2019-07-09Merge branch 'negative-commit-message-push-rule-docs' into 'master'Ray Paik
Negative commit message push rule docs See merge request gitlab-org/gitlab-ce!30521
2019-07-09Set the name of a user-namespace to the user nameBob Van Landuyt
Instead of setting the name of the namespace to the user's username, set it to the user's name. This is more consistent with how we name the routes: The route-name of a namespace is the human name of the routable. In the case of a user-namespace, this is the owner's name. When we change a user's name (both on create and update), we now also update the namespace-name to the user's name. This will make sure that if we also correctly update all the nested routes.
2019-07-09Add the changelog entry.Maikel
2019-07-09Skip spam check for task list updatesFelipe Artur
Task list updates should not mark users action as spam on akismet.