-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: create admin api key * fix: revert to discourse from charmhub * fix: typo * fix: user & api key creation flow * fix: upgrade discourse charm * fix: remove unlist parameter(user level api failure) * fix: update assert to pass returned content * fix: set hostname for successful redirect * fix: static test dependency update to bandit w/ toml * fix: lint fixes * test: wait for idle for longer * test: give enough timeout for asset compile * fix: deploy and wait for idle before getting status * debug * fix: parse raw content * fix: lint fixes * fix: wait for idle not active status * fix: content in paragraph tag * fix: backwards compatibility fix for e2e * fix: infinte wait fix * fix: set config after relations * fix: reorder deploy flow * fix: wait for ip * fix: revert * chore: revert back to main operator workflow * chore: pin juju version & move to dev-requirements.txt * chore: remove pre_run * chore: add timeouts to requests * test: separate out response parsing * chore: revert content assertions * fix: doc imperative mood fix * test: fixturize admin API headers * test: consistency fixes * chore: remove unnecessary fstring * fix: fixture reference
- Loading branch information
Showing
14 changed files
with
353 additions
and
178 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
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 +1,2 @@ | ||
factory_boy>=3.2,<3.3 | ||
juju==3.0.4 |
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
Oops, something went wrong.