This repository has been archived on 2026-01-06. You can view files and clone it, but cannot push or open issues/pull-requests.
vieter/src/server
Jef Roosens e10b450abd
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/arch Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/man Pipeline was successful Details
ci/woodpecker/push/docker Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details
fix: metrics no longer bloat memory
2023-01-28 17:35:01 +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_metrics.v fix: metrics no longer bloat memory 2023-01-28 17:35:01 +01:00
api_targets.v feat(db): implemented iterator over targets 2023-01-04 14:13:25 +01:00
cli.v feat(server): ability to disable metrics 2022-12-29 22:00:43 +01:00
log_removal.v refactor: link libvieter; remove cron code & daemon 2023-01-28 13:16:36 +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 fix: metrics no longer bloat memory 2023-01-28 17:35:01 +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.