Commit Graph

798 Commits

Author SHA1 Message Date
sobolevn
67218994f3
refactored all src folder 2016-06-30 22:32:42 +03:00
sobolevn
a1cd887101
refactoring started, shellcheck is now supported 2016-06-30 17:38:02 +03:00
sobolevn
cce852ca2d
Added uninstall target to the Makefile.
Removed `man/dest` folder, since it was an error.
2016-06-29 00:00:15 +03:00
sobolevn
8b1a01f1f6
This commit is pretty large. A lot of changes.
The full list of changes:
1. Added `.docker/` folder with Dockerfiles
2. Now `travis` runs integrational tests inside these containers
3. Now `travis` runs tests with `mac os x`
4. Now there are new ways to autodeploy `deb` and `rpm` packages
5. Fixed some issues
6. Also added `.ci/` folder, where utility scripts for travis are stored
7. Moved `git-hooks` into the separate folder: `utils/hooks/`
8. Added new target to the `Makefile`
9. `.gitignore` is updated to ignore `build/` folder and inner files
2016-06-16 22:34:25 +03:00
Sobolev Nikita
c766b4c0fe Merge pull request #31 from fboender/develop
build-deb target: Create man dirs with execute permissions
2016-06-06 13:45:11 +03:00
Ferry Boender
fdf24baf57 build-deb target: Create man dirs with execute permissions 2016-06-06 11:55:33 +02:00
Sobolev Nikita
15759c1b49 Merge pull request #29 from sobolevn/staging
version 0.2.0 release
2016-05-29 14:30:48 +03:00
sobolevn
410e783189 version 0.2.0 release 2016-05-29 14:27:53 +03:00
Sobolev Nikita
d3cf16ea23 Merge pull request #27 from sobolevn/staging
Merging `staging` into master
2016-05-29 14:18:40 +03:00
sobolevn
691efef167 version 0.2.0 prelease 2016-05-29 14:11:53 +03:00
sobolevn
21f8b480b4 changed post-commit hook to build mans only in master 2016-05-29 13:59:39 +03:00
sobolevn
b176040a83 Changed the way tests were handling git-commit. Since CI was failing.
Changed it to set `user.name` and `user.email`.
2016-05-29 13:56:48 +03:00
sobolevn
92be14c232 Updated the missing manual for git-secret-changes 2016-05-29 13:37:25 +03:00
sobolevn
b5bdec9673 Added git-secret-changes and changed the way decryption worked.
Now there's a separate function `_decrypt` which handles `gpg`-decryption.
It is convinient, since both `changes` and `reveal` use it.

Also I have updated manuals to match new features. Also new `brew` repo is now officialy supported.
Added tests for the `changes` command.
2016-05-29 13:33:23 +03:00
sobolevn
8206de7ebb Added '-f' option to the reveal command.
This option allows to easily overwite existing giles with no prompt.
Also added documentation for the new option.

Closes #24
2016-05-22 00:20:20 +03:00
sobolevn
a8c244b319 Merge branch 'master' into develop 2016-05-22 00:07:35 +03:00
sobolevn
d523d8b8a9 There was a bug with sed command, when trying to remove filename with slashes.
Now it is fixed. See `_delete_line` function.
Closes #23
2016-05-22 00:05:55 +03:00
Sobolev Nikita
094721e694 Merge pull request #20 from sobolevn/sobolevn-patch-1
typo in the `ISSUE_TEMPLATE.md` filename
2016-05-14 14:54:47 +03:00
Sobolev Nikita
137da9f987 typo in the ISSUE_TEMPLATE.md filename 2016-05-14 14:53:03 +03:00
Sobolev Nikita
5e99af021b Merge pull request #19 from sobolevn/staging
Version 0.1.2 released
2016-05-14 14:30:21 +03:00
sobolevn
a5abefba90 release v0.1.2 2016-05-14 14:27:08 +03:00
sobolevn
b9246abcc8 Merge branch 'develop' into staging 2016-05-14 14:24:56 +03:00
sobolevn
c25b1a2bca Added configuration section to the navigation 2016-05-14 14:24:20 +03:00
sobolevn
66f9b63872 Merge branch 'develop' into staging 2016-05-14 14:20:27 +03:00
sobolevn
8faf1ead3d Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop 2016-05-14 14:12:12 +03:00
sobolevn
3577c165ec Added -i flag to the git-secret-add command, which now auto-ignores unignored files.
Also added a test case for this feature.
Other changes:
1. refactored `Makefile` to have `.PHONY` marks
2. added install target to the `Makefile`, now one can run `make install` (with optional `$PREFIX` variable)
3. updated docs for `git-secret.7`, `git-secret-add.1`
4. refactored some commands to `shift` arguments
5. added a test case to the 'other-file-extension' situation
5. added `.github` folder to store templates

Closed #18
2016-05-14 14:03:33 +03:00
Sobolev Nikita
37f2d7d10c Merge pull request #17 from lrascao/feature/fix_osx_mktemp_coreutils
Satisfy mktemp filename requirements
2016-05-14 01:15:01 +03:00
Luis Rascao
9eaf6f0d5e Satisfy mktemp filename requirements
According to http://www.gnu.org/software/autogen/mktemp.html doc
the temp filename should contain at least three X characters.
2016-05-13 22:10:49 +01:00
sobolevn
70ce25c899 Solved the issue with gpg2 >= 2.1
The reason was with the `_user_required` function. It was checking for the `pubring.gpg` file, which was renamed in the `gpg2` >= 2.1
So I have removed this check, leaving other things in place.

Closes #6
2016-05-12 14:22:41 +03:00
Sobolev Nikita
1f549d350d Merge pull request #13 from sobolevn/staging
Version 0.1.1 released
2016-04-10 14:35:49 +03:00
sobolevn
a9cea588bb version 0.1.1 2016-04-10 14:30:36 +03:00
sobolevn
df3c22dee3 Merge branch 'develop' into staging 2016-04-10 14:29:50 +03:00
sobolevn
b285eb91ed Merge branch 'develop' of https://github.com/sobolevn/git-secret into develop 2016-04-10 14:17:06 +03:00
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.
2016-04-10 14:14:41 +03:00
Sobolev Nikita
d0aed54a52 Merge pull request #11 from juliosueiras/patch-2
Added travis test for gpg and gpg2
2016-04-04 19:23:57 +03:00
Julio Sueiras
a9d69e24d4 Added travis test for gpg and gpg2 2016-04-04 12:13:06 -04:00
Sobolev Nikita
03400da580 Merge pull request #5 from juliosueiras/patch-1
Typo fix
2016-04-04 00:56:18 +03:00
Julio Sueiras
60c849acef Typo fix
Typo fix from `git congig user.email` to `git config user.email`
2016-04-03 17:46:26 -04:00
Sobolev Nikita
3efa50da9e Merge pull request #3 from sobolevn/staging
installation fixes
2016-03-13 15:26:45 +03:00
sobolevn
c71ef883c9 Merge branch 'develop' into staging 2016-03-13 15:23:55 +03:00
sobolevn
41c07eed73 installation fixes 2016-03-13 15:22:42 +03:00
Sobolev Nikita
3550e2a9c3 Merge pull request #2 from sobolevn/staging
v0.1.0 release
2016-03-13 14:17:58 +03:00
mail@sobolevn.me
cbdd9b8414 release 2016-03-13 14:11:38 +03:00
mail@sobolevn.me
38983de6ee staging 2016-03-13 14:09:47 +03:00
mail@sobolevn.me
1904ebdb86 pre-staging 2016-03-13 14:07:30 +03:00
mail@sobolevn.me
874a4468d7 release 2016-03-13 13:27:36 +03:00
sobolevn
255c948755 release 2016-03-13 13:19:31 +03:00
elinamorits
702c9e1bfb Merge branch 'develop' 2016-03-13 13:08:15 +03:00
elinamorits
c78bc099a7 prerelease 2016-03-13 13:06:18 +03:00
elinamorits
455cfc468b man7 created & install.sh working 2016-03-13 12:51:55 +03:00