Skip to content

feat(frontend): Wire ADO integration into app navigation and settings

5b34cc6
Select commit
Loading
Failed to load commit list.
Open

docs: Add Azure DevOps integration plan #766

feat(frontend): Wire ADO integration into app navigation and settings
5b34cc6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 7, 2026 in 2s

8 new alerts including 4 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 4 medium

Other Alerts:

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 232 in apps/backend/runners/github/providers/azure_devops_provider.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable pr is not used.

Check notice on line 594 in apps/backend/runners/github/providers/azure_devops_provider.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 646 in apps/backend/runners/github/providers/azure_devops_provider.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check warning on line 66 in apps/frontend/src/main/ipc-handlers/ado/utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

File data in outbound network request Medium

Outbound network request depends on
file data
.

Check warning on line 73 in apps/frontend/src/main/ipc-handlers/ado/utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

File data in outbound network request Medium

Outbound network request depends on
file data
.

Check warning on line 95 in apps/frontend/src/main/ipc-handlers/ado/utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

File data in outbound network request Medium

Outbound network request depends on
file data
.

Check warning on line 101 in apps/frontend/src/main/ipc-handlers/ado/utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

File data in outbound network request Medium

Outbound network request depends on
file data
.

Check notice on line 68 in apps/frontend/src/renderer/components/ADOSetupModal.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable testSuccess.