Sergei Akhapkin
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Edited 'Usage' says I'm over application limit, how can I figure out all counted applications?
Hi,Few days ago Space started to report that we're over limit for 'applications' (xxx.jetbrains.space/manage/usage) shows 13 apps however in 'Applications' (xxx.jetbrains.space/manage/applications... -
Created Unexpected behavior of permissions for default roles (e.g. Project collaborator)
Hi,I faced following issues - sometime ago I changed permissions for the 'Project Collaborator' role (removed some of them). Later I found out that these permissions are returned (in particular 'ac... -
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...