14 Commits

Author SHA1 Message Date
Vincent Bernat
fce383dbf4 build: switch to pnpm
It should be a bit more secure to not install scripts by default and to
allow one to update dependencies with a delay. Also, it is faster. The
downside is that it is not usually shipped with npm, but we can download
it through corepack (which is shipped with node). It also has more
builtin features, including patching packages (but we don't need that
anymore).
2025-09-18 07:31:45 +02:00
Vincent Bernat
e35f0a8225 docs: show how to stop the containers as well when we are done 2025-08-31 16:03:58 +02:00
Vincent Bernat
871fc59814 docs: make it even easier to hack on the console
We add a parameter to disable the healthcheck, making the console
available quickly.
2025-08-31 15:59:41 +02:00
Vincent Bernat
e41bae008b docs: make it a bit simpler to hack Akvorado
Add ability to enable the demo flows just with a profile instead of
modifying .env. Add more instructions on how to use Docker Compose and
how to hack on the console.
2025-08-31 15:46:14 +02:00
Vincent Bernat
548bbbfca1 docs: explain more how to develop on the frontend 2025-08-19 20:30:24 +02:00
Vincent Bernat
2692e5308c doc: fix minor spelling mistakes 2025-08-14 07:34:41 +02:00
Vincent Bernat
3e68a41f57 docker: for dev, separate standalone ClickHouse setup from cluster
This way, there is no need to start a whole cluster just to work on a
single ClickHouse. Also add some hints in CONTRIBUTING.md.
2025-08-08 08:55:29 +02:00
Vincent Bernat
3ab97c6218 docs: add a word on how to run Go tests 2025-08-02 19:47:55 +02:00
Neos
b874575491 CONTRIBUTING.md: Fix small typo
Some checks failed
CI / 🤖 Check dependabot status (push) Has been cancelled
CI / ⚖️ Check licenses (push) Has been cancelled
CI / 🐧 Build and test on Linux (push) Has been cancelled
CI / 🍏 Build and test on macOS (push) Has been cancelled
CI / 🔍 Upload code coverage (push) Has been cancelled
CI / 🔭 Build Go backend (1.24) (push) Has been cancelled
CI / 🔭 Build JS frontend (18) (push) Has been cancelled
CI / 🔭 Build JS frontend (20) (push) Has been cancelled
CI / 🔭 Build JS frontend (22) (push) Has been cancelled
CI / 🐋 Build Docker images (push) Has been cancelled
CI / 🚀 Publish release (push) Has been cancelled
Update Nix dependencies / Update Nix lockfile (asn2org) (push) Has been cancelled
Update Nix dependencies / Update Nix lockfile (nixpkgs) (push) Has been cancelled
Update Nix dependencies / Update dependency hashes (push) Has been cancelled
2025-06-27 14:37:26 +02:00
Vincent Bernat
ddb4b4b06f console/frontend: remove "preview" command
This is not really needed. See
https://stackoverflow.com/questions/71703933/what-is-the-difference-between-vite-and-vite-preview

And document how to work on the frontend part more easily.
2025-05-19 15:22:17 +02:00
Vincent Bernat
877f2f3b56 docs: add a word about licensing contributed work 2024-08-16 18:02:07 +02:00
Vincent Bernat
3779023b55 build: add docker-dev target for Makefile
This is faster than the full build using Nix.
2024-06-03 07:11:41 +02:00
Vincent Bernat
3ac49f5a95 docs: add a note about Git commit format 2024-04-02 08:24:29 +02:00
Vincent Bernat
105c271798 docs: random thoughts for contributors 2024-03-18 07:54:15 +01:00