vieter/src/server
Jef Roosens 60cb91c18c
ci/woodpecker/pr/docs Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful 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
chore: final read before merging
2022-12-14 17:23:51 +01:00
..
README.md refactor: renamed api routes & client code to 'targets' 2022-06-16 16:56:58 +02:00
api_jobs.v chore: please the great lint 2022-12-14 16:03:57 +01:00
api_logs.v refactor: compile without warnings 2022-11-01 21:59:18 +01:00
api_targets.v feat(server): update job queue when adding, removing or updating targets 2022-12-13 13:58:51 +01:00
cli.v feat(build): start of server-side job queue 2022-12-13 08:37:29 +01:00
repo.v fix(server): prevent `api` as a repository name 2022-10-01 16:38:09 +02:00
repo_remove.v feat(server): less verbose repo DELETE responses 2022-09-11 21:28:37 +02:00
server.v chore: final read before merging 2022-12-14 17:23:51 +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.