marcdexet-cnrs

Results 11 issues of marcdexet-cnrs

Hi, Is an upgrade is planned to use ng 1.3.x ? Tx

It's not easy to debug unit tests when karm run all of them. In order to use the createFolderGlobs function and avoid karma.conf.js, I had created a new task 'test_debug'...

The `uws.job.UWSJob.generateJobId()` should be extracted to another class to implement a custom algorithm without deriving from UWSJob.

Hi I succed to put all data from past UWSjob into a mongodb database. How can I make UWS reload all these informations to make all not destructed data (results,...

Hi Which are the main differences between UWSServlet and UWSService ? They're looking to have the same responsibilities, the main difference is that UWSservice has to be embedded into a...

enhancement
question

# Context I have a overridden JobList addNewJob definition with observer to log add event into a mongo DB. I've observed when submitted jobs are too fast, add event is...

I don't understand how I create some result file from a jobThread ```(java) @Override public JobThread newJobThread(UWSJob job) { return new JobThread(job) { @Override protected void jobWork() throws UWSException, InterruptedException...

help wanted

As some tests are failing locally, it could make sens to put taplib on a continuous integration server to have a common and continuous validation. I will try on the...

enhancement

Suggestion: In order to have a coherent API, please consider renaming uws.job.JobPhase to uws.job.JobPhaseManager as JobPhase manages Phase flow.

enhancement

Switching from 0.2.2 to 0.2.3 makes mongo client hanging for closing. Time go from 1s to 32 s for one test **To Reproduce** Run following test with 0.2.2 then 0.2.3...

bug
testing