Maciej Laskowski

Results 22 comments of Maciej Laskowski

Hey, this looks like a duplicate of #376 . Which one do you wish to merge?

I've create separate plugin in form of PoC: https://github.com/Skejven/aet-lighthouse-extension

AFAIK, AET uses Selenium `3.8`: https://github.com/wttech/aet/blob/master/osgi-dependencies/selenium/pom.xml#L37 `3.141` is the latest `3.X` (major) version.

In AET 2.1.6 the Error is: `[ERROR] Failed to schedule test suite: '[Status: 401] Unauthorized'`

This issue also happens when you try to manually download packages from https://nodejs.org/dist/. It seems that this repository is quite unstable (sometimes it takes less than 1 second to download...

@tuteng I was still prompted on `docker run`: ``` Enter the new value, or press ENTER for the default Full Name []: Room Number []: Work Phone []: Home Phone...

@kocaki Try to run pulsar manager with the following `configData`: ```yaml configData: SPRING_CONFIGURATION_FILE: "/pulsar-manager/pulsar-manager/application.properties" # Workaround for https://github.com/apache/pulsar-manager/issues/505 URL: "" ``` This works with `apachepulsar/pulsar-manager:v0.3.0` for me.

@kocaki The default `pulsar`/`pulsar` credentials does not work in my project's Pulsar setup. I followed the [instructions for creating user via the backend API](https://github.com/apache/pulsar-manager#access-pulsar-manager): ```bash MANAGER_POD=`kubectl get pods --namespace pulsar...

Another solution for the classpath changes would be approach similar to one from the [Knot.x Starter Kit](https://github.com/Knotx/knotx-starter-kit), where custom Docker image is build every time dependencies/modules change. Additionally this approach...

Hi, > compact / portable / lightweight version of AET This idea was in my mind for some time... The whole complication is that the most "heavy" in AET setup...