-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Converted project to use cats-effect 3.x and fs2 3.x. It may be worth looking into tightening our library dependency on cats-effect-kernel instead of the whole library. NOTE: tests are broken and will need to be fixed. * Added in weaver-test. Migrated test files to cats-effect/fs2 3.x. Made TestUtils.readFileFromResource use a Stream instead of reading with IO and a Resource. * Fixed issue with DiscordClient and `expect` swallowing response bodies. `withHeaders` was replacing all of the headers and Discord was requiring a `Content-Type` header. * Fixed IntelliJ import * Added in integration test basis. Could definitely be improved and is a little slow... * Removed my now invalidated test bot token... * Added in environment variable for dissonance IT bot. * Changed the IT channel to be on the main Dissonance Discord server. * Alphabetized dependencies. * Reformat for re-build.
- Loading branch information
1 parent
00179ad
commit e567f07
Showing
12 changed files
with
257 additions
and
132 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
Oops, something went wrong.