- 15 Sep, 2020 40 commits
-
-
Nicolò Maria Mezzopera authored
- source - tests
-
Marcin Sedlak-Jakubowski authored
Update system_hooks.md See merge request gitlab-org/gitlab!42085
-
Achilleas Pipinellis authored
Fix Search API parameters docs See merge request gitlab-org/gitlab!42331
-
Kushal Pandya authored
Revert "Merge branch '16047-highlight-collapsed-diffs-in-merge-request-diffs' into 'master'" See merge request gitlab-org/gitlab!42324
-
Illya Klymov authored
Extract complex view logic into helper methods See merge request gitlab-org/gitlab!40657
-
Dallas Reedy authored
Simplifies the logic of the view, and its related view specs, by pulling out lengthy & complex bits of logic from the view into two new helper methods: show_signup_flow_progress_bar? & welcome_submit_button_text
-
Illya Klymov authored
Move issuable title to component See merge request gitlab-org/gitlab!42046
-
Scott Stern authored
-
Dmitry Gruzd authored
-
Adam Hegyi authored
Update docs to disable rule in DB guides example See merge request gitlab-org/gitlab!42308
-
Natalia Tepluhina authored
Merge branch '219791-replace-gl-deprecated-button-with-gl-button-in-ee-app-assets-javascripts-licenses-components' into 'master' Replace deprecated button Closes #219791 See merge request gitlab-org/gitlab!42097
-
Kyle Mann authored
-
Natalia Tepluhina authored
[RUN AS-IF-FOSS] Boards - Fetch list issues via GraphQL See merge request gitlab-org/gitlab!42290
-
Albert Salim authored
This reverts merge request !41393
-
Evan Read authored
Expand the as-if-foss docs See merge request gitlab-org/gitlab!42312
-
Tristan Read authored
-
Kushal Pandya authored
Highlight collapsed diffs in MRs See merge request gitlab-org/gitlab!41393
-
Thomas Randolph authored
-
Evan Read authored
Add URL scan section to DAST documentation See merge request gitlab-org/gitlab!41727
-
Shinya Maeda authored
Updates CiPlatformMetrics to ignore invalids See merge request gitlab-org/gitlab!42116
-
Evan Read authored
Docs: Updated runner capitalization See merge request gitlab-org/gitlab!42257
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/233529
-
Heinrich Lee Yu authored
Merge branch '196749-transient-failure-in-spec-features-merge_request-user_sees_diff_spec-rb-79-expected-to-find' into 'master' Fix the flaky test in: spec/features/merge_request/user_sees_diff_spec.rb:79` / `expected to find css ".js-fork-suggestion-button" 1 time but there were no matches` See merge request gitlab-org/gitlab!40897
-
Mark Lapierre authored
Define ways to import external repo with CI/CD See merge request gitlab-org/gitlab!42049
-
Tiffany Rea authored
New qa selector for import project with CI/CD New ee lib loader Add CI/CD import tab clicking logic Modify Resource::Project class Modify Resource::ProjectImportedFromGitHub class forgot to add selector
-
Russell Dickenson authored
Refactor the subscriptions documentation See merge request gitlab-org/gitlab!41981
-
Evan Read authored
Docs: Updated runner capitalization See merge request gitlab-org/gitlab!42247
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/233529
-
Miguel Rincon authored
Implement infinite scroll pagination for importers See merge request gitlab-org/gitlab!41789
-
Illya Klymov authored
* Remove existing undeterminate pagination * Use intersection observer for loading more pages
-
Amy Troschinetz authored
-
Mark Chao authored
`BulkInsert` cop to also check top-level namespace use of `::Gitlab` See merge request gitlab-org/gitlab!42047
-
Krasimir Angelov authored
In the example for "Creating a new table when we have two foreign keys" we recommend using `add_foreign_key` but we have a Rubocop rule that warns against its usage - Migration/AddConcurrentForeignKey. This updates the examples too disable this rule.
-
Robert Speicher authored
Add GFM reference format for alerts See merge request gitlab-org/gitlab!40922
-
Sarah Yasonik authored
Adds references for alerts in GitLab Flavored Markdown. The prefix ^ will be regonized in GFM as links to alerts (from Operations > Alerts). Example usage might look like: ^123. Full URLs will be formatted in the same way for users who have the ability to view alerts on the project (developer+).
-
Florie Guibert authored
Fetch issues per list with VueX action
-
Marcel Amirault authored
Add 'when:always' to unit test report docs Closes #247849 See merge request gitlab-org/gitlab!42254
-
Ricky Wiens authored
- Adding an explanation about why you would want to have when:always in your unit test report job. This was previously omitted and should clarify the yml definitions more. - Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/247849
-
Dylan Griffith authored
Add issues/merge_requests filtering by state for search API Closes #237949 and #237947 See merge request gitlab-org/gitlab!41989
-
Dmitry Gruzd authored
-