Commit Graph

58 Commits

Author SHA1 Message Date
fe1334d97f added custom error handling 2024-08-30 08:15:18 -04:00
808c6a526c added base64 encoding option to basic auth
Some checks failed
Rust / build (push) Failing after 8m11s
2024-08-26 19:45:26 -04:00
982452cb5b Merge remote-tracking branch 'origin/master' into 0.3.0 2024-08-25 10:06:46 -05:00
888fd3a8bd add flakes and direnv files
All checks were successful
Rust / build (push) Successful in 8m21s
2024-08-25 10:04:32 -05:00
51856d1108 changes
All checks were successful
Rust / build (push) Successful in 9m13s
2024-08-17 08:54:49 -04:00
4d5d7b19d5 modified workflow file 2023-09-28 18:27:53 -04:00
64bb2a59ed runner fix v5 2023-09-04 16:38:10 -04:00
a22bed5bee runner fix v4 2023-09-04 16:37:20 -04:00
b3e8d5ce61 runner fix v3 2023-09-04 16:36:05 -04:00
2440992129 runner fix v2 2023-09-04 16:34:05 -04:00
d52f042699 runner fix 2023-09-04 16:32:38 -04:00
a845f2bb02 added workflow 2023-09-04 16:25:51 -04:00
57f83c430d Merge branch 'master' of https://scm.wyattjmiller.com/wymiller/gt 2023-01-29 19:20:46 -05:00
7c5c0c13fb feat: generate config, load shell env vars 2023-01-29 19:19:50 -05:00
10cb6f3d36 update readme 2022-12-27 21:40:54 -06:00
58b4b00311 added auth type enum to auth struct 2022-10-08 09:51:42 -04:00
a8c70a2869 added functionality to load environment variables 2022-07-17 20:22:53 -04:00
4951770a9d fixed windows configuration 2022-07-10 14:03:21 -04:00
e4bd984d8c fixed configuration location, added match case 2022-07-10 13:58:45 -04:00
5a9b95f912 upgraded dependencies 2021-12-19 20:04:52 -05:00
5cf07f1ece added clone functionality 2021-12-19 20:01:31 -05:00
c878f5c963 added some command line stuff 2021-12-19 20:01:05 -05:00
de1846e904 added git2-rs dependency 2021-12-19 20:00:35 -05:00
876f81ee9b added some docs 2021-12-19 14:50:36 -05:00
fd90f2235d version bump 2021-12-19 13:10:28 -05:00
7ad99a74b4 added files to project 2021-12-18 20:11:18 -05:00
4374c78d3c modified repo file 2021-12-18 20:10:53 -05:00
4d29b50868 added deserialization fields for users 2021-12-18 20:10:32 -05:00
eb6ab00be4 added deserialization fields for pull requests 2021-12-18 20:10:21 -05:00
daea360a4c implemented creating an issue 2021-12-18 20:08:46 -05:00
702821bbef added utility file 2021-12-18 20:08:03 -05:00
cef93da327 refactored repo file to fit refactored auth 2021-12-18 15:07:46 -05:00
c2b6db25f7 bumped reqwest crate 2021-12-18 15:07:08 -05:00
ceb7557f76 wrote functions that are os specific 2021-07-28 21:31:25 -04:00
e753a7bf52 formatting stuff 2021-07-28 21:30:24 -04:00
ba11df89c8 authentication overhaul 2021-07-27 01:48:05 -04:00
Wyatt J. Miller
22c1abd093 added some source files 2021-02-24 13:12:13 -05:00
Wyatt J. Miller
ea22415722 modified ignore file 2020-11-20 02:55:10 -05:00
Wyatt J. Miller
c18acda3eb added documentation 2020-11-20 02:54:34 -05:00
Wyatt J. Miller
a5fc37498f Merge branch 'master' of https://scm.wyattjmiller.com/wyatt/gt 2020-11-20 00:43:02 -05:00
Wyatt J. Miller
847a648cb0 added build file 2020-11-20 00:42:02 -05:00
Wyatt J. Miller
ef50599831 delete cargo.lock 2020-10-21 15:29:02 -04:00
Wyatt J. Miller
f09bcb79ed added get_input function
might want to pull this elsewhere as many different implementations
might use this. maybe a trait perhaps?
2020-06-27 22:32:38 -04:00
Wyatt J. Miller
dbeea3eccf modified license 2020-06-13 15:15:09 -04:00
Wyatt J. Miller
c4ae397466 modified readme
looks kinda ugly empty, ya know
2020-06-13 15:12:57 -04:00
Wyatt J. Miller
f096e4333b added and modifed dependencies 2020-06-13 15:11:26 -04:00
Wyatt J. Miller
a1c94faf50 added user.rs
this file is going to be used for user viewing and manipulation
going to be like repo.rs, again
2020-06-13 15:09:23 -04:00
Wyatt J. Miller
1cc4cf6bab added pr.rs
this file is for pull requests. again, going to look like repo.rs
2020-06-13 15:07:46 -04:00
Wyatt J. Miller
8afec00788 added issue.rs
similar to what repo.rs looked like
2020-06-13 15:07:21 -04:00
Wyatt J. Miller
1ff6efdd9d added configuration system 2020-06-13 15:06:46 -04:00