Skip to content

Commit

Permalink
feat: include x-api-commit header for client cahe busting (#135)
Browse files Browse the repository at this point in the history
* build(core): use short commit instead of long commit for version command

* feat(core): return x-api-commit header

* fix(core): cors restricts custom headers unless specified

* feat(dashboard): add client reset and localstorage

* fix(core): non canonical header
  • Loading branch information
ayuhito authored Sep 3, 2024
1 parent 97aa273 commit f42dcc0
Show file tree
Hide file tree
Showing 19 changed files with 4,397 additions and 583 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Save GitHub tag and commit sha to environment
run: |
echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
echo "COMMIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
echo "COMMIT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Install ARM64 toolchain
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'arm64'
Expand Down
50 changes: 0 additions & 50 deletions core/api/oas_json_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f42dcc0

Please sign in to comment.