woodpecker/server/store/datastore
qwerty287 f88c70b55e
Rename to pipeline in DB and JSONs (#1296)
Closes #1282 

Follow-up to #1224, addresses #745

- changes JSON fields
- adds migration to rename columns
- fixes some comments
2022-10-22 15:54:43 +02:00
..
migration Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
config.go Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
config_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
cron.go Add cron feature (#934) 2022-09-01 00:36:32 +02:00
cron_test.go Add cron feature (#934) 2022-09-01 00:36:32 +02:00
engine.go Migrate to Xorm (#474) 2021-11-13 20:18:06 +01:00
engine_test.go Fix tests and pipeline (#732) 2022-01-31 14:39:53 +01:00
errors.go Check if repo exists before creating pipeline (#1297) 2022-10-22 01:34:11 +02:00
feed.go Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
feed_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
file.go Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
file_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
helper.go Return return 404 if registry to delete do not exist (#1278) 2022-10-18 01:48:04 +02:00
init.go Migrate to Xorm (#474) 2021-11-13 20:18:06 +01:00
init_cgo.go Add linter revive (#554) 2021-12-01 14:22:06 +01:00
log.go Move away from deprecated go funcs (#1123) 2022-08-25 08:39:19 +02:00
log_test.go Dedup code and migrate away from deprecated funcs (#1141) 2022-08-30 01:14:07 +02:00
permission.go Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
permission_test.go Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
pipeline.go Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
pipeline_test.go Check if repo exists before creating pipeline (#1297) 2022-10-22 01:34:11 +02:00
proc.go Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
proc_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
redirection.go Fetch repositories with remote ID if possible (#1078) 2022-09-05 17:08:51 +02:00
redirection_test.go Return return 404 if registry to delete do not exist (#1278) 2022-10-18 01:48:04 +02:00
registry.go Fix registry delete (#532) 2021-11-25 19:04:36 +01:00
registry_test.go Return return 404 if registry to delete do not exist (#1278) 2022-10-18 01:48:04 +02:00
repo.go Rename to pipeline in DB and JSONs (#1296) 2022-10-22 15:54:43 +02:00
repo_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
secret.go Sort secret lists and events (#1223) 2022-09-29 22:46:20 +02:00
secret_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
server_config.go Use asym key to sign webhooks (#916) 2022-06-01 20:06:27 +02:00
server_config_test.go Use asym key to sign webhooks (#916) 2022-06-01 20:06:27 +02:00
task.go Migrate to Xorm (#474) 2021-11-13 20:18:06 +01:00
task_test.go Migrate to Xorm (#474) 2021-11-13 20:18:06 +01:00
user.go Migrate to Xorm (#474) 2021-11-13 20:18:06 +01:00
users_test.go Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00