- 31 Jan, 2020 40 commits
-
-
Achilleas Pipinellis authored
Update docs with newer version of Prometheus manual configuration See merge request gitlab-org/gitlab!24184
-
Michael Kozono authored
Move NotificationPayloadParser out of EE domain Closes #200007 See merge request gitlab-org/gitlab!23860
-
Bob Van Landuyt authored
Move PrometheusMetric out of EE Closes #199995 See merge request gitlab-org/gitlab!23864
-
Phil Hughes authored
Access policy check for new snippet button See merge request gitlab-org/gitlab!23560
-
Amparo Luna authored
When there are snippets to show, the New Snippet button uses new_project_snippet_path for the button. However, the empty snippets state partial was using new_namespace_project_snippet_path. There are no other usages of new_namespace_project_snippet_path in the codebase so making them both use the same new_project_snippet path.
-
Phil Hughes authored
Convert project CI/CD Analytics Overall statistics section to ECharts See merge request gitlab-org/gitlab!23840
-
Walmyr Lima e Silva Filho authored
Explicitly add erubi to Gemfile and unquarantine elasticsearch_reindexing_spec test Closes #199911 and #197207 See merge request gitlab-org/gitlab!23700
-
Tim Zallmann authored
Fix task lists on closed merge request pages See merge request gitlab-org/gitlab!23714
-
Andrei Stoicescu authored
-
Rémy Coutable authored
Actually increment the PageLimiter counter See merge request gitlab-org/gitlab!23778
-
Robert May authored
-
Heinrich Lee Yu authored
Add "self" link to Release API response See merge request gitlab-org/gitlab!23896
-
Stan Hu authored
Separate commit entities into own classes See merge request gitlab-org/gitlab!24085
-
Rajendra Kadam authored
-
Kamil Trzciński authored
Revert to non-evented file watcher See merge request gitlab-org/gitlab!24167
-
Toon Claes authored
Fix visibility levels of specific subgroups See merge request gitlab-org/gitlab!22889
-
Gosia Ksionek authored
Fix schema file
-
Ronan OConnor authored
Docs note about URL-encoding password when importing by URL Closes gitlab-com/support/docs#51 See merge request gitlab-org/gitlab!23957
-
Nathan Friend authored
This commit adds a new property, _links.self, to two Release API endpoints.
-
Brandon Labuschagne authored
This is the first MR working towards migrating the current project pipelines charts page to VueJS. The aim of migrating to VueJS is in order to make use of chart tools from our design system.
-
Phil Hughes authored
Added the basic Snippet Blob View with Blob Embeddable See merge request gitlab-org/gitlab!24045
-
Denys Mishunov authored
The new view contains only Blob Embeddable component as of now. The Blob Embeddable component to the Snippet view that allows for embedding and sharing of a snippet
-
Kushal Pandya authored
Use time ranges in date picker (component) See merge request gitlab-org/gitlab!24068
-
Heinrich Lee Yu authored
We switched to this because it's the Rails default but it looks like this is causing code-reloading issues for a lot of folks so let's revert it for now
-
Mark Florian authored
Updated icon in copy-to-clipboard button See merge request gitlab-org/gitlab!24146
-
Heinrich Lee Yu authored
Bump pry-rails to 0.3.9 See merge request gitlab-org/gitlab!24151
-
Andreas Brandl authored
Remove code hotspots tables Closes #198313 See merge request gitlab-org/gitlab!23590
-
Adam Hegyi authored
- Using `with_lock_retries` helper method. - Fix duration conversion within `with_lock_retries`.
-
Marcia Ramos authored
Docs: explain why mentioning tiers and versions is important See merge request gitlab-org/gitlab!23414
-
Marcia Ramos authored
-
Alessio Caiazza authored
Update docs ee/development/uploads See merge request gitlab-org/gitlab!23870
-
Igor authored
-
Nick Thomas authored
Refactor ProjectMembers controller See merge request gitlab-org/gitlab!23960
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Nick Thomas authored
Restyle signup welcome page See merge request gitlab-org/gitlab!23512
-
Peter Leitzen authored
Fix test runtime ID not working with bin/spring Closes #198362 See merge request gitlab-org/gitlab!23671
-
Phil Hughes authored
Do not show 'NaN files' in diff stats when a MR diff does not have any changes. See merge request gitlab-org/gitlab!24087
-
Dmytro Zaporozhets authored
Merge branch '28376-merge-request-comments-have-stopped-appearing-for-the-whole-project' into 'master' Fix for invalid diff lines on corrupt diff notes See merge request gitlab-org/gitlab!23786
-
Robert May authored
This is to prevent many issues when rendering notes that are corrupted in some way. There seem to be multiple bugs that allow this to happen, and the result is that it fails to render the entire block of notes.
-
Shinya Maeda authored
-