Commit Graph

49 Commits

Author SHA1 Message Date
8b3c9c822e ci: Testing manual install of bindgen 2025-09-14 15:03:56 -06:00
b5ad622798 ci: Test disabling aws-lc-sys crate 2025-09-14 14:40:54 -06:00
github-actions[bot]
9a3c7d360c bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 22:21:25 +00:00
b956e95619 ci: test using cross for all compilation targets 2025-09-13 16:20:40 -06:00
github-actions[bot]
6c7f1c7ecd bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 22:15:20 +00:00
a8b3c185c6 ci: fix bug for mac installs 2025-09-13 16:14:33 -06:00
github-actions[bot]
9b5b2a603f bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 22:10:00 +00:00
84ffc8b71c ci: force install libclang deps 2025-09-13 16:08:37 -06:00
github-actions[bot]
06885e3d86 chore: bump Cargo.toml to 0.0.2 2025-09-13 22:01:03 +00:00
github-actions[bot]
77fe30b267 bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 22:01:00 +00:00
cd2c3d6c3d build: revert to previous dependencies stack 2025-09-13 15:08:12 -06:00
github-actions[bot]
ee8bbad82c bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 20:07:44 +00:00
fcab216926 ci: explicitly help out aws-lc-sys with bindgen 2025-09-13 14:06:40 -06:00
github-actions[bot]
ce42f51606 bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 19:58:22 +00:00
c0755d8751 build: version fix 2025-09-13 13:56:35 -06:00
github-actions[bot]
79ee93cc06 bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 19:47:51 +00:00
08dea6a190 build: Reverted back to previous build 2025-09-13 13:47:00 -06:00
63eef4a70a build: Updated Cargo lockfile 2025-09-13 13:02:54 -06:00
github-actions[bot]
c20bbf07d9 bump: version 0.0.1 → 0.0.2 [skip ci] 2025-09-13 18:43:38 +00:00
e334b375da fix: Revert back hacky stuff so I can test with act now 2025-09-12 21:33:50 -06:00
3a1752b148 fix: Attempting to use pre-generated bindgens for the aws-lc-sys library 2025-09-12 20:42:19 -06:00
3c119595fa fix: Install openSSL differently to make this work 2025-09-12 20:35:44 -06:00
github-actions[bot]
7f8632b41d bump: version 0.0.4 → 0.1.0 [skip ci] 2025-09-13 02:31:21 +00:00
d8dec0db59 fix: Address edge case for unknown_musl targets 2025-09-12 20:30:44 -06:00
github-actions[bot]
6125e09e54 bump: version 0.0.3 → 0.1.0 [skip ci] 2025-09-13 02:27:44 +00:00
ebea1519c7 fix: Install LLVM prereqs for release flow 2025-09-12 20:26:48 -06:00
github-actions[bot]
ff4ec99ab0 bump: version 0.0.1 → 0.1.0 [skip ci] 2025-09-13 02:21:49 +00:00
378b5cbe65 fix: Updated the release flow to install the external bindgen-cli 2025-09-12 20:20:27 -06:00
github-actions[bot]
595206d0d9 bump: version 0.0.2 → 0.1.0 [skip ci] 2025-09-13 02:14:31 +00:00
0968311055 chore: release prep 2025-09-12 20:12:22 -06:00
a50128649c docs: prep for release 2025-09-12 19:45:55 -06:00
4042402d1b feat: Azure Key Vault support 2025-09-12 19:28:15 -06:00
bcbd755a37 feat: GCP Secret Manager support 2025-09-12 18:36:16 -06:00
ac45287336 feat: Full AWS SecretsManager support 2025-09-12 17:24:47 -06:00
81989f8c94 feat: AWS Secrets Manager support 2025-09-12 17:11:44 -06:00
9d8fa17dde refactor: Refactor configuration structs directly into the provider definition to simplify validation, structs, and future extensions 2025-09-12 15:37:17 -06:00
github-actions[bot]
cb1a97471f chore: bump Cargo.toml to 0.2.0 2025-09-12 20:19:55 +00:00
github-actions[bot]
a536aca5a5 bump: version 0.1.0 → 0.2.0 [skip ci] 2025-09-12 20:19:53 +00:00
0859d7d3fc build: Upgraded tempfile version to possibly fix bug on mac roundtrip tests 2025-09-12 12:33:14 -06:00
194f86144b refactor: Renamed the provider field in a config file to type to make things a little easier to understand; also removed husky 2025-09-12 11:20:02 -06:00
ca990f460e ci: Preparing the repo to go public 2025-09-11 17:19:52 -06:00
9e8e317daf Updated the README with a more clear example of what the purpose of gman is, and also support fully isolated, multiple local based configurations with isolated git repositories so users can have separate repos for different environments 2025-09-11 16:21:47 -06:00
a8d959dac3 Added support for multiple providers and wrote additional regression tests. Also fixed a bug with local synchronization with remote Git repositories when the CLI was just installed but the remote repo already exists with stuff in it. 2025-09-11 15:07:16 -06:00
0f5c28a040 Added unit and integration tests 2025-09-10 22:34:36 -06:00
17eba4413d Full support for secret injection into configuration files 2025-09-10 20:53:10 -06:00
bd81446bf8 Updated the tagline for the crate's help output 2025-09-09 17:58:07 -06:00
3bb9055f80 Added unit tests 2025-09-09 17:52:07 -06:00
a0b710b96b Implemented support for local synchronization to a remote Git repo 2025-09-09 12:49:35 -06:00
8ac9ca40df Full local password management support 2025-09-08 15:13:13 -06:00