Dipak Pawar
Dipak Pawar
While editing an ASCiinema file, it would be nice to be able to stop a playback at given time. Example: asciinema play --start-at 12s --ends-at 34s my.rec asciinema play --start-at...
It's helpful to be able to stop a recording for given point. e.g. http://asciinema.org/a/5970?t=3:20&s=5:15 http://asciinema.org/a/5970#t=3:20&s=5:15 This will useful to show given recording at specific time. e.g. in above case start...
* All supported runOrder options are hardCoded in RunOrder - https://github.com/apache/maven-surefire/blob/master/surefire-api/src/main/java/org/apache/maven/surefire/util/RunOrder.java#L109 * With this implementation user can implement his own runOrder & it's respective RunOrderCalculator. Fixes: https://issues.apache.org/jira/browse/SUREFIRE-1405 **Implementation Details** **How...
**Problem**: Currently we have [`StringPropertyReplacer`](https://github.com/arquillian/arquillian-core/blob/master/config/impl-base/src/main/java/org/jboss/arquillian/config/impl/extension/StringPropertyReplacer.java#L98) to resolve expression `${p}`. I am running my tests with failsafe configuration like ```xml org.apache.maven.plugins maven-failsafe-plugin ${project.artifactId} ``` If I am using expression language to...
##### Issue Overview If multiple resource providers are on classpath which can provide resource of required type. Then arquillian takes first resource provider found on classpath. There should be some...
#### Changes proposed in this pull request: **DockerCube State** * Checking `state == State.BEFORE_CREATE` before stopping container to avoid potential NPE * Updated tests to satisfy new conditions **Adds ftest...
Add Ftest for how can you test JPA using Cube To manage Wildlfy and PostgreSQL
Currently all ftests are placed in it's own(docker, openshift, k8s) module. Modify it to following structure - arquillian-cube - functional-tests - docker - docker-ftest - k8s - k8s-ftest - openshift...
Currently all tests are running fine on travis, looks like all deleted projects are not removed from `etcd` which you can see it in `Terminating` state. Look at the end...
##### Issue Overview Currently we have added workaround to set `JAVA_HOME` to `"/usr/lib/jvm/java-1.8.0"` due to JAVA_HOME issue in Che UI. https://github.com/eclipse/che/issues/9105 in [Fabric8MavenPluginResourceGeneratorBuilder](https://github.com/arquillian/arquillian-cube/pull/1013/files/c5918431965b2f8c5603423def57f4e1f1fbcf75#diff-1a5def6a46a23edede1282ad293725b1R100) Remove this workaround once https://github.com/eclipse/che/issues/9105 is fixed.