-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update nyxx_lavalink to use nyxx 6.0.0 and Lavalink v4 (#16)
* Update PULL_REQUEST_TEMPLATE.md * Initial lavalink package implementation * wip: Documentation * wip: nyxx_lavalink implementation * Filter voice state updates to only trigger on the bot's own state updated * Fix deserialization of websocket closed events * Add more methods to LavalinkPlayer * Export package:lavalink * Fix snowflake parsing * Add HTTP only Lavalink client * Add methods to LavalinkPlugin for loading tracks * Close streams associated with player on disconnection * Update example to use search * Remove application.yml.example from version control * Update workflows to work for both packages * Format files * Correct test command * Add dev_dependencies for package:nyxx_lavalink * Document package:lavalink * Move metadata files to appropriate package folder * Prepare nyxx_lavalink for release * Update README.md * Reference required lavalink server version in README * Document nyxx_lavalink * Add method on LavalinkPlugin for connecting to Lavalink * Correct lavalink version constraint * Add .gitkeep files in test directories * Revert test workflow back to `dart run test` --------- Co-authored-by: Szymon Uglis <[email protected]>
- Loading branch information
1 parent
665fd53
commit 1b7137a
Showing
91 changed files
with
2,868 additions
and
2,205 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 |
---|---|---|
|
@@ -26,17 +26,21 @@ jobs: | |
${{ runner.os }}-pubspec- | ||
- name: Install dependencies | ||
working-directory: packages/nyxx_lavalink | ||
run: dart pub get | ||
|
||
- name: Generate docs | ||
working-directory: packages/nyxx_lavalink | ||
run: dart doc | ||
|
||
- name: Extract branch name | ||
working-directory: packages/nyxx_lavalink | ||
shell: bash | ||
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" | ||
id: extract_branch | ||
|
||
- name: Deploy nyxx dev docs | ||
working-directory: packages/nyxx_lavalink | ||
uses: easingthemes/[email protected] | ||
env: | ||
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_SERVER_KEY }} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
packages/nyxx_lavalink/README.md |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.