Skip to content

feat(project): project access management - #176

Closed
rulasg wants to merge 29 commits into
get-item-byfrom
projectv2ContributionUpdate
Closed

feat(project): project access management#176
rulasg wants to merge 29 commits into
get-item-byfrom
projectv2ContributionUpdate

wip

1a53998
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / PSScriptAnalyzer succeeded Dec 24, 2025 in 6s

35 new alerts

New alerts in code changed by this pull request

  • 11 warnings
  • 24 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 53 in public/project/getproject.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Command accepts pipeline input but has not defined a process block. Warning

Command accepts pipeline input but has not defined a process block.

Check warning on line 52 in public/project/getproject.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Command accepts pipeline input but has not defined a process block. Warning

Command accepts pipeline input but has not defined a process block.

Check warning on line 1 in public/driver/projectv2/updateProjectV2Collaborators.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Invoke-UpdateProjectV2Collaborators' uses a plural noun. A singular noun should be used instead. Warning

The cmdlet 'Invoke-UpdateProjectV2Collaborators' uses a plural noun. A singular noun should be used instead.

Check warning on line 130 in include/featureflag.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Function 'Set-ModuleNameFeatureFlag' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning

Function 'Set-ModuleNameFeatureFlag' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.

Check warning on line 115 in include/featureflag.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-ModuleNameFeatureFlags' uses a plural noun. A singular noun should be used instead. Warning

The cmdlet 'Get-ModuleNameFeatureFlags' uses a plural noun. A singular noun should be used instead.

Check warning on line 62 in include/featureflag.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Function 'Set-FeatureFlag' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning

Function 'Set-FeatureFlag' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.

Check warning on line 30 in include/featureflag.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Save-FeatureFlags' uses a plural noun. A singular noun should be used instead. Warning

The cmdlet 'Save-FeatureFlags' uses a plural noun. A singular noun should be used instead.

Check warning on line 13 in include/featureflag.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-FeatureFlags' uses a plural noun. A singular noun should be used instead. Warning

The cmdlet 'Get-FeatureFlags' uses a plural noun. A singular noun should be used instead.

Check warning on line 11 in include/featureflag.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The variable 'MODULE_NAME_PATH' is assigned but never used. Warning

The variable 'MODULE_NAME_PATH' is assigned but never used.

Check warning on line 165 in include/config.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Function 'Set-ModuleNameConfigValue' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'. Warning

Function 'Set-ModuleNameConfigValue' has verb that could change system state. Therefore, the function has to support 'ShouldProcess'.

Check warning on line 1 in Test/private/MockUsers.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-Mock_Users' uses a plural noun. A singular noun should be used instead. Warning

The cmdlet 'Get-Mock_Users' uses a plural noun. A singular noun should be used instead.

Check notice on line 2 in Test/include/config.mock.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check notice on line 61 in public/project/addprojectuser.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Add-ProjectUser' returns an object of type 'System.Boolean' but this type is not declared in the OutputType attribute. Note

The cmdlet 'Add-ProjectUser' returns an object of type 'System.Boolean' but this type is not declared in the OutputType attribute.

Check notice on line 58 in public/project/addprojectuser.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Add-ProjectUser' returns an object of type 'System.Boolean' but this type is not declared in the OutputType attribute. Note

The cmdlet 'Add-ProjectUser' returns an object of type 'System.Boolean' but this type is not declared in the OutputType attribute.

Check notice on line 46 in public/project/addprojectuser.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Add-ProjectUser' returns an object of type 'System.Boolean' but this type is not declared in the OutputType attribute. Note

The cmdlet 'Add-ProjectUser' returns an object of type 'System.Boolean' but this type is not declared in the OutputType attribute.

Check notice on line 29 in public/project/addprojectuser.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check notice on line 21 in public/project/addprojectuser.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check notice on line 19 in public/project/addprojectuser.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check notice on line 3 in public/project/addprojectuser.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Add-ProjectUser' does not have a help comment. Note

The cmdlet 'Add-ProjectUser' does not have a help comment.

Check notice on line 31 in public/driver/user/user.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check notice on line 14 in public/driver/user/user.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-User' does not have a help comment. Note

The cmdlet 'Get-User' does not have a help comment.

Check notice on line 3 in public/driver/user/user.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Invoke-GetUser' does not have a help comment. Note

The cmdlet 'Invoke-GetUser' does not have a help comment.

Check notice on line 12 in Test/public/issues/Get-ProjectIssue.test.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check notice on line 1 in public/driver/projectv2/updateProjectV2Collaborators.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Invoke-UpdateProjectV2Collaborators' does not have a help comment. Note

The cmdlet 'Invoke-UpdateProjectV2Collaborators' does not have a help comment.

Check notice on line 25 in private/invokeRestMethord.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace