Commit Graph

64 Commits

Author SHA1 Message Date
Shivaraj B H
94d80210d6
add github action workflow for https://github.com/flakestry/flakestry.dev 2023-10-27 15:38:50 +05:30
Sridhar Ratnakumar
9c6a37d9d3
nixci: Remove unused config 2023-10-19 14:19:07 -04:00
Sridhar Ratnakumar
6ec0a44a32
nixci: upgrade to 0.2 *and* update ./dev nixpkgs (#51) 2023-10-19 14:18:19 -04:00
Shivaraj B H
c56d39116c
process-compose: 0.60.0 -> 0.65.1 (#58) 2023-10-07 23:56:28 +05:30
Shivaraj B H
b9ab7fb711
Namespaces (#57) 2023-10-04 22:50:59 +05:30
Shivaraj B H
b3f9b375b4
magic-nix-cache (#56)
---------

Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2023-09-14 14:50:29 +05:30
Sridhar Ratnakumar
eeb731db77
readme: we do have CI now 2023-09-11 12:39:37 -04:00
Shivaraj B H
0f31f24754
fmt; add kafka and zk service to readme (#54) 2023-09-07 20:57:07 +05:30
Shivaraj B H
072fb57419
Add MySQL service (#50) 2023-09-07 20:36:27 +05:30
Adrian Gierakowski
14904d0b7f feat: add lib to flake outputs exposing multiService func
closes #25
2023-09-06 11:57:08 -04:00
Shivaraj B H
2c1bbc1258
[Update flake.lock; fix bugs] Test process overwrites other processes (#52) 2023-09-06 19:54:51 +05:30
Shivaraj B H
5fdd56f090
mkPackageFor in test flake (#44) 2023-08-31 13:00:06 +05:30
shivaraj-bh
f2e16df269 init 2023-08-30 10:24:38 -04:00
Shivaraj B H
b93a612aa7
Kafka and Zookeeper services (#42) 2023-08-29 17:04:04 +05:30
Shivaraj B H
6e7c208761
Add elasticsearch service (#37) 2023-08-23 23:07:18 +05:30
Shivaraj B H
76bad81d94
default port 0 set by the upstream (#43) 2023-08-23 23:06:11 +05:30
Shivaraj B H
72a3eaacc8
Process as test (VM -> Native test) (#38)
Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
2023-08-23 22:47:20 +05:30
Sridhar Ratnakumar
3a8dcaffcc
Create flakehub-publish-tagged.yml 2023-08-22 18:19:05 -04:00
Sridhar Ratnakumar
4d3e39313d
readme: nixci is now on nixpkgs 2023-08-03 11:46:31 -04:00
Shivaraj B H
88a259d48e
Add Redis cluster service (#35) 2023-08-02 09:58:19 +05:30
Sridhar Ratnakumar
d30b8afd55
readme: contributing: docs 2023-07-26 15:05:06 -04:00
Adrian
1209368ec8
feat(postgres): add superuser option (#29) 2023-07-22 03:42:04 +05:30
Shivaraj B H
4da1956dd8
postgres: add defaultSettings internal option (#34) 2023-07-22 03:38:57 +05:30
Sridhar Ratnakumar
c34121a311 doc: edit; add wip status 2023-07-21 14:08:44 -04:00
Sridhar Ratnakumar
f3a7ea9ec9 example: Use just for deterministic dataDir location 2023-07-20 07:59:17 -04:00
Sridhar Ratnakumar
c1277465d7 example: Add .envrc 2023-07-20 07:59:17 -04:00
Sridhar Ratnakumar
838cc5682a dev: Switch from mission-control to just 2023-07-20 07:59:17 -04:00
Sridhar Ratnakumar
f95d5dacaa example: update services-flake (so 'nix run' will work) 2023-07-19 10:22:40 -04:00
Sridhar Ratnakumar
321ef32a28 doc: title 2023-07-18 16:56:59 -04:00
Sridhar Ratnakumar
4256405076 doc: sidebar pos 2023-07-18 16:44:14 -04:00
Sridhar Ratnakumar
e22e395667 Remove gh actions 2023-07-18 11:32:37 -04:00
Sridhar Ratnakumar
eefec1426c gh: Fix branch name 2023-07-18 11:30:44 -04:00
Sridhar Ratnakumar
3114cb6791 Switch completely to using nixci 2023-07-18 11:30:20 -04:00
Sridhar Ratnakumar
bccf50495d Add github actions config 2023-07-18 11:26:28 -04:00
Sridhar Ratnakumar
978bbbc408 docs: Initialize (for zero-to-flakes) 2023-07-18 10:49:16 -04:00
Sridhar Ratnakumar
80b6ef6dc5 readme: move demo.gif 2023-07-18 10:49:07 -04:00
Shivaraj B H
8b8eea9230
Multiple services (#13) 2023-07-18 02:15:33 +05:30
Sridhar Ratnakumar
197fc1c4d0 dev: Use treefmt-nix for CI autoformat check 2023-07-10 21:30:47 -04:00
Sridhar Ratnakumar
687ea2adb5
Add nixci config to flake (#19) 2023-07-10 21:25:49 -04:00
Sridhar Ratnakumar
85a89560b6 Revert "dev flake: check example and tests"
This reverts commit 05345eaab7.
2023-07-10 19:36:14 -04:00
Sridhar Ratnakumar
a6bf62d1da readme: Add gif demo of ./example 2023-07-10 13:20:17 -04:00
Sridhar Ratnakumar
05345eaab7 dev flake: check example and tests
It makes sense to consolidate all of this to in one place, the "dev flake".
2023-07-10 13:01:08 -04:00
Shivaraj B H
4e181b2a0c
add before and after options to initialScript in postgres (#5) 2023-07-10 21:10:52 +05:30
Shivaraj B H
beaaca9f55
Add redis service (#8) 2023-07-10 20:44:26 +05:30
Shivaraj B H
9a9fc54749
util-linux breaks services-flake on macos (#12) 2023-07-05 17:42:33 +05:30
Shivaraj B H
09a805f859
Configure pg_hba.conf file (#7) 2023-07-05 11:23:56 +05:30
Sridhar Ratnakumar
5e46115f19
readme: wip 2023-06-27 10:46:41 -04:00
Sridhar Ratnakumar
abecf4d634
readme: mention why we fork 2023-06-26 20:56:27 -04:00
Sridhar Ratnakumar
46a4ca9869 postgres: run initialScript *before* (for maximum control) 2023-06-21 18:03:47 -04:00
Sridhar Ratnakumar
527fa6402f dev: minor desc change 2023-06-21 18:03:07 -04:00