An error occurred fetching the project authors.
- 27 Feb, 2020 1 commit
-
-
Sam Beckham authored
- Adds actions and mutations to allow you to select multiple vulnerabilties. - Adds an action to allow you to dismiss multiple selected vulnerabilties at once https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21480
-
- 26 Feb, 2020 3 commits
-
-
Mark Florian authored
- Fix ESLint errors - Update gitlab.pot translations - Use optional chaining - Make template prettier - Extract `find` helper in specs - [Use refs][1] instead of legacy `js-` classes for component testing And last but not least: import used `expand-button` component. It turns out the original creation of this component wasn't perfect, done in 18d13bf7, as it didn't bring over the `expand-button` component from the parent modal from which it was extracted. Still, this went unnoticed for around 10 months, so I'm not convinced `instances` are often - or ever - present in vulnerabilities/findings. The snapshot test has been updated to include it as well. [1]: https://docs.gitlab.com/ce/development/testing_guide/frontend_testing.html#how-to-query-dom-elements
-
Kirstie Cook authored
Add update route to dashboard controller Add update action to dashboard controller Start adding specs for UpdateDashboardService Serve :bad_request when the file update fails Add test for path traversal Flesh out dashboard details and additional specs Run static analysis Fixing comment
-
Andy Soiron authored
Adding a validation to GroupHook that checks if the limit for webhook on a group is exceeded. The limit is to prevent projects from triggering too many webhooks
-
- 25 Feb, 2020 14 commits
-
-
Paul Gascou-Vaillancourt authored
- Upgraded GitLab UI to v9.16.0 - Migrated GlPagination usage to account for the built-in chevron icon - Updated snapshots affected by changes in GlLoadingIcon - Updated snapshots and tests affected by changes in GlButton
-
Nick Kipling authored
Updated admin settings Created package registry partial Added npm forwarding setting Updated pot
-
Mario de la Ossa authored
If a project is part of a group, then group members have implicit access. Our current description of "private" group doesn't make this obvious.
-
Dhiraj Bodicherla authored
Manual configuration section in integrations page is now available in the operations page. This is behind a feature flag settings_operations_prometheus_service
-
Alishan Ladhani authored
-
Alishan Ladhani authored
- Create route for destroy - Create destroy action
-
Justin Ho authored
- Extract help text to partial to reduce complexity of model. Allows the use of path helpers without the need to include them. - Add translations for instructions.
-
Justin Ho authored
-
Miguel Rincon authored
- numbers - percentage (0 - 1) and (0 - 100) - digital units (bytes, kilobytes, etc...)
-
Alex Buijs authored
When a group is selected when a subscription is bought, apply the license to it.
-
Ezekiel Kigbo authored
Checks if the stage name specified is one of the default names and displays an error
-
Rémy Coutable authored
This reverts merge request !25126
-
James Tharpe authored
-
Qingyu Zhao authored
- Create Puma-Rugged config checker, which generates notices for: 1) Puma is running, 2) multithreaded Puma is running, 3) multithreaded Puma is running with Rugged enabled - Add banners section to admin area for puma/rugged notices
-
- 24 Feb, 2020 8 commits
-
-
Juan J. Ramirez authored
-
Alex Buijs authored
When an exisiting user is buying a license, allow the user to select a group if there is one.
-
Alex Buijs authored
When a group is selected when a subscription is bought, apply the license to it.
-
Doug Stull authored
- as per helping with overall design concepts
-
Doug Stull authored
- celebrate user creation of file
-
Justin Ho Tuan Duong authored
- Add route for webhooks - Add webhooks_controller - Add Webhooks to sidebar
-
Doug Stull authored
- nudge users to create a pipeline with a popover to increase expansion into ci use.
-
Rajat Jain authored
This MR adds a new option in the filtered search: Epic. With this change, when the hint dropdown opens, epic will be an option. Upon selecting, all the epics in the parent group will be displayed. When an epic is selected, the only issues contained in the epic are displayed. This also supports the new NOT operator.
-
- 21 Feb, 2020 3 commits
-
-
Payton Burdette authored
Added neccessary components/tests for the ci variables project/group settings refactor to Vue.
-
Dmitry Gruzd authored
This change disables "Index all project" button if ES cluster doesn't have index created and shows a warning on the ES integration page
-
Sean Arnold authored
- Extract some incident management setting code - Show issues link in generic alert email
-
- 20 Feb, 2020 4 commits
-
-
Paul Gascou-Vaillancourt authored
- Use info variant for documentation links - Handle case where there are no dependencies: show an empty state with a link to supported languages and framework information - Update and add tests
-
Alex Buijs authored
When in paid signup flow
-
Paul Gascou-Vaillancourt authored
Added a new 'Create issue' button in the vulnerability header. Clicking on the button triggers an AJAX call to create an issue for the current vulnerability. When the request resolves, the user is redirected to the newly create issue.
-
Pavel Shutsin authored
We should be explicit about 2000 commits limit at branch graphs page
-
- 19 Feb, 2020 6 commits
-
-
pjcjonas authored
-
Zack Cuddy authored
This changes is broken down from a very large MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/22719 The overall goal is to convert the Geo Node Form from HAML to Vue. Based on MVC, splitting this into smaller MRs is more feasible. This MR adds the final fields to the Geo From in Vue: - Selective Sync Namespaces (Multi-Select Dropdown) After this MR is merged, the submit actions and API will be added.
-
nicolasdular authored
Additionally to blacklisted domains, this adds the possibility to forbid the whole email address based on a regex.
-
Zamir Martins Filho authored
This is a change on the front-end on clusters applications page. Similar to what has been done by other cluster apps, it makes modsecurity settings editable by the user.
-
Benedikt Brückmann authored
-
Nick Kipling authored
Changed backend url generation Updated instructions component Created getters for npm commands Updated tests
-
- 18 Feb, 2020 1 commit
-
-
pburdette authored
- Added specs for util methods - Added specs for error cases - Cleaned up the code some
-