Skip to content

Releases: EVerest/everest-admin-panel

v0.3.0

24 Apr 16:31
5360787
Compare
Choose a tag to compare

Bug Fixes

  • (config_model) handling case when interface parent not found - (66d197f) - Lukas Mertens
  • (create-config) added check for unique name - (1fb3776) - Lukas Mertens
  • (stage) only cache module nodes if they contain children - (0eb295d) - Lukas Mertens
    Build system
  • (fetch-schema-plugin) added vite plugin to fetch schemas from everest framework - (c63bd69) - Lukas Mertens
  • (update-simulator-data) added simulator update script - (98d60d3) - Lukas Mertens

Continuous Integration

  • (license-header-check) added - (70b9986) - Lukas Mertens
  • (package-and-deploy) split up + working concurrency limit for deploy - (1fe25c2) - Lukas Mertens
  • (renovate) added - (f3d2428) - Lukas Mertens
  • (shrinkwrap) added generator - (fc6ee30) - Lukas Mertens
  • (vitest) added ci run - (b7e3bea) - Lukas Mertens
  • reusable setup + read node version from nvmrc - (c8be7f4) - Lukas Mertens

Documentation

  • (README) added codeblock to pr-preview link - (35d83ca) - Lukas Mertens
  • (README) added instructions for creating a new release - (0add5bc) - Lukas Mertens

Features

  • (config-preview) added close-button - (7d0c84a) - Lukas Mertens
  • (configs) let users create new configs - (0ceae2c) - Lukas Mertens
  • (load-config) added upload config feature - (680223c) - Lukas Mertens
  • (loopbackRpcIssuer) localStorage integration for configs - (047b10f) - Lukas Mertens

Miscellaneous Chores

  • (deps) removed unneeded vue-class-component + vue-property-decorator dependency - (09c7178) - Lukas Mertens
  • (loopbackRpcIssuer) reduced random wait - (977ed98) - Lukas Mertens
  • (simulator-data) updated sample configs + data - (945b42d) - Lukas Mertens

Refactoring

  • (EVBackendClient) move available configs to pinia store - (08e8e46) - Lukas Mertens
  • (EvModuleInfo) use composition api - (8d95614) - Lukas Mertens
  • (evbcStore) removed unnecessary variables - (6e79355) - Lukas Mertens

Tests

  • (e2e) added config-management test - (1896e66) - Lukas Mertens
  • (vitest) added setup - (39d15f7) - Lukas Mertens

v0.2.1

02 Apr 22:24
79497df
Compare
Choose a tag to compare

Bug Fixes

  • (config_stage) unsubscribe from resize after destroy - (8ea96a4) - Lukas Mertens
  • (config_stage) blurry modules - (8d76caf) - Lukas Mertens
  • (connect) don't show delete button while adding - (fd23827) - Lukas Mertens

Continuous Integration

  • (e2e) added cypress execution - (0ff3894) - Lukas Mertens

Documentation

  • (README) rewrote README (#101) - (9a5ff24) - Lukas Mertens

Tests

  • (connect) added e2e tests - (4178558) - Lukas Mertens
  • (e2e) added cypress and first basic test - (ce1a77c) - Lukas Mertens
  • (module-selection) added e2e test for search - (d799584) - Lukas Mertens

v0.2.0

20 Mar 16:26
2ff6acd
Compare
Choose a tag to compare

Bug Fixes

  • (EvModuleInfo) close buttons - (937063b) - Lukas Mertens
  • (EvModuleList) inconsistent design betw. load config and add module - (94b0d9b) - Lukas Mertens
  • (IconButtonWithTooltip) added variant + density properties - (ad40ac4) - Lukas Mertens
  • (eslint) script setup didn't detect unused variables correctly - (fd3f775) - Lukas Mertens
  • (evbcStore) infinite recursive updates - (401c226) - Lukas Mertens
  • (load-config) deal with non-existing terminals in config - (eb0ca70) - Lukas Mertens
  • (login) adapted connect method to new host - (e9ab45f) - Lukas Mertens
  • (login) better server list design - (f0af8f8) - Lukas Mertens
  • (modules) allow dragging + clicking on whole module, not only title - (d47125e) - Lukas Mertens
  • (pwa) new setup based on vite-plugin-pwa - (eeae931) - Lukas Mertens
  • (snackbar) migrated to notyf for cleaner code + less bugs - (0f37146) - Lukas Mertens
  • (stage) clicking on connection didn't do anything - (b788739) - Lukas Mertens
  • (stage) zooming behavior for trackpads + zoom center point - (19a4cd7) - Lukas Mertens
  • (stage-tooltip) added background for better readability - (b4f1ab0) - Lukas Mertens
  • (vite) don't load roboto from google fonts - (760d5e6) - Lukas Mertens
  • (vite) missing commonjs plugin - (ba6bb21) - Lukas Mertens
  • (vjsf) prevent submit of surrounding form - (4504c11) - Lukas Mertens
  • button styling - (9d099b0) - Lukas Mertens
  • ws/wss selection, missing resizeStage + cooldown popup - (bd1b7ac) - Lukas Mertens
  • don't show snackbar if it's undefined - (692d282) - Philip Molares

Continuous Integration

  • (gh-pages) don't deploy from multiple branches at the same time - (45b589e) - Lukas Mertens
  • (pnpm-lock) executed pnpm install to fix diverged pnpm-lock - (762a16b) - Lukas Mertens
  • run on git spr branches - (2b91191) - Lukas Mertens
  • github pages setup - (d200d29) - Lukas Mertens
  • run on every PR against main - (476f001) - Lukas Mertens
  • only release on main - (fb9b11e) - Lukas Mertens
  • switch to pnpm - (28af1ee) - Lukas Mertens

Features

  • (ConfigPage) allow to dynamically adjust ui element sizes - (fadaf27) - Lukas Mertens
  • (EvConfigCanvas) added button to reset view - (0846776) - Lukas Mertens
  • (EvModuleList) auto connect module when terminal selected during add - (53e7648) - Lukas Mertens
  • (EvModuleList) filter based on selected terminal - (abd1213) - Lukas Mertens
  • (EvModuleList) added search - (a237904) - Lukas Mertens
  • (Login) allow configuration of protocol and port for servers - (8ab6718) - Lukas Mertens
  • (MainPanel) show current connection url - (91f6831) - Lukas Mertens
  • (MainPanel) load version number from package.json - (1087318) - Lukas Mertens
  • (config) add tooltips to display the module description - (cfd2048) - Philip Molares
  • (config-preview) copy & download-button - (cdb0fc9) - Lukas Mertens
  • (config-preview) added - (bccd542) - Lukas Mertens
  • (design) complete design overhaul - (74ceb42) - Lukas Mertens
  • (login) added explanation to loopback - (f433c25) - Lukas Mertens
  • (login) possibility to switch between instances - (2f5948a) - Lukas Mertens
  • (login) rework auto-connect behavior - (003f413) - Lukas Mertens
  • (login) form validation - (0443119) - Lukas Mertens
  • (login) validate instance name - (b69acca) - Lukas Mertens
  • (login) warn users when they enter protocol or port in server host - (6477811) - Lukas Mertens
  • (restart-modules) show notification on success - (fc8e835) - Lukas Mertens
  • (routing) auto-redirect to config-page - (4b98113) - Lukas Mertens
  • (stage) show drag cursor while dragging - (6bc49d5) - Lukas Mertens
  • (stage) allow right mouse button to move stage - (af1899b) - Lukas Mertens
  • background click dismisses selection - (62f4e9b) - Philip Molares
  • add tooltip to connection terminals - (c72509d) - Philip Molares
  • warn about overriding config on load (#7) - (4f3bd8c) - Philip Molares
  • migrated to vite + vue 3 - (db48dd6) - Lukas Mertens
  • warn about overriding config on load (#7) - (629fba1) - Philip Molares

Miscellaneous Chores

  • (deps) upgrade to vjsf beta 3 - (42b19d8) - Lukas Mertens
  • (deps) added @types/node for proper typescript support - (fa18eb1) - Lukas Mertens
  • (eslint) fix broken setup - (d61770d) - Lukas Mertens
  • (license) add header to remaining files - (31cfab9) - Lukas Mertens
  • change example to localhost - (f925e98) - Lukas Mertens

Refactoring

  • (IconButtonWithTooltip) types of variant/density props - (4ea9611) - Lukas Mertens
  • (TestPage) removed - (6077281) - Lukas Mertens
  • (iconButton) rename v-on handlers and require props - (f67e690) - Philip Molares
  • (instanceInformation) change text buttons to icons - (957d2f1) - Philip Molares
  • (login) renamed to "connect" - (d54cc1e) - Lukas Mertens
  • (login) using composition API now - (aeece8a) - Lukas Mertens
  • (login) new way of defining icon buttons - (da86795) - Lukas Mertens
  • (rpc) refactored the whole rpc logic - (7dd8ea7) - Lukas Mertens
  • move about page into bottom of menu - (a9afa33) - Philip Molares
  • remove startup toast "Hi there" - (9650f6c) - Philip Molares

v0.1.0

02 Oct 14:18
cca2952
Compare
Choose a tag to compare
Fix client side rpc timeout by using the one supplied from controller…

manually_dispatched

29 Nov 09:02
ed1e129
Compare
Choose a tag to compare
Initial github action (#1)


Signed-off-by: aw <[email protected]>