- 18 Mar, 2021 30 commits
-
-
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
-
David O'Regan authored
-
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
-
Mario Mora authored
-
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
-
Harsh Chouraria authored
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
-
Lindsay Kerr authored
-
Paul Slaughter authored
Update keyboard shortcuts to use keybindings.js See merge request gitlab-org/gitlab!45308
-
Nathan Friend authored
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
-
James Ramsay (ex-GitLab) authored
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
-
Brandon Labuschagne authored
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
-
charlie ablett authored
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>
-
Luke Duncalfe authored
Update syntax highlighting logic [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!56108
-
- 17 Mar, 2021 10 commits
-
-
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
-
Dylan Griffith authored
Fix Vulnerability exports with missing Findings See merge request gitlab-org/gitlab!56903
-
Russell Dickenson authored
Mention that semgrep is an experimental feature See merge request gitlab-org/gitlab!56898
-
Evan Read authored
Amend format of introduced in note for new feature See merge request gitlab-org/gitlab!56850
-
Tiger Watson authored
Revert changes to structure.sql See merge request gitlab-org/gitlab!56907
-
Imre Farkas authored
Convert admin mode feature flag to system application setting [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53610
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/16950 FF issue: https://gitlab.com/gitlab-org/gitlab/-/issues/324159 We apply syntax highlighting to old and new versions of the whole file. However, we need to highlight only diff lines. This change should optimize this process. Here we provide only necessary diff lines to the syntax highlighter.
-
-
Andrew Fontaine authored
Move from btn-success to btn-confirm in projects/forks directory See merge request gitlab-org/gitlab!56333
-