woodpecker/server
想出网名啦 eaf05dbae8
On Repo update, keep old "Clone" if update would empty it (#1170)
fixed #1169 

after debugging, I found that:
if `Clone` in database is empty, before
https://github.com/woodpecker-ci/woodpecker/blob/master/server/api/hook.go#L128,
the `repo.Clone` be always unset, so clone is failed.

This PR makes the empty `Clone` can't overwrite the value in database.
2022-09-07 17:34:08 +01:00
..
api Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
badges fix badges (#957) 2022-06-04 16:23:45 +02:00
cache Add method to check organization membership (#1037) 2022-07-25 03:09:35 +02:00
ccmenu Move Badge & CCMenue into own packages (#908) 2022-05-14 14:30:09 +02:00
cron Create mock for store and add unit tests for cron (#1146) 2022-09-01 01:19:49 +02:00
grpc Add agent tagging / filtering for pipelines (#902) 2022-05-31 01:12:18 +02:00
logging Remove unused code (#797) 2022-02-25 21:42:45 +01:00
model On Repo update, keep old "Clone" if update would empty it (#1170) 2022-09-07 17:34:08 +01:00
pipeline fix (auto) cancel of blocked pipelines (#1157) 2022-09-02 22:14:38 +02:00
plugins Dedup code and migrate away from deprecated funcs (#1141) 2022-08-30 01:14:07 +02:00
pubsub Add linter staticcheck (#535) 2021-11-25 17:15:36 +01:00
queue Add agent tagging / filtering for pipelines (#902) 2022-05-31 01:12:18 +02:00
remote Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
router Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
shared Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
store Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
swagger Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
web Show forge icons in UI (#987) 2022-06-17 20:14:01 +02:00
config.go Add method to check organization membership (#1037) 2022-07-25 03:09:35 +02:00