Commit Graph

3 Commits (31b5e9177f7c0ddcdb97e667f0634fdd13a8d59b)

Author SHA1 Message Date
Lunny Xiao 2bb8b3a562 fix bug when push a branch name with / & fix an integration test bug ()
Lunny Xiao 1773e88643 Drop db operations from hook commands ()
* move all database operations from hook command to web command and instead of internal routes

* bug fixed

* adjust the import path sequences

* remove unused return value on hookSetup
Lunny Xiao 2eeae84cbd Add internal routes for ssh hook comands ()
* add internal routes for ssh hook comands

* fix lint

* add comment on why package named private not internal but the route name is internal

* add comment above package private why package named private not internal but the route name is internal

* remove exp time on internal access

* move routes from /internal to /api/internal

* add comment and defer on UpdatePublicKeyUpdated