1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00
Commit Graph

337 Commits

Author SHA1 Message Date
Adrian Utrilla
71d4a3cfd2 Added go.mozilla.org imports
Fixes #122
2016-10-27 18:09:19 +02:00
Julien Vehent
8e933ab7c9 vendoring update 2016-10-27 08:43:17 -04:00
Julien Vehent [:ulfr]
28bc789407 Merge pull request #130 from mozilla/make-vendor
Added `make vendor` to update dependencies
2016-10-27 08:32:38 -04:00
Adrian Utrilla
c021af4e5a Added make vendor to update dependencies 2016-10-26 21:44:11 +02:00
Julien Vehent [:ulfr]
2b48a85e6c Merge pull request #128 from mozilla/comment-support
Comment support and 4 spaces per indent
2016-10-26 15:40:22 -04:00
Adrian Utrilla
251f8d6ed0 Fix fallthrough error 2016-10-26 21:19:57 +02:00
Adrian Utrilla
9c0a725640 Updated vendored deps 2016-10-26 21:15:36 +02:00
Adrian Utrilla
cf37cabbcc revert import name change 2016-10-26 17:02:34 +02:00
Adrian Utrilla
8c2baa449a Convert yaml comments to generic comments 2016-10-26 16:57:00 +02:00
Adrian Utrilla
869f91c7b0 Merge branch 'go-sops' of github.com:mozilla/sops into comment-support 2016-10-22 08:53:32 -07:00
Adrian Utrilla
29c6d46f8d Use 4 indents for yaml 2016-10-22 08:49:46 -07:00
Julien Vehent
ff58c38fba Change yaml import path to mozilla-services 2016-10-21 20:39:04 -04:00
Adrian Utrilla
52f7881230 Added comment support 2016-10-20 14:57:06 -07:00
Julien Vehent [:ulfr]
599f1b346c Merge pull request #123 from autrilla/makefile
Fixed invalid go get in makefile
2016-09-20 14:39:40 -04:00
Julien Vehent [:ulfr]
0ec2edc854 Merge pull request #124 from autrilla/sops-branch-errors
Added warning message when PGP/KMS items have invalid format
2016-09-20 14:39:23 -04:00
Adrian Utrilla
949dadd92d Fixed invalid go get in makefile 2016-09-19 11:34:06 -07:00
Adrian Utrilla
906b0c0197 Added error message when pgp/kms has invalid format 2016-09-19 11:32:56 -07:00
Julien Vehent [:ulfr]
138689bfa1 Merge pull request #112 from mozilla/bug-111
Format floats and booleans like the Python version does
2016-09-13 15:01:00 -04:00
Adrian Utrilla
aac08d7c9b Use the same formatting for floats and booleans as the Python version.
Fixes #111
2016-09-08 13:56:00 -07:00
Julien Vehent [:ulfr]
9c08975eef Merge pull request #118 from mozilla/bug-117
Fix issue #117
2016-09-08 16:48:54 -04:00
Julien Vehent [:ulfr]
4ce9d91328 Merge pull request #116 from mozilla/bug-115
Fix issue #115
2016-09-08 16:48:16 -04:00
Julien Vehent [:ulfr]
e6bd63ae9f Merge pull request #114 from mozilla/bug-unencrypted-suffix
Fix issue #113
2016-09-08 16:47:32 -04:00
Julien Vehent [:ulfr]
b744d524b9 Merge pull request #110 from mozilla/feature-binary
Added binary mode
2016-09-08 16:44:55 -04:00
Adrian Utrilla
0be699a493 Fix issue #117 2016-09-08 13:37:53 -07:00
Adrian Utrilla
401d8cf474 Fix #115 2016-09-08 13:21:32 -07:00
Adrian Utrilla
3fe980b3fe Fix issue #113 2016-09-08 13:02:20 -07:00
Adrian Utrilla
9eaece6594 Switched from example text to example tree 2016-09-07 13:22:16 -07:00
Adrian Utrilla
8c9f962c28 Added binary mode 2016-09-06 16:06:27 -07:00
Adrian Utrilla
95f2e591f6 Added JSON example file 2016-09-06 15:28:43 -07:00
Julien Vehent [:ulfr]
46fc619a9d Merge pull request #100 from mozilla/feature-editor-mode
Editor mode
2016-09-05 08:26:28 -04:00
Julien Vehent [:ulfr]
9f675c604e Merge pull request #103 from mozilla/feature-json
Added JSON support
2016-09-05 08:21:57 -04:00
Adrian Utrilla
e0dad93ff3 Added JSON support 2016-09-01 14:16:41 -07:00
Adrian Utrilla
b5f2ac791a Addressed PR comments 2016-08-31 11:56:51 -07:00
Adrian Utrilla
18371317d5 Added example file when a new file is created 2016-08-30 13:13:50 -07:00
Adrian Utrilla
64ab3b5fea Show sops branch if asked to
Fixes #90
2016-08-29 15:10:04 -07:00
Adrian Utrilla
9254f3fed9 Rerun editor on invalid syntax 2016-08-29 14:49:40 -07:00
Adrian Utrilla
ed222659e6 Hash the file to check for changes 2016-08-29 14:32:46 -07:00
Adrian Utrilla
0efff5627b Fixed failing tests 2016-08-29 14:17:06 -07:00
Adrian Utrilla
5441214e65 Reuse IVs if the plaintext doesn't change 2016-08-29 14:00:24 -07:00
Julien Vehent [:ulfr]
213242c7e7 Merge pull request #99 from mozilla/autrilla
Fixed several issues
2016-08-29 16:09:01 -04:00
Adrian Utrilla
5be9c10188 Basic edit mode
Always reencrypts the whole file.
2016-08-29 11:31:34 -07:00
Adrian Utrilla
1806356fdb Addressed PR comments 2016-08-29 10:10:02 -07:00
Adrian Utrilla
323db94104 Renamed Load to Unmarshal and Dump to Marshal 2016-08-29 09:03:00 -07:00
Adrian Utrilla
58dec6fbf2 Store methods now take and return []byte instead of string 2016-08-29 08:57:45 -07:00
Adrian Utrilla
24378271a9 Created MetadataNotFound sentinel error 2016-08-29 08:51:37 -07:00
Adrian Utrilla
dd77627151 Moved findKey to Metadata.FindKey 2016-08-29 08:45:30 -07:00
Adrian Utrilla
c19db116e5 Refactored a few functions 2016-08-26 16:34:54 -07:00
Adrian Utrilla
8d0f7dbd08 Be compatible with Python's boolean format 2016-08-26 16:01:37 -07:00
Adrian Utrilla
ae4a7ece32 Fixed problem with tree to yaml conversion 2016-08-26 15:46:03 -07:00
Adrian Utrilla
1f088c0578 Encrypt MAC instead of writing it in plain text 2016-08-26 14:46:13 -07:00