Commit Graph

29 Commits (4d56716fe80999b15330960d6ffb12c723a897aa)

Author SHA1 Message Date
mediocregopher 4d56716fe8 Give the project a proper root, dehub.dev/src/dehub.git 4 years ago
mediocregopher e91f7b060e make docker-remote not force a .git extension 4 years ago
mediocregopher ee19d2c37e give git-http-server requests ability to specify specific revision 4 years ago
mediocregopher d6f5bf2e38 rename http-server to dehub-remote 4 years ago
mediocregopher a3b98cc4ef move Dockerfile into the root, make it build git-http-server as well 4 years ago
mediocregopher 2390197ae3 implement basic git-http-server 4 years ago
mediocregopher a8c7f92328 include commit hashes as part of credential commit when accrediting change commi... 4 years ago
mediocregopher aa1a4969f3 add ability to credential range of change commits 4 years ago
mediocregopher f3226d6171 Refactor combined commits a bit 4 years ago
mediocregopher 8cbdc03caa Implement commit combining 4 years ago
mediocregopher 1c2bc11fc3 refactor how commits are created, as well as how reference following is done 4 years ago
mediocregopher eeb74ea22b Implement comment commits 4 years ago
mediocregopher 5ebb6597a8 normalize how git commits are interacted with, including changing VerifyComit -> VerifyCommits 4 years ago
mediocregopher 326de2afc6 Fully implement credential commits 4 years ago
mediocregopher a580018e1e Implement dcmd package and use it to simplify cmd/dehub's implementation significantly 4 years ago
mediocregopher aff3daab19 Modify how SignifierInterface is produced so it always sets AccountID on Credentials 4 years ago
mediocregopher cf05b3a072 Refactor commit type and logic to account for future commit types 4 years ago
mediocregopher 981fbb8327 Rename trunk branch to main branch 4 years ago
mediocregopher 76309b51cb Refactor access controls to support multiple branches 4 years ago
mediocregopher 2add3a2501 Have the dehub command check if there are any staged changes before committing 4 years ago
mediocregopher 98d8aed08a Add support for using EDITOR to construct commit messages. 4 years ago
mediocregopher 3344b8372d rename TrunkCommit to ChangeCommit, in accordance with the new SPEC 4 years ago
mediocregopher b565d26d1f actually set the default branch to trunk in the http-server, forgot to add the changes >_< 4 years ago
mediocregopher 85d79ff71a add INTRODUCTION and update http-server/README 4 years ago
mediocregopher 72f2a74415 specify the http root in the nginx conf file 4 years ago
mediocregopher a5bee27892 Change all references to 'master' into 'trunk' 4 years ago
mediocregopher 181802ba0e add initial implementation of the http-server 4 years ago
mediocregopher f0310bda75 add pre-receive hook command 4 years ago
mediocregopher 7c891bd5f2 Initial commit, can create master commit and verify previous master commits 4 years ago