Skip to content
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

Remove unused xql files #366

Closed
1 task done
bwbohl opened this issue Feb 15, 2024 · 7 comments · Fixed by #411 or #442
Closed
1 task done

Remove unused xql files #366

bwbohl opened this issue Feb 15, 2024 · 7 comments · Fixed by #411 or #442
Assignees
Milestone

Comments

@bwbohl
Copy link
Member

bwbohl commented Feb 15, 2024

@daniel-jettka
Copy link
Contributor

What's the way to check?

Like this? find . -name "*.xql" > xqlfiles

and then for all, e.g.: grep -R "pre-install.xql" *

@bwbohl
Copy link
Member Author

bwbohl commented May 22, 2024

could be a feasible solution would like to see the list of deletion candidates you come up with!

@daniel-jettka
Copy link
Contributor

daniel-jettka commented May 23, 2024

Deletion candidates:

@bwbohl
Copy link
Member Author

bwbohl commented Jun 5, 2024

The controller.xql should stay because it’s needed in eXist-db

@krHERO krHERO moved this to Backlog in Edirom Development Jul 3, 2024
@daniel-jettka daniel-jettka linked a pull request Aug 27, 2024 that will close this issue
@bwbohl bwbohl added this to the 1.0.0 milestone Sep 6, 2024
@peterstadler
Copy link
Member

peterstadler commented Sep 8, 2024

what about getRendering.xql? is this still used? (I couldn't find any reference to it)

@github-project-automation github-project-automation bot moved this from Backlog to Done in Edirom Development Sep 9, 2024
@daniel-jettka
Copy link
Contributor

What's the way to check?

Like this? find . -name "*.xql" > xqlfiles

and then for all, e.g.: grep -R "pre-install.xql" *

find . -name "*.xql" | while read -r line ; do
   echo "*** $line"
   grep -R "${line##*/}" * 
done

@daniel-jettka
Copy link
Contributor

what about getRendering.xql? is this still used? (I couldn't find any reference to it)

Yes, thank you for checking! Unfortunately I have just missed it, it seems.

@daniel-jettka daniel-jettka reopened this Sep 12, 2024
@bwbohl bwbohl moved this from Done to In Progress in Edirom Development Oct 9, 2024
@bwbohl bwbohl linked a pull request Oct 11, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in Edirom Development Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants