- 31 Jan, 2020 40 commits
-
-
Alishan Ladhani authored
- Add `usage` enum to distinguish between serverless and pages domains - Replace unique index on `domain` with unique index on `[domain, wildcard]` so that the wildcard and non-wildcard variants of a domain can coexist - Rename `domain_type` to `scope` to be more semantic
-
Douglas Barbosa Alexandre authored
Add Sentry error stack trace to GraphQL API Closes #35896 See merge request gitlab-org/gitlab!23750
-
Douglas Barbosa Alexandre authored
Update crass and i18n gems See merge request gitlab-org/gitlab!24123
-
Paul Slaughter authored
Handle errors in GraphQL mutations within Design Management See merge request gitlab-org/gitlab!23491
-
Tom Quirk authored
Adds error fields to the follow .mutation.graphql mutations: - createImageDiffNote - createNote - destroyDesign - uploadDesign
-
Stan Hu authored
Separate snippet entities into own class files See merge request gitlab-org/gitlab!24183
-
Rajendra Kadam authored
-
Stan Hu authored
Fetch incoming emails from multiple addresses See merge request gitlab-org/gitlab!23524
-
Jan Provaznik authored
This is the first step toward having a separate incoming email address for service desk. It allows to configure mail_room to listen on multiple email addresses (but we don't add `service_desk_email` address into config file yet).
-
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
-
Stan Hu authored
crass 1.0.6 has a minor fix: https://github.com/rgrove/crass/blob/master/HISTORY.md i18n v1.8.2 has some other fixes: https://github.com/ruby-i18n/i18n/releases
-
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.
-