-
Notifications
You must be signed in to change notification settings - Fork 16
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
[FIX] middleware/testRunner: Update resources from OpenUI5 #349
Conversation
Not yet tested |
0d4cc38
to
f560c33
Compare
f560c33
to
e3da348
Compare
Added a script to do the update. But I also didn't verify the changes at runtime, yet. |
|
||
# Get latest commit url for src/sap.ui.core/test/sap/ui/qunit path | ||
COMMIT_URL=$(curl "https://api.github.com/repos/SAP/openui5/commits?sha=master&path=src/sap.ui.core/test/sap/ui/qunit" | \ | ||
node -r fs -e "process.stdout.write(JSON.parse(fs.readFileSync(\"/dev/stdin\", \"utf8\"))[0].html_url)") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An alternative would be jq. Needs to be installed however
Works fine with the openui5-sample-app 👍🏻 Why not also using ETag caching here? |
Just pushed my change for ETag caching. We can still decide if we want to enable it or stick with the 180s caching. |
779f6e1
to
e3da348
Compare
Extracted etag caching to #354 so that we can just merge the update. |
No description provided.