Aiden McClelland
c289629a28
bump sdk version
2024-08-08 20:10:37 -06:00
Aiden McClelland
058bfe0737
sdk updates
2024-08-08 11:10:02 -06:00
Mariusz Kogen
a3e7e7c6c9
version bump
2024-08-07 08:51:15 +02:00
Aiden McClelland
0e8530172c
fix config set dry
2024-08-06 13:59:14 -06:00
Aiden McClelland
4427aeac54
fix asset mounts
2024-08-06 13:21:12 -06:00
Aiden McClelland
93640bb08e
don't bail on error in dep config on startup
2024-08-06 13:20:59 -06:00
J H
512ed71fc3
fixes: The case on the readonly that the path before doesn't exist, just let it
2024-08-05 13:11:55 -06:00
Mariusz Kogen
82ba5dad1b
version bump
2024-07-31 09:11:37 +02:00
Aiden McClelland
972ee8e42e
premake 5 versions
2024-07-31 00:06:44 -06:00
Aiden McClelland
7cd3f285ad
fix dependency autoconfig
2024-07-30 12:08:20 -06:00
Aiden McClelland
46b3f83ce2
don't trim logs
2024-07-29 18:45:18 -06:00
Aiden McClelland
5c153c9e21
improve install performance
2024-07-29 18:44:56 -06:00
Aiden McClelland
bca75a3ea4
stop container before unmounting logs
2024-07-29 13:18:04 -06:00
Aiden McClelland
36cc9cc1ec
fix firmware checker
2024-07-29 12:20:13 -06:00
Aiden McClelland
ccbb68aa0c
fix instructions on installed packages
2024-07-29 11:34:59 -06:00
Aiden McClelland
08003c59b6
don't lazily unmount unless on error
2024-07-29 11:34:38 -06:00
Matt Hill
0ed6eb7029
Fix sessions ( #2689 )
...
* add loggedIn key to sessions
* show loggedIn timestamp in list
* don't double hash active session
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-07-29 17:13:35 +00:00
Aiden McClelland
63e26b6050
fix race condition
2024-07-29 10:15:46 -06:00
Aiden McClelland
3e7578d670
bump version
2024-07-26 20:31:09 -06:00
Aiden McClelland
be217b5354
update-grub on update
2024-07-26 19:06:11 -06:00
Aiden McClelland
9480758310
decrease lxc-net init weight
2024-07-26 15:05:25 -06:00
Aiden McClelland
698bdd619f
fix version mapping
2024-07-26 13:26:23 -06:00
Aiden McClelland
a3b94816f9
ephemeral logins
2024-07-26 12:29:59 -06:00
Aiden McClelland
8aecec0b9a
fix canonicalization
2024-07-26 11:09:46 -06:00
Aiden McClelland
078bf41029
bump version
2024-07-26 02:07:39 -06:00
Aiden McClelland
2754302fb7
standardize result type for sideload progress
2024-07-26 02:02:58 -06:00
Aiden McClelland
dfb7658c3e
implement mount for dependencies
2024-07-26 01:43:46 -06:00
Aiden McClelland
a743785faf
cleanup on uninstall
2024-07-26 01:42:10 -06:00
Aiden McClelland
e4782dee68
fix ca cert issue
2024-07-26 01:41:11 -06:00
Aiden McClelland
21e31d540e
Merge branch 'bugfix/misc' of github.com:Start9Labs/start-os into bugfix/misc
2024-07-25 16:14:06 -06:00
Aiden McClelland
854044229c
reduce reliance on sudo
2024-07-25 15:44:51 -06:00
Aiden McClelland
419e3f7f2b
fix https redirect
2024-07-25 14:34:30 -06:00
Aiden McClelland
a9373d9779
don't show "Bytes" for overall progress
2024-07-25 14:34:03 -06:00
J H
1a0536d212
fix: Optional input
2024-07-25 13:25:18 -06:00
Aiden McClelland
099b77cf9b
fix .local service resolution
2024-07-25 12:30:05 -06:00
Aiden McClelland
c3d17bf847
fix sync_db middleware
2024-07-25 12:26:49 -06:00
Aiden McClelland
b36b62c68e
Feature/callbacks ( #2678 )
...
* wip
* initialize callbacks
* wip
* smtp
* list_service_interfaces
* wip
* wip
* fix domains
* fix hostname handling in NetService
* misc fixes
* getInstalledPackages
* misc fixes
* publish v6 lib
* refactor service effects
* fix import
* fix container runtime
* fix tests
* apply suggestions from review
2024-07-25 17:44:51 +00:00
Aiden McClelland
019142efc9
v0.3.6-alpha.0 ( #2680 )
...
* v0.3.6-alpha.0
* show welcome on fresh install
2024-07-23 18:18:17 +00:00
Lucy
a535fc17c3
Feature/fe new registry ( #2647 )
...
* bugfixes
* update fe types
* implement new registry types in marketplace and ui
* fix marketplace types to have default params
* add alt implementation toggle
* merge cleanup
* more cleanup and notes
* fix build
* cleanup sync with next/minor
* add exver JS parser
* parse ValidExVer to string
* update types to interface
* add VersionRange and comparative functions
* Parse ExtendedVersion from string
* add conjunction, disjunction, and inversion logic
* consider flavor in satisfiedBy fn
* consider prerelease for ordering
* add compare fn for sorting
* rename fns for consistency
* refactoring
* update compare fn to return null if flavors don't match
* begin simplifying dependencies
* under construction
* wip
* add dependency metadata to CurrentDependencyInfo
* ditch inheritance for recursive VersionRange constructor. Recursive 'satisfiedBy' fn wip
* preprocess manifest
* misc fixes
* use sdk version as osVersion in manifest
* chore: Change the type to just validate and not generate all solutions.
* add publishedAt
* fix pegjs exports
* integrate exver into sdk
* misc fixes
* complete satisfiedBy fn
* refactor - use greaterThanOrEqual and lessThanOrEqual fns
* fix tests
* update dependency details
* update types
* remove interim types
* rename alt implementation to flavor
* cleanup os update
* format exver.ts
* add s9pk parsing endpoints
* fix build
* update to exver
* exver and bug fixes
* update static endpoints + cleanup
* cleanup
* update static proxy verification
* make mocks more robust; fix dep icon fallback; cleanup
* refactor alert versions and update fixtures
* registry bugfixes
* misc fixes
* cleanup unused
* convert patchdb ui seed to camelCase
* update otherVersions type
* change otherVersions: null to 'none'
* refactor and complete feature
* improve static endpoints
* fix install params
* mask systemd-networkd-wait-online
* fix static file fetching
* include non-matching versions in otherVersions
* convert release notes to modal and clean up displayExver
* alert for no other versions
* Fix ack-instructions casing
* fix indeterminate loader on service install
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
Co-authored-by: Shadowy Super Coder <musashidisciple@proton.me >
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
Co-authored-by: J H <dragondef@gmail.com >
Co-authored-by: Matt Hill <mattnine@protonmail.com >
2024-07-23 00:48:12 +00:00
Jade
3eb0093d2a
feature: Adding in the stopping state ( #2677 )
...
* feature: Adding in the stopping state
* chore: Deal with timeout in the sigterm for main
* chore: Update the timeout
* Update web/projects/ui/src/app/pages/apps-routes/app-list/app-list-pkg/app-list-pkg.component.ts
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* Update web/projects/ui/src/app/pages/apps-routes/app-show/components/app-show-status/app-show-status.component.ts
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
---------
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2024-07-22 17:40:12 +00:00
Jade
8f0bdcd172
Fix/backups ( #2659 )
...
* fix master build (#2639 )
* feat: Change ts to use rsync
Chore: Update the ts to use types over interface
* feat: Get the rust and the js to do a backup
* Wip: Got the backup working?
* fix permissions
* remove trixie list
* update tokio to fix timer bug
* fix error handling on backup
* wip
* remove idmap
* run restore before init, and init with own version on restore
---------
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-07-17 21:46:27 +00:00
Aiden McClelland
6def083b4f
fix deadlock on install ( #2667 )
...
* fix deadlock on install
* improve pruning script
* bump tokio
2024-07-11 20:55:13 +00:00
Aiden McClelland
87322744d4
Feature/backup fs ( #2665 )
...
* port 040 config, WIP
* update fixtures
* use taiga modal for backups too
* fix: update Taiga UI and refactor everything to work
* chore: package-lock
* fix interfaces and mocks for interfaces
* better mocks
* function to transform old spec to new
* delete unused fns
* delete unused FE config utils
* fix exports from sdk
* reorganize exports
* functions to translate config
* rename unionSelectKey and unionValueKey
* new backup fs
* update sdk types
* change types, include fuse module
* fix casing
* rework setup wiz
* rework UI
* only fuse3
* fix arm build
* misc fixes
* fix duplicate server select
* fix: fix throwing inside dialog
---------
Co-authored-by: Matt Hill <mattnine@protonmail.com >
Co-authored-by: waterplea <alexander@inkin.ru >
Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com >
2024-07-11 17:32:46 +00:00
Aiden McClelland
e6cedc257e
add boot param to logs request
2024-07-10 13:00:02 -06:00
Aiden McClelland
822dd5e100
Feature/UI sideload ( #2658 )
...
* ui sideloading
* remove subtlecrypto import
* fix parser
* misc fixes
* allow docker pull during compat conversion
2024-06-28 21:03:01 +00:00
Aiden McClelland
0e506f5716
fix container cli ( #2654 )
2024-06-25 18:34:47 +00:00
Aiden McClelland
13d0e9914b
Merge branch 'next/minor' of github.com:Start9Labs/start-os into feature/registry-metrics
2024-06-24 16:24:31 -06:00
Aiden McClelland
9da49be44d
Bugfix/patch db subscriber ( #2652 )
...
* fix socket sending empty patches
* do not timeout tcp connections, just poll them more
* switch from poll to tcp keepalive
2024-06-24 22:15:56 +00:00
Aiden McClelland
00f7fa507b
remove analyticsd, clean up script
2024-06-24 16:15:32 -06:00
Jade
2c255b6dfe
chore: Do some type cleanups ( #2650 )
...
chore: fix the WithProcedureId
2024-06-24 16:00:31 -06:00