Kirill Roskolii

Results 38 comments of Kirill Roskolii

Hi , Thanks for the extension! Familiarise yourself with https://semver.org/. I would also recommend using of the free CI services for this task, for example Travis CI. If you can...

Can you please tag a new release @PurHur ? There is couple good additions since the last release , like - #112 - #119 - #123 Hopefully this will help...

Project cloned outside of IDE. VCS -> Git -> Git Lab -> List Merge Requests... -> NPE java.lang.NullPointerException at com.ppolivka.gitlabprojects.util.GitLabUtil.findGitLabRemote(GitLabUtil.java:82) at com.ppolivka.gitlabprojects.merge.GitLabMergeRequestWorker$Util.fillRequiredInfo(GitLabMergeRequestWorker.java:87) at com.ppolivka.gitlabprojects.merge.list.GitLabMergeRequestListWorker$2.convert(GitLabMergeRequestListWorker.java:74) at com.ppolivka.gitlabprojects.merge.list.GitLabMergeRequestListWorker$2.convert(GitLabMergeRequestListWorker.java:68) at com.ppolivka.gitlabprojects.util.GitLabUtil$2.run(GitLabUtil.java:207) at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:727)...

Thanks for the suggestion @alanhughes . I've tested with the image from original report (repo digest `gcr.io/kaniko-project/executor@sha256:0f27b0674797b56db08010dff799c8926c4e9816454ca56cc7844df228c53485`) by adding adding `--cleanup` to call, like : ``` executor --cleanup --target project-php...

Unfortunately it is still an issue with the latest release :( ```shell executor version Kaniko version : v1.6.0 ```

I'm porting to use this project and notice test failure on PHP 8.1 in https://github.com/ingenerator/behat-tableassert/actions/runs/3067074223/jobs/4953045784 : ``` PHPUnit 9.5.0 by Sebastian Bergmann and contributors. .............................II................................ 63 / 123 ( 51%)...

Sorry, that test run actually used version 2.0.0 of this project so not a relevant complaint. Also it doesn't look like Travis is in use anymore, but I will leave...

Haven't tested, but looking at the code latest and greatest is affected as well.

Done another test run. Lando v3.0.26: ```shell $ lando db-import db.sql.gz Preparing to import /app/db.sql.gz into database 'database' on service 'db' as user root... Emptying database... NOTE: See the --no-wipe...