Commit Graph

5937 Commits

Author SHA1 Message Date
Nate Kelley 55d873ee2d
Added better formatting for cli package and updated versions to match workspace 2025-09-05 11:39:43 -06:00
Nate Kelley 01130b9d7d
udpate imports 2025-09-05 11:29:29 -06:00
Nate Kelley b778192148
Update pnpm-workspace.yaml 2025-09-05 10:33:50 -06:00
Nate Kelley cfe55b9a7b
Update stories 2025-09-05 10:15:22 -06:00
Nate Kelley 3d4ff6eb89
fix dashboard file 2025-09-05 10:08:22 -06:00
Nate Kelley 820fbe91da
update package versions 2025-09-05 09:55:29 -06:00
Nate Kelley f411aa3893
Move web-tss to web 2025-09-05 09:49:08 -06:00
Nate Kelley cb8d1101f2
Merge branch 'staging' into big-nate-bus-1608-make-a-tanstack-start-demo 2025-09-05 09:43:12 -06:00
Nate Kelley 0e9cefb971
update env vars 2025-09-05 08:27:28 -06:00
Nate Kelley 98d013b24e
update name for reset 2025-09-05 08:10:11 -06:00
Nate Kelley dc74a720fe
Added some title info 2025-09-05 07:58:02 -06:00
Nate Kelley 0770a9b62d
Update global-security.ts 2025-09-04 23:54:18 -06:00
Nate Kelley 1a462c4993
Update app.tsx for middleware 2025-09-04 23:48:10 -06:00
Nate Kelley 310210813e
Create global-security.ts 2025-09-04 23:33:17 -06:00
Nate Kelley 9d87d7c74d
Update vite.config.ts 2025-09-04 23:15:55 -06:00
Nate Kelley ccb735a120
Remove dynamic report imports 2025-09-04 22:56:58 -06:00
Nate Kelley aac29b0356
A few additional typechecks to help reduce heap 2025-09-04 22:51:27 -06:00
Nate Kelley 4172a961d8
Update package.json 2025-09-04 22:46:12 -06:00
Nate Kelley 0c32ab43e4
pre build check 2025-09-04 22:37:04 -06:00
Nate Kelley b1a59c0b93
removed bustered unit tests 2025-09-04 22:29:33 -06:00
Nate Kelley 4cfb0b6396
Update package installations and ts fixes 2025-09-04 22:19:50 -06:00
Nate Kelley b05087f428
sorted env vars 2025-09-04 22:15:23 -06:00
Nate Kelley 6ce5028a27
change next vars to vite vars 2025-09-04 22:12:15 -06:00
Nate Kelley 0c7350501b
Update .gitignore 2025-09-04 22:11:22 -06:00
Nate Kelley 0cc0347786
prefetch lists 2025-09-04 22:00:01 -06:00
Nate Kelley bb586fff44
Add additional things to cache 2025-09-04 21:49:01 -06:00
Nate Kelley dc16662557
added more supabase functions 2025-09-04 21:44:46 -06:00
Nate Kelley 9fe9153975
update wrangler to use different envs 2025-09-04 14:48:42 -06:00
Nate Kelley 5e555f025d
Update tanstack-devtools.tsx 2025-09-04 14:36:52 -06:00
Nate Kelley f80bb3b790
Add better redirects 2025-09-04 13:59:50 -06:00
Nate Kelley 40f2c1a27e
Shared login handler 2025-09-04 13:54:46 -06:00
Nate Kelley 567142c7fc
common oauth hanlders 2025-09-04 13:46:58 -06:00
Nate Kelley 6f1a60d4e5
redirect for google 2025-09-04 13:42:50 -06:00
Nate Kelley 7ea7cae7bc
Add logs 2025-09-04 13:39:09 -06:00
Nate Kelley 93ad1daf1a
Update LoginForm.tsx 2025-09-04 13:16:23 -06:00
Nate Kelley 86d8e89318
Add dataset pages 2025-09-04 13:10:36 -06:00
dal 5e9e85cb36
Merge pull request #789 from buster-so/recreate-cli-in-typescript
Moving CLI to be typescript smh
2025-09-04 12:47:19 -06:00
Nate Kelley 99d0c6226f
add some dataset pages 2025-09-04 12:10:22 -06:00
dal 17b06b97e7
Update GitHub Actions and CLI configuration
- Added .actrc to .gitignore to prevent local configuration from being tracked.
- Updated cli-release.yml to specify paths for apps and packages, enhancing workflow triggers.
- Improved permissions in cli-release.yml for better access control.
- Enhanced update-brew-tap.yml with detailed summary creation for deployment results.
- Introduced README.md for GitHub Actions, providing usage instructions and supported platforms.
- Added deploy and dry-run actions for better deployment management.
- Updated error handling in CLI commands for clearer messaging and improved user experience.
- Bumped CLI version to 0.3.0 in package.json to reflect recent changes.
2025-09-04 11:21:47 -06:00
Nate Kelley 827fb472ae
added settings updates 2025-09-04 11:03:51 -06:00
Nate Kelley 610c4a54e6
dataset permission contrllers 2025-09-04 10:25:50 -06:00
Nate Kelley e5a1455b9e
permission groups components 2025-09-04 09:59:40 -06:00
Nate Kelley 1495ae4533
update some routes 2025-09-04 09:49:04 -06:00
Nate Kelley 3808bedccb
update type only imports 2025-09-04 09:16:32 -06:00
Nate Kelley 8d98cd1b7c
add user permissions 2025-09-04 09:15:27 -06:00
Nate Kelley d0fb6664c7
Update Avatar.tsx 2025-09-04 09:03:37 -06:00
Nate Kelley e5112da7b8
Merge branch 'staging' into big-nate-bus-1608-make-a-tanstack-start-demo 2025-09-04 08:50:29 -06:00
dal 3a0c4dbb68
Merge remote-tracking branch 'origin/staging' into recreate-cli-in-typescript 2025-09-04 08:48:01 -06:00
dal 2b2c867dab
typescript commands 2025-09-04 08:47:56 -06:00
dal 80f2eacbee
updates 2025-09-04 07:22:35 -06:00