A read-only clone of the dehub project, for until dehub.dev can be brought back online.
Go to file
mediocregopher c87baa5192 Implement credential commit object, but don't use it anywhere yet
---
type: change
message: Implement credential commit object, but don't use it anywhere yet
change_hash: AIJRxhlQQuDhoByl1nApcFrRhlS9bK+4w/6JYl8SHl9o
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl5hjqYACgkQlcRvpqQRSKyD5Q/+MTE6eiKXA0dicHXzv7DR48BMmXwD9wgekF5s49hUOh70+zmPvSypTI3hbnN4lfRnubTvrCZDBwxwhb5q6DRNosNGoBdUj5ofzpsyOJwoy7+htPJrZci6aAzy2uTcVMdqyaqbrDx9RAXGpqui1pZlS+kyUWlhMy4WT6ilJEHVDwqzVw6YcemflcdE6tc+ufqbkmVSy9uAMHLd6a5iegsbX0g/qwME7Qx07yWsuqwfD6FMCeEwtwk9FIkIkPAASZz0u4BlNy6g2KtGrWRraO9i2sQJyLoXh1/vhxCEX9oq0HrzutECgodaDBIFCnZd4NrDSeRPRHKxYF1/rWCUIkPzTMtQR5tGY2CYMCfTC1gBzb5UuJlkAi/D6TTaZO1JWwl2J7R9701D0aEds8w3FFVxOmggwtXonX5mjkYMLyEGVzinPjgtQBgZJQDZ4mIXhUaG8U0vhmo5pQFLAokKXWTo/Jbwm8MZ6SaiLmtGzGm+VoU4sGyUmVURC9X3bv8UjxFJrDibOnmEkfodNzkBsMow0y2gw78XaAME5h4TlBqjCof5iFc9gIBZWskOJYXcEenjChYADwt6Yvfm9UHhXeP8DSb0UtXz3se/PkUrjsC8bCqESncDYyB8QvIcNQY3eiZvRnSTU+m67ME5fuh6ANK5yvwcUIficG9hAVroUwu5eU4=
  account: mediocregopher
2020-03-05 16:43:40 -07:00
.dehub Refactor access controls to support multiple branches 2020-02-29 13:09:19 -07:00
accessctl Rename trunk branch to main branch 2020-03-04 12:14:54 -07:00
cmd Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
fs Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
sigcred Rename trunk branch to main branch 2020-03-04 12:14:54 -07:00
typeobj Add 'default' tag functionality to typeobj 2020-03-04 16:30:24 -07:00
yamlutil Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
.gitignore Change all references to 'master' into 'trunk' 2020-02-16 10:28:59 -07:00
change_hash.go Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
commit_change_test.go Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
commit_change.go Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
commit_signature.go Implement credential commit object, but don't use it anywhere yet 2020-03-05 16:43:40 -07:00
commit_test.go Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
commit.go Implement credential commit object, but don't use it anywhere yet 2020-03-05 16:43:40 -07:00
config.go Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
diff.go Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
go.mod Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
go.sum Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
INTRODUCTION.md Rename trunk branch to main branch 2020-03-04 12:14:54 -07:00
repo_test.go Add test which ensures all previous commits of this repo still verify 2020-03-04 16:39:52 -07:00
repo.go Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
ROADMAP.md Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
SPEC.md Implement credential commit object, but don't use it anywhere yet 2020-03-05 16:43:40 -07:00