Skip to content

Commit 1fa78fb

Browse files
c-gitmxttcMC
authored
0.7.0 (#12)
* ci: remove shuttle job * docs: save todo for future improvement * feat: decrease heartbeat frequency * refactor: pull out database code Co-authored-by: mxttc <mxttc@users.noreply.github.com> * feat: impl save to file * feat: remove env file from sqlx * chore: add ignore for .env * feat: replace secret store By: mxttc * feat: remove shuttlers dependencies * refactor: reduce tokio to only needed features * ci: update to run on pull requests * style: apply rustfmt * refactor: upgrade version of clap * Release prep (#11) * chore: update dependencies * chore: restore log level for prod * chore: lower log level of event with config * chore: remove dbg calls * docs: remove shuttle specific tasks * chore: version bump --------- Co-authored-by: mxttc <mxttc@users.noreply.github.com> Co-authored-by: MC <mxttc_dev@outlook.com>
1 parent 2849371 commit 1fa78fb

16 files changed

Lines changed: 704 additions & 2183 deletions

File tree

.env

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/general.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ concurrency:
55
cancel-in-progress: true
66

77
on:
8-
push:
8+
pull_request:
99
branches:
10+
- main
1011
- develop
1112
workflow_call:
12-
13+
1314
env:
1415
CARGO_TERM_COLOR: always
1516

.github/workflows/shuttle.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
.shuttle-storage
33
Secrets*.toml
44
.shuttle*
5+
KV/
6+
.env
7+
.idea/workspace.xml

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"GLHF",
66
"isready",
77
"JHHNVETW",
8+
"loadenv",
89
"SKYDYKDX",
910
"timespan",
1011
"zeroize"

0 commit comments

Comments
 (0)