Skip to content

feat : Edit Issue content during sync-projectItemStaged - #136

Merged
rulasg merged 27 commits into
mainfrom
rulasg/issue122
Sep 14, 2025
Merged

feat : Edit Issue content during sync-projectItemStaged #136
rulasg merged 27 commits into
mainfrom
rulasg/issue122

refactor(tests): remove unimplemented Test_GetProject_SUCCESS and upd…

0372709
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / PSScriptAnalyzer succeeded Sep 14, 2025 in 5s

72 new alerts

New alerts in code changed by this pull request

  • 24 warnings
  • 48 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 266 in Test/public/project_item.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 301 in Test/public/project_item.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 312 in Test/public/project_item.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 333 in Test/public/project_item.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 347 in Test/public/project_item.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 355 in Test/public/project_item.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 383 in Test/public/project_item.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 387 in Test/public/project_item.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 393 in Test/public/project_item.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 407 in Test/public/project_item.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 411 in Test/public/project_item.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 304 in Test/public/project_items_staged.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 398 in Test/public/project_items_staged.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 817 in Test/public/project_items_staged.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 328 in Test/public/project_items_staged_Async.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 18 in private/invokeRestMethord.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check warning on line 10 in private/item/convertItemToHash.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Use literal initializer, @{{}}, for creating a hashtable as they are case-insensitive by default Warning

Use literal initializer, @{}, for creating a hashtable as they are case-insensitive by default

Check notice on line 65 in private/item/convertItemToHash.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

The cmdlet 'Convert-NodeItemToHash' returns an object of type 'System.Collections.Hashtable' but this type is not declared in the OutputType attribute. Note

The cmdlet 'Convert-NodeItemToHash' returns an object of type 'System.Collections.Hashtable' but this type is not declared in the OutputType attribute.

Check notice on line 51 in private/projectDatabase/project_database_Async.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check warning on line 37 in private/projectDatabase/project_database_Item.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

'Set-Item' is a cmdlet that is included with PowerShell (version core-6.1.0-windows) whose definition should not be overridden Warning

'Set-Item' is a cmdlet that is included with PowerShell (version core-6.1.0-windows) whose definition should not be overridden

Check warning on line 37 in private/projectDatabase/project_database_Item.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

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

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

Check warning on line 42 in private/projectDatabase/project_database_Item.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 55 in private/projectDatabase/project_database_Item.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

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

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

Check notice on line 44 in private/projectDatabase/project_database_Sync.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

Check warning on line 85 in private/projectDatabase/project_database_Sync.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

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

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