- 31 Jan, 2020 40 commits
-
-
Tanya Pazitny authored
-
Mayra Cabrera authored
Fix database permission check for triggers on Amazon RDS Closes #199468 See merge request gitlab-org/gitlab!24035
-
Mike Greiling authored
Stretch functions list to full container width Closes #197476 See merge request gitlab-org/gitlab!24186
-
Achilleas Pipinellis authored
Remove duplicated information from alerting page Closes #199710 See merge request gitlab-org/gitlab!24115
-
Amy Qualls authored
A user identified several subheadings on this page were duplicated, possibly as part of a bad merge. This commit strips out the duplicated information.
-
Achilleas Pipinellis authored
Update links to lists of Gitlab project maintainers See merge request gitlab-org/gitlab!24116
-
Mike Greiling authored
Merge branch '119347-all-fields-in-the-trial-sign-up-form-should-indicate-they-are-required' into 'master' All fields in the trial sign up form should indicate they are required See merge request gitlab-org/gitlab!22716
-
Achilleas Pipinellis authored
Remove unused images from labels docs See merge request gitlab-org/gitlab!24141
-
Achilleas Pipinellis authored
Add documentation for column panel types See merge request gitlab-org/gitlab!23907
-
Achilleas Pipinellis authored
Docs - style: clarify GL version for screenshots See merge request gitlab-org/gitlab!24156
-
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
-
Stan Hu authored
On some instances of Amazon RDS, running a SELECT against `'information_schema.role_table_grants'` fails with a `permission denied for relation pg_authid` error. This happens because `role_table_grants` is a PostgreSQL view that ultimately accesses the `pg_authid` table. The PostgreSQL system function `has_table_privileges` doesn't actually need a FROM clause. We can simplify the query to just call: SELECT has_table_privilege('projects', 'TRIGGER') Closes https://gitlab.com/gitlab-org/gitlab/issues/199468
-
Magdalena Frankiewicz authored
-
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`.
-