Commit graph

60 commits

Author SHA1 Message Date
ee11a54195
fmt + fixes newlines 2022-01-04 18:26:00 +01:00
6890b8958f
Add a source 2022-01-04 18:23:15 +01:00
48b09813c0
draft tuto discord 2022-01-04 18:21:50 +01:00
f30035bacb
add precisions 2022-01-04 18:21:15 +01:00
d20383ea2d
draft discord connection function 2022-01-04 18:19:41 +01:00
76f3babd53
Changes
- Better errors message
- Add function to connect to mattermost
2022-01-04 18:19:30 +01:00
97060193b0
seek for discord token 2022-01-04 18:18:32 +01:00
c9eb7cc14e
add discord dependencies 2022-01-04 18:18:16 +01:00
23c6919861
draft discord 2022-01-04 18:18:04 +01:00
34b16cb5d4
separate file for error message function 2022-01-04 18:17:46 +01:00
701941b121
add track 2022-01-03 19:43:02 +01:00
a6341f75e1
add a connection function to the mattermost websocket 2022-01-03 19:38:59 +01:00
71c3c5e477
Add serde_json 2022-01-03 19:38:34 +01:00
3932351467
some blabla temp 2022-01-03 19:11:44 +01:00
a676e33c56
Update func name + Clippy 2022-01-03 18:43:07 +01:00
a2a62b0fec
passes through a String variable before being sent to stdout 2022-01-03 18:40:20 +01:00
ddf20746e2
token login works 2022-01-03 18:30:42 +01:00
d212f21886
add chrono 2022-01-03 11:33:33 +01:00
95a0800658
fix typo 2022-01-03 11:30:56 +01:00
448ffe896e
Better display of dates 2022-01-03 11:29:58 +01:00
835dd470ca
impl print trait for the team info 2022-01-03 11:15:14 +01:00
2182791142
fix typo 2022-01-03 10:50:41 +01:00
4bbe2996af
apply clippy reccomendations 2022-01-03 10:49:11 +01:00
feb964ea8a
cargo fmt 2022-01-03 10:42:26 +01:00
181c6dc69b
fix typo 2022-01-03 10:38:45 +01:00
4eccee91d1
Separates the connection function and the test function 2022-01-03 10:38:20 +01:00
dd149d194a
more flexible url support 2022-01-03 10:33:29 +01:00
836a02f150
add build estimation 2022-01-03 10:20:21 +01:00
25a1728c67
add prettier error message 2022-01-03 10:16:16 +01:00
18583b661f
fix typo 2021-12-21 13:10:36 +01:00
d20a344af1
add disclaimer 2021-12-21 11:15:07 +01:00
2d90fb7629
flexible token and login/password support for login 2021-12-21 11:02:43 +01:00
0b23a04c88
fix typo 2021-12-21 10:32:33 +01:00
0740cb263e
fix order of args when calling the connexion function 2021-12-21 10:25:09 +01:00
9de03acd4c
Modifications:
- use password instead of token auth
- ask for team name in .env file
- update disclaimer
2021-12-21 10:24:07 +01:00
66f5fc665a
fix syntax color 2021-12-21 10:15:33 +01:00
fd54219e18
add docker config 2021-12-21 10:14:59 +01:00
55e6413930
add dashes 2021-12-21 10:05:47 +01:00
b499a106d6
fix crash when cannot connect to the api 2021-12-21 10:04:51 +01:00
6f856a4e96
add tokio documentation link instead of futures bc i no longer use it 2021-12-21 10:04:33 +01:00
ddc9b62934
in line with the official documentation 2021-12-21 10:00:45 +01:00
fbd4833c53
use tokio instead of blocking the main thread 2021-12-21 09:59:35 +01:00
c97439ac65
add future documentation 2021-12-21 09:47:34 +01:00
13d4c81a7b
block main thread in main function whe calling async function 2021-12-21 09:47:01 +01:00
6df65b7896
Add mattermost_api documentation link 2021-12-21 09:34:43 +01:00
7352753c1f
add little disclaimer 2021-12-21 09:26:03 +01:00
318bda5d47
add URL 2021-12-21 09:24:32 +01:00
0abc1f7042
call function from the mattermost file 2021-12-21 09:21:41 +01:00
9b3aeaf6ac
use mattermost_api 2021-12-21 09:21:25 +01:00
76772e53f3
reverse to 3101b14 trying to re-use mattermost_api crate 2021-12-21 09:12:40 +01:00