woodpecker/server/store/datastore
6543 4dd4d9755d
Use session for ServerConfigSet to make it atomic (#4116)
2024-09-16 15:20:47 +03:00
..
migration Fix migration registries table (#4111) 2024-09-14 14:41:14 +03:00
agent.go Enable golangci linter stylecheck (#3167) 2024-01-10 22:56:42 +01:00
agent_test.go Fix agent updating (#3287) 2024-01-28 12:29:56 +01:00
config.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
config_test.go Simplify store interfaces (#3437) 2024-02-25 10:37:10 +01:00
cron.go Improve cron list (#3947) 2024-07-20 18:15:38 +02:00
cron_test.go Enable golangci linter stylecheck (#3167) 2024-01-10 22:56:42 +01:00
engine.go Gracefully shutdown server (#3896) 2024-07-14 01:46:01 +02:00
engine_test.go Replace `goimports` with `gci` (#3202) 2024-01-14 18:22:06 +01:00
errors.go Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01:00
feed.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
feed_test.go Use `assert` for test (#3201) 2024-01-14 19:33:58 +01:00
forge.go Use forge from db (#1417) 2024-04-16 08:04:55 +02:00
forge_test.go Use forge from db (#1417) 2024-04-16 08:04:55 +02:00
helper.go Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00
helper_test.go Replace `goimports` with `gci` (#3202) 2024-01-14 18:22:06 +01:00
init.go Migrate to Xorm (#474) 2021-11-13 20:18:06 +01:00
init_cgo.go Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00
log.go Simplify store interfaces (#3437) 2024-02-25 10:37:10 +01:00
log_test.go Simplify store interfaces (#3437) 2024-02-25 10:37:10 +01:00
org.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
org_test.go Add check for storage where repo/org name is empty (#2968) 2023-12-19 06:03:56 +01:00
permission.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
permission_test.go Simplify store interfaces (#3437) 2024-02-25 10:37:10 +01:00
pipeline.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
pipeline_test.go Compare to pipeline created timestamp while using before/after filter (#3654) 2024-04-28 10:32:31 +02:00
redirection.go Simplify store interfaces (#3437) 2024-02-25 10:37:10 +01:00
redirection_test.go Simplify store interfaces (#3437) 2024-02-25 10:37:10 +01:00
registry.go Global and organization registries (#1672) 2024-07-03 06:33:11 -07:00
registry_test.go Global and organization registries (#1672) 2024-07-03 06:33:11 -07:00
repo.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
repo_test.go Make PipelineConfig unique again (#3215) 2024-01-18 23:50:29 +02:00
secret.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
secret_test.go Use `assert` for test (#3201) 2024-01-14 19:33:58 +01:00
server_config.go Use session for ServerConfigSet to make it atomic (#4116) 2024-09-16 15:20:47 +03:00
server_config_test.go Use `assert` for test (#3201) 2024-01-14 19:33:58 +01:00
step.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
step_test.go Use `assert` for test (#3201) 2024-01-14 19:33:58 +01:00
task.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
task_test.go Use `assert` for test (#3201) 2024-01-14 19:33:58 +01:00
user.go Allow login using multiple forges (#3822) 2024-07-13 01:41:35 -07:00
users_test.go Add spellcheck config (#3018) 2024-01-27 21:15:10 +01:00
workflow.go Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
workflow_test.go Use `assert` for test (#3201) 2024-01-14 19:33:58 +01:00
xorm.go Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00