Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis for everything #63

Merged
merged 25 commits into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
48c6d65
redis for everything updates
williamhorning Apr 30, 2024
5aced43
fix test data to match
williamhorning Apr 30, 2024
8a28592
cleanup discord and commands
williamhorning May 3, 2024
96c0bd8
fix this
williamhorning May 3, 2024
19c985b
clean up plugin stuff
williamhorning May 4, 2024
6b4c8b2
redo and simplify bridge stuff
williamhorning May 4, 2024
851d78c
fix tests
williamhorning May 4, 2024
c9367d7
fix tests again
williamhorning May 4, 2024
c5a2ae3
turns out the migration was broken
williamhorning May 4, 2024
e1555a1
a bunch of changes
williamhorning May 5, 2024
7c9cd06
replace most deno deps?
williamhorning May 5, 2024
a8f2f52
fix specifier
williamhorning May 5, 2024
fb5a1e6
try fixing compat stuff
williamhorning May 5, 2024
ddccfba
turns out compat is a massive pain
williamhorning May 5, 2024
658c0e7
docs!
williamhorning May 5, 2024
1fa7d08
docs
williamhorning May 5, 2024
3edf079
trailing newline
williamhorning May 5, 2024
9aa4bd3
replies work same as before now, also fix guilded webhooks frfrfr thi…
williamhorning May 6, 2024
12d298c
remove most references to platform(s) and simplify err and message types
williamhorning May 6, 2024
48293a4
fix test frfr
williamhorning May 6, 2024
898ca77
format
williamhorning May 7, 2024
bdd9f5b
update version strings, simplify a ton
williamhorning May 10, 2024
0cf898a
move types around and simplify stuff
williamhorning May 11, 2024
62e87f5
update deps and other stuff
williamhorning May 16, 2024
139563b
move commands stuff
williamhorning May 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .editorconfig

This file was deleted.

6 changes: 0 additions & 6 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

31 changes: 12 additions & 19 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
packages: write

jobs:
jsr:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -21,28 +21,21 @@ jobs:
uses: denoland/setup-deno@v1
with:
deno-version: v1.42.0
- name: publish to jsr
run: |
cd packages/lightning
deno publish
docker:
runs-on: ubuntu-latest
steps:
# Get the repository's code
- name: checkout
uses: actions/checkout@v4
- name: set up QEMU
- name: setup qemu
uses: docker/setup-qemu-action@v1
- name: set up buildx
id: buildx
- name: setup buildx
uses: docker/setup-buildx-action@v1
- name: Login to Docker Hub
- name: login to docker hub
uses: docker/login-action@v1
with:
username: williamfromnj
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: metadata
id: yo
- name: go to the directory
run: cd packages/lightning
- name: publish to jsr
run: deno publish
- name: setup docker metadata
id: metadata
uses: docker/metadata-action@v3
with:
images: williamfromnj/bolt
Expand All @@ -53,5 +46,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.yo.outputs.tags }}
labels: ${{ steps.yo.outputs.labels }}
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
21 changes: 0 additions & 21 deletions .github/workflows/tests.yml

This file was deleted.

22 changes: 0 additions & 22 deletions docker-compose.example.yml

This file was deleted.

13 changes: 0 additions & 13 deletions dockerfile

This file was deleted.

57 changes: 0 additions & 57 deletions packages/bolt-discord/commands.ts

This file was deleted.

Loading