Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 0 additions & 45 deletions .github/workflows/ai_cd.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/ai_ci.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/api_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

deploy:
needs: compute-version
runs-on: depot-ubuntu-24.04-8
runs-on: ubuntu-latest
timeout-minutes: 60
concurrency: api-fly-deploy
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --config apps/api/fly.toml --dockerfile apps/api/Dockerfile --remote-only -e APP_VERSION=${{ needs.compute-version.outputs.version }}
- run: flyctl deploy --config apps/api/fly.ai.toml --dockerfile apps/api/Dockerfile --remote-only --build-arg APP_VERSION=${{ needs.compute-version.outputs.version }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

Expand Down
18 changes: 8 additions & 10 deletions .github/workflows/api_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
- main
paths:
- apps/api/**
- crates/llm-proxy/**
- crates/transcribe-proxy/**
pull_request:
branches-ignore:
- "**/graphite-base/**"
paths:
- apps/api/**
- crates/llm-proxy/**
- crates/transcribe-proxy/**
jobs:
optimize_ci:
runs-on: ubuntu-latest
Expand All @@ -28,13 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm_install
- uses: ./.github/actions/bun_install
- run: pnpm -F @hypr/api typecheck
- name: Run tests if they exist
run: |
if find apps/api/src -name "*.test.ts" -o -name "*.spec.ts" | grep -q .; then
pnpm -F @hypr/api test
else
echo "No test files found, skipping tests"
fi
- uses: ./.github/actions/rust_install
with:
platform: linux
- run: cargo check -p api
49 changes: 0 additions & 49 deletions .github/workflows/k6.yaml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/stripe_backfill.yaml

This file was deleted.

66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ debug = false
[workspace]
resolver = "2"
members = [
"apps/ai",
"apps/api",
"apps/desktop/src-tauri",
"apps/eval-cli",
"apps/granola",
Expand Down
2 changes: 0 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ dotenv: [".env"]
includes:
web:
taskfile: ./apps/web
api:
taskfile: ./apps/api

tasks:
py:init: POETRY_VIRTUALENVS_IN_PROJECT=true poetry install --no-cache --no-interaction --all-extras
Expand Down
10 changes: 0 additions & 10 deletions apps/ai/AGENTS.md

This file was deleted.

46 changes: 0 additions & 46 deletions apps/ai/Dockerfile

This file was deleted.

Loading
Loading