vieter/src/server
Jef Roosens 0d6340ef24
ci/woodpecker/pr/docs Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline failed Details
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pr/man Pipeline was successful Details
ci/woodpecker/pr/docker Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details
feat(db): implemented iterator over targets
2023-01-02 15:59:11 +01:00
..
README.md refactor: renamed api routes & client code to 'targets' 2022-06-16 16:56:58 +02:00
api_jobs.v chore: compile with -skip-unused 2022-12-22 23:18:01 +01:00
api_logs.v chore: compile with -skip-unused 2022-12-22 23:18:01 +01:00
api_targets.v feat(db): implemented iterator over targets 2023-01-02 15:59:11 +01:00
cli.v docs: removed an outdated page 2022-12-28 22:15:48 +01:00
log_removal.v fix: log removal daemon now properly cleans all old logs 2022-12-19 12:43:46 +01:00
repo.v chore: compile with -skip-unused 2022-12-22 23:18:01 +01:00
repo_remove.v chore: compile with -skip-unused 2022-12-22 23:18:01 +01:00
server.v feat(db): implemented iterator over targets 2023-01-02 15:59:11 +01:00

README.md

This module contains the Vieter HTTP server, consisting of the repository implementation & the REST API.

NOTE: vweb defines the priority order of routes by the file names in this module. Therefore, it's very important that all API routes are defined in files prefixed with api_, as this is before the word routes alphabetically.