jc21

Results 202 comments of jc21

Oh I may have not been clear. In Migrate.php there is only one reference to Candidate class, which is the one on line 12. The command line tool is failing...

What version of NPM are you using? The startup is meant to install the certbot pip packages based on the DNS providers used in your configuration. You should be able...

FYI the CI build is failing because the API returns new fields that are not defined in the Swagger/OpenAPI document: ``` backend/doc/api.swagger.json ``` ``` [2023-05-29T04:51:09.852Z] npm_pr-2956_7-cypress-sqlite-1 | [validateSwaggerSchema DEBUG] Endpoint:...

``` ... [2023-05-29T05:04:47.969Z] npm_pr-2956_8-cypress-sqlite-1 | "hsts_enabled": 0, [2023-05-29T05:04:47.969Z] npm_pr-2956_8-cypress-sqlite-1 | "hsts_subdomains": 0, [2023-05-29T05:04:47.969Z] npm_pr-2956_8-cypress-sqlite-1 | "drop_unauthorized": false, [2023-05-29T05:04:47.969Z] npm_pr-2956_8-cypress-sqlite-1 | "certificate": null, [2023-05-29T05:04:47.969Z] npm_pr-2956_8-cypress-sqlite-1 | "owner": { [2023-05-29T05:04:47.969Z] npm_pr-2956_8-cypress-sqlite-1 |...

``` CypressError: `cy.task('backendApiPost')` failed with the following error: > 400: tag "endif" not found, file:/app/templates/_listen.conf, line:20, col:1, line:12, col:1 ```

``` Integration Tests / Mysql / Hosts endpoints.Should be able to create a http host Error Message: data should NOT have additional properties ``` There is a swagger/openapi schema file...

Well this is awkward. This isn't my first open source package and it won't be my last but it always baffles me how the public love to criticise the project...

Thanks for fixing. Just need a conflict fixed and then I'll merge.

``` 22:45:03 $ /app/node_modules/.bin/eslint . 22:45:03 22:45:03 /app/setup.js 22:45:03 158:1 error Expected indentation of 1 tab but found 2 indent 22:45:03 159:1 error Expected indentation of 2 tabs but found...

The downgrade was initially required because of failing pip installs for certbot plugins. The only way your change can be tested as working is to install every certbot DNS plugin...