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
J M
4829637b46
fix: Dependency vs dependents ( #1462 )
...
* fix: Dependency vs dependents
* chore: Remove the debugging
2022-05-26 15:39:46 -06:00
J M
7f2494a26b
Fix/making js work ( #1456 )
...
* 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
* fix: Change the source + add input
* fix: Change the source + add input
wip: Fix missing js files during running
fix: Change the source + add input
wip: Fix missing js files during running
* fix: other paths
* feat: Build the arm js snapshot
* fix: test with more
* chore: Make the is_subset a result
2022-05-25 12:19:40 -06:00
J M
f7b5fb55d7
Feat/js action ( #1437 )
...
* 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
* fix: Change the source + add input
* fix: single thread runtime
* fix: Smaller fixes
* Apply suggestions from code review
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* fix: pr
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2022-05-19 18:02:50 -06:00
Jonathan Zernik
1023916390
Add nginx config for proxy redirect ( #1421 )
...
* Add nginx config for proxy redirect protocol prefix
* Update proxy_redirect config to use scheme variable
* Only include proxy redirect directive when ssl is true
2022-05-19 14:56:53 -06:00
Keagan McClelland
6a0e9d5c0a
refactor packer to async
2022-05-19 11:08:22 -06:00
Aiden McClelland
7b4d657a2d
actually address warning instead of muting it like a sociopath
2022-05-16 16:46:59 -06:00
Keagan McClelland
b7e86bf556
cleanse warnings
2022-05-16 16:46:59 -06:00
Aiden McClelland
fa777bbd63
fix remaining rename
2022-05-16 16:23:46 -06:00
Aiden McClelland
2e7b2c15bc
rename ActionImplementation to PackageProcedure
2022-05-16 16:23:46 -06:00
Keagan McClelland
9bc0fc8f05
formatting
2022-05-16 16:11:45 -06:00
Keagan McClelland
b354d30fe9
Update backend/src/s9pk/header.rs
...
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2022-05-16 16:11:45 -06:00
Keagan McClelland
a253e95b5a
make scripts optional
2022-05-16 16:11:45 -06:00
Keagan McClelland
7e4c0d660a
fix paths
2022-05-16 16:11:45 -06:00
Keagan McClelland
6a8bf2b074
s/open/create
2022-05-16 16:11:45 -06:00
Keagan McClelland
16729ebffc
change script path
2022-05-16 16:11:45 -06:00
Keagan McClelland
f44d432b6a
no tar for scripts
2022-05-16 16:11:45 -06:00
Keagan McClelland
93ee418f65
redundant imports
2022-05-16 16:11:45 -06:00
Keagan McClelland
cd6bda2113
optional script unpacking
2022-05-16 16:11:45 -06:00
Keagan McClelland
4a007cea78
cleanup assets and scripts on uninstall
2022-05-16 16:11:45 -06:00
Keagan McClelland
ab532b4432
fix script name
2022-05-16 16:11:45 -06:00
Keagan McClelland
ee98b91a29
remove scripts volume
2022-05-16 16:11:45 -06:00
Keagan McClelland
0294143b22
create script dirs on install
2022-05-16 16:11:45 -06:00
Keagan McClelland
2890798342
pack scripts into s9pk
2022-05-16 16:11:45 -06:00
Keagan McClelland
2d44852ec4
iterators can be played now
2022-05-16 11:24:14 -06:00
Keagan McClelland
b9de5755d1
fix error with circle of fifths type
2022-05-16 11:24:14 -06:00
Keagan McClelland
a6234e4507
adds product key to error message in setup flow when there is mismatch
2022-05-11 16:19:24 -06:00
Keagan McClelland
e41b2f6ca9
make nicer update sound
2022-05-11 16:15:56 -06:00
Mariusz Kogen
10d7a3d585
Switching SSH keys to start9 user ( #1321 )
...
* Update ssh.rs for start9 user
* .ssh directory for uid 1000 user
* Update init.rs for start9 user
* “His name is Robert Paulson”
* typo
* just cleaning up ...
2022-05-09 15:16:24 -06:00
J M
864555bcf0
Feat bulk locking ( #1422 )
...
* Feat: Multi-lock capabilities add to config
* wip: RPC.rs fixes, new combinatoric
* wip: changes
* chore: More things that are bulk
* fix: Saving
* chore: Remove a dyn object
* chore: Add tests + remove unused
* Fix/feat bulk locking (#1427 )
* fix: health check
* fix: start/stop service
* fix: install/uninstall services
* chore: Fix the notifications
* fix: Version
* fix: Version as serde
* chore: Update to latest patch db
* chore: Change the htLock to something that makes more sense
* chore: Fix the rest of the ht
* "chore: More ht_lock":
2022-05-09 14:53:39 -06:00
Aiden McClelland
17270e41fd
version bump ( #1423 )
...
* version bump
* set `Current`
* update welcome message and adjust styling
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com >
2022-05-04 16:36:23 -06:00
Aiden McClelland
4ac03293ed
attempt to heal when health check passes
2022-05-02 15:36:26 -04:00
Aiden McClelland
7c17e26480
prevent the kernel from OOMKilling embassyd ( #1402 )
...
* prevent the kernel from OOMKilling embassyd
* privilege embassyd with respect to cpu usage
* add a docker slice
2022-04-20 11:26:41 -04:00
Aiden McClelland
50f14fe040
fixes login locking up after refresh
2022-04-11 21:58:38 -04:00
Aiden McClelland
2015770768
chore: bump version
2022-04-11 16:09:25 -04:00
Aiden McClelland
b686fc6794
commit compat after update
2022-04-11 15:10:18 -04:00
Aiden McClelland
f523a68e72
fix migrations not running in the to block
2022-04-01 20:51:43 -06:00
Aiden McClelland
6ac87a51e4
allow for multiple disk repairs ( #1375 )
...
* allow for multiple disk repairs
* actually reboot if reboot required
* must_use
2022-04-01 11:39:03 -06:00
Aiden McClelland
604d0ae052
fix issue where boot label reverts on quirk change
2022-03-30 15:20:44 -06:00
Aiden McClelland
4960aeedad
update quirks during migration
2022-03-29 14:42:09 -06:00
Aiden McClelland
eeb557860e
wait for time sync up to 60s
2022-03-29 12:41:00 -06:00
Aiden McClelland
fdf473016b
bump version for 0.3.0.1 ( #1353 )
...
* bump version for 0.3.0.1
* fix mock versioning
* update welcome message
* remove old release note
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com >
2022-03-29 12:40:41 -06:00
Aiden McClelland
8ef1584a4d
only remove if exists
2022-03-28 14:23:29 -05:00
Aiden McClelland
a182b0c260
update sqlx directly, and allow patch bumps from other packages
2022-03-24 18:09:21 -05:00