Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
468f4cda2b
commit
1c0289261b
4 changed files with 6 additions and 6 deletions
|
@ -10,8 +10,9 @@ info: To determine the technical writer assigned to the Stage/Group associated w
|
|||
|
||||
## Get a list of to dos
|
||||
|
||||
Returns a list of to dos. When no filter is applied, it returns all pending to dos
|
||||
for the current user. Different filters allow the user to precise the request.
|
||||
Returns a list of [to-do items](../user/todos.md). When no filter is applied, it
|
||||
returns all pending to-do items for the current user. Different filters allow the
|
||||
user to refine the request.
|
||||
|
||||
```plaintext
|
||||
GET /todos
|
||||
|
|
|
@ -155,7 +155,7 @@ The [Security Scanner Integration](../../../development/integrations/secure.md)
|
|||
|
||||
| Property / Tool | Apex | Bandit | Brakeman | ESLint security | SpotBugs | Flawfinder | Gosec | Kubesec Scanner | MobSF | NodeJsScan | PHP CS Security Audit | Security code Scan (.NET) | Sobelow |
|
||||
| --------------------------------------- | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :---------------------: | :-------------------------: | :----------------: |
|
||||
| Severity | ✓ | ✓ | ✓ | ✗ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ | ✗ |
|
||||
| Severity | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ | ✗ |
|
||||
| Title | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Description | ✓ | ✗ | ✗ | ✓ | ✓ | ✗ | ✗ | ✓ | ✓ | ✓ | ✗ | ✗ | ✓ |
|
||||
| File | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
|
|
@ -55,7 +55,6 @@ module DeprecationToolkitEnv
|
|||
# one by one
|
||||
def self.allowed_kwarg_warning_paths
|
||||
%w[
|
||||
spec/support/gitlab_experiment.rb
|
||||
activerecord-6.0.3.4/lib/active_record/migration.rb
|
||||
devise-4.7.3/lib/devise/test/controller_helpers.rb
|
||||
activesupport-6.0.3.4/lib/active_support/cache.rb
|
||||
|
|
|
@ -6,8 +6,8 @@ require 'gitlab/experiment/rspec'
|
|||
# This is a temporary fix until we have a larger discussion around the
|
||||
# challenges raised in https://gitlab.com/gitlab-org/gitlab/-/issues/300104
|
||||
class ApplicationExperiment < Gitlab::Experiment # rubocop:disable Gitlab/NamespacedClass
|
||||
def initialize(name = nil, variant_name = nil, **context)
|
||||
super
|
||||
def initialize(...)
|
||||
super(...)
|
||||
Feature.persist_used!(feature_flag_name)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue