github-actions[bot]
675324ed19
Version Packages (next)
2023-01-31 14:45:37 +00:00
github-actions[bot]
12a7b316ee
Version Packages (next)
2023-01-24 12:01:10 +00:00
Johan Haals
abd6d63359
Merge pull request #15787 from RoadieHQ/fix/plugin-adr-misisng-annotation
...
fix/plugin-adr missing annotation handling
2023-01-17 16:54:22 +01:00
github-actions[bot]
6d46667727
Version Packages
2023-01-17 11:50:48 +00:00
Kiss Miklos
456b53b6ec
do not show error when annotation is missing
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2023-01-17 02:15:56 +01:00
Carlos Esteban Lopez
1daac71e74
fix: Apply linter <span> rule
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2023-01-10 16:07:40 -05:00
github-actions[bot]
9521f1274d
Version Packages (next)
2023-01-10 14:18:51 +00:00
Patrik Oldsberg
dae9d7e34d
Merge pull request #15477 from kuangp/docs/adrs
...
docs(adrs): note default support for MADR 2.x
2023-01-04 11:27:30 +01:00
Robunnin
67afc5001d
Merge branch 'backstage:master' into adr-plugin-adjustments
2023-01-03 11:15:54 -05:00
github-actions[bot]
c4132274d9
Version Packages (next)
2023-01-03 14:44:31 +00:00
Phil Kuang
21ffbdd5ee
docs(adrs): note default support for MADR 2.x
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-12-30 13:57:29 -05:00
Robert Bunning
888a53b9b7
Remove unneeded dependencies
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-29 08:57:17 -05:00
Robert Bunning
ebe652df00
Update dependencies
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-28 13:24:42 -05:00
Robunnin
5d43a5ceb0
Merge branch 'backstage:master' into adr-plugin-adjustments
2022-12-28 13:01:47 -05:00
Robert Bunning
015e76cbfd
Updated adr plugin's readme
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-27 10:37:40 -05:00
github-actions[bot]
f834622f56
Version Packages (next)
2022-12-27 15:22:57 +00:00
Robert Bunning
0d514d6e10
Regenerate api reports
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-27 09:13:14 -05:00
Robert Bunning
54baecbd1a
Implement caching via response etags for adr backend
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 16:26:33 -05:00
Robert Bunning
42ecf54e48
Export api types
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 13:32:18 -05:00
Robert Bunning
654e8ac5af
Added api for adr plugin
...
Switched to using an AdrApi and removed the fetchers for adr reading.
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 13:11:49 -05:00
Robert Bunning
b267b6c045
Adjusted dependencies
...
Changed @types imports to be dev dependencies. Changed import of DiscoveryApi to remove reference to @backstage/plugin-permission-common
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 10:07:05 -05:00
Robert Bunning
5b6a1920cd
Changed endpoint names
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-23 09:24:53 -05:00
Robunnin
4ec300de73
Merge branch 'backstage:master' into adr-plugin-adjustments
2022-12-23 09:14:17 -05:00
Robert Bunning
39b54c6dd0
Fixed missing hyphen in param tag
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-21 12:44:16 -05:00
Robert Bunning
4b08032f84
Addressed linter warnings
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-21 11:04:29 -05:00
Robert Bunning
502aea62e1
Generated api reports
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-21 10:49:26 -05:00
blam
f2ea446de0
chore: apply changesets from hotfix
...
Signed-off-by: blam <ben@blam.sh >
2022-12-21 16:24:52 +01:00
Robunnin
dcc0efa782
Merge branch 'backstage:master' into adr-plugin-adjustments
2022-12-21 08:47:21 -05:00
Robert Bunning
f50f2cf891
Fixed spelling mistake in adr's readme
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-20 15:13:23 -05:00
Robert Bunning
fd19425ebe
Added tests
...
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-20 14:58:57 -05:00
github-actions[bot]
3245539963
Version Packages
2022-12-20 11:30:21 +00:00
Robert Bunning
99fea85ddf
Updated documentation
...
Added comments to exports. Updated READMEs for the adr-backend and adr plugins.
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-19 11:24:03 -05:00
Robert Bunning
fc1d240190
Add UrlReader support for adr plugin
...
The adr-backend plugin has been expanded with api endpoints that use url readers to read adr docs. This allows the adr frontend plugin to work with sites other than github, such as Azure DevOps. Created the concept of an AdrFileFetcher, which is used for retrieving adr file listings and content. EntityAdrContent and AdrReader have an optional prop to specify an override of the AdrFileFetcher to be used. By default, it uses the octokit fetcher for the octokit service.
Signed-off-by: Robert Bunning <rbunning@webstaurantstore.com >
2022-12-19 08:22:04 -05:00
github-actions[bot]
b2f4e97add
Version Packages (next)
2022-12-13 16:56:03 +00:00
github-actions[bot]
fbc645cf88
Version Packages (next)
2022-12-08 09:11:43 +00:00
github-actions[bot]
6465ab3686
Version Packages (next)
2022-12-06 13:22:31 +00:00
github-actions[bot]
2cb6963f9b
Version Packages (next)
2022-11-29 11:14:34 +00:00
Patrik Oldsberg
3ad5d36e52
Merge pull request #14615 from jsundquist/master
...
fix(search): update to only link title in search results
2022-11-28 15:10:38 +01:00
github-actions[bot]
83d3167594
Version Packages (next)
2022-11-22 15:40:52 +00:00
renovate[bot]
3280711113
Update dependency msw to ^0.49.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-11-22 04:34:08 +00:00
Jonathan Sundquist
81e945d052
move link outside of ternary
...
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com >
2022-11-15 09:24:28 -06:00
github-actions[bot]
3164131851
Version Packages
2022-11-15 12:31:55 +00:00
Jonathan Sundquist
a19cffbeed
fix(search): update to only link title in search results
...
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com >
2022-11-14 10:16:44 -06:00
renovate[bot]
e13cd3feaf
Update dependency msw to ^0.48.0
...
Signed-off-by: Renovate Bot <bot@renovateapp.com >
2022-11-09 10:15:16 +00:00
github-actions[bot]
b01fea7b8c
Version Packages (next)
2022-11-08 14:04:37 +00:00
github-actions[bot]
d4df1fbb2e
Version Packages (next)
2022-10-25 13:18:27 +00:00
github-actions[bot]
f0196a2f04
Version Packages
2022-10-18 09:55:10 +00:00
github-actions[bot]
9282c018c7
Version Packages (next)
2022-10-11 14:30:05 +00:00
github-actions[bot]
721c1efdb4
Version Packages (next)
2022-10-04 12:08:16 +00:00
github-actions[bot]
4e94720142
Version Packages (next)
2022-09-27 10:57:53 +00:00