Skip to content
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
fbea11c
Work in progress
akucharska Jun 4, 2025
db6439e
Merge branch 'main' into add-community-modules
akucharska Jun 5, 2025
e15471a
Fix refreshing with create opened
akucharska Jun 5, 2025
bfee381
Fix refreshing with create opened
akucharska Jun 5, 2025
f63fbb0
Show add community modules form
akucharska Jun 10, 2025
d1eb91a
Have version
akucharska Jun 12, 2025
d419b9d
prepare list of resourcesToAply
akucharska Jun 12, 2025
2e18258
Partial commit without backend
akucharska Jun 24, 2025
2f5e55f
Uplode yamls
akucharska Jun 26, 2025
0e1a1e4
Merge branch 'main' into add-community-modules
akucharska Jun 27, 2025
49049a2
Clean up
akucharska Jun 27, 2025
5a4407d
Clean up
akucharska Jun 30, 2025
dccad49
Remove duplicated function
akucharska Jul 1, 2025
2b7b101
Move getModulesAddData to separate file
akucharska Jul 1, 2025
0a9f2ad
Show form id createType is right
akucharska Jul 2, 2025
e64de12
Move translations
akucharska Jul 4, 2025
ff3049d
Almost working
akucharska Jul 8, 2025
ec4e035
Fix delete
akucharska Jul 10, 2025
655cc0c
Checkbox and clean up
akucharska Jul 10, 2025
f787f14
clean up
akucharska Jul 10, 2025
e5dfef8
clean up
akucharska Jul 10, 2025
dead59e
prettier
akucharska Jul 10, 2025
429cf07
rename
akucharska Jul 10, 2025
aaa27cc
rename
akucharska Jul 10, 2025
946a4c0
cleanup
akucharska Jul 10, 2025
0b0a5d1
clean up
akucharska Jul 10, 2025
8472ffc
remove file
akucharska Jul 10, 2025
dfe5231
Merge branch 'main' into add-community-modules
akucharska Jul 10, 2025
6f1b976
cleanup after merge
akucharska Jul 10, 2025
2af0277
Review changes
akucharska Jul 14, 2025
30cb2f7
Fix delete
akucharska Jul 14, 2025
7a37336
review changes
akucharska Jul 15, 2025
38b68a9
Rename component, combine getInstalledModules
akucharska Jul 16, 2025
e180fb1
Fix deleting if no associatedResourceLeft
akucharska Jul 16, 2025
367fde9
Fix install
akucharska Jul 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions public/i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ discovery-and-network:
err-boundary:
go-back: Go back
restored-initial-form: Something went wrong. We restored the initial form for you.
sth-went-wrong: Something went wrong.
events:
description: <0>Event</0> is an object that is automatically created in response to changes in the cluster resources like Nodes, Pods or containers.
headers:
Expand Down Expand Up @@ -647,6 +648,8 @@ extensibility:
table:
error: The table widget configuration is incorrect. Path value must be an array type.
modules:
no-community-modules: No community modules available
no-community-modules-installed: No community modules installed
no-modules: No modules available
no-modules-installed: No modules installed
all-modules-added: You have added all the modules
Expand Down Expand Up @@ -800,13 +803,10 @@ kyma-modules:
installed-modules: Installed Modules
predefined-channel: Predefined
modify-modules: Modify Modules
module-added: Module added
module-uninstall: Module deleted
modules-updated: Modules updated
modules-update-failed: Modules update failed
module-documentation: Documentation
modules-channel: Modules Channel
add-module: Add Modules
add-community-module: Add Community Modules
no-modules-description: Customize your cluster by adding the modules you need.
description: With <0>Kyma’s modular approach</0>, you can install just the modules you need, instead of a predefined set of components.
release-channel-description: According to the <0>Kyma modules` release cycle</0>, we first release a new module’s major or minor version in the fast channel. After approximately two weeks, we promote the release to the regular channel.
Expand All @@ -830,6 +830,13 @@ kyma-modules:
change: Change
change-release-channel: Change Release Channel
change-release-channel-warning: The module's version in the fast channel is usually higher than the version in the regular channel. As downgrades are not supported, switching the channel back to regular will not affect the module's version <0>until the channel version is the same or higher.</0> To use the lower version, you must delete the module and re-add it from the <0>regular</0> channel.
messages:
failure: 'Failed to install the {{resourceType}}: {{error}}'
success: '{{resourceType}} installed'
module-added: Module added
module-uninstall: Module deleted
modules-updated: Modules updated
modules-update-failed: Modules update failed
community-modules:
title: Community Modules
legal:
Expand Down
Loading
Loading