mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 07:27:28 +00:00
* Added priority, enabled, current_environment_id columns - added data-migrations to backfill the priority and current environment id for each version * working on multi environments improvement - added checks for promoted env - promote env feature - released app & production env check - promoted version definition check * added import support * working on migration issues * fixed failing migration * fixed failing migration once again * Fixed possible bugs - seed - test case helpers - app version release * fixed migration bug * working on migration progress * working on migration progress class * added migration progress * fixed unit tests * fixed e2e cases * added default priority * added PR changes * changed import logic * added global datasource design and api changes * changed default env if the id is null * added unique constraint and a bug fix * changed app versions api - added current environment id to the where conditions * fixed failing test cases * added new test cases * added new api changes * added back the enabled check * fixed test case * change: added environment to create versions dto * typo: environmentId * added new api for fetching versions * added appVersions count changes to CE * Changed app versions by environmentid logic * added PR changes for EE * fixed wrong promoted env id issue * fix: can't switch to staging * added import export changes - update delete modal text * added EE import export code, modal updated text * added common migration code for CE and EE * fixes - enable run button for released version - disable change datasource for queries * changed released version popup design to new EE design * add: hide delete icons for released version
13 lines
No EOL
774 B
XML
13 lines
No EOL
774 B
XML
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="13.9999" cy="14" r="11.6667" fill="#3A3F42" />
|
|
<path
|
|
d="M15.1666 8.16667C15.1666 8.811 14.6443 9.33333 13.9999 9.33333C13.3556 9.33333 12.8333 8.811 12.8333 8.16667C12.8333 7.52233 13.3556 7 13.9999 7C14.6443 7 15.1666 7.52233 15.1666 8.16667Z"
|
|
fill="#ECEDEE"
|
|
/>
|
|
<path
|
|
fill-rule="evenodd"
|
|
clip-rule="evenodd"
|
|
d="M11.9583 11.6667C11.9583 11.1835 12.35 10.7917 12.8333 10.7917H13.9999C14.4832 10.7917 14.8749 11.1835 14.8749 11.6667V19.8334C14.8749 20.3167 14.4832 20.7084 13.9999 20.7084C13.5167 20.7084 13.1249 20.3167 13.1249 19.8334V12.5417H12.8333C12.35 12.5417 11.9583 12.15 11.9583 11.6667Z"
|
|
fill="#ECEDEE"
|
|
/>
|
|
</svg> |