Commit Graph

338 Commits

Author SHA1 Message Date
github-actions[bot] 911bbe0d92 Version Packages (next) 2024-08-27 11:41:57 +00:00
Camila Belo 997998e0e0 refactor: apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-08-26 12:56:35 +02:00
Camila Belo 33ebb28942 refactor(techdocs-node): remove dependency on backend-common
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-08-26 12:56:35 +02:00
John Philip fc6ea0c0b8 Merge pull request #26081 from deejay1/typo-fix
Fix typo and unify TechDocs casing in doc strings
2024-08-20 10:50:40 -04:00
github-actions[bot] 2a2c84ba68 Version Packages 2024-08-20 08:56:34 +00:00
Łukasz Jernaś 4417dd40d1 Fix typo and unify TechDocs casing in doc strings
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
2024-08-19 16:17:27 +02:00
Johan Haals d897ce63d6 Remove backend-common dependency
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-15 13:43:32 +02:00
Camila Belo 2acc278202 docs: update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-08-15 13:29:28 +02:00
Johan Haals 38f3827e5a Remove deprecated UrlReaders and update usages
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2024-08-15 13:28:21 +02:00
github-actions[bot] 003494838b Version Packages (next) 2024-08-13 13:59:06 +00:00
John Philip 2c08403f61 Merge pull request #25910 from kmarkow/fix-techdocs-edit-url-trailing-slash
Fix TechDocs Edit URL link when trailing slash not present
2024-08-06 14:42:19 -04:00
github-actions[bot] 120319d2b5 Version Packages (next) 2024-08-06 13:15:32 +00:00
Kamil Markow 5cedd9f828 Fix TechDocs Edit URL link when trailing slash not present
Signed-off-by: Kamil Markow <kamilmarkow@gmail.com>
2024-08-05 13:19:31 -04:00
github-actions[bot] 58bbb3edca Version Packages (next) 2024-07-30 12:26:11 +00:00
MT Lewis 9559b1ad21 Merge pull request #25772 from backstage/techdocs-common
techdocs: introduce common package for annotation constants
2024-07-30 08:38:41 +01:00
MT Lewis 69bd940408 techdocs: switch to using constants from techdocs-common for annotations
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-24 20:34:59 +01:00
MT Lewis 4698e1f4d4 techdocs: add common package for annotation constants
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-07-24 18:52:17 +01:00
Isabel Tomb 0afa044555 Update test
Update the test that checks that the existing edit_uri value in a
mkdocs.yml won't be overridden by `patchMkdocsYmlPreBuild` so that it
checks the value of 'edit_uri' was not updated rather than just checking
for the existence of the substring. This change is needed because the
substring will exist in the file but as the `repo_url` value which is
expected after the changes in the previous commits.

Signed-off-by: Isabel Tomb <isabelgtomb@gmail.com>
2024-07-23 16:44:55 -05:00
Isabel Tomb 839e888e3a Add a test for new repo_url edit_uri scenario
Add a test that checks that an edit_uri will be generated as expected
if the mkdocs.yml contains a `repo_url` value but no `edit_uri` vlaue.

Signed-off-by: Isabel Tomb <isabelgtomb@gmail.com>
2024-07-23 16:44:54 -05:00
Isabel Tomb 949083ddb4 Update patchMkdocsYmlPreBuild
Update the `patchMkdocsYmlPreBuild` function to modify `repo_url` and
`edit_uri` independently of each other. Prior to this change both
`repo_url` and `edit_uri` would have to be missing for either to be
generated which caused an issue in the situation where `repo_url`
is provided in the mkdocs.yml and `edit_uri` is not because the default
`edit_uri` value from mkdocs would be used instead. This value uses `master` as
the branch in the link which breaks the edit link for repos that don't use
`master` as the default branch.

Signed-off-by: Isabel Tomb <isabelgtomb@gmail.com>
2024-07-23 16:44:54 -05:00
github-actions[bot] 4a8774820c Version Packages (next) 2024-07-23 14:02:37 +00:00
github-actions[bot] 8d2fe707cb Version Packages 2024-07-16 12:06:55 +00:00
github-actions[bot] 08c63d46ac Version Packages (next) 2024-07-02 09:03:14 +00:00
John Philip 25450bab24 Merge pull request #25361 from johnphilip283/add-publisher-extension-point
TechDocs: Add publisher extension point
2024-06-26 10:45:27 -04:00
John Philip 0f8538dabc Merge pull request #25255 from backstage/johnphilip283-patch-1
Update techdocs.ts container image
2024-06-26 10:41:18 -04:00
github-actions[bot] f03d12aff2 Version Packages (next) 2024-06-25 13:05:56 +00:00
John Philip 897afcc4d5 fix api reports
Signed-off-by: John Philip <jphilip@spotify.com>
2024-06-22 22:45:29 -04:00
John Philip fea739f1ca fix api reports
Signed-off-by: John Philip <jphilip@spotify.com>
2024-06-22 21:14:24 -04:00
John Philip 779a6777b6 Merge branch 'master' into johnphilip283-patch-1 2024-06-22 13:07:29 -04:00
John Philip c17cf4fd23 add publisher extension point
Signed-off-by: John Philip <jphilip@spotify.com>
2024-06-22 13:00:35 -04:00
github-actions[bot] 18a40424cb Version Packages 2024-06-18 12:37:38 +00:00
Fredrik Adelöw 25e2394626 Merge pull request #24593 from backstage/techdocs-move-away-from-container-runners
Add Docker container runner to techdocs-node
2024-06-17 17:07:31 +02:00
Vincenzo Scamporlino f59e1c67d0 techdocs-node: add missing option
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-17 15:51:06 +02:00
Vincenzo Scamporlino d7f9894950 techdocs-node: move default containerRunner init
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-17 13:48:07 +02:00
Vincenzo Scamporlino 3bcfbf39d1 techdocs-node: mark as deprecated
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-17 10:28:29 +02:00
Vincenzo Scamporlino e8c01ddc0a techdocs-node: still export ContainerRunner from backend-common
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-17 10:00:52 +02:00
John Philip cc183007ea Update techdocs.ts container image
Signed-off-by: John Philip <johnphilip283@gmail.com>
2024-06-14 17:49:47 -04:00
Calvin Lee 5db753618f fix: enable support for edit_url in TechDocs
Signed-off-by: Calvin Lee <cjlee@ualberta.ca>
2024-06-14 10:56:53 -06:00
Vincenzo Scamporlino c674ffc164 techdocs-node: do not export ContainerRunner definitions
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-13 15:05:25 +02:00
Vincenzo Scamporlino 6e2e5bcce6 techdocs-node: refactor DockerContainerRunner tests
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-13 14:39:05 +02:00
Vincenzo Scamporlino 21c750bd6f techdocs-node: containerRunner api report
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-13 14:37:05 +02:00
Vincenzo Scamporlino f62d673ae8 techdocs-node: move DockerContainerRunner tests
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-13 14:37:05 +02:00
Vincenzo Scamporlino 130d0842a1 techdocs-backend: instantiate containerRunner internally
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-06-13 14:37:01 +02:00
github-actions[bot] e83ead9b1a Version Packages (next) 2024-06-11 15:25:17 +00:00
Patrik Oldsberg d44a20a5cd add plugin metadata to all plugin packages
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-06-11 11:24:29 +02:00
github-actions[bot] 09f502208f Version Packages (next) 2024-06-04 15:34:15 +00:00
John Philip 77d6b8cfe3 Merge pull request #24587 from drodil/build_log_transport_extension
feat: allow defining custom build log transport for techdocs
2024-05-29 15:52:45 -04:00
github-actions[bot] 77da22e67f Version Packages (next) 2024-05-28 13:43:01 +00:00
github-actions[bot] cce04957e9 Version Packages (next) 2024-05-21 14:41:46 +00:00
Camila Belo eb34b87d5a refactor: stop using getVoidLogger in tests
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2024-05-16 09:21:54 +02:00