- 10 Oct, 2019 40 commits
-
-
Mike Greiling authored
Merge branch '33750-follow-up-from-resolve-deactivate-a-user-with-self-service-reactivation' into 'master' Do not allow deactivated users to use slash commands See merge request gitlab-org/gitlab!18365
-
Mayra Cabrera authored
Remove execute permissions from PNG file See merge request gitlab-org/gitlab!18417
-
Evan Read authored
-
Mike Greiling authored
Convert Burndown charts to gitlab-ui component See merge request gitlab-org/gitlab!15463
-
Simon Knox authored
We are using echarts for all charts
-
Robert Speicher authored
Split summary and alert details params Closes #31883 See merge request gitlab-org/gitlab!18261
-
Thong Kuah authored
Extend Events lifetime to 3 years instead of 2 Closes #33840 See merge request gitlab-org/gitlab!18399
-
Imre Farkas authored
We eventually want to avoid deleting any Events, see https://gitlab.com/gitlab-org/gitlab/issues/24538.
-
Evan Read authored
Resolve "Broken FOSS `master` due to `docs lint`" Closes #33811 See merge request gitlab-org/gitlab!18402
-
Clement Ho authored
Merge branch '30497-race-condition-in-discussions-json-request-could-lead-to-notes-showing-inconsistently-with-selected-notes-filter' into 'master' Fix notes race condition when linking to specific note See merge request gitlab-org/gitlab!17777
-
Coung Ngo authored
Before, notes (discussions.json) would be fetched twice in the following case: * User has a "Show comments only" or "Show history only" filter * User then goes to an issue with a note hash, i.e. #note_* * Frontend then makes two notes requests: 1. Notes for the user's original filter 2. Notes for "Show all activity" so that the note is definitely shown This commit fixes this race condition so that there is always only one note request made whether it is for a specific note or not.
-
Lyle Kozloff authored
Adding troubleshooting for invalid pin code See merge request gitlab-org/gitlab!18078
-
Amanda Rueda authored
-
Sean McGivern authored
API call to get a list of Project's Vulnerabilities See merge request gitlab-org/gitlab!18269
-
Mayra Cabrera authored
Add "environment" dropdown to pod logs screen See merge request gitlab-org/gitlab!17532
-
Miguel Rincon authored
- Add dropdown to select environment in page - Display logs of first pod found if no pod is selected - Add environment_logs_data to display data required on the page - Update specs
-
Stan Hu authored
Merge branch '33758-nomethoderror-undefined-method-log_geo_deleted_event-in-objectstorage-backgroundmoveworker-job' into 'master' Fix undefined method log_geo_deleted_event for MergeRequestDiff Closes #33758 See merge request gitlab-org/gitlab!18405
-
Stan Hu authored
Implement new query backend for Cycle Analytics See merge request gitlab-org/gitlab!16775
-
Adam Hegyi authored
- Providing median based on durations defined by the stage - Providing list of serialized objects by stage - Introduce DurationFilter class that decides whether we need additional filtering to avoid negative durations
-
Stan Hu authored
Add vendored template for Browser Performance Testing See merge request gitlab-org/gitlab!17319
-
Victor Zagorodny authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-
Victor Zagorodny authored
Extract Vulnerabilities API into a separate module and implement GET projects/:id/vulnerabilities API operation. Respect :first_class_vulnerabilities feature flag.
-
Victor Zagorodny authored
Rename old VulnerabilitiesFinder to VulnerabilityFindingsFinder because it finds Occurrences (Findings in new terminology) and update its usages. Add new VulnerabilitiesFinder that finds Vulnerabilities of a Project and respects the pagination of results.
-
Victor Zagorodny authored
-
Victor Zagorodny authored
-