Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
51da035
update gitignore
untra May 17, 2026
c235efe
mcp implement, begining acp implementation, version rev to 0.2.0
untra May 17, 2026
097292d
dependency refinement and tightening for supply chain controls
untra May 26, 2026
d8c89ee
docs updates for coder and zed, zed extension updates for acp and mcp…
untra May 26, 2026
c5f3727
pnpm adjustment
untra May 26, 2026
5e73acd
docs site rebuild, clippy fixes
untra May 27, 2026
2d8db9c
further zed extension wip, gemfile update
untra May 27, 2026
f7e7fc5
zed extension very much still wip, not yet to my liking
untra May 27, 2026
d3e14c9
remove backstage-server ; build adjustments and docs cleanup ; ui sec…
untra May 28, 2026
4f6070e
processing of operator launched tickets into workflows for claude
untra May 29, 2026
9882e76
ui refinement and capabilities ; design system
untra May 29, 2026
edd170e
docker platform support and publishing
untra May 30, 2026
caf1e53
good vibey next steps for ui icons design system readme and consistency
untra May 30, 2026
97e2d83
remove plugins dir
untra May 31, 2026
aba67b2
status connection view improvements
untra Jun 1, 2026
e138f70
kanban section and onboarding improvements
untra Jun 1, 2026
74f203d
ollama model server attachment, model server crud support
untra Jun 1, 2026
765f3d1
control wrapper for launching tickets from respective session
untra Jun 1, 2026
157d520
cleanup and replacement of vscode extension webui code, favoring nati…
untra Jun 1, 2026
5bacff3
build that
untra Jun 3, 2026
ba272fd
workflow generation
untra Jun 3, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 0 additions & 27 deletions .claude/commands/build-backstage-server.md

This file was deleted.

4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Build context only needs the prebuilt binaries staged by CI.
*
!operator-linux-amd64
!operator-linux-arm64
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ updates:
groups:
rust-deps:
patterns: ["*"]
cooldown:
default-days: 7
semver-major-days: 30
semver-minor-days: 14
semver-patch-days: 3

- package-ecosystem: cargo
directory: "/opr8r"
Expand All @@ -15,6 +20,24 @@ updates:
groups:
opr8r-deps:
patterns: ["*"]
cooldown:
default-days: 7
semver-major-days: 30
semver-minor-days: 14
semver-patch-days: 3

- package-ecosystem: cargo
directory: "/zed-extension"
schedule:
interval: weekly
groups:
zed-deps:
patterns: ["*"]
cooldown:
default-days: 7
semver-major-days: 30
semver-minor-days: 14
semver-patch-days: 3

- package-ecosystem: npm
directory: "/vscode-extension"
Expand All @@ -23,11 +46,21 @@ updates:
groups:
vscode-deps:
patterns: ["*"]
cooldown:
default-days: 7
semver-major-days: 30
semver-minor-days: 14
semver-patch-days: 3

- package-ecosystem: bundler
directory: "/docs"
schedule:
interval: weekly
cooldown:
default-days: 7
semver-major-days: 30
semver-minor-days: 14
semver-patch-days: 3

- package-ecosystem: github-actions
directory: "/"
Expand All @@ -36,3 +69,10 @@ updates:
groups:
actions:
patterns: ["*"]
ignore:
- dependency-name: "actions/*"
cooldown:
default-days: 7
semver-major-days: 30
semver-minor-days: 14
semver-patch-days: 3
155 changes: 0 additions & 155 deletions .github/workflows/backstage.yaml

This file was deleted.

Loading
Loading