The current process requires having babashka installed.
An overview of the available tasks will be shown with
bb tasks
bb compile
Unittests
# Persistent sorted set index (fast)
bb test pss
#or
bb test pss --watch
# Hitchhiker-tree index (slow)
bb test hht
Integration tests (Docker needed)
bb test integration
Backward-compatibility test
bb test back-compat
Native-image test (native-image needed)
bb test native-image
bb bench
bb jar
bb install
Check the formatting:
bb format
or fix the formatting:
bb ffix
Should only be done in case of emergency
First you have to build the artifact with bb jar
, then you need to
set CLOJARS_USERNAME
and CLOJARS_PASSWORD
as environment variables, then
you can run bb deploy
to deploy the artifact to Clojars.
Datahike is released everytime there is a commit to the main
branch.
We are using semantic versioning and the patch-version is the number of commits on
the main branch. That means it is always increasing, even if the major or minor
version is increased.
Clojars needs to be stored as an environment variable on CircleCI. There needs to be a
variable CLOJARS_USERNAME
set to your Clojars username and a variable CLOJARS_PASSWORD
set
to the token that permits to deploy on clojars.
In order to create new releases on GitHub we need environment variables on CircleCI. The
two variables GITHUB_TOKEN
and GITHUB_USER
need to be set in a context called
github-token
in the CircleCI UI for the organisation.
Each merge to main
creates a draft release on GitHub and a git tag to point to the merge commit
made when merging a branch into main
. The jar is appended to the Github-release.
[CHANGELOG.md](https://github.com/replikativ/datahike/blob/main/CHANGELOG.md)
main
branch.main
.
Can you improve this documentation? These fine people already did:
Timo Kramer, Judith, Chrislain Razafimahefa, Judith Massa & Konrad KühneEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close