Commit Graph

70 Commits (cefe5633e31870d886d05ced24fde50b4fc1dcee)
 

Author SHA1 Message Date
mediocregopher cefe5633e3 Remove reference to Tutorial 4 from README 4 years ago
mediocregopher ff041c74aa update ROADMAP, project is publicized 4 years ago
mediocregopher 68b4e68177 changes from proofreading tutorials 4 years ago
mediocregopher a709a43696 Re-organize and flesh-out documentation, including writing the tutorials 4 years ago
mediocregopher a1579dcc96 Switch markdown generator in git-http-server 4 years ago
mediocregopher 3cd0b03202 add --descr flag to commit credential command 4 years ago
mediocregopher 6176b9ffbc add change_description field to credential commits 4 years ago
mediocregopher f085f13fa8 Remove Payload.MessageHead error return and simplify implementations 4 years ago
mediocregopher f52ea2a708 Rework how FilterFilesChanged works 4 years ago
mediocregopher 38d396e90c Fix a bug which prevented force pushing to a previous commit in a branch 4 years ago
mediocregopher 23fa9da972 properly check for gpg not returning a matching pgp key 4 years ago
mediocregopher 4389da48e4 Fix a bug in typeobj when a type field's name is the same as one of its inner... 4 years ago
mediocregopher 3ec0908b32 Remove extra lines from lists in README and SPEC, because apparently it matters 4 years ago
mediocregopher 422c444a50 change pre-receive hook from flag to sub-command 4 years ago
mediocregopher b01fe1524a Completely refactor naming of everything, in light of new SPEC 4 years ago
mediocregopher 351048e9aa Completely rewrite SPEC 4 years ago
mediocregopher c2c7fdf691 Support non-fastforward commits 4 years ago
mediocregopher 84399603cf refactor how file changes and hashes are handled, and add tests for hashes 4 years ago
mediocregopher 1f892070bd some small convenience changes for tests 4 years ago
mediocregopher 3d89fe5fd9 Refactor how commit authorship is formatted 4 years ago
mediocregopher 43b564e711 refactor pgp types a bit to use the openpgp.Entity type 4 years ago
mediocregopher a01f2b1512 implement the ability for users without an account to still submit accredited co... 4 years ago
mediocregopher 03459d4b20 implement amend flag for change and comment commit types 4 years ago
mediocregopher e78efcce74 short hash support 4 years ago
mediocregopher ca4887bf07 force all commits to be ancestors of the root of main 4 years ago
mediocregopher 54af1ee510 add init command 4 years ago
mediocregopher d189d46667 refactor dehub binary's flags a bit 4 years ago
mediocregopher 921572d053 Documentation fixes for dehub-remote and git-http-server 4 years ago
mediocregopher d5f172875e Refactor all documentation 4 years ago
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 a47404b4a7 update SPEC in light of comment commit changes 4 years ago
mediocregopher eeb74ea22b Implement comment commits 4 years ago
mediocregopher b74186446e refactor commit interface to pass more information around 4 years ago
mediocregopher 1f422511d5 completely refactor accessctl (again) 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 69e336ea5e rename commit_signature.go to commit_credential.go 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 c87baa5192 Implement credential commit object, but don't use it anywhere yet 4 years ago