Commit Graph

191 Commits

Author SHA1 Message Date
VC
b11595bfca style: fmt & clippy processed 2022-08-11 12:33:05 +02:00
VC
dab8725f99 Merge branch 'refactor_error' into 'master'
refactor(error): remove deprecated description()

See merge request veretcle/scootaloo!19
v0.5.2
2022-05-03 10:17:37 +00:00
VC
08368b2a73 refactor(error): remove deprecated description() 2022-05-03 12:14:23 +02:00
VC
c6cdaa21b8 Merge branch 'useless_crate' into 'master'
refactor: remove useless crate:: ref

See merge request veretcle/scootaloo!18
v0.5.1
2022-04-25 09:30:52 +00:00
VC
99a6adc1f4 refactor: remove useless crate:: ref 2022-04-25 11:27:11 +02:00
VC
1afbdc1672 Merge branch 'thread_to_thread' into 'master'
Make thread do thread

See merge request veretcle/scootaloo!16
v0.5.0
2022-04-24 12:41:23 +00:00
VC
905793af72 refactor(fmt): delete String::from() format in favor of .to_string()/to_owned() 2022-04-24 14:20:45 +02:00
VC
734f03f5a9 feature: add test for build_basic_status() fn 2022-04-24 14:06:46 +02:00
VC
6c0383d9d0 refactor: build better decode functions 2022-04-24 12:18:17 +02:00
VC
a90facae86 refactor: refactor run() fn to be more efficient/more clear 2022-04-24 11:14:32 +02:00
VC
22402f0f46 refactor: optimize import and last_tweet_id var 2022-04-24 11:01:46 +02:00
VC
26491f146f refactor: replace scootaloo_config with &str in init_db() 2022-04-24 10:40:52 +02:00
VC
13bb6d6f37 feature: make thread in Twitter thread in Mastodon 2022-04-24 09:42:26 +02:00
VC
abfb2ff50a feature: more tests 2022-04-24 09:42:26 +02:00
VC
8b0945cb48 refactor: more clear option 2022-04-24 09:42:26 +02:00
VC
48b8eaaa5b feature: state is held into a sqlite db 2022-04-24 09:42:22 +02:00
VC
6363c12460 feature(test): add tests 2022-04-24 09:39:29 +02:00
VC
080218f385 refactor: make everything a little more modular 2022-04-24 09:39:29 +02:00
VC
de375b9f28 Merge branch 'syntax-color-in-doc' into 'master'
Add syntax colors in documentation

See merge request veretcle/scootaloo!17
2022-04-24 07:12:37 +00:00
M
1babc2725d Enable color syntax in documentation 2022-04-23 13:02:05 +00:00
VC
11b629203b Merge branch 'bump_versions' into 'master'
Bump versions of all dependencies

See merge request veretcle/scootaloo!15
v0.4.2
2022-04-22 08:31:36 +00:00
VC
16792e515a refactor(ci): refactor .gitlab-ci to add tests 2022-04-22 09:41:53 +02:00
VC
d228ceaaf6 refactor(dependencies): bump version of all dependencies 2022-04-22 09:41:48 +02:00
VC
bd7d4dbbb5 Merge branch 'fix/unused_struct' into 'master'
fix: remove unused struct

See merge request veretcle/scootaloo!13
2022-04-12 11:44:04 +00:00
VC
ff03b32f9d fix: remove unused struct 2022-04-12 12:55:40 +02:00
VC
533a40f2c2 Merge branch 'noasync' into 'master'
getting async in a reasonnable way

See merge request veretcle/scootaloo!12
2021-04-25 05:32:09 +00:00
VC
c301649d49 last correction 2022-04-12 12:03:49 +02:00
VC
fd9cc31848 Update src/lib.rs 2021-04-24 08:04:52 +00:00
VC
4ef58bda0a Deleted Cargo.lock 2021-04-24 07:58:52 +00:00
VC
912ee25c50 Merge branch 'noasync' of framagit.org:veretcle/scootaloo into noasync 2021-04-24 09:45:50 +02:00
VC
4f03a1a6f3 Adding Cargo.lock 2021-04-24 09:43:51 +02:00
VC
ac80b67c9f Merge branch 'master' into 'noasync'
# Conflicts:
#   .gitlab-ci.yml
#   Cargo.lock
#   Cargo.toml
#   src/lib.rs
2021-04-24 07:40:04 +00:00
VC
7aec8e0e33 adding strip 2021-04-24 09:34:37 +02:00
VC
f58edf3c75 Backporting changes on gitlab-ci.yml 2021-04-24 09:15:31 +02:00
VC
394ec5d1f3 I consider this a good compromise between all async (that works but is pretty complex and honestly a bit useless) and nothing async that is not the most optimal way to deal with things as reqwest and egg-mode are async by nature 2021-04-24 09:08:09 +02:00
VC
c10de76854 Adding logging facility 2021-04-24 09:07:06 +02:00
VC
020af69fe0 Adding the necessary bits and pieces to make things work better 2021-04-24 09:04:50 +02:00
VC
da808b0051 FUUUUUUUUUUUUUUU v0.3.3 2021-04-20 11:46:33 +02:00
VC
5a4dd5cb99 paths 2021-04-20 11:40:49 +02:00
VC
5b04bd27b9 Updating changelog 2021-04-20 11:39:43 +02:00
VC
c52fc52d23 Optimizing size of the final executable 2021-04-20 11:38:50 +02:00
VC
09ed837a1b Updating CHANGELOG to please @meduzen 2021-04-19 21:19:47 +02:00
VC
d4db2933ae Merge branch 'async_attempt2' into 'master'
Async version

See merge request veretcle/scootaloo!11
v0.3.2
2021-04-18 17:00:45 +00:00
VC
2e052ebf6a Still a WIP: need to use async reqwest to respect the global context of usage (reqwest::blocking is using async inside so it does not really sync whatever) 2021-04-18 17:00:44 +00:00
VC
8bcf078ad9 Merge branch 'update_versions' into 'master'
Update various shits and give tokio compat 0.2

See merge request veretcle/scootaloo!10
v0.2.1
2021-03-10 21:45:20 +00:00
VC
367377c090 Update various shits and give tokio compat 0.2 2021-03-10 20:59:42 +01:00
VC
fdbb365149 Merge branch 'revert-98093277' into 'master'
Revert "Use futures instead of tokio (for just one call, sounds more appropriate)"

See merge request veretcle/scootaloo!9
2020-07-27 21:04:11 +02:00
VC
1f98954d2e Revert "Use futures instead of tokio (for just one call, sounds more appropriate)"
This reverts commit 9809327784
2020-07-27 21:02:10 +02:00
VC
9809327784 Use futures instead of tokio (for just one call, sounds more appropriate) 2020-05-19 22:33:19 +02:00
VC
1388f03837 Merge branch 'elefren' into 'master'
Elefren

See merge request veretcle/scootaloo!8
2020-05-19 16:03:54 +02:00