- 08 Dec, 2020 40 commits
-
-
Sean Arnold authored
Add specs too
-
Olena Horal-Koretska authored
Add no-global-event-off error to eslint conifg See merge request gitlab-org/gitlab!49438
-
Amy Qualls authored
Fix spacing and word choice See merge request gitlab-org/gitlab!49507
-
Mayra Cabrera authored
Add oncall rotation and participant table See merge request gitlab-org/gitlab!49058
-
Sean Arnold authored
- Add migrations - Add models - Add specs
-
Nick Gaskill authored
Update docs for Pages domain config source See merge request gitlab-org/gitlab!49326
-
Jaime Martinez authored
Add closing quotes
-
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
-
Amy Qualls authored
The spacing of several list items was off by one space. This MR fixes the spacing for correct syntax highlighting, and corrects some word usage.
-
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
-