A read-only clone of the dehub project, for until dehub.dev can be brought back online.
Go to file
mediocregopher 69e336ea5e rename commit_signature.go to commit_credential.go
---
type: change
message: rename commit_signature.go to commit_credential.go
change_hash: AOU9vhAVaw7b8KQuFB4vyrKZo9+rWt7qefSpUcT00Ntn
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl5tFpUACgkQlcRvpqQRSKwgNQ//VpGeG3nZQzPq6dTEteTjKVC6uUCeRIViLWXJ8ZtQ+ffmTtTVweV7FkQ9ti3O9rx7UzJy06VoDti/pRLQ5FiG0fUO53c3rk6GOih7d+pu1Sg0/7IkcIWe9m5M6SPGDTtQrUeCQGSiBNUL/dzu2EDaBtEDyiVng59kJuy7h5zxjOQ2VTd/MpuIE+h0h+B+qo01OTme2P/YZVEmKbQl424C84TBlK4lL19yAMhBxFWNH/mrz+poR/dWCcDxMgaL0hlPuUon25+VTJfL0EPy5XsDIZCqKNuj4WUXwI27mwDCEuvV4WOthbUtwVYOUAEqQNoiL7wDfsnWseW73qMfUDFsa0IBpW2LUGl45SDxPZTar5cEIQAriaKFC274f4w+bIf6c38AFVOqLg8TCMvbMXyWj7cfJ99qA/pLkFxLtLWt+TPeVN3qnkLlHeUjb4+s+IVY0bPoh32UnomCh3DyJzvughxaN4nZOISh688SnSmLpyDLkhAAVZf0n3sG4t7uARaUv4vSZtNMxJpRVrymzhRHGd2AHVMeyWf0UCMU9wqJPE713FPCTrdeqbwzWXslHptHnuFKLuizzQ39ScjukVu9oin6rnbH4UIqY2CUi8BzQJpOsaj+iq0p4R87dBj/uKlKLvm0zxzYK1rD9L6oZ3PKbJ5meW8kX2u24dD+0pxN2lI=
  account: mediocregopher
2020-03-14 11:38:35 -06: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 Implement dcmd package and use it to simplify cmd/dehub's implementation significantly 2020-03-13 18:06:35 -06:00
fs Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
sigcred Modify how SignifierInterface is produced so it always sets AccountID on Credentials 2020-03-13 15:24:46 -06: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_credential.go rename commit_signature.go to commit_credential.go 2020-03-14 11:38:35 -06:00
commit_test.go Modify how SignifierInterface is produced so it always sets AccountID on Credentials 2020-03-13 15:24:46 -06:00
commit.go Modify how SignifierInterface is produced so it always sets AccountID on Credentials 2020-03-13 15:24:46 -06:00
config.go Modify how SignifierInterface is produced so it always sets AccountID on Credentials 2020-03-13 15:24:46 -06: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 Modify how SignifierInterface is produced so it always sets AccountID on Credentials 2020-03-13 15:24:46 -06:00
repo.go Refactor commit type and logic to account for future commit types 2020-03-04 16:34:02 -07:00
ROADMAP.md Implement dcmd package and use it to simplify cmd/dehub's implementation significantly 2020-03-13 18:06:35 -06:00
SPEC.md Implement credential commit object, but don't use it anywhere yet 2020-03-05 16:43:40 -07:00