Jacek Gębal

Results 31 issues of Jacek Gębal

I see great and ability to use this API as part of [utPLSQL v3](https://github.com/utPLSQL/utPLSQL) to generate setup/cleanup API's for unit tests. The only thing that is missing is ability to...

enhancement

If you're interested, you can easily set up a continuous integration/testing for your project in the cloud using Travis and utPLSQL v3. If you would be interested I can help...

enhancement
question

Calling the command like `utplsql run ... -config=config.json` should work when we pass the configuration json file as below: ```json { "connection": { "user": "hr", "password": "hr", "host": "localhost", "port":...

enhancement

When I run `utPLSQL-cli` with multiple reporters and outputs like: ``` time utPLSQL-cli/bin/utplsql run ${UT3_TESTER}/${UT3_TESTER_PASSWORD}@${CONNECTION_STR} \ -source_path=source -owner=ut3 \ -test_path=test -c \ -f=ut_sonar_test_reporter -o=test_results.xml \ -f=ut_junit_reporter -o=junit_test_results.xml \ -f=ut_tfs_junit_reporter -o=tfs_test_results.xml...

To complete the mapping of utPLSQL API we need to provide ability to define file mapping options as described [in documentation](https://github.com/utPLSQL/utPLSQL/blob/develop/docs/userguide/coverage.md#working-with-projects-and-project-files) The static file mapping should be optionally provided as...

enhancement

# Important notice You will need to update the follwing to make integrations work for you: - signup onto travis and enable repo integration - signup to dockerhub and do...

The project looks really cool. One thing I would really like to see is a **release** , so that I don't need to clone the whole project but simply download...

Would it be possible to use your library to populate an existing excel file with data? For example. I have an excel file with two sheets: - "Sheet 1" -...

Hi @usrecnik This looks very promising. Is there any chance that ddlfs would work on Windows (with cygwin or any other Unix emulator?) If not, what would be your suggestion...