- 08 Dec, 2020 40 commits
-
-
Amy Qualls authored
Added a note on recommended GitLab Agent setup See merge request gitlab-org/gitlab!49499
-
Viktor Nagy authored
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/220912
-
Amy Qualls authored
Docs cleanup and added kubernetes 1.19 support with support timelines See merge request gitlab-org/gitlab!49498
-
David O'Regan authored
Timely sanitization of initial Epic data See merge request gitlab-org/gitlab!49415
-
Patrick Bair authored
Add member events column to webhooks table See merge request gitlab-org/gitlab!49273
-
Serena Fang authored
This is just adding the column, actual implementation will come after
-
Enrique Alcántara authored
Remove api_billable_member_list feature flag See merge request gitlab-org/gitlab!49336
-
Mike Jang authored
Update regex secure coding guidelines See merge request gitlab-org/gitlab!48962
-
Dominic Couture authored
-
Miguel Rincon authored
Add graphql query for linting in editor app See merge request gitlab-org/gitlab!49379
-
Frédéric Caplette authored
In the new PA home, we add the graphQl query to fetch the linted data and we also update the test to mock thei new returned value.
-
Douglas Barbosa Alexandre authored
Geo: Minor adjustments to verification logic See merge request gitlab-org/gitlab!49292
-
Michael Kozono authored
Re-factor check for maintenance mode See merge request gitlab-org/gitlab!49387
-
Imre Farkas authored
Fix displaying merge request dependencies with no metrics See merge request gitlab-org/gitlab!49466
-
Douglas Barbosa Alexandre authored
Fix division by error when upload max size is set to 0 See merge request gitlab-org/gitlab!49482
-
Enrique Alcántara authored
Automatically select DAST profile See merge request gitlab-org/gitlab!49435
-
Paul Gascou-Vaillancourt authored
When there is only a single profile available in an on-demand scan's profile selector, it is automatically selected to save the user some clicks and to prevent potential confusion.
-
Viktor Nagy authored
and end of support
-
Rémy Coutable authored
Run the version sanity check for pre and release See merge request gitlab-org/gitlab!49427
-
Natalia Tepluhina authored
Allow schedule update See merge request gitlab-org/gitlab!49295
-
David O'Regan authored
Hook schedule update to the backend and allow for a schedule to be updated via GraphQL
-
Amy Qualls authored
Update images with clearer versions See merge request gitlab-org/gitlab!47746
-
Marcel Amirault authored
Try to reduce the quality lost in compression or resizing
-
Dan Davison authored
docs: Fix a wrong `only_run_in_pipeline` key => `only` See merge request gitlab-org/gitlab!49489
-
Amy Qualls authored
Move routing page from external repository See merge request gitlab-org/gitlab!49282
-
Amy Qualls authored
Thie merge request moves the routing page from the external repository, and takes out information about decisions that aren't currently reflected in the state of the product.
-
Amy Qualls authored
Docs: Updating style of note See merge request gitlab-org/gitlab!49267
-
Jan Provaznik authored
Adds guest package events to usage data See merge request gitlab-org/gitlab!48734
-
Rémy Coutable authored
-
Stan Hu authored
AWS will complain if no Content-Length is not specified, so we need to use multipart URLs if no length is available.
-
Stan Hu authored
The Workhorse S3 client handles multipart uploads in a much more robust way. We don't need to generate pre-signed URLs when it is used.
-
Stan Hu authored
When pre-signed multipart URLs are generated and the max size is 0, previously the code would error out while calculating the URLs. We now handle this case by assuming the file is the maximum number of parts. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/259801
-
Mark Chao authored
Refactor Git/LFS request specs into shared examples See merge request gitlab-org/gitlab!49138
-
Markus Koller authored
This allows us to reuse them in EE. - The shared examples for `Repositories::GitHttpController` were moved without any changes. - The LFS request specs were cleaned up and simplified a bit.
-
Denys Mishunov authored
Epic, even though is using the issuable components, doesn't follow the same pattern of sanitization of the HTML data at the moment the data is read. This leads to double-rendering of the Vue applications when description content fetched with polling doesn't match the initial one. Even though the difference is purely cosmetic (stripped out line breaks in the initial description), Vue still updates state and rerenders the view seeing that the description is different. This MR fixes this and unifies the way we sanitize output for Issues and Epics
-
Olena Horal-Koretska authored
Use vue test utils in roadmap specs and add helpful comments in roadmap code. See merge request gitlab-org/gitlab!49433
-
Eulyeon Ko authored
Whenever certain variables are modified in roadmap.scss, the changes need to be reflected in roadmap/constants.js
-
Heinrich Lee Yu authored
Use `supports_severity?` to check feature availability on issuables See merge request gitlab-org/gitlab!49378
-
Heinrich Lee Yu authored
Fix the (potential) race-condition issue on `IgnorableColumns` See merge request gitlab-org/gitlab!49163
-
Igor Drozdov authored
Ignore missing source project when editing MR See merge request gitlab-org/gitlab!49311
-