Matt Hill
4ad9886517
refactor app wizards completely ( #1537 )
...
* refactor app wizards completely
* display new and new options in config
Co-authored-by: Matt Hill <matthill@Matt-M1.start9.dev >
2022-06-19 13:46:09 -06:00
Matt Hill
8e9d2b5314
chore: cleanup - show spinner on service list when transitioning
...
config add new list items to end and auto scroll
remove js engine artifacts
fix view button in notification toast
2022-06-19 13:46:09 -06:00
Lucy C
7916a2352f
Feature/sideload ( #1520 )
...
* base styling and action placeholders for package sideload
* apparently didnt add new folder
* wip
* parse manifest and icon from s9pk to upload
* wip handle s9pk upload
* adjust types, finalize actions, cleanup
* clean up and fix data clearing and response
* include rest rpc in proxy conf sample
* address feedback to use shorthand falsy coercion
* update copy and invalid package file ux
* do not wait package upload, instead show install progress
* fix proxy for rest rpc
rename sideload package page titles
2022-06-19 13:46:09 -06:00
Matt Hill
2b92d0f119
Swtich certain inputs and displays to courier for readability ( #1521 )
...
swtich certain inputs and displays to courier for readability
Co-authored-by: Matt Hill <matthill@Matt-M1.local >
2022-06-19 13:46:09 -06:00
Matt Hill
961a9342fa
display QR code for interfaces ( #1507 )
...
* display QR code for interfaces
* add play-outline to preloader
Co-authored-by: Matt Hill <matthill@Matt-M1.local >
2022-06-19 13:46:09 -06:00
Lucy C
3cde39c7ed
Feature/copy logs ( #1491 )
...
* make text selectable on mobile
* make logs copyable and adjust copy format
* fix linting
* fix linting further
* linting
* add formatting to copied logs
* fix copy abstraction and add formatting for server log copy
2022-06-19 13:46:09 -06:00
Matt Hill
09922c8dfa
Rework install progress types and pipes for clarity ( #1513 )
...
* rework install progress types and pipes for clarity
* rework marketplace show display
Co-authored-by: Matt Hill <matthill@Matt-M1.local >
2022-06-19 13:46:09 -06:00
waterplea
0390954a85
feat: enable strictNullChecks
...
feat: enable `noImplicitAny`
chore: remove sync data access
fix loading package data for affected dependencies
chore: properly get alt marketplace data
update patchdb client to allow for emit on undefined values
2022-06-19 13:46:09 -06:00
J M
948fb795f2
feat: uid/gid/mode added to metadata ( #1551 )
2022-06-17 12:16:04 -06:00
J M
452c8ea2d9
Feat/js metadata ( #1548 )
...
* feat: metadata effect
* feat: Metadata for effects
* chore: Add in the new types
2022-06-16 15:58:48 -06:00
Aiden McClelland
9c41090a7a
add textarea to ValueSpecString ( #1534 )
2022-06-16 13:14:18 -06:00
Aiden McClelland
59eee33767
fix dependency/dependent id issue ( #1546 )
2022-06-16 13:14:05 -06:00
Aiden McClelland
cc5e60ed90
fix incorrect error message for deserialization in ValueSpecString ( #1547 )
2022-06-16 13:13:50 -06:00
J M
27bc493884
Feat: Make the js check for health ( #1543 )
...
* Feat: Make the js check for health
* chore: Add in the migration types
* feat: type up the migration
2022-06-16 11:58:55 -06:00
J M
75a2b2d2ab
chore: Update the lite types to include the union and enum ( #1542 )
2022-06-15 19:31:47 -06:00
J M
0b7d8b4db0
fix: found a unsaturaded args fix
2022-06-15 14:40:42 -06:00
J M
d05cd7de0d
chore: Update types to match embassyd ( #1539 )
...
* chore: Update types to match embassyd
* chore: Undo the optional
2022-06-15 14:39:20 -06:00
Aiden McClelland
b0068a333b
disable unnecessary services
2022-06-14 12:43:27 -06:00
Aiden McClelland
d947c2db13
fixes #1169 ( #1533 )
...
* fixes #1169
* consolidate trim
Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com >
Co-authored-by: J M <2364004+Blu-J@users.noreply.github.com >
2022-06-14 11:47:04 -06:00
Aiden McClelland
90e09c8c25
add "error_for_status" to static file downloads
2022-06-14 11:42:31 -06:00
J M
dbf59a7853
fix: restart/ uninstall sometimes didn't work ( #1527 )
...
* fix: restart/ uninstall sometimes didn't work
* Fix: Match the original lock types
2022-06-13 14:18:41 -06:00
Aiden McClelland
4d89e3beba
fixes a bug where nginx will crash if eos goes into diagnostic mode a… ( #1506 )
...
fixes a bug where nginx will crash if eos goes into diagnostic mode after service init has completed
2022-06-13 12:43:12 -06:00
J M
5a88f41718
Feat/js known errors ( #1514 )
...
* feat: known errors for js
* chore: add expected exports
* Update js_scripts.rs
* chore: Use agreed upon shape
* chore: add updates to d.ts
* feat: error case
* chore: Add expectedExports as a NameSpace`
* chore: add more documentation to the types.d.ts
2022-06-10 13:04:52 -06:00
Aiden McClelland
435956a272
fix "missing proxy" error in embassy-cli ( #1516 )
...
* fix "missing proxy" error in embassy-cli
* fix: Add test and other fix for SetResult
Co-authored-by: J M <mogulslayer@gmail.com >
2022-06-10 12:58:58 -06:00
Aiden McClelland
7854885465
allow interactive TTY if available
2022-06-08 09:29:24 -06:00
Keagan McClelland
901ea6203e
fixes serialization of regex pattern + description
2022-06-07 17:32:47 -06:00
J M
9217d00528
Fix/memory leak docker ( #1505 )
...
* fix: potential fix for the docker leaking the errors and such
* chore: Make sure that the buffer during reading the output will not exceed 10mb ish
* Chore: Add testing
* fix: Docker buffer reading to lines now works
* chore: fixing the broken responses
2022-06-07 12:58:12 -06:00
J M
f234f894af
fix: potential fix for the docker leaking the errors and such ( #1496 )
...
* fix: potential fix for the docker leaking the errors and such
* chore: Make sure that the buffer during reading the output will not exceed 10mb ish
* Chore: Add testing
2022-06-07 11:11:43 -06:00
Aiden McClelland
4286edd78f
allow embassy-cli not as root ( #1501 )
...
* allow embassy-cli not as root
* clean up merge
2022-06-07 11:11:01 -06:00
Keagan McClelland
334437f677
generate unique ca names based off of server id
2022-06-06 18:56:27 -06:00
Keagan McClelland
183c5cda14
refactors error handling for less redundancy
2022-06-06 18:43:32 -06:00
Keagan McClelland
45265453cb
control experiment for correct configs
2022-06-06 18:43:32 -06:00
Keagan McClelland
80a06272cc
fixes regex black hole
2022-06-06 18:23:28 -06:00
J M
473213d14b
chore: fix the master ( #1495 )
...
* chore: fix the master
* chore: commit all the things swc
2022-06-06 15:02:44 -06:00
Matt Hill
d53e295569
UI cosmetic improvements ( #1486 )
...
* resize alerts and modals
* fix log color
* closes #1404
Co-authored-by: Matt Hill <matthill@Matt-M1.local >
2022-06-06 11:31:45 -06:00
Thomas Moerkerken
18e2c610bc
add quotes to handles spaces in working dir
2022-06-06 10:10:51 -06:00
J M
e0c68c1911
Fix/patch db unwrap remove ( #1481 )
...
* fix: Change the git to always give a maybe, then create the error in the failure cases
* fix: No wifi last
* chore: Revert to older api
* fix: build for sdk
* fix: build for sdk
* chore: update patch db
* chore: use the master patch db
2022-06-06 09:52:19 -06:00
Mariusz Kogen
34729c4509
Enable Control Groups for Docker containers ( #1468 )
...
Enabling Control Groups give Docker containers the ability to track and expose missing memory metrics. Try `docker stats`
2022-06-06 08:32:33 -06:00
Matt Hill
ca778b327b
Clean up config ( #1484 )
...
* better formatting for union list
* cleaner config
Co-authored-by: Matt Hill <matthill@Matt-M1.local >
2022-06-03 12:35:56 -06:00
Benjamin B
bde6169746
Update contribution and frontend readme ( #1467 )
...
* docs: small updates to contributing and frontend readme
* chore: change build:deps script to use npm ci
2022-06-03 12:26:45 -06:00
Lucy C
3dfbf2fffd
UI version updates and welcome message for 0.3.1 ( #1479 )
2022-06-03 12:23:32 -06:00
Benjamin B
34068ef633
Link to tor address on LAN setup page ( #1277 ) ( #1466 )
...
* style: format lan page component
* Link to tor address on LAN setup page (#1277 )
2022-06-01 15:43:57 -06:00
Benjamin B
e11729013f
Disable view in marketplace button when side-loaded ( #1471 )
...
Disble view in marketplace button when side-loaded
2022-06-01 15:20:45 -06:00
Thomas Moerkerken
cceef054ac
remove interactive TTY requirement from cmds
2022-06-01 14:37:12 -06:00
J M
b8751e7add
Chore/version 0 3 1 0 ( #1475 )
...
* feat: move over to workspaces
* chore: Move to libs
* chore:fix(build): Compat
* chore: fixing pr
2022-06-01 10:22:00 -06:00
Keagan McClelland
37344f99a7
cleanup after rebase
2022-05-27 13:20:33 -06:00
Keagan McClelland
61bcd8720d
warn if script is present but manifest does not require one
2022-05-27 13:20:33 -06:00
Keagan McClelland
6801ff996e
require script is present during pack step iff any pkg procs are type script
2022-05-27 13:20:33 -06:00
J M
c8fc9a98bf
fix: Change the source + add input
2022-05-27 13:20:33 -06:00
J M
52de5426ad
Feat: js action
...
wip: Getting async js
feat: Have execute get action config
feat: Read + Write
chore: Add typing for globals
chore: Change the default path, include error on missing function, and add json File Read Write
chore: Change the default path, include error on missing function, and add json File Read Write
wip: Fix the unit test
wip: Fix the unit test
feat: module loading
2022-05-27 13:20:33 -06:00