Repository specific query functions
Repository specific query functions
(next-repo-idx conn org-id repo-id)
Retrieves next repo index, and updates the repo-indices table accordingly. The repo-idx record is fetched for update, so it should work atomically.
Retrieves next repo index, and updates the repo-indices table accordingly. The repo-idx record is fetched for update, so it should work atomically.
(repo-for-build-sid conn org-cuid display-id)
Finds the repository id given a org cuid and repo display id.
Finds the repository id given a org cuid and repo display id.
(repos-with-labels conn f)
Selects repositories with labels according to filter f
.
Selects repositories with labels according to filter `f`.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |