Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Spell api integration #122

Merged
merged 60 commits into from
Oct 13, 2021
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
97c52f3
Add auth header to spell service. Use live get spell endpoint.
michaelsharpe Oct 9, 2021
855c35f
Connect new spell to save spell endpoint
michaelsharpe Oct 9, 2021
15fd37e
Change access route to graph in editor provider
michaelsharpe Oct 9, 2021
da0e3e8
Change route to access graph in module provider
michaelsharpe Oct 9, 2021
4ea159d
Use default name in create new to create tab
michaelsharpe Oct 9, 2021
4b7260f
Check for trab spell as well before loading
michaelsharpe Oct 9, 2021
baf35bb
Switch get spell to use proper endpoint
michaelsharpe Oct 9, 2021
71efbc6
Add implementation note to save spell service reducer
michaelsharpe Oct 9, 2021
c72abd0
Add get spell modules helper function to module model
michaelsharpe Oct 10, 2021
b8e9810
Get save spell working utilizing queryFn
michaelsharpe Oct 10, 2021
d46067d
hook up deploy spell and get deployments
michaelsharpe Oct 10, 2021
a8f81fe
Fix fetching empty deployments bug
michaelsharpe Oct 10, 2021
faffb10
Add url to all versions
michaelsharpe Oct 10, 2021
d2420fb
Return empty array of no modules on spell
michaelsharpe Oct 10, 2021
f980247
Filter out possible undefined from module fetching
michaelsharpe Oct 10, 2021
b721672
fix readonly dom property eror
michaelsharpe Oct 10, 2021
cb6c24a
Dont invalidate cache on save spell
michaelsharpe Oct 10, 2021
7cf356c
Fix module loading bug
michaelsharpe Oct 10, 2021
d24b268
Remove console log
michaelsharpe Oct 11, 2021
17bb61d
Use chain instead of graph in editor provider
michaelsharpe Oct 11, 2021
c619b9d
Remove menu bar console log
michaelsharpe Oct 11, 2021
f3f7769
Use chain instead of graph in event handler
michaelsharpe Oct 11, 2021
0a2fa6a
Use chain instead of graph in workspace
michaelsharpe Oct 11, 2021
25207a7
Update spell interface to use chain instead of graph
michaelsharpe Oct 11, 2021
b87062e
Swap graph for chain in create new
michaelsharpe Oct 11, 2021
24f0141
Use proper data access path to chain in module provider
michaelsharpe Oct 11, 2021
4918081
Convert window component to tsx
michaelsharpe Oct 11, 2021
7fea33f
Game state reducer
michaelsharpe Oct 11, 2021
cfdbb2d
Load game state producer
michaelsharpe Oct 11, 2021
c4a86c9
Dispatch update game state on spell save. Set on spell get.
michaelsharpe Oct 12, 2021
3432fde
Modify update game state to be more generic
michaelsharpe Oct 12, 2021
256fa24
Fix path
michaelsharpe Oct 12, 2021
0a32093
Switch state manager to tsx
michaelsharpe Oct 12, 2021
0a1073b
Use update one in tabs reducer
michaelsharpe Oct 12, 2021
20c5f00
get nestedModules recursively within getSpellModules
Oct 12, 2021
02052e3
Merge branch 'spell-api-integration' of github.com:latitudegames/thot…
Oct 12, 2021
3ac781d
Remove use spell from editor provider
michaelsharpe Oct 12, 2021
cac975b
Add game state management to rete interface
michaelsharpe Oct 12, 2021
fcc9bf5
Watch game state for changes to display in game state window
michaelsharpe Oct 12, 2021
4cc1667
Modify update game state
michaelsharpe Oct 12, 2021
31d1d03
Update type of update game state
michaelsharpe Oct 12, 2021
e9f05c4
Reactivet tab workspace type component filtering
michaelsharpe Oct 12, 2021
41b23b3
Remove workspace type from module input
michaelsharpe Oct 12, 2021
ac04a38
Remove workspace type from module output
michaelsharpe Oct 12, 2021
33aa042
Remove workspace type from module trigger in
michaelsharpe Oct 12, 2021
da7ac7c
Remove workspace type from module trigger out
michaelsharpe Oct 12, 2021
67673e4
Add workspace to thoth component abstract class
michaelsharpe Oct 12, 2021
ad29272
Only allow state read inside spell tab
michaelsharpe Oct 12, 2021
eb5a4f6
Only allow state write in spells
michaelsharpe Oct 12, 2021
d61ae4a
Add message to stte manager window when inside module
michaelsharpe Oct 12, 2021
be706e2
Return nested modules from get spell modules
michaelsharpe Oct 12, 2021
de17b31
Update env example to not use game key
michaelsharpe Oct 13, 2021
da59c12
Delete unused openAI helper
michaelsharpe Oct 13, 2021
0e4108f
Clean up module model
michaelsharpe Oct 13, 2021
671de52
Export new selector function to get spells by module name
michaelsharpe Oct 13, 2021
d2125fe
Invalidate tags and remove unused param
michaelsharpe Oct 13, 2021
14ded5b
Change module type
michaelsharpe Oct 13, 2021
bbf83b7
File cleanup
michaelsharpe Oct 13, 2021
7c98111
Pass all tabs into workspaces
michaelsharpe Oct 13, 2021
1f99a86
Save connected spells on module changes
michaelsharpe Oct 13, 2021
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
Delete unused openAI helper
  • Loading branch information
michaelsharpe committed Oct 13, 2021
commit da59c12681b99ecbf611cff0c2b4a9f21c3cd8a7
26 changes: 0 additions & 26 deletions client/src/utils/openaiHelper.ts

This file was deleted.