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

Un-ossify the build system #36

Merged
merged 119 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
d0fb3dd
Move components into playground
tstirrat15 Jan 10, 2025
a7233d8
Remove unused type
tstirrat15 Jan 10, 2025
43c1d7f
Remove unnecessary .d.ts file
tstirrat15 Jan 10, 2025
f7b651f
Remove remaining files from playground-ui
tstirrat15 Jan 10, 2025
a22b4b7
Remove unnecessary react usages
tstirrat15 Jan 10, 2025
768243a
Remove reference to workspace package
tstirrat15 Jan 10, 2025
5a6b5ca
Remove package.json from workspace
tstirrat15 Jan 10, 2025
1e80dd6
Update yarn.lock
tstirrat15 Jan 10, 2025
2ed9327
Fix a bunch of references and a few lint issues
tstirrat15 Jan 10, 2025
922b119
Move things out of spicedb-common dir
tstirrat15 Jan 10, 2025
9a6f2d1
Remove spicedb-common bits
tstirrat15 Jan 10, 2025
3de0ff8
Move wasm-config where code can see it
tstirrat15 Jan 10, 2025
84b0e64
Fix use-deep-compare reference
tstirrat15 Jan 10, 2025
c36ff77
Add a todo to the genfile
tstirrat15 Jan 10, 2025
23d4398
Fix all of the references
tstirrat15 Jan 10, 2025
cf93156
Get rid of workspace package.json
tstirrat15 Jan 10, 2025
7d93352
Add scripts from root package to playground package
tstirrat15 Jan 10, 2025
696402a
Move some playground things into the root
tstirrat15 Jan 10, 2025
cfcffdc
Remove unintentionally-committed vite config
tstirrat15 Jan 10, 2025
8178d79
Move script into root scripts
tstirrat15 Jan 10, 2025
fbfb7b6
Move source files to root
tstirrat15 Jan 10, 2025
81d9f88
Move public and contrib to root
tstirrat15 Jan 10, 2025
f49c665
Finish reorganization
tstirrat15 Jan 10, 2025
605ce2f
Update to reflect flattened structure
tstirrat15 Jan 10, 2025
f298863
Handle mjs correctly
tstirrat15 Jan 10, 2025
5c889f6
Get rid of unnecessary module resolutions:
tstirrat15 Jan 10, 2025
c8dbe00
Remove changes I made to package.json
tstirrat15 Jan 10, 2025
5fb0109
Remove craco config
tstirrat15 Jan 10, 2025
f042762
Get rid of craco and react-scripts'
tstirrat15 Jan 10, 2025
6764286
Put index.html file in the root
tstirrat15 Jan 10, 2025
3a35231
Upgrade ts, add vite and vitest
tstirrat15 Jan 10, 2025
b2723b4
Add some vite configuration
tstirrat15 Jan 10, 2025
54caa5d
Add missing plugins
tstirrat15 Jan 10, 2025
bbae2ee
Get linting working
tstirrat15 Jan 10, 2025
91aaef1
Disable lint rules that errored on generated files
tstirrat15 Jan 10, 2025
f68c0a1
Fix a bunch of types
tstirrat15 Jan 10, 2025
83cf1c4
Make some mods to tsconfig
tstirrat15 Jan 10, 2025
54ddf27
We never used this
tstirrat15 Jan 10, 2025
1e1dc14
Fix fontsource and remove service worker
tstirrat15 Jan 10, 2025
df9d933
Swap for new fontsource package
tstirrat15 Jan 10, 2025
555e347
Update react types
tstirrat15 Jan 10, 2025
3ea9ba5
Upgrade styled-compoennts to fix errors
tstirrat15 Jan 10, 2025
a8fb449
Get rid of setupTests
tstirrat15 Jan 10, 2025
72d8d30
Empty tests are useless
tstirrat15 Jan 10, 2025
0ac22b1
Remove now-unused file
tstirrat15 Jan 13, 2025
5dab8d2
Remove config file in favor of build-time vars
tstirrat15 Jan 13, 2025
19e6956
Add typescript types for environment variables
tstirrat15 Jan 13, 2025
9345420
Remove config file, fix name of entrypoint
tstirrat15 Jan 13, 2025
0c0748f
Add types for svgr
tstirrat15 Jan 13, 2025
eae1f45
Fix imports, types, remove unused
tstirrat15 Jan 13, 2025
f40dfab
Fix import, add TODO
tstirrat15 Jan 13, 2025
d4a4469
Simplify configuration service
tstirrat15 Jan 13, 2025
65ef89a
Simplify/fix types
tstirrat15 Jan 13, 2025
a257dad
Fix types
tstirrat15 Jan 13, 2025
b123401
Fix test imports
tstirrat15 Jan 13, 2025
83e7fec
Fix types and imports
tstirrat15 Jan 13, 2025
8f8b487
Fix some types and imports
tstirrat15 Jan 13, 2025
b3942fa
Fix svg imports
tstirrat15 Jan 13, 2025
09897ce
Remove props that the component doesn't support, fix types and imports
tstirrat15 Jan 13, 2025
50946c8
Fix tests
tstirrat15 Jan 13, 2025
d158114
Rename buf.gen.yaml'
tstirrat15 Jan 13, 2025
9e331c3
Update buf.gen.yaml
tstirrat15 Jan 13, 2025
ebda000
Fix versions
tstirrat15 Jan 13, 2025
feb5a66
Regenerate protobuf files to try and fix build issue
tstirrat15 Jan 13, 2025
1e37c88
Temp commit todo file
tstirrat15 Jan 13, 2025
3a950ac
Vendor the entire client
tstirrat15 Jan 13, 2025
4139993
Remove temporarily
tstirrat15 Jan 13, 2025
31c7435
Work towards generating everything in the same directory
tstirrat15 Jan 13, 2025
3f84528
Vendor the SpiceDB proto
tstirrat15 Jan 14, 2025
6c9164b
Add proto gen for internal protos to repo
tstirrat15 Jan 14, 2025
7aaaba2
Add configuration for vendored proto
tstirrat15 Jan 14, 2025
255093f
Bump eslint deps
tstirrat15 Jan 14, 2025
2a6c791
Remove vendored proto
tstirrat15 Jan 14, 2025
17c040e
Deleting to regenerate again
tstirrat15 Jan 14, 2025
267b050
Reference repo instead of vendored proto, add optimize code size flag
tstirrat15 Jan 14, 2025
a819f81
Add generated code
tstirrat15 Jan 14, 2025
4c6fec0
Remove now-unused grpc-web
tstirrat15 Jan 14, 2025
f29c50a
Remove unused filde
tstirrat15 Jan 14, 2025
07fc5ca
Update copy-build script'
tstirrat15 Jan 14, 2025
03bee8d
Ignore dist file instead of build
tstirrat15 Jan 14, 2025
35c63f5
Get rid of unused functions from contrib file
tstirrat15 Jan 14, 2025
e4b8788
Update imports
tstirrat15 Jan 14, 2025
2ff00bc
Refactor sharing code to use protobuf-ts syntax
tstirrat15 Jan 14, 2025
61e35fd
Update imports
tstirrat15 Jan 14, 2025
f87a667
Get rid of postbuild script
tstirrat15 Jan 14, 2025
c8d43d3
Fix build script
tstirrat15 Jan 14, 2025
5b47c03
Get rid of config files in vercel config
tstirrat15 Jan 14, 2025
40fc6df
Remove references to process.env
tstirrat15 Jan 14, 2025
0434020
Use createRoot instead of render)
tstirrat15 Jan 14, 2025
d3f9af2
Reference webassembly directly instead of global
tstirrat15 Jan 14, 2025
307b604
Formatting
tstirrat15 Jan 14, 2025
09179f4
add more todos
tstirrat15 Jan 14, 2025
d733e60
Fix an error on render
tstirrat15 Jan 16, 2025
00ddc22
Add theme color to fix runtime error
tstirrat15 Jan 16, 2025
f1c4a69
Fix issue with light theme colors being undefined
tstirrat15 Jan 16, 2025
cac3938
Move wasm into public so it doesn't need to be copied
tstirrat15 Jan 16, 2025
195df0f
Update scripts to reflect new wasm location
tstirrat15 Jan 16, 2025
efe889d
Put wasm in static dir
tstirrat15 Jan 16, 2025
2af936a
Put into static folder
tstirrat15 Jan 16, 2025
160ac78
Flatten dir
tstirrat15 Jan 16, 2025
93ddd1b
Update script location again
tstirrat15 Jan 16, 2025
f021eb0
Remove references to removed files
tstirrat15 Jan 16, 2025
4ced366
Add a dockerignore file for easier building
tstirrat15 Jan 16, 2025
8181f8b
Simplify dockerfile and get build working
tstirrat15 Jan 16, 2025
a45c399
Fix local instance
tstirrat15 Jan 16, 2025
ba66ccd
Make build directory build again
tstirrat15 Jan 16, 2025
81fd01d
Put build folder back in build
tstirrat15 Jan 16, 2025
5ece1d4
Add a comment
tstirrat15 Jan 16, 2025
339b7e7
Finish pointing build script back at build
tstirrat15 Jan 16, 2025
2e586cb
Fix merge conflicts
tstirrat15 Jan 16, 2025
f7a4a8d
Remove unused var
tstirrat15 Jan 16, 2025
734f1f5
Remove unused env var
tstirrat15 Jan 16, 2025
5c9bb09
Add env placeholders
tstirrat15 Jan 16, 2025
42431a3
Add env passthrough
tstirrat15 Jan 16, 2025
3b255db
Add todo
tstirrat15 Jan 16, 2025
c9982e2
Reinstate download bit
tstirrat15 Jan 16, 2025
8cee8d5
Add readme section about code generation
tstirrat15 Jan 16, 2025
a091e5c
Wrap string
tstirrat15 Jan 21, 2025
cb2403d
Update dockerfile and readme
tstirrat15 Jan 21, 2025
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
Prev Previous commit
Next Next commit
Flatten dir
  • Loading branch information
tstirrat15 committed Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 160ac78509955d2c138d5f17ca1bd3bfdf5290f7
File renamed without changes.
File renamed without changes.