Commit Graph

208 Commits (3c8f93f04d5a051ba7c28bd493829e25b909a33e)
 

Author SHA1 Message Date
Carlos Hernandez 3c8f93f04d Add centos to list of tested plaforms on kitchen 7 years ago
Carlos Hernandez 9d1125b1bb Workaround bug in gpg v2.0.22 where rc 2 is return on decryption. 7 years ago
Carlos Hernandez 700fc92a18 Fixes #38, Fixes #91 7 years ago
Carlos Hernandez d71c27f9a2 Fix ShellCheck lint issue id 2220, drop gawk inplace. Add centos
support.
7 years ago
Carlos Hernandez 5c349648da Moving to latest ShellCheck on all platforms 7 years ago
Carlos Hernandez d6ea1f0b5f Fix and Ignore ShellCheck (0.4.6) 2001,111 7 years ago
Carlos Hernandez 8760cafd36 Refactor awk script to drop ENDFILE feature from 4.1.1
Signed-off-by: Carlos Hernandez <carlos@techbyte.ca>
7 years ago
Carlos Hernandez b6852910dd Modified ignore check, fixes #105. 7 years ago
Carlos Hernandez 4e6675363c
Merge pull request #114 from newcontext-oss/feature/add_alpine_integration_tests
add integration tests for alpine linux
7 years ago
nictrix 9a58cce1c4
revert comment out when testing something 7 years ago
nictrix 02727dbf0f
remove unnecessary dockerfile 7 years ago
nictrix 3aa3353fb7
fix shellcheck lint error 7 years ago
nictrix 52dd244a73
add integration tests for alpine
adds a docker file for integration tests
update integration framework and tests to include alpine
update makefile to include apk builds for alpine
update build utils to include apk compatibility
changed a couple switch lines to be compatible with alpine
adds travis tests
7 years ago
Nikita Sobolev d3a5f38356 Merge pull request #107 from hurricanehrndz/develop
Big PR that introduces `gawk`, `kitchen`, and other cool stuff
7 years ago
Carlos Hernandez 8a03a41e47 Fixing bug in test_usage 7 years ago
pǝɯɐɥoɯ 674a880882 Fixed issue when initializing git-secret with an existing .gitignore 7 years ago
sobolevn 684ca668c2 Fixes travis builds on macOS
Changes:
1. Updates `.travis.yml` with proper versions of `gpg`
2. Updates `README.md` with minimal versions requirements

Cloeses #96
7 years ago
sobolevn e3fe3b4222 Adds documentation update
Documentation:
1. Adds security note, closes #78
2. Adds a tweak about `random_seed` and `.gitsecret/`, closes #93
3. Adds `git --version` into issue tamplate, closes #95
4. Improves `README.md`, refs #79
7 years ago
Carlos Hernandez c9861a1079 Add local ci tests. 7 years ago
Carlos Hernandez fb29858dae doc encrypt on change option for hide cmd 7 years ago
Carlos Hernandez af98f73142 Document "-u" option for hide command 7 years ago
Carlos Hernandez 41f9a004c4 Fix lint issues, disable false positives 7 years ago
Carlos Hernandez fea9c3201d Remove left over files from tests 7 years ago
Carlos Hernandez fc334ea938 Updating ignore files 7 years ago
Carlos Hernandez f9b70fbd16 Added fixes for gnupg >= 2.1 7 years ago
Carlos Hernandez b78afdeff9 Adding gpg version check to modify encrypt cmd 7 years ago
Carlos Hernandez d10c63c67f Ensuring hide is compat with gnupg2.1 7 years ago
Carlos Hernandez 6ced466a84 Making test compat with gnupg 2.1 7 years ago
Carlos Hernandez c602db9583 Migrate to exported keys. 7 years ago
Carlos Hernandez 2c478f879d Simplify how ignore patterns are to gitignore during init 7 years ago
Carlos Hernandez 7897730955 Supply fsdb path when clearing hashes 7 years ago
Carlos Hernandez dcaf08e501 Get key counts from right function 7 years ago
Carlos Hernandez 5b1993abc8 Telling secrets need to invalidate file hashes 7 years ago
Carlos Hernandez 4160c2a05d Getting path from fsdb 7 years ago
Carlos Hernandez 6279fe2125 Migrate to new fsdb remove 7 years ago
Carlos Hernandez 8407b505bb Ensure random seed is ignored 7 years ago
Carlos Hernandez b75884e3f0 File checksum hash of secrets kept in path_mappings (fsdb) 7 years ago
Carlos Hernandez 638b67e155 Migrating to new fsdb(:) format. 7 years ago
Carlos Hernandez da3e6d2cac Adding checksum, and fsdb functions, making path mappings file colon
delimited fsdb.
7 years ago
Nikita Sobolev 87f7cffaa4 Merge pull request #103 from imbaky/master
Fixed issue when initializing git-secret with an existing .gitignore
7 years ago
pǝɯɐɥoɯ 235a9ff725 Fixed issue when initializing git-secret with an existing .gitignore 7 years ago
sobolevn 7de04950e9
Fixes travis builds on macOS
Changes:
1. Updates `.travis.yml` with proper versions of `gpg`
2. Updates `README.md` with minimal versions requirements

Cloeses #96
7 years ago
sobolevn b8cab67e2c
Adds documentation update
Documentation:
1. Adds security note, closes #78
2. Adds a tweak about `random_seed` and `.gitsecret/`, closes #93
3. Adds `git --version` into issue tamplate, closes #95
4. Improves `README.md`, refs #79
7 years ago
sobolevn c85d482ec6
Merges develop, removes staging, refs #76 8 years ago
sobolevn 12d4b9f6de
Adds new release process.
Changes:
1. Removed any reference of `staging` branch from docs
2. Refactored `hooks` to work with master

Closes #76
8 years ago
sobolevn 5f2d3b3c1c
Adds 'after_deploy' travis hook
Changes:
1. Adds `after_deploy` hook in travis.yml file
2. Adds `.ci/after_deploy.sh` script to trigger metadata calculation

Closes #89
8 years ago
Sobolev Nikita 270c6dff6b Merge pull request #90 from ctavan/fix-hide-delete-option-for-subdirectories
Make hide -d work with secrets in subdirectories
8 years ago
Christoph Tavan 078729a0c6
Make hide -d work with secrets in subdirectories
When searching for files to be removed after being hidden we must use
find with -path instead of -name if we want to remove files in
subdirectories as well.
8 years ago
sobolevn 763e130b8d
Adds new strategy on working with the relative paths.
Changes:
1. When adding new file path is normalized in respect to both CWD and repo root
2. All commands now know about that
3. Tests are fixed

Refs #86, #85, #83
8 years ago
sobolevn 8a1fe788f8
Adds fix to the `changes` command
Changes:
1. Fixes #80, there was a pipe to null, which broke the output
2. Also changed the `diff` formating
3. Also added test case to test deletions
8 years ago