- 08 Dec, 2020 40 commits
-
-
Douglas Barbosa Alexandre authored
Disable epic quick actions for new epics See merge request gitlab-org/gitlab!49470
-
Vitaly Slobodin authored
Move CSS to page related bundle See merge request gitlab-org/gitlab!48792
-
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
-
Savas Vedova authored
Security dashboard css is very specific to its own page therefore we've decided to move it into its own bundle in order to improve page performance
-
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
-
Jan Provaznik authored
Adding/removal of epic links expects that both parent and child epics are created. If parent_epic is applied on a new not-persisted epic, then EpicLink then this epic link is created before target epic is saved which has couple of side-effects: * CreateService's set_child_epic fails to update the new epic * no system notes are created * internal_id for epics is out-of-sync because EpicLink attempts to store new epic (and fails and rolls-back thsi save) -> then internal_id is already set which target epic is saved (as part of regular save operation) but not bumped in DB Because epic quick actions don't work properly with unpersisted epics, it will be disabled until the code is updated to work properly with new epics. Also DB migration to reset internal_id is renamed to re-enqueue (and re-run) it again.
-
Rémy Coutable authored
-