Commit graph

4 commits

Author SHA1 Message Date
Warren
8720ee5c67
ci: port v1 metric tests - Pt1 (#638) 2025-02-27 08:07:47 +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/[email protected]

### Patch Changes

-   fc4548f: feat: add alert schema + types


Co-authored-by: Warren <[email protected]>
2025-01-22 23:30:13 +00:00
Shorpo
42969f243e
chore: Add path alias to api package (#107)
small dev ex improvement:

Before: `import { ... } from '../../../fixtures';`
After: `import { ... } from '@/fixtures';`

after checking out, rebuild `api` and `task-check-alerts` containers:
```sh
docker compose -f docker-compose.dev.yml up -d --no-deps --build task-check-alerts api
```
2023-11-17 21:31:24 +00:00
Warren
0826d4dd89 first commit 2023-09-12 20:08:05 -07:00