Matt Hill
ce2842d365
fix patch db types and comment out future domain and proxy features
2025-02-11 21:17:20 -07:00
Matt Hill
7d1096dbd8
compiles
2025-02-10 22:41:29 -07:00
Matt Hill
a5bac39196
Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major
2024-12-02 16:50:37 -07:00
Alex Inkin
9f640b24b3
fix: fix building UI project ( #2794 )
...
* fix: fix building UI project
* fix makefile
* inputspec instead of config
---------
Co-authored-by: Matt Hill <mattnine@protonmail.com >
2024-12-02 16:44:27 -07:00
Matt Hill
22a32af750
use notification system for OS updates ( #2670 )
...
* use notification system for OS updates
* feat: Include the version update notification in the update in rs
* chore: Change the location of the comment
* progress on release notes
* fill out missing sections
* fix build
* fix build
---------
Co-authored-by: J H <dragondef@gmail.com >
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-12-02 20:58:09 +00:00
waterplea
8f34d1c555
fix: final fixes
2024-08-27 12:17:05 +04:00
Matt Hill
015131f198
address comments and more
2024-08-15 08:05:37 -06:00
Matt Hill
81932c8cff
Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major
2024-08-08 10:52:49 -06: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
waterplea
70dc53bda7
chore: add backups info
2024-05-14 11:34:14 +01: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
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
Matt Hill
b80e41503f
Merge branch 'next/minor' of github.com:Start9Labs/start-os into rebase/feat/domains
2024-03-30 21:14:53 -06:00
Aiden McClelland
f41f5ebebd
export patchdb ts types from rust
2024-03-27 17:47:12 -06:00
Matt Hill
70d4a0c022
Merge branch 'integration/new-container-runtime' of github.com:Start9Labs/start-os into rebase/feat/domains
2024-03-27 10:35:42 -06:00
Matt Hill
22d8d08355
update patch types for current dependencies
2024-03-27 10:25:07 -06:00
Aiden McClelland
f9edff8bf4
handle todos
2024-03-26 16:21:57 -06:00
Matt Hill
af0cda5dbf
update sdk imports
2024-03-24 13:27:13 -06:00
Matt Hill
3b669193f6
refactor downstream for 036 changes ( #2577 )
...
refactor codebase for 036 changes
2024-03-24 12:12:55 -06:00
Matt Hill
c782bab296
switch all FE to camelCase ( #2576 )
...
* switch all fe to camelCase
* switch to camelCase on backend
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
2024-03-24 12:05:59 -06:00
Matt Hill
22cd2e3337
Merge branch 'update/camelCase' of github.com:Start9Labs/start-os into rebase/feat/domains
2024-03-22 13:09:11 -06:00
Matt Hill
7e9d453a2c
switch all fe to camelCase
2024-03-22 12:05:41 -06:00
Matt Hill
a4338b0d03
Merge branch 'integration/new-container-runtime' of github.com:Start9Labs/start-os into rebase/feat/domains
2024-03-22 10:10:55 -06:00
Matt Hill
66b0108c51
revamp manifest types
2024-03-21 17:21:37 -06:00
Matt Hill
5e6a7e134f
merge 036, everything broken
2024-03-20 13:32:57 -06:00
Matt Hill
cc38dab76f
Rework PackageDataEntry for new strategy ( #2573 )
...
* rework PackageDataEntry for new strategy
* fix type error
* fix issues with manifest fetching
* mock installs working
2024-03-19 08:38:04 -06:00
Matt Hill
28fd2f0314
More 036 Frontend changes ( #2572 )
...
* update patchDB for futuristic revisions
* interfaces display updates
* remove zram and move tor to settings
2024-03-16 13:09:17 -06:00
J H
e87182264a
chore: Fix the build for the start9labs/sdk was a new directory structure
2024-03-14 15:14:12 -06:00
Matt Hill
87d6684ca7
Frontend changes for 036 ( #2554 )
...
* new interfaces and remove tor http warnings
* move sigtermTimeout to stopping main status
* lightning, masked, schemeOverride, invert host-iface relationship
* update for new sdk
* update for latest SDK changes
* Update app-interfaces.page.ts
* Update config.service.ts
2024-02-23 10:38:50 -07:00
Alex Inkin
7324a4973f
feat(portal): add notifications sidebar ( #2516 )
...
* feat(portal): add notifications sidebar
* chore: add service
* chore: simplify style
* chore: fix comments
* WIP, moving notifications to patch-db
* revamp notifications
* chore: small adjustments
---------
Co-authored-by: Matt Hill <mattnine@protonmail.com >
2023-12-08 09:12:03 -07:00
Matt Hill
862ca375ee
rename frontend to web
2023-11-13 15:59:16 -07:00
Matt Hill
86567e7fa5
rename frontend to web and update contributing guide ( #2509 )
...
* rename frontend to web and update contributing guide
* rename this time
* fix build
* restructure rust code
* update documentation
* update descriptions
* Update CONTRIBUTING.md
Co-authored-by: J H <2364004+Blu-J@users.noreply.github.com >
---------
Co-authored-by: Aiden McClelland <me@drbonez.dev >
Co-authored-by: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com >
Co-authored-by: J H <2364004+Blu-J@users.noreply.github.com >
2023-11-13 21:22:23 +00:00