Michel Roegl-Brunner
28603a8f2a
Remove postinstall
2025-09-11 10:41:32 +02:00
dependabot[bot]
3201f56640
build(deps): Bump @t3-oss/env-nextjs from 0.12.0 to 0.13.8
...
Bumps [@t3-oss/env-nextjs](https://github.com/t3-oss/t3-env/tree/HEAD/packages/nextjs ) from 0.12.0 to 0.13.8.
- [Release notes](https://github.com/t3-oss/t3-env/releases )
- [Changelog](https://github.com/t3-oss/t3-env/blob/main/packages/nextjs/CHANGELOG.md )
- [Commits](https://github.com/t3-oss/t3-env/commits/@t3-oss/env-nextjs@0.13.8/packages/nextjs )
---
updated-dependencies:
- dependency-name: "@t3-oss/env-nextjs"
dependency-version: 0.13.8
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-11 08:40:12 +00:00
Michel Roegl-Brunner
c4e1558773
Merge pull request #6 from michelroegl-brunner/dependabot/npm_and_yarn/tanstack/react-query-5.87.4
...
build(deps): Bump @tanstack/react-query from 5.87.1 to 5.87.4
2025-09-11 10:38:58 +02:00
Michel Roegl-Brunner
a053275d70
Remove debug console.log statements from WebSocket handler
...
- Removed verbose debug output from WebSocket connection logs
- Removed script execution debug messages
- Removed input handling debug logs
- Kept important error logging and server startup messages
- WebSocket functionality remains fully intact
2025-09-11 10:38:31 +02:00
dependabot[bot]
a0e08fd5d3
build(deps): Bump @tanstack/react-query from 5.87.1 to 5.87.4
...
Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query ) from 5.87.1 to 5.87.4.
- [Release notes](https://github.com/TanStack/query/releases )
- [Commits](https://github.com/TanStack/query/commits/v5.87.4/packages/react-query )
---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
dependency-version: 5.87.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-11 07:52:33 +00:00
Michel Roegl-Brunner
39f26477ad
Merge pull request #3 from michelroegl-brunner/dependabot/npm_and_yarn/types/node-24.3.1
...
build(deps-dev): Bump @types/node from 20.19.13 to 24.3.1
2025-09-11 09:51:30 +02:00
dependabot[bot]
168957dcd6
build(deps): Bump @prisma/client from 6.15.0 to 6.16.0
...
Bumps [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client ) from 6.15.0 to 6.16.0.
- [Release notes](https://github.com/prisma/prisma/releases )
- [Commits](https://github.com/prisma/prisma/commits/6.16.0/packages/client )
---
updated-dependencies:
- dependency-name: "@prisma/client"
dependency-version: 6.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-10 18:40:19 +00:00
dependabot[bot]
2c0c005bdf
build(deps-dev): Bump @types/node from 20.19.13 to 24.3.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.19.13 to 24.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.3.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-10 18:39:36 +00:00
Michel Roegl-Brunner
93f51ddbe9
feat: Add Text Viewer component with bash syntax highlighting
...
- Create TextViewer component for displaying script code
- Add react-syntax-highlighter for bash syntax highlighting
- Implement tabbed interface for CT and install scripts
- Add getScriptContent tRPC endpoint for secure file reading
- Update ScriptsList to use TextViewer for View button
- Include security checks to prevent path traversal
- Support both CT and install script viewing in same modal
- Add line numbers and proper code formatting
2025-09-10 15:17:15 +02:00
Michel Roegl-Brunner
030cd9ec9a
Got the terminal working
2025-09-09 16:03:17 +02:00
Rögl-Brunner Michel
6ee5c5c017
PoC
2025-09-09 14:24:36 +02:00
Rögl-Brunner Michel
178eee664a
initial commit
2025-09-09 14:04:07 +02:00