File tree Expand file tree Collapse file tree 5 files changed +16
-11
lines changed
222/main/resources/META-INF
233/main/resources/META-INF
main/kotlin/cc/unitmesh/devti/actions Expand file tree Collapse file tree 5 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 325
325
<add-to-group group-id =" NewGroup" anchor =" before" relative-to-action =" NewFromTemplate" />
326
326
</action >
327
327
328
- <group id =" AutoDev.NewActions" popup =" true" icon =" cc.unitmesh.devti.AutoDevIcons.AI_COPILOT" >
328
+ <group id =" AutoDev.NewActions"
329
+ text =" AutoDev CI/CD Actions"
330
+ popup =" true" icon =" cc.unitmesh.devti.AutoDevIcons.AI_COPILOT" >
329
331
<separator />
330
- <action id =" GeniusDockerfile" class =" cc.unitmesh.genius .actions.GenerateDockerfileAction" />
331
- <action id =" GeniusGitHubActions" class =" cc.unitmesh.genius .actions.GenerateGitHubActionsAction" />
332
+ <action id =" GeniusDockerfile" class =" cc.unitmesh.devti .actions.GenerateDockerfileAction" />
333
+ <action id =" GeniusGitHubActions" class =" cc.unitmesh.devti .actions.GenerateGitHubActionsAction" />
332
334
333
335
<add-to-group group-id =" NewGroup" anchor =" last" />
334
336
</group >
Original file line number Diff line number Diff line change 336
336
<add-to-group group-id =" NewGroup" anchor =" before" relative-to-action =" NewFromTemplate" />
337
337
</action >
338
338
339
- <group id =" AutoDev.NewActions" popup =" true" icon =" cc.unitmesh.devti.AutoDevIcons.AI_COPILOT" >
339
+ <group id =" AutoDev.NewActions"
340
+ text =" AutoDev CI/CD Actions"
341
+ popup =" true" icon =" cc.unitmesh.devti.AutoDevIcons.AI_COPILOT" >
342
+
340
343
<separator />
341
- <action id =" GeniusDockerfile" class =" cc.unitmesh.genius .actions.GenerateDockerfileAction" />
342
- <action id =" GeniusGitHubActions" class =" cc.unitmesh.genius .actions.GenerateGitHubActionsAction" />
344
+ <action id =" GeniusDockerfile" class =" cc.unitmesh.devti .actions.GenerateDockerfileAction" />
345
+ <action id =" GeniusGitHubActions" class =" cc.unitmesh.devti .actions.GenerateGitHubActionsAction" />
343
346
344
347
<add-to-group group-id =" NewGroup" anchor =" last" />
345
348
</group >
Original file line number Diff line number Diff line change 1
- package cc.unitmesh.genius .actions
1
+ package cc.unitmesh.devti .actions
2
2
3
3
import cc.unitmesh.devti.custom.tasks.FileGenerateTask
4
4
import cc.unitmesh.devti.provider.BuildSystemProvider
5
5
import cc.unitmesh.devti.template.GENIUS_SRE
6
6
import cc.unitmesh.devti.template.TemplateRender
7
- import cc.unitmesh.genius .actions.context.DevOpsContext
7
+ import cc.unitmesh.devti .actions.context.DevOpsContext
8
8
import com.intellij.openapi.actionSystem.AnAction
9
9
import com.intellij.openapi.actionSystem.AnActionEvent
10
10
import com.intellij.openapi.progress.ProgressManager
Original file line number Diff line number Diff line change 1
- package cc.unitmesh.genius .actions
1
+ package cc.unitmesh.devti .actions
2
2
3
3
import cc.unitmesh.devti.AutoDevBundle
4
4
import cc.unitmesh.devti.custom.tasks.FileGenerateTask
5
5
import cc.unitmesh.devti.provider.BuildSystemProvider
6
6
import cc.unitmesh.devti.template.GENIUS_CICD
7
7
import cc.unitmesh.devti.template.TemplateRender
8
- import cc.unitmesh.genius .actions.context.DevOpsContext
8
+ import cc.unitmesh.devti .actions.context.DevOpsContext
9
9
import com.intellij.openapi.actionSystem.AnAction
10
10
import com.intellij.openapi.actionSystem.AnActionEvent
11
11
import com.intellij.openapi.progress.ProgressManager
Original file line number Diff line number Diff line change 1
- package cc.unitmesh.genius .actions.context
1
+ package cc.unitmesh.devti .actions.context
2
2
3
3
import cc.unitmesh.devti.template.context.DockerfileContext
4
4
import cc.unitmesh.devti.template.context.TemplateContext
You can’t perform that action at this time.
0 commit comments