Miguel Silvestre
fe7da439ed
Test changes using multiple files passed as argument
2017-02-26 18:19:08 +03:00
Miguel Silvestre
19030e9cd0
Clean code using shellspeck
2017-02-26 18:19:08 +03:00
Miguel Silvestre
83709ec170
Fix bug when passing more than one file to changes
2017-02-26 18:19:08 +03:00
Tim Churchard
221fd88efc
Add -d option to hide command to remove unencrypted files.
2017-02-26 18:19:08 +03:00
sobolevn
c1fa611f4d
Adds an attempt to fix the CI
...
Changes:
1. Fixes the licence information in the `plugin.zsh` to be MIT
2. Fixes link in the README
3. Fixes some tests
Closes #54
2017-02-26 18:19:07 +03:00
Haroen Viaene
51b1797203
update from develop
2017-02-26 18:19:07 +03:00
Haroen Viaene
c4fa8e2918
Fix gendered language
...
the person encrypting isn't necessarily male, so *their* works better in this case IMO
2017-02-26 18:19:07 +03:00
Tim Churchard
d7be9f92b1
Allow git-secret to run from any directory in the work tree
2017-02-26 18:19:07 +03:00
Anton Maklakov
c6a13cf405
A simpler implementation of "usage"
2017-02-26 18:19:07 +03:00
sobolevn
c7ac7ad211
Fixed several issues
...
Changes:
1. Fixed typo in tests_base
2. Fixed `--no-index` issue
3. Refactored `add` test to be more strict
Closes #50
Refernces #46
2017-02-26 18:19:07 +03:00
sobolevn
e1a627d36a
Added test to cover #50
...
Changes:
1. Fixed typo in `add -h`
2. Removed unused function from `usage`
2017-02-26 18:19:06 +03:00
sobolevn
d9b5895bbe
Intallation instructions updated
...
Improved github templates with the comments
[ci skip]
2017-02-26 18:19:06 +03:00
sobolevn
c9dfa68fb8
Changing deb distribution name
2017-02-26 18:19:06 +03:00
sobolevn
4d14c98778
readme fix
2017-02-26 18:19:06 +03:00
sobolevn
728371912e
Version 0.2.2 pre-release
...
There are a lot of changes, multiple things were refactored: tests,
some commands, building and meta.
Several critical bugs fixed.
Changes:
1. Fixed #74 , when `_user_required` was not working after reimporting keys
2. Closes #73 , now it is possible to provide multiple emails to the `killperson` command
3. Closes #72 , now it is possible to provide multiple emails to the `tell` command
4. Closes #71 , now every doc in this project refer to `git-secret.io` instead of old `gh-pages` website
5. Closes #70 , now installation section is removed from main `man` file
6. Closes #69 , now "See also" section in the `man`s are clickable
7. Closes #61 , added "Manual" section to the manuals
8. Refs #38 , added `centos` Dockerfile, but `ci` testing is still failing
9. Refs #52 , tests are refactored. Added `clean` command tests, removed a lot of hardcoded things, moved tests execution from `./temp` folder to `/tmp`, added a lot of new check in old tests, and some new test cases
10. Refactored `hide` and `clean` commands to be shorter
11. `shellcheck` is now supported with `make lint`
Additional features are not comming to 0.2.2 after this commit.
2017-02-26 18:10:51 +03:00
Sobolev Nikita
acdcb45466
[now working] Merge pull request #64 from msilvestre/feature/permit_to_check_changes_on_more_than_one_specific_file
...
Fix bug when passing more than one file to changes
2017-02-25 23:30:23 +03:00
Miguel Silvestre
40777fe450
Test changes using multiple files passed as argument
2017-02-21 18:52:02 +00:00
Miguel Silvestre
5a2049bd47
Clean code using shellspeck
2017-02-21 18:50:13 +00:00
Miguel Silvestre
b8b2609ec2
Fix bug when passing more than one file to changes
2017-02-17 18:40:49 +00:00
Sobolev Nikita
fa7837a83b
Merge pull request #62 from timchurchard/shred_ignored_files
...
Add -d option to hide command to remove unencrypted files.
2017-02-11 23:07:36 +03:00
Tim Churchard
1f8a9809a2
Add -d option to hide command to remove unencrypted files.
2017-02-11 19:59:34 +00:00
sobolevn
73526644e0
Adds an attempt to fix the CI
...
Changes:
1. Fixes the licence information in the `plugin.zsh` to be MIT
2. Fixes link in the README
3. Fixes some tests
Closes #54
2017-02-04 23:15:16 +03:00
Sobolev Nikita
87e29e0c3a
Merge pull request #57 from Haroenv/patch-1
...
Fix gendered language
2017-01-17 12:55:32 +03:00
Haroen Viaene
34679789e8
update from develop
2017-01-07 10:38:45 +01:00
Haroen Viaene
c2931c4bca
Fix gendered language
...
the person encrypting isn't necessarily male, so *their* works better in this case IMO
2017-01-03 15:27:04 +01:00
Sobolev Nikita
61cd067e7a
Merge pull request #56 from timchurchard/any_work_tree
...
Allow git-secret to run from any directory in the work tree
2016-12-09 12:07:08 +03:00
Tim Churchard
4bf48da281
Allow git-secret to run from any directory in the work tree
2016-12-09 09:00:06 +00:00
sobolevn
2dab341abd
Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop
2016-10-03 18:47:00 +03:00
sobolevn
f099802324
Fixed several issues
...
Changes:
1. Fixed typo in tests_base
2. Fixed `--no-index` issue
3. Refactored `add` test to be more strict
Closes #50
Refernces #46
2016-10-03 18:44:37 +03:00
Sobolev Nikita
b07a931a05
Merge pull request #48 from antmak/develop
...
A simpler implementation of "usage"
2016-10-02 01:34:53 +03:00
sobolevn
904ce02cfc
Added test to cover #50
...
Changes:
1. Fixed typo in `add -h`
2. Removed unused function from `usage`
2016-10-01 23:07:36 +03:00
Anton Maklakov
a9e4f8f111
A simpler implementation of "usage"
2016-09-01 00:41:47 +07:00
sobolevn
80a8a1b048
Intallation instructions updated
...
Improved github templates with the comments
[ci skip]
2016-08-21 16:42:43 +03:00
sobolevn
941e0ca9b7
Changing deb distribution name
2016-08-20 14:29:36 +03:00
sobolevn
09090a1886
readme fix
2016-07-10 15:40:35 +03:00
sobolevn
59e198f39c
Merge branch 'staging'
2016-07-10 15:23:55 +03:00
sobolevn
b9fc50ad67
manuals fix
2016-07-10 14:48:17 +03:00
sobolevn
2e9e374acb
Version 0.2.1 release
2016-07-10 14:40:24 +03:00
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
2016-07-10 14:28:48 +03:00
sobolevn
3ee08d52cb
new badges [ci skip]
2016-07-04 12:40:41 +03:00
sobolevn
4740dd6223
fixed link [ci skip]
2016-07-02 17:20:55 +03:00
sobolevn
e4cc0301d5
fixed link [ci skip]
2016-07-02 17:18:09 +03:00
sobolevn
e3bf934835
readme and gratis
2016-07-02 17:16:12 +03:00
sobolevn
b750ba6da3
some stylechanges in markdown
2016-07-02 16:29:43 +03:00
sobolevn
1e748a3c54
CONTRIBUTING.md added
2016-07-02 16:18:53 +03:00
sobolevn
db0f2e1940
fixed shellcheck issues
2016-07-02 13:30:49 +03:00
sobolevn
c83f41e6e2
refactored all utils and src
2016-07-02 13:24:32 +03:00
sobolevn
fab0b9b1f0
fixes in finding functions, also test-make-ci added $PATH
2016-07-02 12:59:55 +03:00
sobolevn
6ea5fabf53
removed source build-utils
from make-ci
2016-07-02 12:46:54 +03:00
sobolevn
f5e40fefe0
added make distribution, updated travis and docker files
2016-07-02 12:32:07 +03:00