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

Rewrite homeval to use just rust and no js #29

Open
wants to merge 142 commits into
base: main
Choose a base branch
from
Open

Conversation

PotentialStyx
Copy link
Member

@PotentialStyx PotentialStyx commented Jun 27, 2023

Closes #21

@PotentialStyx PotentialStyx self-assigned this Jun 28, 2023
@PotentialStyx PotentialStyx added this to the Homeval v1 milestone Jun 28, 2023
@PotentialStyx PotentialStyx linked an issue Oct 9, 2023 that may be closed by this pull request
dependabot bot and others added 23 commits April 15, 2024 13:43
Bumps [axum](https://github.com/tokio-rs/axum) from 0.7.4 to 0.7.5.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.4...axum-v0.7.5)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Commits](tokio-rs/prost@v0.12.3...v0.12.4)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.80.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.80)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.38.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.34...v0.4.38)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Opting instead to just import and use the `LazyLock`. This makes it easier to make small updates to the type signature of any of the `LazyLock`'s.
…0.4.38

build(deps): bump chrono from 0.4.34 to 0.4.38
….12.4

build(deps): bump prost from 0.12.3 to 0.12.4
…rait-0.1.80

build(deps): bump async-trait from 0.1.77 to 0.1.80
…8.12

build(deps): bump toml from 0.8.10 to 0.8.12
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.21.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…0.21.11

build(deps): bump rustls from 0.21.10 to 0.21.11
…ions

This commit also fixes all warnings generated by enabling these settings
- Warn for useless `clone()` calls
- Warn for functions that could be marked `const` but are not.
@PotentialStyx PotentialStyx marked this pull request as ready for review April 27, 2024 20:28
PotentialStyx and others added 6 commits April 27, 2024 17:08
…protocol

- Fully implements [`goval-ident`](https://govaldocs.pages.dev/service/goval-ident/)
- Makes `goval-ident` a disable-able feature
- Unifies implemention of `chat` and `gcsfiles` variants
feat(services, goval-ident): Implement chat variant of `goval-ident` protocol
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…0.22.0

build(deps): bump base64 from 0.21.7 to 0.22.0
Replit is removing the audio service soon (see: replit/replit-py#219)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move away from lazy_static Full windows compat
1 participant