Commit Graph

52 Commits

Author SHA1 Message Date
Callen Barton 2321793465 Removing log statement
Signed-off-by: Callen Barton <7515844+cal5barton@users.noreply.github.com>
2022-07-07 10:23:46 -06:00
Callen Barton e67c4b7d5a Adding ability to list projects from Azure DevOps organization
Signed-off-by: Callen Barton <7515844+cal5barton@users.noreply.github.com>
2022-07-07 09:46:31 -06:00
mo def3dd7b9a test: GET /git-tags/:projectName/:repoName
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo 1183f1d667 mappedGitTag happy path
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo f786570c0e hyperlink the commit hash
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo 86e9497023 cleaning up frontend
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo 75b0a51d1a cleaning up server side
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo 0c16cef574 server side now actually returning git tags shaped like git tags
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo 8dfbd66c4a iteratively transforming PullRequest[] into GitTag[]
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo a2dc735943 poc getting actual tags worksgit diff
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
mo f1412da008 Added git-tags/ route to server. Client now calls /git-tags/
Signed-off-by: mo <mcassidy@hchb.com>
2022-05-03 12:09:45 -05:00
Marley Powell 5710e3ee8a refactor: Small code review change
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2022-03-30 15:31:21 +01:00
Marley Powell a8280a5600 fix: Make sure team members are loaded before loading pull requests
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2022-03-30 14:42:01 +01:00
Marley Powell e4e188f06b fix: Stop loading all teams when plugin is initialized
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2022-03-30 14:32:44 +01:00
Patrik Oldsberg 9f9596f9ef azure-devops-backend: only warn if teams fail to load at startup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-13 14:40:52 +01:00
Marley Powell 7de84a8239 refactor: Code review improvements around getTeamMembers parameters.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2022-01-12 08:59:16 +00:00
Marley Powell a48a3fec9b Merge branch 'master' of https://github.com/backstage/backstage into marley/7678-pull-request-custom-filters-2 2022-01-11 09:32:52 +00:00
Fredrik Adelöw 9632cda521 Fix the last renmnants of the old copyright header
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-09 22:10:52 +01:00
Marley Powell dc55aa89f6 fix: Implemented a p-limit in PullRequestsDashboardProvider to stop unlimited parallelism.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2022-01-04 09:17:49 +00:00
Marley Powell 30d3623bf1 test: Updated router unit tests.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-12-16 15:24:54 +00:00
Marley Powell 060a39e4d8 feat: Created PullRequestsDashboardProvider for resolving team and team member relations
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-12-16 14:35:21 +00:00
Marley Powell e251bbd9a4 Merge branch 'master' of https://github.com/backstage/backstage into marley/7678-pull-request-custom-filters 2021-12-09 16:24:06 +00:00
Marley Powell c0ac89d531 feat: Added additional types.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-12-06 15:12:15 +00:00
Andre Wanlin 07ac314fb2 Improvements based on feedback
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-12-04 11:50:38 -06:00
Andre Wanlin 868f1dae99 Refactored to provide better API for Builds
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-12-04 11:18:19 -06:00
Andre Wanlin 7d1a522abc Added getting builds by definition name
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-12-04 11:12:41 -06:00
Marley Powell 77f36290e5 fix: Removed unnecessary Object.values for /all-teams endpoint.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-11-30 09:37:08 +00:00
Marley Powell aa2a3759cc test: Added some unit tests for azure-devops-utils.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-11-29 10:07:22 +00:00
Marley Powell 5c3941970e feat: Created new endpoints for getting dashboard PRs and all teams.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-11-26 15:32:37 +00:00
Otto Sichert b23bc7f9c3 Change default port of backend to 7007 due to MacOS Control Center update
Signed-off-by: Otto Sichert <git@ottosichert.de>
2021-11-18 16:45:57 +01:00
Andre Wanlin a2637ce893 Cleaned up tests
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-11-11 09:18:50 -06:00
Andre Wanlin 7e966461d0 Use string for Date and let client handle display
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-11-10 12:17:58 -06:00
Marley Powell b4ab81cad9 refactor: Stop re-exporting types from @backstage/plugin-azure-devops-backend.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-11-08 14:55:07 +00:00
Andre Wanlin 75a865215c Added duration and identity as well as minor refactoring
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-23 11:47:54 -05:00
Marley Powell f1b4cdce00 chore: Re-generated API report.
Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-10-19 08:00:21 +01:00
Marley Powell 8a92dc3155 refactor(@backstage/plugin-azure-devops-backend): re-exported types from azure-devops-node-api
rexported types from `azure-devops-node-api` and consume those re-exported in `@backstage/plugin-azure-devops-frontend`.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
2021-10-15 21:38:20 +01:00
Andre Wanlin ac7edbb437 Refactoring based on feedback
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-11 15:08:53 -05:00
Andre Wanlin c1acc47357 Added Unique Name
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-09 15:36:51 -05:00
Andre Wanlin b7c0585471 Added pull requests to backend
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-09 13:14:26 -05:00
Andre Wanlin 623701b35d Handle undefined properties
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-10-08 14:40:46 -05:00
Patrik Oldsberg 299b43f052 azure-devops-backend: mark config as required and use mock token
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-29 13:50:19 +02:00
Andre Wanlin 1984dab101 Refactored top to be number from query string
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 15:07:47 -05:00
Andre Wanlin a058de29e0 Updated tests to use toHaveBeenCalledWith
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 11:51:17 -05:00
Andre Wanlin f23349832b Extracted function and added tests
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 11:48:37 -05:00
Andre Wanlin bb256781b0 Fixed up API Report
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin 94373feca1 Type fixes
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin c6fdf864b3 Corrected imports
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin a18f2d2a96 Moved top so it will be provided by the future frontend
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin b6c5102d46 Added expect for arguments
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00
Andre Wanlin 0d2e75ba9d Cleaning up router and its tests
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-09-25 10:37:00 -05:00