Feat/patch migration (#1890)

* feat: Most of the ui conversions and removing the package-recovered

* chore: Include the down process.

* feat: Add in the potential community packages.

* chore: Add in the services

* Make it so we skip rebuil.

* update version to 033 in FE

* chore: Revert to next version for patch-db

* fix: Build and check

Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
This commit is contained in:
J M
2022-11-01 14:00:40 -06:00
committed by Aiden McClelland
parent 74af03408f
commit defc98ab0e
14 changed files with 190 additions and 177 deletions

View File

@@ -11,11 +11,11 @@
<ion-content class="ion-padding">
<h2>This release</h2>
<h4>0.3.2~1</h4>
<h4>0.3.3</h4>
<p class="note-padding">
View the complete
<a
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.2.1"
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.3"
target="_blank"
noreferrer
>release notes</a
@@ -24,30 +24,12 @@
</p>
<h6>Highlights</h6>
<ul class="spaced-list">
<li>Bugfix for LAN URLs</li>
</ul>
<br />
<h2>Previous releases in this series</h2>
<h4>0.3.2</h4>
<p class="note-padding">
View the complete
<a
href="https://github.com/Start9Labs/embassy-os/releases/tag/v0.3.2"
target="_blank"
noreferrer
>release notes</a
>
for more details.
</p>
<h6>Highlights</h6>
<ul class="spaced-list">
<li>Autoscrolling for logs</li>
<li>Improved connectivity between browser and Embassy</li>
<li>Switch to Postgres for EOS database for better performance</li>
<li>Multiple bug fixes and under-the-hood improvements</li>
<li>Various UI/UX enhancements</li>
<li>Removal of product keys</li>
<li>Kiosk mode</li>
<li>x86_64 architecture compatibility</li>
<li>Community marketplaces</li>
<li>New update all tab</li>
<li>Various UI/UX improvements</li>
<li>Various bugfixes and optimizations</li>
</ul>
<div class="ion-text-center ion-padding">
<ion-button

View File

@@ -20,9 +20,10 @@ export module Mock {
updated: true,
}
export const MarketplaceEos: RR.GetMarketplaceEOSRes = {
version: '0.3.2.1',
version: '0.3.3',
headline: 'Our biggest release ever.',
'release-notes': {
'0.3.3': 'Some **Markdown** release _notes_ for 0.3.3',
'0.3.2.1': 'Some **Markdown** release _notes_ for 0.3.2.1',
'0.3.2': 'Some **Markdown** release _notes_ for 0.3.2',
'0.3.1': 'Some **Markdown** release _notes_ for 0.3.1',

View File

@@ -32,7 +32,7 @@ export const mockPatchData: DataModel = {
},
'server-info': {
id: 'abcdefgh',
version: '0.3.2.1',
version: '0.3.3',
'last-backup': new Date(new Date().valueOf() - 604800001).toISOString(),
'lan-address': 'https://embassy-abcdefgh.local',
'tor-address': 'http://myveryownspecialtoraddress.onion',