- 30 Nov, 2020 40 commits
-
-
Kassio Borges authored
When importing a Pull Request `merged by` field, if the user cannot be mapped to a Gitlab user, a note is created, which `touch` the MergeRequest (callback). This callback can be skipped by setting the `importing` attribute of the note to `true`. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/289671
-
Markus Koller authored
Enable by default true in API helper usage_data_#{event} feature See merge request gitlab-org/gitlab!48607
-
Alina Mihaila authored
-
Mike Jang authored
Document mock resolvers for client side GraphQL queries See merge request gitlab-org/gitlab!48224
-
Miguel Rincon authored
This change explains how to use mock resolvers in tests with code examples
-
Rémy Coutable authored
Lower severity of a vulnerability See merge request gitlab-org/gitlab!48572
-
Philippe Lafoucrière authored
-
Mike Jang authored
Fix anchor in Snowplow Guide See merge request gitlab-org/gitlab!48562
-
Tim Zallmann authored
Fix Jira Connect styles not loaded when startup_css is enabled See merge request gitlab-org/gitlab!47043
-
Sanad Liaquat authored
Quarantine stale e2e secure spec See merge request gitlab-org/gitlab!48759
-
Sanad Liaquat authored
-
Enrique Alcántara authored
Replace append-bottom-20 class boards See merge request gitlab-org/gitlab!48389
-
Jose Ivan Vargas authored
This replaces the append-bottom-20 css class inside the boards app
-
Marin Jankovski authored
Add diagrams to reference architectures See merge request gitlab-org/gitlab!48351
-
Miguel Rincon authored
Adds gl button classes to manifest imports See merge request gitlab-org/gitlab!48697
-
Sam Beckham authored
-
Achilleas Pipinellis authored
Correct instance limits docs for self-managed See merge request gitlab-org/gitlab!48714
-
Peter Leitzen authored
Add delete on-call schedule GraphQL mutation See merge request gitlab-org/gitlab!48168
-
Adam Hegyi authored
Improve query for fetching vulnerability scanners See merge request gitlab-org/gitlab!48144
-
Alan (Maciej) Paruszewski authored
-
Sean McGivern authored
Add Vulnerabilities External Link model See merge request gitlab-org/gitlab!48465
-
Alan (Maciej) Paruszewski authored
This change adds new model to database to store external links for vulnerabilities (ie. information about created issues in Jira).
-
James Lopez authored
Add BulkImports::Failure model to capture Bulk Import failures See merge request gitlab-org/gitlab!47526
-
Enrique Alcántara authored
Update Toast UI to ^2.5.1 See merge request gitlab-org/gitlab!48421
-
Lin Jen-Shin authored
docs: Add coverage cache to the development/pipelines page See merge request gitlab-org/gitlab!48760
-
Vitali Tatarintev authored
Add a GraphQL mutation to remove on-call schedules
-
Rémy Coutable authored
Merge branch '282433-implement-a-danger-reminder-with-checklist-to-consider-validating-on-pipeline-changes' into 'master' Implement a Danger reminder with checklist to consider validating on pipeline changes See merge request gitlab-org/gitlab!48754
-
George Koltsov authored
- Create new db table `bulk_import_failures` to capture any import failrues during Group Import execution - Add pipeline DSL to abort pipeline on failure - Adjust runner to abort execution if pipeline is marked
-
Bob Van Landuyt authored
Promote ProjectPipelineResolver query to finder See merge request gitlab-org/gitlab!47521
-
Philip Cunningham authored
Moves query in ProjectPipelineResolver to Ci::PipelinesFinder.
-
Mark Florian authored
Merge branch '273580-when-selecting-issue-type-and-closing-the-dropdown-the-issue-gets-submitted-right-away' into 'master' Add type=button to issue type selector close button to prevent premature submission See merge request gitlab-org/gitlab!48249
-
Nicolò Maria Mezzopera authored
Update settings_dropdown.vue to use text-sr-only attribute See merge request gitlab-org/gitlab!48681
-
Ramya Authappan authored
Quarantine failing create spec See merge request gitlab-org/gitlab!48757
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!48761
-
Natalia Tepluhina authored
Improve Apollo/GraphQL docs on fetchMore/pagination and tests See merge request gitlab-org/gitlab!48245
-
Michael Lunøe authored
Improve documentation to scope `mockApollo` only to where it is needed.
-
Albert Salim authored
Use Danger to provide guidance to consider effects of pipeline changes and the need to communicate broadly
-
Kushal Pandya authored
Remove Bootstrap 4's Cards components from Issuables and Todos See merge request gitlab-org/gitlab!48004
-
Justin Ho authored
On the Jira Connect app, custom CSS styles were not loading. This was due to code related to startup_css. We are using `add_page_specific_style` to include the CSS which then calls `stylesheet_link_tag_defer`. When `startup_css` is enabled, the stylesheet is included as `media: print` which only applies the styles when page is printed instead of applying them to "all" or "screen". This change adds a param to the helper which allows us to disable the `defer` behaviour when not needed and use that in the jira_connect app. I also update the order of includes in the jira_connect layout to group stylesheets and javascripts properly.
-
Kushal Pandya authored
Reorder of lists using moveList VueX action See merge request gitlab-org/gitlab!48344
-