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
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
type=sha

- name: Build and Push Docker image
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
with:
platforms: ${{ matrix.platform }}
context: ${{ inputs.context }}
Expand Down Expand Up @@ -127,6 +127,6 @@ jobs:
--footer "Published to https://github.com/memodb-io/Acontext/pkgs/container/${{ inputs.image_name }}"

- name: Create Release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
2 changes: 1 addition & 1 deletion .github/workflows/admin-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go test -v -timeout 30m -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage artifact
if: always()
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: go-admin-coverage
path: src/server/api/go/coverage.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go test -v -timeout 30m -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage artifact
if: always()
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: go-api-coverage
path: src/server/api/go/coverage.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--footer "Binary artifacts are available in this release."

- name: Create Release with Notes
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
fi

- name: Upload artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
if: ${{ !cancelled() }}
with:
name: acontext-cli-${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-release-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
--footer "Published to https://pypi.org/project/acontext/${{ steps.version.outputs.version }}/"

- name: Create Release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
2 changes: 1 addition & 1 deletion .github/workflows/client-release-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ jobs:
--footer "Published to npm as @acontext/acontext@${{ steps.version.outputs.version }}"

- name: Create Release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
2 changes: 1 addition & 1 deletion .github/workflows/core-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uv run -m pytest --junit-xml=junit/test-results-${{ matrix.python-version }}.xml --cov=. --cov-report=xml:coverage-${{ matrix.python-version }}.xml tests/ -s -v

- name: Upload pytest test results and coverage
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
with:
name: pytest-results-${{ matrix.python-version }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/landingpage-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
CI: true

- name: Upload Playwright report
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
if: ${{ !cancelled() }}
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-release-claude-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ jobs:
--footer "$FOOTER"

- name: Create Release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
2 changes: 1 addition & 1 deletion .github/workflows/package-release-openclaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ jobs:
--footer "$FOOTER"

- name: Create Release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ jobs:
--footer "$FOOTER"

- name: Create Release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
2 changes: 1 addition & 1 deletion .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
--footer "Published to ghcr.io OCI registry. Install with: helm install my-release oci://ghcr.io/memodb-io/helm-charts/acontext --version ${CHART_VERSION}"

- name: Create Release
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt

4 changes: 2 additions & 2 deletions .github/workflows/security-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: npm audit --audit-level=high --omit=dev
- name: Audit UI
working-directory: src/server/ui
run: pnpm audit --audit-level=high --prod
run: pnpm audit --audit-level=high --prod --ignore-registry-errors
- name: Audit Landing Page
working-directory: landingpage
run: pnpm audit --audit-level=high --prod
run: pnpm audit --audit-level=high --prod --ignore-registry-errors
22 changes: 11 additions & 11 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@base-ui/react": "^1.4.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.5",
Expand All @@ -28,8 +28,8 @@
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@next/third-parties": "^16.2.2",
"@opennextjs/cloudflare": "^1.18.0",
"@next/third-parties": "^16.2.3",
"@opennextjs/cloudflare": "^1.19.1",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
Expand All @@ -44,8 +44,8 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@stripe/react-stripe-js": "^5.6.1",
"@stripe/stripe-js": "^8.11.0",
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.102.1",
"@supabase/ssr": "^0.10.2",
"@supabase/supabase-js": "^2.103.0",
"@tailwindcss/typography": "^0.5.19",
"@uiw/codemirror-theme-okaidia": "^4.25.9",
"@uiw/react-codemirror": "^4.25.9",
Expand All @@ -56,12 +56,12 @@
"embla-carousel-react": "^8.6.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.577.0",
"next": "16.2.2",
"next": "16.2.3",
"next-themes": "^0.4.6",
"nprogress": "^0.2.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.6",
"recharts": "3.8.1",
Expand All @@ -75,15 +75,15 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.2",
"@types/node": "^25.6.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.2",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.80.0"
"wrangler": "^4.82.2"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
Loading
Loading