NicolaSpreafico
NicolaSpreafico
Cannot load browser "ChromiumNoSandbox": it is not registered! Perhaps you are missing some plugin?
Hello, we are creating a pipeline for a node project. Our goal is obtain the `lcov.info` file (which will later read by SonarQube) with the command ``` ng test --code-coverage...
Hello, if anyone is interested I created a Docker file to let Rendertron works on Cloud Run instead of App Engine. **Dockerfile** ``` FROM node:14-slim # Update aptitude with new...
## Affected builder image gcr.io/$PROJECT_ID/sonar-scanner:latest Here is my yaml file ``` steps: - id: 'SonarQube analysis' name: 'gcr.io/$PROJECT_ID/sonar-scanner:latest' args: - '-Dsonar.host.url=https://xxxxxxxxx' - '-Dsonar.login=xxxxxxxxxx' - '-Dsonar.projectKey=xxxxxxxxxx' - '-Dsonar.sources=src' timeout: "1600s" ```...
Hi, I have a GAE Std project which I run with Maven as: `mvn clean verify sonar:sonar appengine:deploy -Pdevelopment` and from my machine is working fine, both Sonar analysis and...
Using App Engine SDK 1.9.48 with Maven project and this library ``` com.google.appengine.tools appengine-gcs-client 0.6 ``` I implementing a flow which will use an upload-url generated like this ``` import...
Hello, I have this changeset: ``` --changeset nicola:003 runAlways:true --comment: call function which enable auditing for every table SELECT audit_trigger_install(); --rollback -- nothing to do here ``` This functions exists...
(please ensure you are running the latest version of CT4E with _Help > Check for Updates_.) - Eclipse version > Version: Oxygen Release (4.7.0) > Build id: 20170620-1800 - Cloud...
Hello, The exposed problem is experienced with both Eclipse Luna or Mars and both Windows 10 or Mac OS. With the local server launched with "appengine:devserver" goal, when I hit...
Hello, I have this simple code to use the library ``` credentials = ... service = discovery.build('gmail', 'v1', credentials=credentials) ``` Then I execute an API Call ``` response = service.users().settings().sendAs().list(userId="me").execute(num_retries)...