- 31 Jan, 2020 40 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Mek Stittri authored
Update reference architecture section title in the docs See merge request gitlab-org/gitlab!24195
-
Douglas Barbosa Alexandre authored
Make Explore Projects default to All Closes #19165 See merge request gitlab-org/gitlab!23811
-
Dan Jensen authored
For instances without public projects or much activity, there can be no trending projects. Because the Explore item in the navbar led to the Trending tab by default, some users were being confused by the lack of data. This changes the Explore feature to default to the All tab instead.
-
Clement Ho authored
Reverse actions for ignoring/resolving errors See merge request gitlab-org/gitlab!23516
-
Olena Horal-Koretska authored
Adds reverse actions for status update, removes redirect
-
Walmyr Lima e Silva Filho authored
Update QA delete_subgroups task to skip marked Closes #199279 See merge request gitlab-org/gitlab!24174
-
Grant Young authored
Task now ignores subgroups already marked for deletion. Soft deletion was added earlier this week: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/19430
-
Douglas Barbosa Alexandre authored
Remove Ignore Column Token on Operations::FeatureFlagsClient See merge request gitlab-org/gitlab!24107
-
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
-
Tanya Pazitny 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
-