Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Allow capturing modules for any app-type #223

Closed
grtjn opened this issue Apr 29, 2014 · 2 comments
Closed

Allow capturing modules for any app-type #223

grtjn opened this issue Apr 29, 2014 · 2 comments
Labels
Milestone

Comments

@grtjn
Copy link
Contributor

grtjn commented Apr 29, 2014

You sometimes want to capture an existing Roxy app from a production server, for example to check whether what you locally have is identical. This requires capturing the modules of any type.

@alencruz
Copy link
Contributor

I have added the ability to capture modules for any application type to ML7 and taken the protection off which will allow to capture modules for any application type in ML5,6, and 7. For ML7 if it’s a REST application, REST will still be used to capture since it’s faster and more comprehensive than the query based method. Pull request to follow.

alencruz added a commit to alencruz/roxy that referenced this issue Jan 27, 2015
Currently Capture was only supporting capturing modules for
REST applications. I have added the ability to capture modules
for any application type to ML7 and taken the protection off
which will allow to capture modules for any application type in
ML5,6, and 7. For ML7 if it’s a REST application, REST will still be
used to perform the capture since it’s faster than the query
based method. The query based method used for ML5,6, and
ML7 (non-REST) only grabs text based files (xqy, html,…) it does
not correctly capture other types of files in the modules database
such as images since it’s doing an fn:doc on the URI to get the
content.
@grtjn grtjn added the capture label Feb 20, 2015
alencruz added a commit to alencruz/roxy that referenced this issue Mar 31, 2015
…Issue marklogic-community#298

Improved the fix for Issue marklogic-community#223 based on feedback received.
Also fixes Issue marklogic-community#298 since it protects against the error condition.
In addition some of the Capture help content was clarified to reflect the implementation.
grtjn added a commit that referenced this issue Apr 14, 2015
Fixing Issue #223 Capture modules for any app type
@grtjn
Copy link
Contributor Author

grtjn commented Apr 14, 2015

Fixed in dev

@grtjn grtjn closed this as completed Apr 14, 2015
@grtjn grtjn added this to the 1.7.2 milestone Apr 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants