Sergei Akhapkin
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Automation: Out of CI credits??? There is no other plans yet.
Hi,The Space reported that our team is out of CI credits (well calculation is out of scope now) - we cannot build now and cannot 'change plan' there is no plans yet!What we can do? -
Created Docker repository: how to remove specific image (all versions) from repo?
Hi,Is there a way to remove all versions of specific image from project's repository? -
Edited Automation: is Space plugin for IDEA broken ?
Hi,IntelliJ IDEA 2020.2.1 (Ultimate Edition) Build #IU-202.6948.69, built on August 25, 2020Plugin doesn't help with .space.kts at all (even made things worst - without plugin, errors weren't shown): -
Edited Automation: documentation for ScriptAPI ?
Hi,Could you please point to documentation for ScriptAPI ?https://www.jetbrains.com/help/space/automation-dsl.html#job-container-kotlinScript: kotlinScript(init: ProcessKotlinScript.(ScriptAPI) -> ... -
Edited Automation: How to assign images tag which depends on build number?
Hi, How can I assign container's tag which depends on something which is unique to current build (e.g build number): According to https://www.jetbrains.com/help/space/automation-environment-varia... -
Edited Automation: cannot build image based on openjdk:11
Hi,I've very strange issue. I'm trying to build a pretty simple container in automation job: job("Build test container") { docker { build { context = "." file = "./d... -
Edited Automation: how to use docker image from private project's package repository?
Hi,Perhaps, I missed something, but I didn't found any example or guide how to use an image from Jetbrains package repository in an automation script.Here is an example:https://www.jetbrains.com/he... -
Created How to run build step via docker-compose?
Hi,Is it possible to run a build step which will execute docker-compose instead of docker? E.g. we've a project where a build end ups with several containers to be build and push. All these steps a... -
Created Show issue's number at 'Issues' page
Hi,Is it possible to customize 'Issues' page on a project to show issue's number in a row or at least search by number? Issue's number is used quite often in a communication during development, it ... -
Created What permission is required to allow issues to be assigned to project member ?
Hi,Let we've an external project's member (not a developer) which we cannot allow to work with codebase (read, write, commit is not allowed). 'Project issues: Edit issue' permission is granted to a...