- 15 Apr, 2020 1 commit
-
-
Daniel Tian authored
Add the ability add a comment for a particular vulnerability state history log entry
-
- 14 Apr, 2020 1 commit
-
-
Daniel Tian authored
Use note header component in event item rather than duplicate what it already does
-
- 11 Apr, 2020 1 commit
-
-
Daniel Tian authored
Adds a history list of who changed the vulnerability state to the standalone vulnerability page.
-
- 10 Apr, 2020 26 commits
-
-
Daniel Tian authored
1. Renamed app.vue to header.vue to match with footer.vue and updated its component name from VulnerabilityManagementApp to VulnerabilityHeader to match with VulnerabilityFooter. 2. Fixed some spacing issues and removed some unnecessary wrapper elements. 3. Moved the issue note from below the horizontal line to above it.
-
Daniel Tian authored
-
Daniel Tian authored
-
Daniel Tian authored
1. Renamed app.vue to header.vue to match with footer.vue and updated its component name from VulnerabilityManagementApp to VulnerabilityHeader to match with VulnerabilityFooter. 2. Fixed some spacing issues and removed some unnecessary wrapper elements. 3. Moved the issue note from below the horizontal line to above it.
-
Igor Drozdov authored
Expose epic's confidential attribute in GraphQL See merge request gitlab-org/gitlab!28952
-
Jan Provaznik authored
Allows listing and setting of this attribute. This feature is still behind a feature flag and not complete yet. If the flag is disabled then the attribute is ignored.
-
Heinrich Lee Yu authored
Add ALL_FEATURES to license See merge request gitlab-org/gitlab!28602
-
Heinrich Lee Yu authored
Move away from docker-in-docker for SAST Closes #32260 See merge request gitlab-org/gitlab!29066
-
Kushal Pandya authored
Use dropdown to change health status See merge request gitlab-org/gitlab!28547
-
Sanad Liaquat authored
Enable admin nav feature flag in SAML SSO specs Closes #213930 See merge request gitlab-org/gitlab!29247
-
Kushal Pandya authored
Merge branch '210265-replace-underscore-with-lodash-for-ee-app-assets-javascripts-geo_designs-geo_node_form' into 'master' Replace underscore with lodash for geo replicable & node_form Closes #210265 See merge request gitlab-org/gitlab!28637
-
Kushal Pandya authored
Monitoring dashboard chart tooltip improvements See merge request gitlab-org/gitlab!28848
-
Dhiraj Bodicherla authored
This MR improves monitoring dashboard charts tooltip display logic
-
Jan Provaznik authored
Auto-embed non-gitlab-managed prometheus alerts See merge request gitlab-org/gitlab!28622
-
Natalia Tepluhina authored
Add link to scanned resources in DAST reports See merge request gitlab-org/gitlab!26825
-
Paul Gascou-Vaillancourt authored
- Retrieve scanned URLs count and CI job URL from the API - Show the information in the MR widget - Force the help icon to stay on the same line as the preceding word for a better UX on mobile layouts - Updated tests
-
Natalia Tepluhina authored
Submit changes in the Static Site Editor Closes #212561 See merge request gitlab-org/gitlab!29073
-
Enrique Alcántara authored
Implement UI to submit changes in the Static Site Editor and display an indicator that changes are being saved.
-
Jan Provaznik authored
Update Auto DevOps docker version to 19.03.8 See merge request gitlab-org/gitlab!29081
-
Hordur Freyr Yngvason authored
-
Rajat Jain authored
Retire the radio form in favor of dropdown to choose the current health status of the issue. Also, adds a remove status button as a quick action.
-
Mike Jang authored
Merge branch '213797-deprecate-projects-and-shared_projects-from-groups-api-responses-doc-changes' into 'master' Document planned deprecation of 'projects' and 'shared_projects' attributes in Groups API in GitLab 13.0 See merge request gitlab-org/gitlab!29113
-
Manoj M J authored
Document planned deprecation of 'projects' and 'shared_projects' attributes in Groups API in GitLab 13.0
-
Marcel Amirault authored
Reordered and streamlined pipeline topic See merge request gitlab-org/gitlab!29096
-
Suzanne Selhorn authored
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/205174
-
Marcel Amirault authored
Link to official Go caching docs See merge request gitlab-org/gitlab!29238
-
- 09 Apr, 2020 11 commits
-
-
Ezekiel Kigbo authored
Disables some failing specs that will need to be addressed after: https://gitlab.com/gitlab-org/gitlab/-/issues/213925 Removes underscore js function calls from the geo_replicable_filter and geo_node_form directories. Replace debouce in geo_replicable_filter_bar Replace debounce in geo_node_form
-
Michael Kozono authored
Resolve "LicenseHelper uses "extend self" inapproriately" Closes #3326 See merge request gitlab-org/gitlab!28723
-
Mayra Cabrera authored
118674 - Add composite ID query support See merge request gitlab-org/gitlab!22055
-
Alex Kalderimis authored
This allows us to search for sets of items by multiple values in a single query, e.g. a query semantically equivalent to: ```sql select from things where (a,b,c) in ((?,?,?), ...) ``` or the expanded form: ``` select from things where ((a = ? and b = ? and c = ?) or (a = ? and b = ? and c = ?) ... ) ``` This is provided by a concern `WhereComposite` which allows us to search in this way. We support structs as well as hashes as input.
-
Vladlena Shumilo authored
Removes some keyword arguments within LicenseHelper Passes some licenses to the helper from the view for optimization
-
Mayra Cabrera authored
Drop unused notify_post_receive endpoint See merge request gitlab-org/gitlab!29241
-
Mayra Cabrera authored
Include tfplan.json in Terraform template artifact See merge request gitlab-org/gitlab!28961
-
Emily Ring authored
-
Mayra Cabrera authored
Don't indirect through Blob for codeowners data See merge request gitlab-org/gitlab!29245
-
rossfuhrman authored
With this change, we are no longer using docker-in-docker for SAST for the gitlab-org/gitlab project
-
Robert Speicher authored
Make search redaction more robust Closes #201886 See merge request gitlab-org/gitlab!29166
-