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

242 commits

Author SHA1 Message Date
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
5a6fd715e4
Update cargo.lock version 2023-01-15 19:08:14 +01:00
ae6133b52c
Fix dockerfile 2nd edition 2023-01-15 18:00:57 +01:00
fe38a7a49e
Fix dockerfile 2023-01-15 17:15:07 +01:00
6a3c8db069
Bump version to 0.7.1 2023-01-15 17:12:11 +01:00
93451b10ec
Introudce a "crystal" segment in Telegram inline query ids
To work around the bizzare caching mechanisms Telegram seems to have.
2023-01-15 12:24:35 +01:00
72694053f2
Remove comment about S3FS plugin 2022-12-24 21:09:38 +01:00
a9d03d4d73
Add back 64M memory limit 2022-12-24 20:27:24 +01:00
56b436a17c
Comment resource limit 2022-12-24 20:23:46 +01:00
2ca67f658b
Give up on using s3fs-volume-plugin docker plugin as it is unmaintained 2022-12-24 04:48:52 +01:00
4382856220
Remove read only flag from cards data 2022-12-24 04:40:16 +01:00
92836aaaef
Remove unnecessary trailing slash 2022-12-24 04:34:42 +01:00
e14125b60f
Add missing s3fs bucket name 2022-12-24 04:33:14 +01:00
5e7a715eaa
Rename poro_cards to just cards 2022-12-24 04:30:56 +01:00
fdcbb0df61
Fix card volume driver name 2022-12-24 04:27:33 +01:00
df74b9911f
Add memory limit 2022-12-24 04:08:22 +01:00
dcff2b2065
Create Docker Compose file 2022-12-24 04:06:39 +01:00
cf8b1d3e35
Update Dockerfile 2022-12-24 03:57:48 +01:00
b52e23b882
Update GitHub Actions workflows 2022-12-24 03:55:52 +01:00
f908f3b5ed
Move to Oracle Cloud (free) Object Storage for jpgs 2022-12-24 03:48:48 +01:00
3655f582d6
--lib option is implicit in docsrs 2022-12-24 02:28:35 +01:00
fe829e56cf
Update README title 2022-11-12 23:43:26 +01:00
23d504b0cc
Again, I'm not sure of what is currently being merged 2022-10-20 14:32:57 +00:00
6fcfade31f
I'm not sure of what is currently being committed 2022-10-20 14:32:15 +00:00
0874a5dd17 Run tests on every pull request 2022-10-20 16:29:10 +02:00
d87e19d81f
Add underline to deck titles 2022-10-18 23:54:51 +02:00
0b438479b7
Allow deck codes to be sent with a name (merge #5)
Allow deck codes to be sent with a name
2022-10-18 23:46:18 +02:00
5c1d45dddd
Fix weird behaviour with CardSet::TheDarkinSaga (merge #3) 2022-10-18 23:39:48 +02:00
1f6e05d419
Do not try to convert "set" deck code portions to CardSet variants 2022-10-18 22:11:41 +02:00
1dfa9d97b7
Fix bug in deck! where it was trying to access the caller crate 2022-10-18 21:11:35 +02:00
d879141da8
Bump Dockerfile Rust version to 1.64 2022-10-18 15:40:50 +00:00
4c0b9cca54
Bump version to 0.7.0 2022-10-18 15:38:36 +00:00
cb00027ff8
Document how to send a named deck list 2022-10-18 15:24:38 +00:00
961ab2cea8
Allow deck names to be specified in the Telegram bot 2022-10-18 15:15:32 +00:00
0119dbc515
Document ::telegram::inline::deck_to_inlinequeryresult 2022-10-18 14:44:25 +00:00