Aiden McClelland
9b14d714ca
Feature/new registry ( #2612 )
...
* wip
* overhaul boot process
* wip: new registry
* wip
* wip
* wip
* wip
* wip
* wip
* os registry complete
* ui fixes
* fixes
* fixes
* more fixes
* fix merkle archive
2024-05-06 16:20:44 +00:00
Jade
8a38666105
Feature/sdk040dependencies ( #2609 )
...
* update registry upload to take id for new admin permissions (#2605 )
* wip
* wip: Get the get dependencies
* wip check_dependencies
* wip: Get the build working to the vm
* wip: Add in the last of the things that where needed for the new sdk
* Add fix
* wip: implement the changes
* wip: Fix the naming
---------
Co-authored-by: Lucy <12953208+elvece@users.noreply.github.com >
2024-04-26 17:51:33 -06:00
Matt Hill
ec878defab
Merge pull request #2604 from Start9Labs/metrics
...
feat: implement metrics on the dashboard
2024-04-26 09:07:45 -06:00
waterplea
1786b70e14
chore: add todo
2024-04-26 18:06:19 +03:00
waterplea
7f525fa7dc
chore: fix comments
2024-04-26 13:17:25 +03:00
Dominion5254
e08d93b2aa
complete export_service_interface and list_service_interfaces fns ( #2595 )
...
* complete export_service_interface fn
* refactor export_service_interface fn
* complete list_service_interfaces fn
* call insert on model and remove unnecessary code
* Refactor export_service_interface
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* Refactor list_service_interfaces
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* get ServiceInterfaceId and HostId from params
* formatting
---------
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2024-04-25 17:16:20 -06:00
Lucy
df777c63fe
fix type for query params ( #2611 )
v0.3.6-alpha.0
2024-04-23 20:02:11 +00:00
Aiden McClelland
3a5ee4a296
kill process by session, and add timeout ( #2608 )
2024-04-23 20:01:40 +00:00
Aiden McClelland
7b8a0114f5
fix log response ( #2607 )
2024-04-23 20:01:29 +00:00
Aiden McClelland
003d110948
build multi-arch s9pks ( #2601 )
...
* build multi-arch s9pks
* remove images incrementally
* wip
* prevent rebuild
* fix sdk makefile
* fix hanging on uninstall
* fix build
* fix build
* fix build
* fix build (for real this time)
* fix git hash computation
2024-04-22 17:40:10 +00:00
Lucy
e9c9a67365
update registry upload to take id for new admin permissions ( #2605 )
2024-04-18 11:35:38 -06:00
waterplea
8b89e03999
feat: implement metrics on the dashboard
2024-04-18 13:45:35 +07:00
Jade
9eff920989
Feat/logging ( #2602 )
...
* wip: Working on something to help
* chore: Add in some of the logging now
* chore: fix the type to interned instead of id
* wip
* wip
* chore: fix the logging by moving levels
* Apply suggestions from code review
* mount at machine id for journal
* Persistant
* limit log size
* feat: Actually logging and mounting now
* fix: Get the logs from the previous versions of the boot
* Chore: Add the boot id
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-04-17 21:46:10 +00:00
Aiden McClelland
711c82472c
Feature/debian runtime ( #2600 )
...
* wip
* fix build
* run debian update in systemd-nspawn
* bugfix
* fix build
* free up space before image build
2024-04-15 16:00:56 +00:00
Matt Hill
156bf02d21
Merge pull request #2599 from Start9Labs/bugfix/wifi
...
fix wifi types
2024-04-10 13:49:02 -06:00
Matt Hill
932b53d92d
deprecate wifi
2024-04-09 21:06:06 -06:00
Matt Hill
2693b9a42d
Merge pull request #2598 from Start9Labs/fix/preview-loader
...
fix preview loader
2024-04-09 20:03:43 -06:00
Aiden McClelland
e9166c4a7d
fix wifi types
2024-04-09 15:24:05 -06:00
Aiden McClelland
2bc64920dd
Merge branch 'next/minor' of github.com:Start9Labs/start-os into bugfix/wifi
2024-04-09 15:11:17 -06:00
Aiden McClelland
aee5500833
miscellaneous bugfixes ( #2597 )
...
* miscellaneous bugfixes
* misc fixes
2024-04-09 21:10:26 +00:00
Matt Hill
6b336b7b2f
Merge pull request #2591 from Start9Labs/ionic
...
refactor: completely remove ionic
2024-04-09 14:28:24 -06:00
Aiden McClelland
f07992c091
misc fixes
2024-04-09 14:04:31 -06:00
Lucy Cifferello
3c0e77241d
fix preview loader
2024-04-09 13:29:54 -04:00
Lucy Cifferello
87461c7f72
fix gap space
2024-04-09 12:42:28 -04:00
Lucy Cifferello
a67f2b4976
add back variables
2024-04-09 12:42:11 -04:00
waterplea
8594781780
refactor: completely remove ionic
2024-04-09 12:45:47 +07:00
Aiden McClelland
313e415ee9
miscellaneous bugfixes
2024-04-08 14:01:16 -06:00
Aiden McClelland
c13d8f3699
finish dependency autoconfig ( #2596 )
2024-04-08 18:07:56 +00:00
Aiden McClelland
e41f8f1d0f
allow concurrency in service actor ( #2592 )
2024-04-08 17:53:35 +00:00
Matt Hill
b2c8907635
Merge pull request #2590 from Start9Labs/update/marketplace-shared
...
update marketplace/shared to sync with next/major and brochure
2024-04-08 11:46:02 -06:00
Lucy Cifferello
05f4df1a30
fix changig registry
2024-04-08 10:33:02 -04:00
Lucy Cifferello
35fe06a892
fix registry connect styles and remove view complete listing link
2024-04-05 16:56:06 -04:00
Dominion5254
75ff541aec
complete get_service_port_forward fn ( #2579 )
...
* complete get_service_port_forward fn
* refactor get_service_port_forward and get_container_ip
* remove unused function
* move host_id to GetServicePortForwardParams
* replace match with deref
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
* refactor get_container_ip to use deref
---------
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
2024-04-05 19:20:49 +00:00
Lucy Cifferello
cd933ce6e4
fix sideload display and other misc style adjustments
2024-04-05 14:14:23 -04:00
Lucy Cifferello
0b93988450
feedback fixes
2024-04-05 09:26:32 -04:00
Jade
056cab23e0
Fix: Configure was borken ( #2589 )
2024-04-04 19:17:11 +00:00
Jade
6bc8027644
Feat/implement rest of poly effects ( #2587 )
...
* feat: Add the implementation of the rest of the polyfillEffects
* chore: Add in the rsync
* chore: Add in the changes needed to indicate that the service does not need config
* fix: Vaultwarden sets, starts, stops, uninstalls
* chore: Update the polyFilleffect and add two more
* Update MainLoop.ts
* chore: Add in the set config of the deps on the config set
2024-04-04 09:09:59 -06:00
Matt Hill
3b9298ed2b
Feature/dependency autoconfig ( #2588 )
...
* dependency autoconfig
* FE portion
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-04-03 11:48:26 -06:00
Lucy Cifferello
12a323f691
fix dependency icon and layout
2024-04-03 12:35:27 -04:00
Lucy Cifferello
9c4c211233
fix preview versions, icons, and misc styling
2024-04-03 12:34:46 -04:00
Lucy Cifferello
74ba68ff2c
fix scroll areas and side menu
2024-04-03 12:32:57 -04:00
Lucy Cifferello
7273b37c16
cleanup dep item for new type
2024-04-01 18:10:16 -04:00
Lucy Cifferello
0d4ebffc0e
marketplace release fixes and refactors
2024-04-01 18:09:28 -04:00
Matt Hill
352b2fb4e7
Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major
2024-04-01 15:19:33 -06:00
Matt Hill
6e6ef57303
Merge pull request #2339 from Start9Labs/rebase/feat/domains
...
Most things FE 040
2024-04-01 15:12:02 -06:00
Aiden McClelland
cc1f14e5e9
Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/minor
2024-04-01 14:57:20 -06:00
Aiden McClelland
1c419d5c65
Merge branch 'next/patch' of github.com:Start9Labs/start-os into next/minor
2024-04-01 14:57:10 -06:00
Matt Hill
71b83245b4
Chore/unexport api ts ( #2585 )
...
* don't export api params
* import from SDK instead of BE
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-04-01 14:47:03 -06:00
Aiden McClelland
2b88555028
Merge branch 'master' of github.com:Start9Labs/start-os into next/patch
2024-04-01 14:46:17 -06:00
Aiden McClelland
f021ad9b0a
export api types to ts ( #2583 )
2024-04-01 13:14:22 -06:00