Commit graph

27 commits

Author SHA1 Message Date
Warren Lee
7843efe35b fix: update yarn.lock after version bump 2025-01-23 18:01:01 -08:00
Warren
af4faa4611
DX: running api + app + task concurrently with npm script (dev) (#567)
1. Test with `common-utils` easily
2. Faster hot-reloads

TL;DR
run `npm run dev` or `make dev-up` to run HyperDX fullstack locally
2025-01-23 17:31:25 +00:00
github-actions[bot]
7c03397fe9
Version common-utils + Setup int test environment (#566)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v2, this PR will be updated.


# Releases
## @hyperdx/common-utils@0.0.10

### Patch Changes

-   fc4548f: feat: add alert schema + types


Co-authored-by: Warren <5959690+wrn14897@users.noreply.github.com>
2025-01-22 23:30:13 +00:00
Warren
fc4548fdab
feat: add alert schema and types to common utils (#564)
@ernestii You should be able to import alert relates types from the `common-utils` after this PR
2025-01-22 07:36:08 +00:00
Warren
6ee29abe02
feat: introduce common-utils package (#554)
- copy and paste the utils to a separate dir
- setup building + CD
2025-01-16 18:15:22 +00:00
Warren
f727f1cbd4
feat: bypass connections and sources through env vars (#512)
Allow users to specify connection strings or sources through `HDX_LOCAL_DEFAULT_CONNECTIONS` and `HDX_LOCAL_DEFAULT_SOURCES` env vars
2024-11-26 23:21:42 +00:00
Warren
aa165fcc46 feat: move more codes 2024-11-21 21:44:33 -08:00
Warren
b16456fc39 feat: move v2 codes 2024-11-12 05:53:15 -07:00
Warren
dddfbbc315 chore: release v1.10.0 2024-10-14 11:04:10 -07:00
Warren
556329b411 chore: release v1.9.0 2024-06-28 17:42:23 -07:00
Warren
bbc0aee3de chore: release v1.8.0 2024-04-19 16:29:50 -07:00
Mike Shi
59a3c0f43e
Only lint ts files in precommit hook (#355) 2024-03-29 06:51:49 +00:00
Mike Shi
2c61276172
Allow exporting table results as CSV (#347)
<img width="590" alt="image" src="https://github.com/hyperdxio/hyperdx/assets/2781687/f71acd7e-53d2-4eab-baaa-5e9074013325">
<img width="327" alt="image" src="https://github.com/hyperdxio/hyperdx/assets/2781687/211b6594-09e1-4c92-861a-6e97f95a5dbb">
2024-03-22 08:03:20 +00:00
Warren
b362acca20 chore: release v1.7.0 2024-03-01 11:01:00 -08:00
Warren
76815883f9 chore: release v1.6.0 2024-01-26 14:53:59 -08:00
Warren
56a126dac5 chore: release v1.5.0 2024-01-12 12:38:09 -08:00
Warren
95e2bc0ef8 chore: release v1.4.0 2024-01-03 23:52:06 -08:00
Warren
c8a12214f4 chore: release v1.3.0 2023-12-07 11:28:52 -08:00
Warren
df19eef14c chore: release v1.2.0 2023-11-20 15:35:20 -08:00
Warren
516c8588df chore: release v1.1.4 2023-11-01 07:02:22 +08:00
Warren
e7036dea42 chore: release v1.1.3 2023-10-18 14:47:51 -07:00
Warren
349175716e
Release v1.1.2 (#46) 2023-09-25 21:45:10 -07:00
Warren
a4012f1a96
chore: bump @hyperdx/node-logger + @hyperdx/node-opentelemetry pkgs (#5) 2023-09-16 00:30:14 -07:00
Warren
836924377e
feat: add docker prod build stages and publish prod builds (#4) 2023-09-15 21:34:14 -07:00
Warren
780f57adf2 feat: init changeset 2023-09-15 17:23:15 -07:00
Warren
f2396340b4 feat: introduce usage-stats service 2023-09-15 17:22:53 -07:00
Warren
0826d4dd89 first commit 2023-09-12 20:08:05 -07:00