- 23 Sep, 2019 40 commits
-
-
Stan Hu authored
Fix for #32595, users can view the blame or history of file with newlines in its filename. Closes #32595 See merge request gitlab-org/gitlab!17543
-
Jesse Hall authored
-
Fatih Acet authored
Merge branch '29295-time-tracked-info-are-different-during-right-side-open-and-collapsed-2' into 'master' Fix time tracking info when the sidebar is collapsed Closes #29295 See merge request gitlab-org/gitlab!16830
-
Coung Ngo authored
The time tracking info displayed the abbreviated time instead of the full time, e.g. "2h / 3h" instead of "2h 15m / 3h 45m". This commit fixes this so the full time is always displayed.
-
Fatih Acet authored
Validation errors in application settings, such as Geo panel, shows wrong panel See merge request gitlab-org/gitlab!14374
-
Dan Davison authored
Add E2E test of pipelines for merged results Closes gitlab-org/quality/testcases#203 See merge request gitlab-org/gitlab!17321
-
Mayra Cabrera authored
Links to SHA commits on the Releases page See merge request gitlab-org/gitlab!16128
-
Sean Carroll authored
Modify the Release API endpoint and Vue components to add live links on the Releases page. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61061
-
Mike Greiling authored
Productivity Analytics: Introduce fetchSecondaryChartData action See merge request gitlab-org/gitlab!17347
-
Martin Wortschack authored
- This fetches data for all charts except for the main chart
-
Mayra Cabrera authored
Only use basename from $BACKUP variable See merge request gitlab-org/gitlab!16464
-
Markus Koller authored
This is the documented intention of this variable and protects against path traversal attacks, which are low-risk though because the variable is only used in a Rake task and under administrator control.
-
Achilleas Pipinellis authored
Added when Zoom quick actions will be available See merge request gitlab-org/gitlab!17535
-
Sarah Waldner authored
-
Douglas Barbosa Alexandre authored
Move SMAU usage counters to the UsageData count field Closes version-gitlab-com#158, version-gitlab-com#159, version-gitlab-com#149, version-gitlab-com#148, version-gitlab-com#150, version-gitlab-com#147, version-gitlab-com#157, and version-gitlab-com#146 See merge request gitlab-org/gitlab!17074
-
Francisco Javier López authored
In other MRs we added some counter as independent params in the usage data json we use. Nevetheless, they should be gathered together inside the `count` field in the `UsageData` model.
-
Stan Hu authored
Use the redis set cache for branch and tag names Closes #30439 See merge request gitlab-org/gitlab!17116
-
Michael Kozono authored
Enable uploading of SVG images for Design Management Closes #12771 See merge request gitlab-org/gitlab!16160
-
Douglas Barbosa Alexandre authored
Adjust unnapliable suggestions in expanded lines See merge request gitlab-org/gitlab!17286
-
Mike Greiling authored
Empty state for when there's no files found in search See merge request gitlab-org/gitlab!16851
-
Marcia Ramos authored
Update docs for repository push audit events Closes #13986 See merge request gitlab-org/gitlab!17013
-
Stan Hu authored
[Docs] Add datetime_with_timezone to the migrations guide See merge request gitlab-org/gitlab!17534
-
Victor Zagorodny authored
-
Nick Thomas authored
This reverts commit 034f0340.
-
Paul Slaughter authored
Migrate dropdown_spec to Jest Closes #31628 See merge request gitlab-org/gitlab!16913
-
Illya Klymov authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/31628
-
Oswaldo Ferreira authored
When expanding diff lines and leaving suggestion comments, eventually, they showed as unnapliable even with no changes in the diff. It happened given the `DiffNote#supports_suggestion?` check was being made at `Suggestion#appliable?` in the discussions iteration. The problem with `DiffNote#supports_suggestion?` as it is that it uses `Position#diff_file`, which has a RequestStore "cache". So for instance, if we have 3 comments in expanded diff lines for the same diff file, just the _first_ expansion would be considered, therefore, just the _first_ suggestion within this set of comments on expanded lines would be appliable. All in all, we're able to simply remove this check from the `appliable?` method given we already check if the note supports suggestions uppon creation (`Suggestions::CreateService`). As an extra outcome, we'll submit less Gitaly requests.
-
Peter Leitzen authored
Expose cycle analytics stages and events See merge request gitlab-org/gitlab!16240
-
Adam Hegyi authored
This commit exposes a JSON endpoint to retrieve the available cycle analytics stages and possible events for a given group.
-
Nick Thomas authored
Move stray changelog to correct place See merge request gitlab-org/gitlab!17461
-
Rémy Coutable authored
Automatically run 'schedule:package-and-qa' on .com schedules See merge request gitlab-org/gitlab!17237
-
Fatih Acet authored
Resolve "Improve and migrate FE registry Karma tests to Jest" Closes #30238 See merge request gitlab-org/gitlab!16827
-
Nicolò Maria Mezzopera authored
Reachable code fully covered
-
Peter Leitzen authored
Fix bug that caused a merge to show an error message Closes #32477 See merge request gitlab-org/gitlab!17466
-
Achilleas Pipinellis authored
Update issue template to not mention CE and EE repos See merge request gitlab-org/gitlab!17502
-
Rémy Coutable authored
Find namespace by env name instead of slug See merge request gitlab-org/gitlab!17271
-
Hordur Freyr Yngvason authored
The problem with using slugs is that we already have persisted environments matching generic branch names but different slugs. Environments are uniquely identified by by `(project_id, name)`, so this should be just as safe. See https://gitlab.com/gitlab-org/gitlab/issues/32341
-
Vitali Tatarintev authored
Update issue templates to use new links to the GitLab project after it has been moved
-
Vitali Tatarintev authored
-
Kushal Pandya authored
Rename CreateItemForm component to CreateEpicForm in epics tree See merge request gitlab-org/gitlab!17249
-