Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DX-1264: Update Exports & Add CI Tests #79

Merged
merged 65 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
7b0d0ee
update eslint
fahreddinozcan Sep 18, 2024
67388b9
fix: update eslint plugin versions and fix rules
ytkimirti Sep 19, 2024
27d2302
fix: turn optional deps into normal deps
ytkimirti Sep 20, 2024
dd47571
fix: husky install warning
ytkimirti Sep 20, 2024
71a1665
fix: rsc exports and tsup config
ytkimirti Sep 20, 2024
43202e4
chore: format eslint
ytkimirti Sep 20, 2024
0b544c0
fix: ignore examples dir in eslint
ytkimirti Sep 22, 2024
8a4c6d3
chore: check examples
ytkimirti Sep 23, 2024
4b34a2c
fix: use wider versions in peer deps
ytkimirti Sep 23, 2024
10686eb
chore: use lint-staged because of eslint error
ytkimirti Sep 23, 2024
f6a2003
chore: lockfile
ytkimirti Sep 23, 2024
156e144
chore: add comment on rsc import
ytkimirti Sep 23, 2024
79ab566
chore: remove unused comment
ytkimirti Sep 23, 2024
ebb9d26
fix: remove Prettify type utility because of problems with eslint
ytkimirti Sep 23, 2024
718b44a
chore: remove unused flag
ytkimirti Sep 23, 2024
73de3aa
fix: remove types field in exports
ytkimirti Sep 23, 2024
e39c0e2
chore: lockfile
ytkimirti Sep 23, 2024
eba421c
chore: fix homepage url
ytkimirti Sep 23, 2024
7b62742
fix: add missing vector dep to cloudflare example
ytkimirti Sep 23, 2024
09fcb31
fix: add cloudflare example openai as comment instead
ytkimirti Sep 23, 2024
ac7db4b
chore: improve comment for rsc-server.ts
ytkimirti Sep 26, 2024
f8d36d7
chore: add back cf compat info to readme
ytkimirti Sep 26, 2024
d4d6508
fix: cf example
ytkimirti Sep 26, 2024
5574a9b
feat: add video link to the landing page of chat-to-website example
ytkimirti Sep 26, 2024
8177dec
fix: small fix in example
ytkimirti Sep 26, 2024
35c6ac8
fix: add node10 support for imports
ytkimirti Sep 27, 2024
1d2c853
fix: revert
ytkimirti Sep 30, 2024
67ef78d
fix: cli
ytkimirti Sep 30, 2024
c0a8d58
chore: update version for chat-to-website example
ytkimirti Sep 30, 2024
5729c58
chore: remove lockfiles for chat-to-website
ytkimirti Sep 30, 2024
bec711d
fix: update cf example compat date
ytkimirti Oct 2, 2024
428f3f4
chore: add note about the bundle size on cf example
ytkimirti Oct 2, 2024
f5d6c20
chore: add cf test to ci
ytkimirti Oct 2, 2024
8c97cfb
fix: ci
ytkimirti Oct 2, 2024
13c05d1
fix: ci only test src file
ytkimirti Oct 2, 2024
1032243
chore: install @types/bun for example ci file warnings
ytkimirti Oct 2, 2024
fe8458e
feat: add nodejs ci test
ytkimirti Oct 2, 2024
709e0ef
fix: ci
ytkimirti Oct 2, 2024
5de368e
fix: ci
ytkimirti Oct 2, 2024
f8277e0
fix: flaky tests
ytkimirti Oct 2, 2024
49668c6
chore: small update for cf example
ytkimirti Oct 2, 2024
5b314ec
fix: ci
ytkimirti Oct 2, 2024
fdc3422
fix: ci
ytkimirti Oct 2, 2024
20bb618
fix: ci
ytkimirti Oct 2, 2024
c3bec3c
fix: use latest rag-chat in nextjs examples
CahidArda Oct 2, 2024
c2ecfe3
fix: add local tests for nextjs examples
CahidArda Oct 2, 2024
93fcaf9
fix: add DEPLOYMENT_URL to tests
CahidArda Oct 2, 2024
c3ded8a
feat: add prerelease step to tests ci
CahidArda Oct 2, 2024
c61b136
fix: localhost ports in ci
CahidArda Oct 2, 2024
5ab17c3
fix: bump llamaindex
ytkimirti Oct 2, 2024
39a9bca
feat: add deploy test for vercel
CahidArda Oct 2, 2024
a7288e5
fix: replace localhost
CahidArda Oct 2, 2024
250bec1
Revert "fix: bump llamaindex"
CahidArda Oct 2, 2024
20e3c11
fix: add working dir
CahidArda Oct 2, 2024
452a914
fix: pin llamaindex to 0.5.24
CahidArda Oct 2, 2024
0574097
fix: make llamaindex dev & peer dependency
CahidArda Oct 3, 2024
e08d437
fix: pin llamaindex to 0.5.24
CahidArda Oct 3, 2024
572cc1e
fix: rm llamaindex
CahidArda Oct 3, 2024
e7cbc5f
feat: add CF worker deploy test
CahidArda Oct 3, 2024
b3e40fb
feat: add deployed tests for nexjts vercel-ai-sdk
CahidArda Oct 3, 2024
cf3a376
fix: fix CF worker deployed env vars
CahidArda Oct 3, 2024
054166c
fix: add ai to dependencies
CahidArda Oct 3, 2024
e1c3584
fix: add env vars for CF workers deployment
CahidArda Oct 3, 2024
e81a269
chore: remove forgotten build output in nextjs folder
ytkimirti Oct 3, 2024
834fff3
chore: ignore some eslint rules for now
ytkimirti Oct 3, 2024
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
54 changes: 0 additions & 54 deletions .eslintrc.json

This file was deleted.

18 changes: 11 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
run: echo "VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 18
uses: actions/setup-node@v3

- name: Set package version
run: echo $(jq --arg v "${{ env.VERSION }}" '(.version) = $v' package.json) > package.json
Expand All @@ -35,13 +33,19 @@ jobs:
- name: Build
run: bun run build

- name: Add npm token
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
- name: Set NPM_TOKEN
run: npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}

- name: Publish release candidate
if: "github.event.release.prerelease"
run: npm publish --access public --tag=canary --no-git-checks
run: |
npm pkg delete scripts.prepare
npm publish --access public --tag=canary
working-directory: ./dist

- name: Publish
if: "!github.event.release.prerelease"
run: npm publish --access public --no-git-checks
run: |
npm pkg delete scripts.prepare
npm publish --access public
working-directory: ./dist
Loading
Loading