1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00
Commit graph

279 commits

Author SHA1 Message Date
ead9eedea3
Bump version to 0.10.0 2023-03-24 01:36:10 +01:00
28f690b6f2
Merge pull request #4 from Steffo99/reqeast
Dynamic fetch of data from Riot Games' live servers
2023-03-24 01:32:44 +01:00
59885e6a27
Merge branch 'main' into reqeast 2023-03-24 01:32:25 +01:00
84d153653a
Add test test_legality_eternal_paltri 2023-03-24 01:31:15 +01:00
0573287708
Fix some tests 2023-03-24 01:19:27 +01:00
0a21a4ccf9
Allow clippy::single_match in interaction_create 2023-03-24 01:05:11 +01:00
d417be378a
Fix conditional compilation 2023-03-24 01:01:14 +01:00
0d3c1329c4
Use imgproxy to convert images on the fly 2023-03-24 00:51:18 +01:00
f469776a1d
Allow specifying locale via the DATA_DRAGON_LOCALE envvar 2023-03-23 19:58:59 +01:00
2c83a773e1
Remove fetch feature from VSC 2023-03-23 18:59:49 +01:00
adfd6325c6
Remove strikethrough over "Usage of the Discord bot" 2023-03-23 18:59:49 +01:00
0710b370ae
Update README 2023-03-23 18:59:49 +01:00
8f9927731d
Update formats (#14)
* Add missing docstring section to `Deck::singleton`
* Add `Deck::unlimited_champions`
* Fix typo in `Deck::singleton` docstring
* Rename *Standard* to *Eternal*
* Allow displaying *Unlimited Champions*
* Add more legality tests
2023-03-23 18:59:49 +01:00
649ec0c249
Remove strikethrough over "Usage of the Discord bot" 2023-03-23 18:52:46 +01:00
ce6a585505
Update README 2023-03-23 18:51:38 +01:00
14c2b6e9b0
Update formats (#14)
* Add missing docstring section to `Deck::singleton`
* Add `Deck::unlimited_champions`
* Fix typo in `Deck::singleton` docstring
* Rename *Standard* to *Eternal*
* Allow displaying *Unlimited Champions*
* Add more legality tests
2023-03-22 09:35:36 +01:00
9dcb2d2a71
Remove unused imports 2023-03-21 15:52:07 +01:00
27911378dd
Add some debug logging 2023-03-21 15:51:26 +01:00
384d209b5c
Use the two previous functions in crate::discord::main 2023-03-21 15:39:57 +01:00
4d5fe654e8
Use the two previous functions in crate::telegram::main 2023-03-21 15:39:28 +01:00
cde8a5085a
Add create_cardindex_from_dd_latest_en_us 2023-03-21 15:39:05 +01:00
ee1778284d
Add create_globalindexes_from_dd_latest_en_us 2023-03-21 15:39:00 +01:00
ef93f04140
Remove development card data
It can now be mounted with s3fs-fuse
2023-03-21 15:03:37 +01:00
bc9d840fe0
Fully remove fetch feature 2023-03-21 15:03:10 +01:00
a38d04fb5e
Remove unused use 2023-03-20 11:14:16 +01:00
cf7268ebdb
Merge branch 'main' into reqeast
# Conflicts:
#	Cargo.toml
#	src/data/corebundle/mod.rs
2023-03-20 11:12:45 +01:00
33163ab39f
Fix some more compilation 2023-03-20 00:11:55 +01:00
1d91b2619d
Fix compilation where BUILD = TARGET platform 2023-03-19 22:13:39 +01:00
6532748d6c
Fix config.toml for the docker image 2023-03-19 22:04:36 +01:00
92a2f1bea5
Download toolchain for the local platform as well 2023-03-19 21:23:32 +01:00
184aaba069
Improve Docker multiarch image compilation (#13)
* Remove `native-tls` dependency

* Configure `linux/arm64`, `linux/arm/v7`, and `linux/amd64` builds
2023-03-19 21:15:15 +01:00
27ae299af6
Add Discord link to README 2023-02-07 03:13:51 +01:00
07fa6c8763
Fix documentation link 2023-02-07 03:12:18 +01:00
9463e58fe0
Bump version to 0.9.1 2023-02-07 03:11:03 +01:00
b922d5edb0
--lib is included by default in docs.rs 2023-02-07 03:10:53 +01:00
7f5ef9e5ea
Use apt-get instead of apt in the Dockerfile 2023-02-07 01:46:57 +01:00
2fc82bf6c6
Fix dockerfile 2023-02-07 01:46:16 +01:00
a0974f91d5
Batch of changes for v0.9.0 (#7) 2023-02-07 01:31:15 +01:00
e2afa112d8
Refactor dockerfile 2023-01-31 04:43:22 +01:00
b50e7f82c9
Remove release workflow as it is not ready yet 2023-01-31 04:34:35 +01:00
9e9e321431
Add libssl1.1 to the dockerfile 2023-01-31 04:21:33 +01:00
191fb5d70d
Include publicly available card data in the repository so that doctests may pass 2023-01-30 18:41:29 +01:00
4255ca0d7a
Fix broken doctest 2023-01-30 18:35:40 +01:00
e91e89cab1
Batch of changes for v0.8.0 (#2)
See changelog for more details.
2023-01-30 18:33:50 +01:00
c0ed6189e5
Fix search bugs introduced with the previous PR 2023-01-30 15:37:41 +01:00
dependabot[bot]
db27dd6db4 Bump bumpalo from 3.10.0 to 3.12.0
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.10.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.10.0...3.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 02:31:08 +01:00
dependabot[bot]
d7a4c3b125 Bump tokio from 1.20.1 to 1.20.3
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.20.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.20.3)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 02:30:38 +01:00
383948c6e6
Implement supertypes enum (#11) 2023-01-30 00:28:31 +01:00
978074cfef
Remove docker-compose.yml from main 2023-01-15 19:28:46 +01:00
5ebb6bd1b2
Fix dockerfile 3rd edition 2023-01-15 19:26:49 +01:00