Skip to content

Commit

Permalink
refactor(git): create new options for obtaining git creds using libgi…
Browse files Browse the repository at this point in the history
…t or a github token (#339)

* refactor(github_sync): create new options to get git credentials via libgit or via github token

* refactor(github_sync): create new options to get git credentials via libgit or via github token

* refactor: new ui with chakra ui v3

* refactor: new ui with chakra ui v3

* feat: update to 0.15.1 kftray

* feat: update to 0.15.1 kftray

* feat: update to 0.15.1 kftray

* feat: update to 0.15.1 kftray
  • Loading branch information
hcavarsan authored Nov 21, 2024
1 parent d7e860e commit 4e8e8e8
Show file tree
Hide file tree
Showing 17 changed files with 947 additions and 361 deletions.
78 changes: 73 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/kftray-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kftray-server"
version = "0.15.0"
version = "0.15.1"
description = "KFtray Server is a Rust application that relays UDP/TCP traffic to an upstream server"
authors = [
"Henrique Cavarsan <[email protected]>",
Expand Down
4 changes: 3 additions & 1 deletion crates/kftray-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kftray-tauri"
version = "0.15.0"
version = "0.15.1"
description = "A cross-platform system tray app for Kubernetes port-forward management"
authors = ["Henrique Cavarsan <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -63,6 +63,8 @@ kftray-commons = { path = "../kftray-commons" }
netstat2 = { git = "https://github.com/hcavarsan/netstat2-rs" }
sysinfo = "0.32.0"
secrecy = "0.10.3"
git2 = "0.19.0"
url = "2.5.3"

[dev-dependencies]
tempfile = "3.13"
Expand Down
Loading

0 comments on commit 4e8e8e8

Please sign in to comment.