Commit Graph

28 Commits (ae465c01427f12ccebcc5f30c3e359aa67499332)

Author SHA1 Message Date
Josh Rabinowitz ae465c0142
Upgrade bats core (#371)
* upgrade bats-core to v1.1.0, note in CHANGELOG.md
6 years ago
Josh Rabinowitz 6188d14539
Documentation additions about code style and philosophy (#361)
* code style in CONTRIBUTING.md and PR template
* make link to CONTRIBUTING.md in .github/PULL_REQUEST_TEMPLATE.md
* mention shellcheck and 'make lint'
* mention that you should update CHANGELOG.md 
* mention spellchecking with aspell
* more spelling fixes
* add to CHANGELOG about style guide/dev philosophy
* remind contributors to update .ronn file/man page
6 years ago
Josh Rabinowitz 83b03b61bc
Aspell fixes (#365)
* spellcheck fixes from aspell
6 years ago
Josh Rabinowitz 9778d20791
track recent changes to git-secret (#363) 6 years ago
Josh Rabinowitz e34248fdc1
remove diagnostic output from tests (#329) 6 years ago
Josh Rabinowitz f820bd39e0
record change from pr #325 (#327) 6 years ago
Josh Rabinowitz 6e43cd310f
remove unused functions (#313)
* remove unused functions
* Note that we removed unused functions in CHANGELOG.md
6 years ago
Josh Rabinowitz 1bf0fe1c47
fix link to homebrew, update CHANGELOG.md
* fix link to homebrew
* note fixes of #310 and #311 in CHANGELOG.md
6 years ago
Josh Rabinowitz 94d5ae43d1
bump version to 0.2.5 (#297) 6 years ago
Josh Rabinowitz 4aa7dd2896
reorder entries, add note #291 being fixed (#295) 6 years ago
Josh Rabinowitz 14eea46cc9 CHANGELOG.md updates in prep of 0.2.5 release (#278) 6 years ago
Josh Rabinowitz 74f8a07166
improve testing regarding expired keys and keys with only email addresses (#262)
* test that hiding secret with expired key fails
* add test of user key without username.
* revert to performing most tests with 'user1'.
* move user4 private/public key fixtures
* factor code fetching emails from keyrings, add comments.
* use factored _warn_or_abort()
* add to, clean up, and clarify comments.
6 years ago
Josh Rabinowitz 492d705e02 fix more typos 6 years ago
joshr 93e7dac2af CHANGELOG.md updates 6 years ago
joshr ac1aad2984 update CHANGELOG 7 years ago
joshr ef5596aa42 improve CHANGELOG.md and git-secret man page 7 years ago
joshr 43c80ad25c update changelog 7 years ago
Josh Rabinowitz b6d903b2a6 improve docs re: ignores & .gitsecret 7 years ago
Josh Rabinowitz f8f3896486 refer to issue 141 and fix typos 7 years ago
Josh Rabinowitz dc4c8d7284 bump version to 0.2.4 7 years ago
Carlos Hernandez a03a054686
Updating 2.3 full changelog. partial #110 7 years ago
Carlos Hernandez 582fd31aaf Fixes 110 partly 7 years ago
sobolevn 21d8c7af3e
Version 0.2.2 release 8 years ago
sobolevn 2e9e374acb
Version 0.2.1 release 8 years ago
sobolevn 00deabb0e3
This is a release commit.
Changes:
1. Now everything is tested inside the `docker`-containers and `OSX` images on `travis`.
2. We now have `CONTRIBUTING.md` and `LICENSE.md`. `README.md` is also changed.
3. We have a brand logo.
4. We have autodeploy to `bintray`.
5. Everything is `shellcheck`ed (except `tests/`).

Closes #32 #33 #34 #35 #39
8 years ago
sobolevn 410e783189 version 0.2.0 release 8 years ago
sobolevn a5abefba90 release v0.1.2 8 years ago
sobolevn 1161098f12 Fixes the `gpg2` issue by changing the way fixture installation and uninstallation were handled.
Also `--dry-run` option was added to the `git-secret` command.
9 years ago