- 10 Feb, 2020 21 commits
-
-
Mike Greiling authored
Convert underscore to lodash for error tracking settings See merge request gitlab-org/gitlab!24653
-
Natalia Tepluhina authored
Fix GraphQL console warnings when uploading a design Closes #202292 See merge request gitlab-org/gitlab!24657
-
Natalia Tepluhina authored
Merge branch '37725-pipeline-junit-view-performance-on-running-on-big-data-set-load-async' into 'master' Load test badge counter asynchronously See merge request gitlab-org/gitlab!24522
-
Kushal Pandya authored
Remove addMultipleIssues function logic from list model See merge request gitlab-org/gitlab!21404
-
Marvin Karegyeya authored
-
Martin Wortschack authored
Move some board tests to jest See merge request gitlab-org/gitlab!24365
-
Martin Wortschack authored
Resolve "Abstract common fragments to GraphQL shared folder" Closes #202228 See merge request gitlab-org/gitlab!24580
-
Natalia Tepluhina authored
-
Ash McKenzie authored
Record audit event when user is deleted See merge request gitlab-org/gitlab!24257
-
Kushal Pandya authored
Merge branch '197369-group-and-instance-security-dashboards-hit-the-vulnerabilities-summary-endpoint-without' into 'master' Skip summary endpoint for Group and Instance Security Dashboard See merge request gitlab-org/gitlab!23757
-
Dheeraj Joshi authored
The Group and Instance Security Dashboards hit the vulnerability summary endpoint, even though they're not using the data from it
-
Kushal Pandya authored
Frontend: Remove confidence from security reports See merge request gitlab-org/gitlab!24033
-
Dheeraj Joshi authored
-
Thong Kuah authored
Application limit for ES indexed field length See merge request gitlab-org/gitlab!24345
-
Tan Le authored
There is an edge case when the parent `execute` fails and returns a user with errors. This should be excluded from audit event logging.
-
Tan Le authored
When user is the sole owner of the group no explicit delete options are enabled, the method is expected to return the attempted delete user with error messages attached. The test is to ensure we honour this interface and does not cause unexpected failures from the callers.
-
Marcel Amirault authored
Add version badge for Service Desk feature See merge request gitlab-org/gitlab!24753
-
Dylan Griffith authored
Using the plan_limit table we can down store a limit for the maximum size of any fields being indexed in Elasticsearch. This is for https://gitlab.com/gitlab-org/gitlab/issues/201826 . Any strings above the length limit will be truncated down to the limit. We default to 0 which means unlimited so this has no affect for self-managed customers. On GitLab.com we will likely want to set this to around 20k as a sensible upper limit on what we should store.
-
Marcel Amirault authored
Add grammar linting tests for Latin phrases in docs Closes #199110 See merge request gitlab-org/gitlab!23798
-
Ash McKenzie authored
Refactor specs for FeatureFlagsController See merge request gitlab-org/gitlab!24446
-
Marcel Amirault authored
Fix cache:key:prefix section documentation format. See merge request gitlab-org/gitlab!24677
-
- 09 Feb, 2020 17 commits
-
-
Russell Dickenson authored
-
Evan Read authored
Add intro and link to dev docs for GraphQL See merge request gitlab-org/gitlab!24750
-
Tan Le authored
Remove `destroyed?` check to handle cases where destroy operation fail and returns `false` instead of the user object. Add test to ensure the return interface is honoured.
-
Tan Le authored
-
Tan Le authored
-
Tan Le authored
-
Tan Le authored
This method is called to record audit event for entities other than `User`. There is more refactor effort required to rectify those usages.
-
Tan Le authored
Integration test is also added to extend coverage for both soft delete (delete user, not contributions) and hard delete (delete user only).
-
Tan Le authored
Add tests to cover all available user actions
-
Evan Read authored
Update links to MRs in various projects See merge request gitlab-org/gitlab!24733
-
Thong Kuah authored
-
Peter Leitzen authored
Add context to the ExpiringWorker See merge request gitlab-org/gitlab!24686
-
Paul Slaughter authored
Update dependency @sourcegraph/code-host-integration to v0.0.30 See merge request gitlab-org/gitlab!24683
-
Marcel Amirault authored
Inline reconfigure instruction in Praefect docs See merge request gitlab-org/gitlab!24712
-
Stan Hu authored
Separate note entities into own class files See merge request gitlab-org/gitlab!24732
-
Rajendra Kadam authored
-
Thong Kuah authored
Set timeout for Kubeclient See merge request gitlab-org/gitlab!23970
-
- 08 Feb, 2020 2 commits
-
-
Heinrich Lee Yu authored
Fix hour-dependent spec in error_tracking_shared_context.rb See merge request gitlab-org/gitlab!24734
-
Stan Hu authored
The test was failing because the expected format included the leading 0 in "08:01:29 AM UTC" instead of omitting it in "8:01:29 AM UTC". As https://ruby-doc.org/stdlib-2.6.5/libdoc/date/rdoc/DateTime.html mentions, we can omit the leading value by using `%-l` in `strftime`.
-