- 21 Sep, 2020 40 commits
-
-
Andrew Fontaine authored
Make `textareaValue` prop required for Vue markdown field component See merge request gitlab-org/gitlab!42651
-
Mark Florian authored
Follow-up from "Fix missing VSA request parameters" See merge request gitlab-org/gitlab!42833
-
Stan Hu authored
Fix inconsistencies between finding jobs by tokens See merge request gitlab-org/gitlab!42828
-
Kamil Trzciński authored
Move config for feature_flags_new_version into CE [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!42835
-
Nathan Friend authored
Make startup.js to account for the param orders See merge request gitlab-org/gitlab!42673
-
Markus Koller authored
Fix typo in description for VulnerabilityResolve mutation See merge request gitlab-org/gitlab!42807
-
Rémy Coutable authored
Use the original author id to find it on the members mapper See merge request gitlab-org/gitlab!42648
-
Sean McGivern authored
Remove Service#default ignore rule Closes #217581 See merge request gitlab-org/gitlab!42688
-
Natalia Tepluhina authored
Merge branch '238602-integrate-analyzerconfiguration-component-into-sast-configuration-ui' into 'master' Expose analyzers in the SAST Configuration UI See merge request gitlab-org/gitlab!42214
-
Mark Florian authored
This integrates various pieces of ground work: - [Migrating a POST request to a GraphQL mutation][gql] - [Creating an expandable container component][exp] - [Creating an AnalyzerConfiguration component][ac1] - [Extending the AnalyzerConfiguration component][ac2] This is implemented behind the `sast_configuration_ui_analyzers` feature flag, since the necessary backend changes are not yet in place. A future iteration will enable or remove the feature flag. Other changes include: - Explicitly pass the disabled prop to child fields, so they can hide the custom value message when disabled - Relax the analyzer entity prop validator, since the description is nullable, and the template already handles this Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/238602, part of https://gitlab.com/groups/gitlab-org/-/epics/3635. [gql]: https://gitlab.com/gitlab-org/gitlab/-/issues/227575 [exp]: https://gitlab.com/gitlab-org/gitlab/-/issues/233521 [ac1]: https://gitlab.com/gitlab-org/gitlab/-/issues/238600 [ac2]: https://gitlab.com/gitlab-org/gitlab/-/issues/238603
-
Rémy Coutable authored
Fix timing problem in epics_swimlanes_spec Closes #254213 See merge request gitlab-org/gitlab!42845
-
Rémy Coutable authored
Update GitLab Runner Helm Chart to 0.21.0/13.4.0 See merge request gitlab-org/gitlab!42844
-
Andrew Fontaine authored
Fix clickable width of release asset links See merge request gitlab-org/gitlab!42757
-
Achilleas Pipinellis authored
correction that openssh is included in win10 See merge request gitlab-org/gitlab!42742
-
Achilleas Pipinellis authored
Specify to use the commonly spelled out pagination See merge request gitlab-org/gitlab!42616
-
Sean Enck authored
What this does - `per_page` no longer called out solely - `page` works but not called out as a parameter - uses common paging information
-
Craig Norris authored
Replace 'here' in links in developer docs See merge request gitlab-org/gitlab!42761
-
Mike Jang authored
-
Add comments for scopes in CI_JOB_JWT See merge request gitlab-org/gitlab!42536
-
Jackie Porter authored
-
mlunoe authored
-
Markus Koller authored
Some requests were still in-flight, which caused the issue with the title "bug" not to be created.
-
Tomasz Maczukin authored
-
Heinrich Lee Yu authored
Show contributors and authors on notes See merge request gitlab-org/gitlab!42576
-
Mark Florian authored
Fix missing VSA request parameters See merge request gitlab-org/gitlab!42655
-
Ezekiel Kigbo authored
Adds additional feature specs to ensure filters are applied correctly Minor refactor specs
-
Ramya Authappan authored
Fix roadmap e2e spec and update selectors See merge request gitlab-org/gitlab!42758
-
Kassio Borges authored
Use the original author id to find the members when importing from GitLab.
-
Mark Florian authored
Switch to rails-ujs Closes #219253 See merge request gitlab-org/gitlab!27394
-
Nick Thomas authored
Resolve "Increase limit for number of files loaded for a single diff" See merge request gitlab-org/gitlab!40357
-
Kushal Pandya authored
Hide apply batch suggestion button for single suggestions Closes #224141 See merge request gitlab-org/gitlab!42681
-
Phil Hughes authored
This only shows the apply batch suggestion when there is more than 1 suggestion. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/224141
-
Markus Koller authored
This feature got ported to CE recently in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42023, while we were adding configs for all existing feature flags.
-
Olena Horal-Koretska authored
Move the remediated badge to the activity column See merge request gitlab-org/gitlab!42599
-
Mark Florian authored
Merge branch '241931-remove-v-html-from-app-assets-javascripts-monitoring-components-group_empty_state-vue' into 'master' Remove v-html from app/assets/javascripts/monitoring/components/group_empty_state.vue Closes #241931 See merge request gitlab-org/gitlab!41503
-
Sean McGivern authored
Add build status update exponential backoff mechanism See merge request gitlab-org/gitlab!42693
-
Dmytro Zaporozhets (DZ) authored
Update group members JSON See merge request gitlab-org/gitlab!42416
-
Peter Hegman authored
Instead of checking for presence of `user`. This is a better check because it is possible to have a member with an orphaned user.
-
Marius Bobin authored
-
Imre Farkas authored
Remove unused helper See merge request gitlab-org/gitlab!42713
-