Oliver Browne
3f640c02c4
chore(propdefs): add propdefs to docker stack ( #25153 )
2024-09-24 21:32:07 +03:00
Sandy Spicer
7fa73a86af
feat(insights): launch funnels as a Clickhouse UDF behind a feature flag ( #23587 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-05 11:40:33 -07:00
Frank Hamand
d32b035c49
feat: use capture-rs and vector replay capture in local compose ( #24295 )
2024-08-13 13:38:35 +01:00
Ben White
95a0b85848
feat: DeliveryHog ( #22706 )
2024-06-10 15:12:04 +02:00
Tom Owers
71905736f0
feat(data-warehouse): Added warehouse schema validation ( #22142 )
...
* WIP
* Added UI for showing invalid columns
* Added tests
* Updated object_storage references
* Corrected logic
* mypy updates
* Update query snapshots
* Added missing modifier to schema
* Fixed tests
* Updated mypy
* Update UI snapshots for `chromium` (2)
* Updated mypy
* typo fix
* Update query snapshots
* Update UI snapshots for `chromium` (1)
* Update UI snapshots for `chromium` (1)
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-09 11:44:03 +02:00
Frank Hamand
4352c887d6
fix: Update docker-compose.dev-full.yml so it works out of the box ( #22064 )
...
Users should now be able to get started straight away with just docker
by running `docker-compose -f docker-compose.dev-full.yml up --build`
2024-05-03 12:52:59 +01:00
Cory Watilo
c8545b9692
feat(3000): help & support panel ( #20710 )
...
* html for new support pane
* add algolia search component
* polish
* docs are not old anymore
* ux improvements
* add filters
* reset active option
* styles
* email an engineer button
* fix panel title
* add checkmark to resolved questions
* add result count to tags / allow tabbing through tags
* polish
* docs links
* tooltips
* inline support form
* remove unnecessary effect
* use correct color in tooltip
* Revert "tooltips"
This reverts commit 5603a65080
.
* hook it up
* fix lockfile
* use iconinfo
* Update UI snapshots for `chromium` (2)
* Update UI snapshots for `chromium` (1)
* Update UI snapshots for `chromium` (2)
* Update UI snapshots for `chromium` (2)
* reup lockfile
* Update UI snapshots for `chromium` (1)
* fix
* use std colors (except for purple)
* Update UI snapshots for `chromium` (1)
* Update UI snapshots for `chromium` (2)
* Update UI snapshots for `chromium` (1)
* Update UI snapshots for `chromium` (1)
* Update unit.json
* Update docker-compose.dev-full.yml
* Update docker-compose.dev-full.yml
* upgrade @babel/runtime
* move to a regular dep?
* address pr feedback
* add stories
* handle arrowLeft and ArrowRight keydown
* Update UI snapshots for `chromium` (1)
---------
Co-authored-by: Eli Kinsey <eli@ekinsey.dev>
Co-authored-by: Raquel Smith <raquelmsmith@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-18 09:14:44 -07:00
danielxnj
8b722bfef2
chore: Fix docker-compose circular dependecies ( #20905 )
...
Fix docker-compose circular dependecies
Co-authored-by: xneyder <xneyder@gmail.com>
2024-03-13 12:38:46 -04:00
Xavier Vello
886c80454a
chore(compose): add capture-rs profile with containerised capture for testing ( #18140 )
2023-10-25 17:58:12 +02:00
Eric Duong
123470c445
chore(data-warehouse): Make sure alias is accounted for on s3 table ( #16526 )
...
* make sure alias is accounted for
* adjust test
* Update query snapshots
* Update query snapshots
* Update query snapshots
* Update query snapshots
* update tests
* add comment
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-25 10:02:28 -04:00
Joe Martin
d1899c6005
fix: Removing some self-hosted upgrade paths and references ( #16711 )
...
* Remove self-hosted references
* Update messages in tests too
* Update query snapshots
* Update UI snapshots for `chromium` (2)
---------
Co-authored-by: Michael Matloka <michal@matloka.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-24 19:44:44 +02:00
James Greenhill
0223d7ab86
feat: Add Temporal to the dev and hobby stacks ( #14658 )
...
* feat: Add Temporal to the dev and hobby stacks
* disable elastic for hobby because of resources
* checkpoint
* update requirements
* worker is up, but without the sandbox
* ensure temporal does not depend on elastic
* Feedbacked
* pip-compile dev
* mypy fixes
* add a bit of colorful logging
* add django temporal worker to the mix
* checkpoint for dev-full docker
* Working on docker-full, but checkpointing for now
* add migration bits for full
2023-03-20 16:56:14 -06:00
James Greenhill
6c5503cef9
feat: Have a local docker-compose stack for developing 100% in docker ( #13025 )
...
* feat: Have a local docker-compose stack for developing 100% in docker
* lol found a docker-compose bug where you can't have volumes created in root dir
* scale -> deploy.replicas
* don't forget to add image for asyncmigrationscheck
* env vars to each component
* Rename local to dev-full
2022-11-30 09:49:17 -08:00