Skip to content

Releases: wellCh4n/oops

v1.0.9

27 Apr 18:29
7c00a5a

Choose a tag to compare

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

23 Apr 16:21

Choose a tag to compare

fix(web): preserve IDE and pipeline filters on repeated sidebar clicks

v1.0.7

18 Apr 18:32
80feac0

Choose a tag to compare

feat: support ZIP source upload for application builds (#24)

* feat: support ZIP source upload for application builds

Allow applications to use a ZIP package as build source via S3 presigned
URL upload. Refactors CloneContainer with strategy pattern (Git/Zip) and
adds feature-gated ZIP option in build config.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: skip containerPort when service port is missing or invalid

Only add container ports to the StatefulSet when the application's
service port is explicitly set to a positive value. Prevents K8s
validation error when port is left empty.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: update ZIP image to use alpine/curl:8.17.0

* fix: replace broad RuntimeException catch with BizException in DeploymentService

Agent-Logs-Url: https://github.com/wellCh4n/oops/sessions/e22419d3-c9b6-4aa1-882d-f75c074c84d4

Co-authored-by: wellCh4n <13273026+wellCh4n@users.noreply.github.com>

* refactor(web): use app.sourceType directly instead of extra fetch

Remove redundant getApplicationBuildConfig calls in apps page and
command palette now that Application list/search responses already
include sourceType.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: guard against null cause in ExecutionException handler

Agent-Logs-Url: https://github.com/wellCh4n/oops/sessions/e22419d3-c9b6-4aa1-882d-f75c074c84d4

Co-authored-by: wellCh4n <13273026+wellCh4n@users.noreply.github.com>

* fix: apply defaultIfEmpty before Mi suffix in ArtifactDeployTask memory quantities

Agent-Logs-Url: https://github.com/wellCh4n/oops/sessions/9575163e-5410-4272-84f6-32024c001209

Co-authored-by: wellCh4n <13273026+wellCh4n@users.noreply.github.com>

* fix: gate ZIP→GIT fallback on featuresLoaded to prevent race on initial render

Agent-Logs-Url: https://github.com/wellCh4n/oops/sessions/67f973bd-f15a-4672-9cae-6230d6b0f21b

Co-authored-by: wellCh4n <13273026+wellCh4n@users.noreply.github.com>

* fix: update keyPrefix in BuildSourceObjectStorage to 'oops-package'

* fix: optimize Dockerfile for frontend and backend builds

* refactor(web): remove IDE button from app list

Drop the IDE action button from the apps table. Users can still access
IDEs from the app detail page or the command palette.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: update job spec to set backoff limit and adjust TTL for finished jobs

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wellCh4n <13273026+wellCh4n@users.noreply.github.com>

v1.0.6

15 Apr 01:37
37ff087

Choose a tag to compare

feat: sync recent-app across IDE, pipeline, edit, publish and status …

v1.0.5

09 Apr 17:26

Choose a tag to compare

feat: enhance command palette with searching state and localization u…

v1.0.4

01 Apr 18:23

Choose a tag to compare

feat: implement UUID generation for entity IDs using NanoIdUtils

v1.0.3

29 Mar 16:36

Choose a tag to compare

feat: add environment variable import/export functionality with UI di…

v1.0.2

21 Mar 17:54

Choose a tag to compare

fix: update pnpm version to 8.15.9 in Dockerfile

v1.0.1

16 Mar 11:10

Choose a tag to compare

docs: update README with new image formatting and add snapshots section

v0.1.0-alpha

03 Aug 09:53

Choose a tag to compare