Commit graph

6691 commits

Author SHA1 Message Date
Grant Limberg
3d72a43a19
misc bugfixes
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
2025-09-06 12:37:28 -07:00
Grant Limberg
7ad264df92
whoops. mesed up the migrate naming convention 2025-09-05 15:20:33 -07:00
Grant Limberg
024824c2fe wire up pubsub outgoing status changes from controller -> CV2
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
2025-09-05 14:52:16 -07:00
Grant Limberg
74f0525470 Add frontend column to networks & network_memberships tables so the controller knows which system owns the networks & members
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
2025-09-05 08:43:06 -07:00
Grant Limberg
ba6200fb96 add a ChangeSource enum to the change protobuf messages 2025-09-05 08:19:32 -07:00
Grant Limberg
282d7c7f9d another fix
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
2025-09-04 17:45:38 -07:00
Grant Limberg
48ff61b392 fix 2025-09-04 17:28:14 -07:00
Grant Limberg
a061c86594 fix 2025-09-04 17:00:15 -07:00
Grant Limberg
a18e370d48 another query fix 2025-09-04 16:31:16 -07:00
Grant Limberg
e9565cf97c another query fix 2025-09-04 16:12:21 -07:00
Grant Limberg
3b7958aec1 another query fix 2025-09-04 16:07:28 -07:00
Grant Limberg
20746b2754 query fix 2025-09-04 15:41:33 -07:00
Grant Limberg
b16d9372b8 fix otel exporting 2025-09-04 15:11:57 -07:00
Grant Limberg
f208007226 enable otel exporter 2025-09-04 14:48:04 -07:00
Grant Limberg
dcd583f62b cleanup controller github action 2025-09-04 14:47:58 -07:00
Grant Limberg
3616c4026b move up the gcp auth step 2025-09-04 14:23:49 -07:00
Grant Limberg
67526d494a move up docker auth 2025-09-04 14:15:51 -07:00
Grant Limberg
8bd96d360f build in containers 2025-09-04 14:14:59 -07:00
Grant Limberg
70d24fc7eb trying to build in a docker container 2025-09-04 14:02:58 -07:00
Grant Limberg
40f6508717 add conda builder dockerfile 2025-09-04 13:50:11 -07:00
Grant Limberg
7d5a60b44e will this make arm64 containers work? 2025-09-04 13:08:27 -07:00
Grant Limberg
2264452ad8 try to make this work on both x64 & arm64
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
2025-09-04 12:19:53 -07:00
Grant Limberg
73e3287fd6 debugging runtime link issues on arm64 2025-09-04 12:14:32 -07:00
Grant Limberg
f33e706887 get a running controller in docker 2025-09-04 11:42:53 -07:00
Grant Limberg
686653509a debug printf 2025-09-04 11:27:59 -07:00
Grant Limberg
ce84de605d and instead of or in postgres check 2025-09-04 11:24:01 -07:00
Grant Limberg
7e4e7ef753 fix case for redis: null 2025-09-04 11:19:22 -07:00
Grant Limberg
b94fa2d95d . 2025-09-04 11:18:08 -07:00
Grant Limberg
c9c8e95d60 debug output of main script 2025-09-04 11:16:48 -07:00
Grant Limberg
d216a3739f run process in conda env directly from docker 2025-09-04 11:14:34 -07:00
Grant Limberg
092fc268d3 ok back to full path 2025-09-04 11:11:14 -07:00
Grant Limberg
1da9e24905 no absolute path for pg_isready 2025-09-04 11:03:30 -07:00
Grant Limberg
158d24545a also have to add postgres to the container for pg_isready 2025-09-04 10:30:08 -07:00
Grant Limberg
96aa893df4 stray backtick 2025-09-04 09:50:19 -07:00
Grant Limberg
4516e6a340 need a conda init here first apparently 2025-09-04 09:27:08 -07:00
Grant Limberg
2416c42df7 change tag to match existing 2025-09-04 08:48:54 -07:00
Grant Limberg
4f07599992 add jemalloc
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
2025-09-03 15:04:51 -07:00
Grant Limberg
6ceb8eac97 text alignment 2025-09-03 13:56:32 -07:00
Grant Limberg
3ad352c08e no trailing comma on bigtable block 2025-09-03 13:56:04 -07:00
Grant Limberg
9d73c346b7 new modified startup script for central controller docker images with support for configuring bigtable, pubsub, redis 2025-09-03 13:48:38 -07:00
Grant Limberg
4abf90247d update ld.so.conf for paths to libraries 2025-09-03 13:22:21 -07:00
Grant Limberg
594d227f92 fix multi-arch manifest creation
Some checks are pending
/ build_macos (push) Waiting to run
/ build_windows (push) Waiting to run
/ Central Controller Build (push) Waiting to run
/ multi-arch-docker (push) Blocked by required conditions
/ build_ubuntu (push) Waiting to run
2025-09-03 12:18:21 -07:00
Grant Limberg
7fd112eb4f fix short hash 2025-09-03 11:50:09 -07:00
Grant Limberg
000f3d5a8c let's build a docker image 2025-09-03 11:37:26 -07:00
Grant Limberg
3f3e684811 only update conda env if cache was not hit 2025-09-03 10:42:22 -07:00
Grant Limberg
a841e96bd2 put git branch ref into cache key name 2025-09-03 10:40:31 -07:00
Grant Limberg
3ff4d67d21 bump 2025-09-03 10:29:53 -07:00
Grant Limberg
b09956ae59 fix run arg 2025-09-03 10:28:42 -07:00
Grant Limberg
4395574706 cache conda environment 2025-09-03 10:27:06 -07:00
Grant Limberg
1dae4c4c5f cache conda environment 2025-09-03 10:23:33 -07:00