- 10 Feb, 2020 2 commits
-
-
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.
-
- 09 Feb, 2020 14 commits
-
-
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
-
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 17 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`.
-
Marcel Amirault authored
Added how pipeline quotas is assigned to projects See merge request gitlab-org/gitlab!20688
-
Sokunrotanak Srey authored
-
Marcel Amirault authored
Links to MRs now need hyphens, added as needed.
-
Stan Hu authored
Remove .git/config from cached repo See merge request gitlab-org/gitlab!24731
-
Stan Hu authored
-
Shinya Maeda authored
Port `trigger` keyword to Core (2/4) - move Bridge-Pipeline interactions See merge request gitlab-org/gitlab!24382
-
Marcel Amirault authored
Document why Junit Reports off by default See merge request gitlab-org/gitlab!24398
-
James Heimbuck authored
-
Marcel Amirault authored
More code block languages See merge request gitlab-org/gitlab!24726
-
Suzanne Selhorn authored
Related to issue 32881
-
Michael Kozono authored
Geo - Remove useless comment on Geo::BlobReplicatorStrategy See merge request gitlab-org/gitlab!24704
-
Stan Hu authored
Separate key and other entities into own class files See merge request gitlab-org/gitlab!24495
-
Rajendra Kadam authored
-
Stan Hu authored
fix: 198645 NPM dependencies, remove deprecated key Closes #198645 See merge request gitlab-org/gitlab!23745
-
Stan Hu authored
Standardize timestamps in Unicorn logs See merge request gitlab-org/gitlab!24612
-
- 07 Feb, 2020 7 commits
-
-
Mayra Cabrera authored
Fix time-dependent spec failures in user_sees_error_details_spec.rb Closes #202678 See merge request gitlab-org/gitlab!24718
-
Stan Hu authored
These features specs were failing because they were using fixed dates and attempting to use Timecop, but Timecop doesn't apply to the browser. When the date crossed the 8th of the month, the Timeago text "1 month ago" advanced to "2 months ago". To fix this issue, we now adjust the test data to use a timestamp relative to today's date, eliminating the need for Timecop. Closes https://gitlab.com/gitlab-org/gitlab/issues/202678
-
Paul Okstad authored
-
Mayra Cabrera authored
Limit number of blobs fetched in a single call See merge request gitlab-org/gitlab!24247
-
Douglas Barbosa Alexandre authored
-
Michael Kozono authored
Rename Cycle Analytics façades to Value Stream Analytics Closes #38319 See merge request gitlab-org/gitlab!23427
-
Robert Hunt authored
This is only to rename the user perceivable (façades) elements of cycle analytics to value stream analytics. This includes: - Renaming content - Renaming error messages - Renaming routes - Renaming docs BE/FE codebase specific changes need to be done as a separate MR
-