-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change charm database user * Fix tests user * Add password rotation action * Rework secrets management * Add unit tests * Add constants * Update part of the code to correct actions * Implement password rotation * Improve messages * Improve get password test * Fix comment and remove unneeded else block * Add set password unit test * Improve unit test * Change helper function * Add copyright notice * Improve username retrieval * Add initial code for password rotation test * Fix comment * Add test checks * Small fix * Add retry to helper function * Fix lint problems * Improve integration test * Add pytest mark * Add separate jobs for different tests * Add separate encironments for different tests * Define asyncio mode * Add pytest marks * Fix test name * Remove duplicate job * Squashed commit of the following: commit db8dbd8 Author: Marcelo Henrique Neppel <[email protected]> Date: Fri Aug 26 16:15:15 2022 -0300 Add pytest mark commit b6f2d8a Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 14:57:20 2022 -0300 Improve integration test commit 16dce63 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 13:50:42 2022 -0300 Fix lint problems commit 14ec0f0 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 13:48:51 2022 -0300 Add retry to helper function commit 4bc38b8 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 11:56:41 2022 -0300 Small fix commit 34421e5 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 11:47:51 2022 -0300 Add test checks commit 7c75e45 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 09:08:04 2022 -0300 Fix comment commit 8988aa3 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 09:07:22 2022 -0300 Add initial code for password rotation test commit ef2bd31 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 09:06:50 2022 -0300 Improve username retrieval commit be497bc Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 08:31:03 2022 -0300 Add copyright notice commit a728a20 Author: Marcelo Henrique Neppel <[email protected]> Date: Thu Aug 25 08:24:32 2022 -0300 Change helper function commit 71f86ac Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 24 16:34:58 2022 -0300 Improve unit test commit 0d7ea40 Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 24 16:32:52 2022 -0300 Add set password unit test commit c92fdbc Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 24 15:42:47 2022 -0300 Fix comment and remove unneeded else block commit 4b7a534 Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 24 13:59:35 2022 -0300 Improve get password test commit 9c9b211 Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 24 13:54:54 2022 -0300 Improve messages commit f7024e4 Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 24 13:46:00 2022 -0300 Implement password rotation commit b8a3fd2 Merge: 4735754 a336356 Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 24 08:36:35 2022 -0300 Merge branch 'main' into password-rotation commit 4735754 Author: Marcelo Henrique Neppel <[email protected]> Date: Tue Aug 23 16:22:37 2022 -0300 Update part of the code to correct actions commit e345432 Merge: ca8f525 36640b2 Author: Marcelo Henrique Neppel <[email protected]> Date: Tue Aug 23 16:15:32 2022 -0300 Merge branch 'rework-secrets' into password-rotation commit 36640b2 Author: Marcelo Henrique Neppel <[email protected]> Date: Tue Aug 23 11:44:53 2022 -0300 Add constants commit 05b707e Author: Marcelo Henrique Neppel <[email protected]> Date: Tue Aug 23 11:38:44 2022 -0300 Add unit tests commit fc17a5e Author: Marcelo Henrique Neppel <[email protected]> Date: Tue Aug 23 10:48:48 2022 -0300 Rework secrets management commit ca8f525 Merge: 4cf20fd 3e1ece8 Author: Marcelo Henrique Neppel <[email protected]> Date: Mon Aug 22 14:54:17 2022 -0300 Merge branch 'main' into password-rotation commit 4cf20fd Merge: d325da6 62c636f Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 17 16:31:52 2022 -0300 Merge branch 'main' into password-rotation commit d325da6 Author: Marcelo Henrique Neppel <[email protected]> Date: Wed Aug 17 16:27:28 2022 -0300 Add password rotation action commit dd395f5 Author: Marcelo Henrique Neppel <[email protected]> Date: Tue Aug 16 10:57:19 2022 -0300 Fix tests user commit fe8bd8b Author: Marcelo Henrique Neppel <[email protected]> Date: Tue Aug 16 10:48:45 2022 -0300 Change charm database user * Improve pytest marks * Register pytest markers * Fix pytest mark
- Loading branch information
1 parent
5a4aa0f
commit 6a11b8a
Showing
9 changed files
with
227 additions
and
20 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
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
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.