Commit Graph

888 Commits

Author SHA1 Message Date
figsoda
d8ea0cded7
Merge pull request #5 from nix-community/dependabot/cargo/clap-4.1.3
Bump clap from 4.1.1 to 4.1.3
2023-01-24 09:57:05 -05:00
dependabot[bot]
e9cce23150
Bump clap from 4.1.1 to 4.1.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 13:48:58 +00:00
figsoda
6ca0cd4d26
Merge pull request #6 from nix-community/dependabot/cargo/toml-0.6.0
Bump toml from 0.5.11 to 0.6.0
2023-01-24 08:48:27 -05:00
figsoda
b08ab29d0f
Merge pull request #7 from nix-community/dependabot/cargo/clap_complete-4.1.1
Bump clap_complete from 4.1.0 to 4.1.1
2023-01-24 08:47:12 -05:00
dependabot[bot]
957c4b7d3c
Bump clap_complete from 4.1.0 to 4.1.1
Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.1.0...clap_complete-v4.1.1)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 08:16:35 +00:00
dependabot[bot]
7e23923b39
Bump toml from 0.5.11 to 0.6.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.11 to 0.6.0.
- [Release notes](https://github.com/toml-rs/toml/releases)
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.11...toml-v0.6.0)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-24 08:16:17 +00:00
figsoda
61dad73148 fix rate limit 2023-01-23 20:50:31 -05:00
figsoda
4792652ec0 changelog inference 2023-01-23 19:19:58 -05:00
figsoda
933aa8c0c5
Merge pull request #4 from nix-community/dependabot/cargo/rustyline-45b9e3d
Bump rustyline from `74c793e` to `45b9e3d`
2023-01-23 09:06:09 -05:00
figsoda
b73dc0253f
Merge pull request #3 from nix-community/dependabot/cargo/async-trait-0.1.63
Bump async-trait from 0.1.62 to 0.1.63
2023-01-23 09:03:35 -05:00
dependabot[bot]
b17a5a59e1
Bump rustyline from 74c793e to 45b9e3d
Bumps [rustyline](https://github.com/kkawakam/rustyline) from `74c793e` to `45b9e3d`.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Commits](74c793e36b...45b9e3d3c2)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 08:27:30 +00:00
dependabot[bot]
b6a32aea10
Bump async-trait from 0.1.62 to 0.1.63
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.62 to 0.1.63.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.62...0.1.63)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-23 08:27:13 +00:00
figsoda
567943cb11 log commands 2023-01-22 14:44:48 -05:00
figsoda
6c9f7838f5 cargo support for python 2023-01-22 11:12:08 -05:00
figsoda
1c794e7bc9 ok -> ok_warn 2023-01-22 00:07:08 -05:00
figsoda
d78a4ff8d7 restructure rust implementation 2023-01-22 00:03:54 -05:00
figsoda
2ab4604bf3 introduce ok_warn to simplify code 2023-01-21 22:03:32 -05:00
figsoda
6f3077fbdb fix indentation 2023-01-21 17:11:04 -05:00
figsoda
18533b7ab3 fix fetchCrate 2023-01-21 17:09:16 -05:00
figsoda
c8df7d5c10 create parent directories 2023-01-21 17:03:56 -05:00
figsoda
1eb4446bef avoid empty vendors for buildGoModule 2023-01-21 12:13:41 -05:00
figsoda
ca7d7b3a70 limit number of tags/commits with query parameters instead of take 2023-01-20 22:54:04 -05:00
figsoda
3c2bd3a9d9 gitea support 2023-01-20 22:43:50 -05:00
figsoda
83236aa3c2 improve python support 2023-01-20 19:51:00 -05:00
figsoda
1988842892 improve poetry support 2023-01-20 19:44:01 -05:00
figsoda
3ffbca994f reorder python attributes 2023-01-20 18:47:57 -05:00
figsoda
1eef45db69 poetry support 2023-01-20 18:40:04 -05:00
figsoda
e210501382
Merge pull request #2 from nix-community/dependabot/cargo/reqwest-0.11.14
Bump reqwest from 0.11.13 to 0.11.14
2023-01-20 08:34:47 -05:00
figsoda
e3ded469eb
Merge pull request #1 from nix-community/dependabot/cargo/toml-0.5.11
Bump toml from 0.5.10 to 0.5.11
2023-01-20 08:34:20 -05:00
dependabot[bot]
437b2ae41d
Bump reqwest from 0.11.13 to 0.11.14
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.13 to 0.11.14.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.13...v0.11.14)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 08:15:33 +00:00
dependabot[bot]
de211cd71a
Bump toml from 0.5.10 to 0.5.11
Bumps [toml](https://github.com/toml-rs/toml) from 0.5.10 to 0.5.11.
- [Release notes](https://github.com/toml-rs/toml/releases)
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.5.10...toml-v0.5.11)

---
updated-dependencies:
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 08:15:20 +00:00
figsoda
0a16b326bd update docs 2023-01-19 21:07:02 -05:00
figsoda
7280a83985 python support 2023-01-19 20:44:58 -05:00
figsoda
4fa1c3b204 add support for access tokens 2023-01-19 17:19:21 -05:00
figsoda
07249b01a7 respect githubBase 2023-01-19 12:43:31 -05:00
figsoda
407c79238e add configuration 2023-01-19 00:24:29 -05:00
figsoda
33ceb4eaba basic logging support with tracing 2023-01-18 21:57:00 -05:00
figsoda
e2ea2cee18 initial commit 2023-01-18 14:35:23 -05:00