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
8 changes: 6 additions & 2 deletions .github/workflows/client-linters.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Lint and Format Check

on: ["pull_request", "workflow_dispatch"]
on:
pull_request:
paths:
- 'client/**'
workflow_dispatch:

jobs:
lint-format:
client-lint-format:
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/genai-linters.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: GenAI linters

on: ["pull_request", "workflow_dispatch"]
on:
pull_request:
paths:
- 'genai/**'
workflow_dispatch:

jobs:
lint:
genai-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/genai-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: GenAI tests

on: ["pull_request", "workflow_dispatch"]
on:
pull_request:
paths:
- 'genai/**'
workflow_dispatch:

jobs:
lint:
genai-test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/server-linters.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Server linters

on: ["pull_request", "workflow_dispatch"]
on:
pull_request:
paths:
- 'server/**'
workflow_dispatch:

jobs:
lint:
server-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Server tests

on: ["pull_request", "workflow_dispatch"]
on:
pull_request:
paths:
- 'server/**'
workflow_dispatch:

jobs:
lint:
server-test:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ It addresses the need for a flexible, collaborative space where users can visual

### Analysis Object Model
![AOM](docs/AOM.png)

1 change: 1 addition & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.

1 change: 1 addition & 0 deletions genai/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ https://api.teamserverdown.devops.aet.cit.tum.de/swagger-ui/index.html
| Check formatting | `gradle spotlessCheck` |

## Run tests
`gradle test`
`gradle test`