-
Notifications
You must be signed in to change notification settings - Fork 10
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
retrieve resourceTemplates from trellis server #309
Milestone
Comments
I think if we can pull the currently spoofed |
great idea, Jeremy! i'll make it a priority. |
mjgiarlo
added a commit
that referenced
this issue
Mar 14, 2019
* Rename `sinopiaServerSpoof` to `sinopiaServer` in preparation for work in earnest on #309. * Prefer `import ... from` load syntax to `const ... require()`. * Use Array functions `map()` and `find()` in `sinopiaServer.js` instead of looping over arrays. * Add docker-compose configuration so the editor can integrate with the Sinopia platform in dev/test. * Use CircleCI's node image so we get `dockerize` for free (HT: @ndushay!). * Use port 8888 for `webpack-dev-server` to prevent conflict with Trellis on port 8080, and reflect this change in integration tests. * Bump Jest timeout length on integration tests (they fail otherwise on my laptop, and I want 💚 before I touch anything more). * Extend eslint `node/no-unsupported-features/es-syntax` override to all JS files under `src/`, `__tests__`, and `__mocks__`, instead of onesy-twoying it, which should mean we don't have to touch this block again when adding new files. connects to #309
mjgiarlo
added a commit
that referenced
this issue
Mar 15, 2019
Set default value to enable spoofing and explicitly set this value in the editor service in docker-compose to retain current behavior connects to #309
jgreben
changed the title
retrieve resourceTemplate from server
load to and retrieve resourceTemplates from trellis server
Mar 28, 2019
In the editor when you drop a resource template or profile file to be loaded, it will:
|
Fixed by #453 |
mjgiarlo
changed the title
load to and retrieve resourceTemplates from trellis server
retrieve resourceTemplates from trellis server
Apr 17, 2019
3 tasks
Extracted #459 from this issue. |
mjgiarlo
added a commit
that referenced
this issue
Apr 24, 2019
Set default value to enable spoofing and explicitly set this value in the editor service in docker-compose to retain current behavior connects to #309 Add configuration variables for sinopia server and ES URLs, and create a script to iterate over and load resource templates into Trellis Retrieve resources from Trellis Checkpoint commit * Successfully injecting env vars into container via docker-compose * Script to create RTs and containers works * Able to read RTs out, but running into async/await issues with React This may or may not be needed for the variable injection work
mjgiarlo
added a commit
that referenced
this issue
Apr 24, 2019
Set default value to enable spoofing and explicitly set this value in the editor service in docker-compose to retain current behavior connects to #309 Add configuration variables for sinopia server and ES URLs, and create a script to iterate over and load resource templates into Trellis Retrieve resources from Trellis Checkpoint commit * Successfully injecting env vars into container via docker-compose * Script to create RTs and containers works * Able to read RTs out, but running into async/await issues with React This may or may not be needed for the variable injection work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
depends on templates already being in server: LD4P/sinopia_server/issues/38
At first, ok if proof of concept shows that it was retrieved somehow (in console? as initial template???)
The text was updated successfully, but these errors were encountered: