Michael Stämpfli
Michael Stämpfli
Such a mechanism is already provided with the rake tasks. Executing `rake spec` will only run unit, integration and acceptance tests. This will give you already the desired effect. When...
The travis issue has been fixed on the current master.
This is not related to #38, is it? Couldn't your use case be solved with the helper modules discussed in #38?
Your solution is very specific to your use case. I don't like the idea of passing the options all around the code just to make them available in the execution...
@andyt Did you find any solution for your problem? I just had another idea. Suppose these helper modules from issue #38 already existed. How about you take the parameters you...
I don't know your exact use case and the environment in which you'd like to use data-import. I assumed you wanted to pass some arguments you received from sidekiqs `perform`...
Oh, now I see your point. Sorry, it took so long :cry: I don't know `sidekiq` but if the jobs all run in the same process, the options would indeed...
I'm finally continuing the development. I took a look at the branch with the partial import #49 and I'm not happy with the current state. The library need some refactoring...
Also references to lookup tables are still hold on the definitions. If we really want to make the lookup an independent feature, we have to put it somewhere else.
I created an id mapping container which holds all id dictionaries. The container is held by the execution plan. I'm not happy the way it is used because I have...