Commit Graph

155 Commits

Author SHA1 Message Date
Bilawal Hameed f62ae22e38
feat: update github pages to use new actions docs flow 2025-06-15 13:39:15 +01:00
Bilawal Hameed ce1ef5c65d fix: drop support for 3.8 in 1.1.2 2025-06-05 19:09:03 +00:00
Bilawal Hameed 2cb0aad9f3 fix: dropped official support for python 3.8 2025-06-05 19:03:58 +00:00
Bilawal Hameed 3b4fc6ddea fix: bump to 1.1.1 2025-06-05 18:42:58 +00:00
Bilawal Hameed c85e91f351
1.1.1: Remove overly restrictive directory structure (#140)
* feat: add support for monorepos with symlink folders

* edit_uri: fix edit URL for nested site_name

fixes #127 and adds regression test for nested site_name in included project

* Avoid replacing dots for underscores

Resolves #123

* feat: removed restrictions on using directories outside root

* chore: fmt

* chore: bump dependencies

* docs: mention fixtures in readme

* fix: bump to 1.1.1

* docs: mention #129 in changelog

* docs: mention #108

* docs: add #122

* docs: add #128

---------

Co-authored-by: Bart van den Ende <bart.van.den.ende@wbd.com>
Co-authored-by: Duncan Macleod <duncan.macleod@ligo.org>
Co-authored-by: Fokko Driesprong <fokko@apache.org>
2025-06-05 14:40:43 -04:00
John Philip 02fbd09129
Merge pull request #126 from davidxia/patch-1
copy symlinks in merger.py
2025-01-30 14:03:52 -05:00
David Xia b98f5d9f16
copy symlinks in merger.py
instead of failing with an error if a file is a symlink.
2024-03-05 08:16:01 -05:00
Bilawal Hameed b1965a216a
[v1.1.0] Drop Python 3.7 and add support for Python 3.12 (#120)
* docs: update python supported versions list

* docs: update changelog

* chore: bump up release to 1.0.6

* chore: CI only covers supported versions

* fix: deploying package uses py3.8 instead of py3.7

* fix: exclude 3.13

* fix: switch release from 1.0.6 to 1.1.0

* refactor: replace deprecated package `distutils`

`distutils` was deprecated and removed in Python 3.12 [1].

`distutils.dir_util.copy_tree` function can be replaced by the `shutil.copytree`
counterpart.

[1]: https://docs.python.org/3.10/whatsnew/3.10.html#distutils-deprecated

* docs: added deprecated distutils fix to changelog

---------

Co-authored-by: PauloASilva <pauloasilva@gmail.com>
2024-01-04 14:28:40 +00:00
Morgan Bentell d2891d88d8
Remove mkdocs-material from requirements.txt (#109)
* remove mkdocs-material from requirements.txt as it is only used to generate the documentation site of this plugin, not as actual code dependency

* syntaxx

* stack overflow brainz
2024-01-03 15:34:02 +00:00
Blueswen a007de219a
Replace spotify with backstage (#103) 2024-01-03 15:33:15 +00:00
Morgan Bentell c778b3010e
Merge pull request #112 from backstage/agentbellnorm-patch-1
Update catalog-info.yaml
2023-09-08 15:30:49 +02:00
Morgan Bentell 9535ae3f36
Update catalog-info.yaml 2023-09-08 15:16:41 +02:00
Morgan Bentell fd588b76bd
Merge pull request #110 from backstage/agentbellnorm-patch-1
Update catalog-info.yaml
2023-09-08 15:10:13 +02:00
Morgan Bentell c6292b2192
Update catalog-info.yaml 2023-09-08 14:57:08 +02:00
Morgan Bentell 2112f4ecaa
Merge pull request #91 from nerdoc/patch-1
make example yaml code better readable
2023-05-12 14:09:16 +02:00
Morgan Bentell 882e6593f2
Merge pull request #102 from backstage/fix-setup-py
update setup.py
2023-05-12 14:01:10 +02:00
Morgan Bentell 98fee72d63 update setup.py 2023-05-12 13:48:34 +02:00
Morgan Bentell db82d42b1a
Merge pull request #101 from backstage/agentbellnorm-patch-2
Update ci checks and actions
2023-05-12 13:42:08 +02:00
Morgan Bentell 1965cee786 actually update some more things relating to python versions 2023-05-12 13:37:23 +02:00
Morgan Bentell 45c749e34c Merge remote-tracking branch 'origin/agentbellnorm-patch-1' into agentbellnorm-patch-2 2023-05-12 11:49:35 +02:00
Morgan Bentell bf6914088a Delete project-board.yml
the project board has been deleted, so this will never succeed
2023-05-12 11:46:04 +02:00
Morgan Bentell da30272568
Change owner team 2023-05-12 10:05:09 +02:00
Johan Norberg 36a163630a Update readme and setup.py with supported python versions 2023-03-20 14:41:42 +01:00
Johan Norberg e0cfb95b95 Run tests with python 3.8 - 3.11 2023-03-20 14:40:47 +01:00
Johan Norberg b96f859e95 Remove python 3.6 from test pipeline
* Python 3.6 is not available in the latest agent images in github
  anymore.
2023-03-20 14:40:22 +01:00
Johan Norberg 6b85cec708 Use main branches for actions to get latest versions
* master branch was renamed to main a while ago and is not updated
  anymore.
2023-03-20 13:46:02 +01:00
Christian González 84a40425df
make example yaml code better readable 2022-12-10 00:39:16 +01:00
Eric Peterson 15f39102d0
Fix incompatibility with mkdocs v1.4.0 (#86)
* Fix AttributeError 'NoneType' object has no attribute 'replace' error when running mkdocs v1.4.0
* Fix duplicated test name warning
* Prep release
2022-09-29 14:08:21 +02:00
Eric Peterson d35ca2560e
Track Spotify internal component ownership (#84)
* Track Spotify internal component ownership

Co-authored-by: Emma Indal <emma.indahl@gmail.com>
2022-08-23 10:25:43 +02:00
Eric Peterson dd011c546d
Merge pull request #82 from dariocurr/master
Allow no specification for both ´nav´ and ´docs_dir´
2022-08-03 17:21:37 +02:00
Dario Curreri 674ce8c4b6 add version of 1.0.3 to changelog 2022-07-30 14:53:39 +02:00
Dario Curreri 4b380bb467 update version 2022-07-30 14:52:50 +02:00
Dario Curreri a885ceaa78
Merge pull request #1 from dariocurr/no_docs_dir
No docs dir
2022-07-29 16:24:03 +02:00
Dario Curreri acc4be10c4 update tests 2022-07-29 16:09:39 +02:00
Dario Curreri 3282204fd3 remove tests now succeeding 2022-07-29 15:59:18 +02:00
Dario Curreri be50941d2c tests no docs_dir and no nav key 2022-07-29 15:41:11 +02:00
Dario Curreri 1485fad6b4 allow no docs_dir in cfg gile when default 2022-07-29 15:40:47 +02:00
Camila Belo 0c5f155e0f
Merge pull request #79 from aladjadj/fix_path_is_root
fix: use realpath to detect if the file is in root path
2022-05-19 11:50:47 +02:00
Andy Ladjadj 8410116d9d
ci: dump setup.py version 2022-05-19 11:42:49 +02:00
Andy Ladjadj 43a999e160
doc: update changelog with new release 2022-05-19 11:42:32 +02:00
Andy Ladjadj f647a2c837
fix: use realpath to detect if file is in root path 2022-05-11 14:27:29 +02:00
Camila Belo 879bcfbc2a
Merge pull request #76 from backstage/update-edit-uri-tests
Update edit url branchs
2022-03-22 09:52:59 +01:00
Camila Belo 531d370e6c test: update edit url branchs 2022-03-22 08:08:15 +01:00
Camila Belo e67e90aa87
Merge pull request #74 from backstage/fix-edit-page-url
Fix page edit url
2022-03-22 07:38:38 +01:00
Camila Belo 3c42c46514 refactor: review second round 2022-03-19 13:52:58 +01:00
Camila Belo 18f0d6b8e4
Merge branch 'master' into fix-edit-page-url 2022-03-17 09:50:38 +01:00
Camila Belo d4efbc5bfb
Merge pull request #75 from backstage/release-v1.0.0
Release v1.0.0
2022-03-17 09:32:03 +01:00
Camila Belo d45f4c89f1 fix: apply review suggestions 2022-03-16 20:03:07 +01:00
Camila Belo b6266d5910 chore: bump version to v1.0.0 2022-03-16 18:00:04 +01:00
Camila Belo 2fedc35035 docs: update changelog file 2022-03-16 18:00:04 +01:00