- 20 Aug, 2020 1 commit
-
-
David O'Regan authored
We remove the time tracking feature from incidents but leave it as part of the issue sidebar.
-
- 19 Aug, 2020 39 commits
-
-
Douglas Barbosa Alexandre authored
Memoize $name_includes? methods for set caches See merge request gitlab-org/gitlab!39710
-
Markus Koller authored
Refactor ExtractsRef#extracts_ref to be clearer Closes #233471 See merge request gitlab-org/gitlab!39827
-
Sean McGivern authored
This method has grown a lot over time. One thing that makes the control flow quite confusing is that we don't return early, but always do something with the `pair` variable at the end of the method. Splitting this method into two methods means that we can return early from the core logic, making that part easier to understand, while doing our final string manipulation in the calling method.
-
Mayra Cabrera authored
Modify import order for filter_bar_spec to fix eslint error Closes #238598 See merge request gitlab-org/gitlab!39851
-
Sean McGivern authored
Swap process book-keeping to UNLINK See merge request gitlab-org/gitlab!39699
-
Enrique Alcántara authored
Replace fa-power-off icon with GitLab SVG power icon Closes #225889 See merge request gitlab-org/gitlab!39330
-
Kyle Wiebers authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/238598
-
Nick Gaskill authored
Clarify security approval rules in documentation See merge request gitlab-org/gitlab!39401
-
Thiago Figueiró authored
-
Enrique Alcántara authored
Update dependency @gitlab/eslint-plugin to v3.2.0 See merge request gitlab-org/gitlab!39624
-
Achilleas Pipinellis authored
Update Mattermost slash commands configuration documentation See merge request gitlab-org/gitlab!39606
-
Martin Wortschack authored
Refactor(VSA filter bar): use general filter bar See merge request gitlab-org/gitlab!39588
-
Michael Lunøe authored
Move to use the general filtered search component to be more consistent
-
Phil Hughes authored
Roadmap: Remove Rails API related code See merge request gitlab-org/gitlab!39801
-
Achilleas Pipinellis authored
Document PostgreSQL 12 with Geo tests See merge request gitlab-org/gitlab!39355
-
Nick Nguyen authored
-
Ramya Authappan authored
Un-quarantine and skip instance audit logs e2e specs in live env Closes #218332 See merge request gitlab-org/gitlab!39428
-
Andreas Brandl authored
Add migration to import common metrics See merge request gitlab-org/gitlab!39475
-
Markus Koller authored
Safe move_to_start and move_to_end See merge request gitlab-org/gitlab!39807
-
Alex Kalderimis authored
This reverts commit a5923aa6, which reverted the relative_positioning improvements.
-
Grzegorz Bizon authored
Remove FF ci_composite_status and related codes See merge request gitlab-org/gitlab!39498
-
Phil Hughes authored
Empty state for incidents list See merge request gitlab-org/gitlab!39718
-
Marcin Sedlak-Jakubowski authored
Update the documentation for hiding health status for closed issues See merge request gitlab-org/gitlab!38685
-
Markus Koller authored
Store/Update new location fingerprint for container scanning vulnerabilities See merge request gitlab-org/gitlab!39696
-
Robert May authored
Swaps Redis DEL calls to UNLINK for performance.
-
Nicolò Maria Mezzopera authored
[ESLint] Enable imports order rule See merge request gitlab-org/gitlab!39804
-
Vitaly Slobodin authored
-
Heinrich Lee Yu authored
Refactor the service desk list to use Vue See merge request gitlab-org/gitlab!39169
-
Nick Thomas authored
Merge branch '232654-nomethoderror-undefined-method-issues_access_level-for-nil-nilclass' into 'master' Add logging for projects missing project_feature when indexed See merge request gitlab-org/gitlab!39255
-
Terri Chu authored
Add logging to help identify why projects are missing project_feature attributes when a validation rule exists. This data generates errors during indexing.
-
Nicolò Maria Mezzopera authored
Use uppercase names for input sizes coming from backend See merge request gitlab-org/gitlab!39820
-
Denys Mishunov authored
Alert opsgenie integration refractor See merge request gitlab-org/gitlab!36656
-
David O'Regan authored
We want to do a small technical refractor for alert settings to clean up the code.
-
rpereira2 authored
Add a migration to import the new common metrics queries after they were updated to work with the pod/container labels as well as the older pod_name/container_name labels.
-
Sean McGivern authored
Roll-back the roulette timezone experiment Closes gitlab-org/quality/team-tasks#563 See merge request gitlab-org/gitlab!39819
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!39814
-
John Jarvis authored
Revert Create IssueLink for Vulnerabilities that do not have them See merge request gitlab-org/gitlab!39813
-
Mark Florian authored
Geo Replicables - Use debounce prop See merge request gitlab-org/gitlab!39744
-
Eulyeon Ko authored
Remove unnecessary regex from the parameter for have_link. Move visit helper inside an example.
-