Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed Jan 31, 2025
2 parents c1b7de5 + b5b0fad commit 94f3a94
Show file tree
Hide file tree
Showing 210 changed files with 9,998 additions and 86 deletions.
2 changes: 1 addition & 1 deletion deployments/aws/ecs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ variable "tracecat_ui_image" {

variable "tracecat_image_tag" {
type = string
default = "0.21.9"
default = "0.22.0"
}

variable "temporal_server_image" {
Expand Down
2 changes: 1 addition & 1 deletion deployments/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ variable "tracecat_ui_image" {

variable "tracecat_image_tag" {
type = string
default = "0.21.9"
default = "0.22.0"
}

variable "temporal_server_image" {
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ./Caddyfile:/etc/caddy/Caddyfile

api:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.22.0}
container_name: api
restart: unless-stopped
networks:
Expand Down Expand Up @@ -60,7 +60,7 @@ services:
OLLAMA__API_URL: ${OLLAMA__API_URL}

worker:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.22.0}
restart: unless-stopped
networks:
- core
Expand All @@ -85,7 +85,7 @@ services:
command: ["python", "tracecat/dsl/worker.py"]

executor:
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat:${TRACECAT__IMAGE_TAG:-0.22.0}
restart: unless-stopped
networks:
- core
Expand Down Expand Up @@ -120,7 +120,7 @@ services:
]

ui:
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.21.9}
image: ghcr.io/tracecathq/tracecat-ui:${TRACECAT__IMAGE_TAG:-0.22.0}
container_name: ui
restart: unless-stopped
networks:
Expand Down
32 changes: 32 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Mintlify Starter Kit

Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including

- Guide pages
- Navigation
- Customizations
- API Reference pages
- Use of popular components

### Development

Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```
npm i -g mintlify
```

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
```

### Publishing Changes

Install our Github App to autopropagate changes from youre repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.

#### Troubleshooting

- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`
7 changes: 7 additions & 0 deletions docs/api-reference/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Overview
description: API Reference
---

The REST API provides programmatic access to Tracecat data and functionality.
For example, you can use the API to list, create, update, and delete workflows and secrets.
3 changes: 3 additions & 0 deletions docs/api-reference/reference/actions/create-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /actions
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/actions/delete-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /actions/{action_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/actions/get-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /actions/{action_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/actions/list-actions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /actions
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/actions/update-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /actions/{action_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/auth:databaselogin.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/login
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/auth:databaselogout.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/logout
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /auth/oauth/authorize
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /auth/oauth/callback
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/register:register.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/register
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/reset:forgot-password.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/forgot-password
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/reset:reset-password.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/reset-password
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/saml:databaselogin.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /auth/saml/login
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/sso-acs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/saml/acs
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/verify:request-token.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/request-verify-token
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/auth/verify:verify.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /auth/verify
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/create-case-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /case-actions
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/create-case-context.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /case-contexts
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/create-case-event.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /workflows/{workflow_id}/cases/{case_id}/events
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/create-case.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /workflows/{workflow_id}/cases
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/delete-case-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /case-actions/{case_action_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/delete-case-context.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /case-contexts/{case_context_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/get-case-event.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /workflows/{workflow_id}/cases/{case_id}/events/{event_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/get-case.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /workflows/{workflow_id}/cases/{case_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/list-case-actions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /case-actions
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/list-case-contexts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /case-contexts
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/list-case-events.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /workflows/{workflow_id}/cases/{case_id}/events
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/list-cases.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /workflows/{workflow_id}/cases
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/cases/update-case.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /workflows/{workflow_id}/cases/{case_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/check-health.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /health
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/editor/list-actions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /editor/actions
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/editor/list-functions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /editor/functions
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/events/search-events.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /events/search
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /organization/secrets
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /organization/secrets/{secret_id}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /organization/secrets/{secret_name}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /organization/secrets
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /organization/secrets/{secret_id}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /organization/members/{user_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/organization/delete-session.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /organization/sessions/{session_id}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /organization/members
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/organization/list-sessions.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /organization/sessions
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: patch /organization/members/{user_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/public/check-health.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /health
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/public/incoming-webhook-wait.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /webhooks/{path}/{secret}/wait
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/public/incoming-webhook.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /webhooks/{path}/{secret}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/public/webhook-callback.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /callback/{service}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/actions
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /registry/actions/{action_name}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /registry/actions/{action_name}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /registry/actions
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/actions/{action_name}/execute
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: patch /registry/actions/{action_name}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/actions/{action_name}/validate
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/repos
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /registry/repos/{origin}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /registry/repos/{origin}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /registry/repos
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/repos/reload
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/repos/{repository_id}/sync-executor
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/repos/sync
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /registry/repos/{repository_id}/sync
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: patch /registry/repos/{origin}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/schedules/create-schedule.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /schedules
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/schedules/delete-schedule.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /schedules/{schedule_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/schedules/get-schedule.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /schedules/{schedule_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/schedules/list-schedules.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /schedules
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/schedules/search-schedules.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /schedules/search
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/schedules/update-schedule.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /schedules/{schedule_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/secrets/create-secret.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /secrets
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/secrets/delete-secret-by-id.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /secrets/{secret_id}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/secrets/delete-secret.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: delete /secrets/{secret_name}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/secrets/get-secret-by-name.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /secrets/{secret_name}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/secrets/get-secret.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /secrets/{secret_name}
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/secrets/list-secrets.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /secrets
---
3 changes: 3 additions & 0 deletions docs/api-reference/reference/secrets/search-secrets.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /secrets/search
---
Loading

0 comments on commit 94f3a94

Please sign in to comment.