-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: support news `title` and `more_info_urls` fields - Incidentally moves the news pieces to a json file - Also exposes the existing "tags" field via api endpoint * chore: bump formatter versions * fix: correct typo in `black` version * tests: update dummy bridge agent major version This was causing the CI to fail as extra images are associated with a bridge agent version greater than 5 (which was the value before). * tests: other test bridge agent causing fail * tests: debug the image gen tests * tests: more image gen debug * test: tweaks for consistency * tests: set all fixtures to session scoped * fix: try/except news.json load This would be in the off chance the json is malformed.
- Loading branch information
Showing
7 changed files
with
870 additions
and
664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
pytest==8.0.2 | ||
black==24.2.0 | ||
ruff==0.3.1 | ||
black==24.4.2 | ||
ruff==0.4.2 | ||
tox~=4.14.1 | ||
horde_sdk>=0.7.29 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters