- Apr 25, 2024
-
-
Leonidas Spyropoulos authored
-
Leonidas Spyropoulos authored
-
Leonidas Spyropoulos authored
- Oct 26, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Sep 15, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Sep 12, 2023
-
- Jun 30, 2023
-
- Jun 29, 2023
-
- Jun 28, 2023
-
-
Levente Polyak authored
It's an anti pattern to allow providing sensitive data via CLI options. The best practice is to only allow a bool option at best and read the actual secret from stdin instead. Otherwise sensitive data easily leaks into proc, as argv is never secret but available on the whole system. In this case we even print the struct in debug mode, which may lead to disclosing and logging tokens in the journal as well. For now we do it simple by just allowing env vars for the token, in case we really want to allow for alternative way we can add a bool option and read it from stdin instead.
-
Levente Polyak authored
-
Use backon and check for GraphQL returned errors, which happen to have successful HTTP calls. We use a closure now to retry the operation for both, failed HTTP calls as well as errors in GraphQL. Default with exponential backoff (max times 3, delay 1s, factor 2)
-
- Jun 08, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Jun 04, 2023
-
-
Orhun Parmaksız authored
fix(deps): update rust crate indicatif to 0.17.5 See merge request !162
-
- Jun 03, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update all non-major dependencies See merge request !161
- Jun 02, 2023
-
- May 29, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update all non-major dependencies See merge request !160
-
- May 28, 2023
-
-
Authored-by:
Levente Polyak <anthraxx@archlinux.org> Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- May 24, 2023
-
-
Leonidas Spyropoulos authored
chore(schema): update graphql schema to gitlab 16.x See merge request !159
-
- May 23, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- May 20, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update rust crate clap to 4.3.0 See merge request !158
-
- May 19, 2023
-
- May 17, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update rust crate reqwest to 0.11.18 See merge request !157
-
- May 16, 2023
-
- May 12, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update rust crate serde to 1.0.163 See merge request !156
-
- May 11, 2023
-
- May 10, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update rust crate tokio to 1.28.1 See merge request !155
-
- May 08, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update a bunch of dependencies See merge request !154
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Update dependencies: - serde to 1.0.162 - anyhow to 1.0.71 - reqwest to 0.11.17 - clap to 4.2.7 - tokio to 1.28.0 Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Apr 19, 2023
-
-
Leonidas Spyropoulos authored
fix(deps): update rust crate clap to 4.2.4 See merge request !148
-
Leonidas Spyropoulos authored
fix(deps): update rust crate clap to 4.2.3 See merge request !147
-