- 07 Jan, 2020 37 commits
-
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This avoids issuing queries that can be cached, i.e for projects and their route information. Most of the caching is handled with default Rails SQL caching, but these tests verify that the behaviour is correct.
-
Alex Kalderimis authored
This verifies to result, and that the field is N+1 safe.
-
Alex Kalderimis authored
* Add documentation for public methods * Remove pointless duplicated method call * Be more specific about ignored file * Improvements to equality tests Requested by reviewer
-
Alex Kalderimis authored
Also adds design-fields specs Note that until we mount this type, we cannot use the mechanism `GitlabSchema.types[name]` to describe the type in tests
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This splits out GID parsing, and adds support for asserting expected types.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
They need to behave with data-object semantics
-
Martin Wortschack authored
Extend Design view sidebar with issue link and a list of participants See merge request gitlab-org/gitlab!22103
-
Natalia Tepluhina authored
- added participants component to design index - refactored participants component to have showParticipantLabel prop - added test for showParticipantLabel prop - updated failing snapshots
-
Bob Van Landuyt authored
Sidekiq worker to create self monitoring project See merge request gitlab-org/gitlab!21235
-
Reuben Pereira authored
* Create a sidekiq worker to execute SelfMonitoring::Project::CreateService.execute. * Also remove the SelfMonitoring::Project::CreateService#execute! method since it is not being used.
-
Achilleas Pipinellis authored
Add enable_modsecurity toggle to Ingress Managed App See merge request gitlab-org/gitlab!21966
-
Lucas Charles authored
This replaces the previous behavior hid behind the `ingress_modsecurity` feature flag, instead requiring "opt-in" to enable modsecurity during ingress installation See https://gitlab.com/gitlab-org/gitlab/issues/39140 for details
-
Sean McGivern authored
Upgrade Gitaly to v1.79.0 See merge request gitlab-org/gitlab!22515
-
GitalyBot authored
-
Sean McGivern authored
Rename productivity analytics date parameters Closes #55249 See merge request gitlab-org/gitlab!22377
-
Adam Hegyi authored
- merged_at_after -> merged_after - merged_at_before -> merged_before Closes https://gitlab.com/gitlab-org/gitlab/issues/55249
-
Rémy Coutable authored
Remove `package-and-qa` notifications Closes gitlab-org/quality/team-tasks#298 See merge request gitlab-org/gitlab!22508
-
Phil Hughes authored
Merge branch '119346-follow-up-from-add-stack-trace-component-below-details-when-issue-is-created-from-sentry' into 'master' Refactor test for sentry error stack trace component See merge request gitlab-org/gitlab!22495
-
Phil Hughes authored
Design Repo Sync Status - Actions Closes #34336 See merge request gitlab-org/gitlab!19590
-
Zack Cuddy authored
This adds mutations/actions to store Add actions to components This adds the actions to vue components
-
Ash McKenzie authored
Update Ruby version references to 2.6.5 See merge request gitlab-org/gitlab!22417
-
Ash McKenzie authored
Remove count_by from UsageData#count See merge request gitlab-org/gitlab!22491
-
Martin Wortschack authored
Refactor release block See merge request gitlab-org/gitlab!22321
-
Sarah Groff Hennigh-Palermo authored
This involves four files, two subs
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
Ramya Authappan authored
Dismiss popover in MR See merge request gitlab-org/gitlab!22235
-
Mark Lapierre authored
The popover prevented tests from adding comments to discussions
-
Albert Salim authored
These notifications are now implemented in `gitlab-qa` https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/361
-
Thong Kuah authored
Adds warning regarding container registry visibility in public projects See merge request gitlab-org/gitlab!22504
-
Evan Read authored
Docs: Categorise data types for Geo Closes #35414 See merge request gitlab-org/gitlab!20751
-
Gabriel Mazetto authored
Explain how each data type is stored and handled in GitLab
-
Evan Read authored
Update instance statistics docs images See merge request gitlab-org/gitlab!21986
-
Muhammad Dewji authored
-
- 06 Jan, 2020 3 commits
-
-
Stan Hu authored
Update rdoc to 6.1.2 Closes #39147 See merge request gitlab-org/gitlab!22434
-
Douglas Barbosa Alexandre authored
Resolve Consistent polling in error tracking pages - Backend See merge request gitlab-org/gitlab!22070
-
Sean Arnold authored
- Move shared examples into seperate file
-