- Mar 19, 2021
-
-
- Mar 18, 2021
-
-
Ramya Authappan authored
Add QE MR template for quarantined tests See merge request gitlab-org/gitlab!55790
-
-
Vitaly Slobodin authored
Fix: Do not clear rotation form on validation error See merge request gitlab-org/gitlab!56901
-
Marcel Amirault authored
delete duplicated line See merge request gitlab-org/gitlab!56934
-
Naftoli Gugenheim authored
-
Francisco Javier López authored
Remove Kramdown patch and update to v2.3.1 gem See merge request gitlab-org/gitlab!56917
-
Marcel Amirault authored
Remove removed check from documentation See merge request gitlab-org/gitlab!56931
-
Evan Read authored
-
Heinrich Lee Yu authored
Cache API fuzzing scan profiles in Redis See merge request gitlab-org/gitlab!56528
-
Savas Vedova authored
Fix: update oncall rotation name to truncate See merge request gitlab-org/gitlab!56762
-
-
Evan Read authored
Clean up non-standard double quotes See merge request gitlab-org/gitlab!56924
-
Marcel Amirault authored
Remove docs metadata check See merge request gitlab-org/gitlab!56927
-
Evan Read authored
-
Heinrich Lee Yu authored
Track epic destroy note via usage ping See merge request gitlab-org/gitlab!56617
-
Marcel Amirault authored
This replaces non standard double quotes with normal double quotes
-
Marcel Amirault authored
Docs: Add reference to index numbers for cache clearing See merge request gitlab-org/gitlab!56573
-
-
Marcel Amirault authored
ci: Document a new cache and a new stage See merge request gitlab-org/gitlab!56862
-
Charlie Ablett authored
- Add usage ping metrics files
-
Marcel Amirault authored
Docs: Pipeline subscription needs developer permissions See merge request gitlab-org/gitlab!55989
-
The form to add pipeline subscriptions will fail to resolve the project path if the user adding it lacks owner rights to the project even if it is public
-
Russell Dickenson authored
Add info regarding new echart icon additions See merge request gitlab-org/gitlab!56918
-
-
Paul Slaughter authored
Update keyboard shortcuts to use keybindings.js See merge request gitlab-org/gitlab!45308
-
This commit refactors almost all keyboard shortcuts to use keysFor. A small number of shortcuts have been left as-is because their implementation is unconventional/unusual. These will be addressed in follow-up commits.
-
Evan Read authored
Add Overview to Gitaly Cluster docs See merge request gitlab-org/gitlab!51064
-
Gitaly Cluster is a substantial feature that can be compared to NFS, Geo and Sharding. This commit reorganizes existing information, and adds more detail to help customers better understand what Gitaly Cluster is.
-
GitLab Release Tools Bot authored
[ci skip]
-
Dylan Griffith authored
Remove commit message from package details page See merge request gitlab-org/gitlab!56716
-
Tim Rizzi authored
-
Luke Duncalfe authored
Merge branch '262086-user-availability-allow-users-to-schedule-un-setting-of-their-status-values-fe' into 'master' User Availability - Allow users to schedule un-setting of their status See merge request gitlab-org/gitlab!56649
-
This dropdown gets added to the set user status modal. It allows a user the option to set a predefined range to clear their status.
-
Luke Duncalfe authored
GraphQL: Replace homecooked Authorize logic with gem auth [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!40088
-
This changes our GraphQL code to use the built-in `#authorize` methods to handle permissions. We originally implemented this functionality with a field-extension, but this is no longer necessary. This commit replaces that unnecessary field extension with implementations of `BaseObject#authorize` that use our policy framework. Significant changes included here: - field authorization now works as per the library specification: it authorizes against the current object, not the resolved value. To apply permissions to the resolved value, use the type permissions. - we allow resolvers to do the same (opt-in). - we extend authorization to enums (currently no enums use authorization). Note on enums: We don't actually have any authorization on enums, but we need to detect that efficiently. By supporting `ObjectAuthorization`, we can skip redaction now, and support it later (if we add enum members that require special authorization to see). Removals: - The ManualAuthorization temporary class - The synchronized_object method on BaseResolver - Field.authorize DSL method Changes: The error raised when there is no auth becomes an internal server error (ConfigurationError) since it cannot be caused by the client, and represents a programming mistake. The board issue move mutation has unnecessary logic removed, and the test for this is adjusted to verify the correctness of this change. Co-authored-by:
Alex Kalderimis <akalderimis@gitlab.com> Co-authored-by:
Charlie Ablett <cablett@gitlab.com>
-
Stan Hu authored
As of https://gitlab.com/gitlab-org/gitlab/-/merge_requests/56750, Markdown should no longer be rendered through Kramdown for Wiki pages. The monkey patch can be removed with Kramdown v2.3.1. Diff: https://my.diffend.io/gems/kramdown/2.3.0/2.3.1
-
Luke Duncalfe authored
Update syntax highlighting logic [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56108
-
- Mar 17, 2021
-
-
Stan Hu authored
Add a block argument in track_redis_hll_event See merge request gitlab-org/gitlab!56250
-
Rajendra Kadam authored
Add specs for the change
-