ever-public
OSS
ever-gauzy
Overview
Sign in / Sign up
Open main menu
ever-gauzy
Select a tab
Overview
Runs
Analytics
ever-gauzy
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Filter
Filter exact branch match
Exact
Select status
Recorded
8893
1585394d feat: uses state management for plugin version selection Refactors plugin version selection within the marketplace item to utilize the central state store instead of local component state. Dispatches an action upon initial load and when the user selects a different version via the dropdown. The selected version is now read reactively from the state store for display and logic. Updates the state store effect to include the plugin ID when selecting a version. Removes local component state management for the selected version.
1 hour ago
by adkif
a
Recorded
8893
1585394d feat: uses state management for plugin version selection Refactors plugin version selection within the marketplace item to utilize the central state store instead of local component state. Dispatches an action upon initial load and when the user selects a different version via the dropdown. The selected version is now read reactively from the state store for display and logic. Updates the state store effect to include the plugin ID when selecting a version. Removes local component state management for the selected version.
1 hour ago
by adkif
a
Succeeded
8893
ae935b0b fix: clarifies `installed` property description Updates the description of the `installed` property in the `IPlugin` interface to clearly indicate that it represents whether the plugin is currently installed.
2 days ago
by adkif
a
Succeeded
8893
eb38d851 fix: plugin toggle during installation Disables the plugin toggle while installation or uninstallation is in progress. This prevents users from interacting with the toggle while the operation is ongoing, avoiding unexpected behavior and improving the user experience. Also fixes an issue where the toggle state was incorrectly reverted after a failed installation or uninstallation.
2 days ago
by adkif
a
Succeeded
8893
11881899 fix: plugin version release date validation Removes the validation rule that restricted the release date to be in the past. This allows for future release dates to be set.
2 days ago
by adkif
a
Succeeded
8893
f7955b3b refactor: plugin marketplace forms Removes unnecessary ChangeDetectorRef usages and improves form handling logic. Improves form patching by creating a copy of the version object to avoid modifying the original object. Adds conditional rendering to form fields based on source type to prevent errors. Removes debounceTime operator to improve responsiveness.
3 days ago
by adkif
a