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

feat: migrate remix-netlify adapter #83

Merged
merged 42 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
13d4c72
feat: migrate remix-netlify adapter
mcansh May 2, 2023
e7298f5
chore: delete our old changelog
mcansh May 2, 2023
e79d986
Update index.ts
mcansh May 2, 2023
e4cf57e
chore: trigger build
nickytonline May 2, 2023
172edc6
test: bring over tests and convert to vitest
mcansh May 2, 2023
fa35bbc
chore: add package to configs
mcansh May 2, 2023
053afb0
ci
mcansh May 4, 2023
ff150ae
chore: rename
mcansh May 4, 2023
47794ab
update package name in package.json
mcansh May 5, 2023
a9adc4d
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jun 22, 2023
3575cb8
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jun 22, 2023
28f2c1a
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jun 28, 2023
6680376
Merge branch 'main' into logan/remix-serverless-adapter
nickytonline Jun 29, 2023
77c65e4
chore: initialized demo-site workspace
nickytonline Jun 29, 2023
aca8900
chore: fixed tsc build output path
nickytonline Jun 29, 2023
3b3ec19
chore: added demo site files to test @netlify/remix-adapter
nickytonline Jun 29, 2023
e532848
chore: fixed packages deps in workspace packages
nickytonline Jul 4, 2023
e98d993
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jul 4, 2023
36d9ddd
chore: trigger build
nickytonline Jul 4, 2023
d599784
chore: added netlify toml for serverless demo site
nickytonline Jul 4, 2023
ebcc994
chore: moved toml for demo site
nickytonline Jul 7, 2023
825ff85
chore: trigger build
nickytonline Jul 7, 2023
5d59354
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jul 7, 2023
39c510a
chore: added redirect
nickytonline Jul 7, 2023
7c93177
chore: fixed serverBuildPath for serverless demo
nickytonline Jul 7, 2023
dcb2bc6
chore: trigger build
nickytonline Jul 7, 2023
650d597
test: added e2e test config for serverless demo site
nickytonline Jul 8, 2023
6ef0f30
chore: updated README with new packages
nickytonline Jul 8, 2023
d51cdd5
chore: remix-adapter package builds on npm prepare now
nickytonline Jul 8, 2023
99260ea
chore: added remix-adapter to release please workflow
nickytonline Jul 8, 2023
dfd591c
chore: bumped remix-run deps to 1.18.0
nickytonline Jul 8, 2023
f69bca5
Update packages/remix-adapter/LICENSE
nickytonline Jul 9, 2023
ac78c19
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jul 10, 2023
922b7f0
chore: fixed build artifacts location for remix-adapter
nickytonline Jul 10, 2023
89ba0df
Update packages/demo-site/package.json
nickytonline Jul 10, 2023
a4dc202
chore: removed unused deps
nickytonline Jul 10, 2023
2823e59
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jul 10, 2023
489d3c1
chore: upgraded to Remix 1.18.1
nickytonline Jul 10, 2023
1322d6d
chore: added headers that are in the remix repo for the Netlify template
nickytonline Jul 10, 2023
6bb1e08
chore: added Remix node globals
nickytonline Jul 10, 2023
b890a9f
chore: added about route for demo site
nickytonline Jul 19, 2023
7aae4cc
Merge remote-tracking branch 'origin/main' into logan/remix-serverles…
nickytonline Jul 19, 2023
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ build/

# Local Netlify folder
.netlify

.ds_store
Loading