-
-
Notifications
You must be signed in to change notification settings - Fork 19
[feat] switch to new templating library #153
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
Conversation
- match maven workflow (unreleased is a SNAPSHOT) - have the same version in package.json as well
a9039ee to
81440de
Compare
| <pre class="error" data-template="templates:error-description" /> | ||
| <div class="source-links"> | ||
| <p>View source: <a href="login.html" class="templates:load-source">this page</a>.</p> | ||
| <p>View source: <a href="login.html">this page</a>.</p> |
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.
This entire div should be removed, since without the templates:load-source the link won't be transformed into the link to eXide. See the corresponding change in function-documentation and documentation.
|
@line-o I've built and deployed the PR branch locally, and it's really working well, except for the Remote Monitoring pane. The error there is due to the presence of Come to think of it, I realize I'm not entirely clear why @wolfgangmm removed @wolfgangmm Is there a reason we should avoid linking to eXide in monex? This happens in 2 places:
|
|
@joewiz thanks for catching those two that I missed |
|
I should add that However, on CI, cypress doesn't even get to the point of being able to flag the I wonder if we need to migrate from Travis to GitHub Actions, so instead of https://github.com/eXist-db/monex/blob/master/.travis.yml we'd use https://github.com/eXist-db/documentation/blob/master/.github/workflows/ci.yml. It would be amazing if we could restore CI tests! |
|
I think it is worth a try to switch to GitHub Actions. But not necessarily in this PR. :) |
joewiz
left a comment
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.
Works for me, and npm run cypress passes locally.
|
@line-o Looks ready to merge to me, but I see a checkbox is not yet checked in the original post. Could you confirm when it's ok to merge from your perspective? |
|
Was unchecked because of your findings. Now good to merge @joewiz |


templates:load-sourceandtempates:link-to-app