You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://github.com/onecommons/unfurl-gui/blob/handover/apollo-server/utils/iterate_projects.jsgetBlueprintJson() loads the exported json from the locally cloned projects unfurl.json file. Before it does that it checks if the ensemble's yaml files are newer than unfurl.json and, if so, regenerates it by running unfurl export. Let's an config option that points to an unfurl api service url and if set use that instead of trying to load unfurl.json. To support automatic reexporting when the ensemble changes, keep a timestamp of the last time the api was hit. We also should add support for an url parameter that forces hitting the api for a re-export.
The text was updated successfully, but these errors were encountered:
In https://github.com/onecommons/unfurl-gui/blob/handover/apollo-server/utils/iterate_projects.js
getBlueprintJson()
loads the exported json from the locally cloned projectsunfurl.json
file. Before it does that it checks if the ensemble's yaml files are newer thanunfurl.json
and, if so, regenerates it by runningunfurl export
. Let's an config option that points to an unfurl api service url and if set use that instead of trying to loadunfurl.json
. To support automatic reexporting when the ensemble changes, keep a timestamp of the last time the api was hit. We also should add support for an url parameter that forces hitting the api for a re-export.The text was updated successfully, but these errors were encountered: