woodpecker/server/store/datastore
qwerty287 92cd0d04a3
Unify DB tables/columns (#3806)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-06-27 09:32:06 +02:00
..
migration Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02: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 Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +02:00
cron_test.go Enable golangci linter stylecheck (#3167) 2024-01-10 22:56:42 +01:00
engine.go Add godot linter to harmonitze toplevel comments (#3650) 2024-05-13 22:58:21 +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 Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02:00
registry_test.go Clean up models (#3228) 2024-01-22 07:56:18 +01: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 Update go module path for major version 2 (#2905) 2023-12-08 08:15:08 +01: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 Unify DB tables/columns (#3806) 2024-06-27 09:32:06 +02: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