-
Notifications
You must be signed in to change notification settings - Fork 19
feat(onboarding): add new onboarding flows for Unraid OS #1746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 87 commits
Commits
Show all changes
166 commits
Select commit
Hold shift + click to select a range
932d2cf
feat(system-time): add SystemTime type and update resolvers for syste…
elibosley 3a21b62
feat(activation): enhance activation modal with timezone selection an…
elibosley ed8c5a9
test(activation): update tests for activation modal and steps
elibosley 803824c
feat(activation): add Plugins Step to activation process
elibosley 58f4c17
fix(emcmd): improve error logging for CSRF token retrieval
elibosley d2ce627
feat(upgrade): implement upgrade onboarding system for Unraid OS
elibosley c25eca8
feat(activation): enhance ActivationPluginsStep and update tests
elibosley 7834c49
feat(api-config): enhance ApiConfigPersistence with shutdown handling
elibosley 68cd5e4
feat(api-config): integrate OS version tracking with new OsVersionTra…
elibosley f5564a4
feat(onboarding): implement upgrade step completion tracking
elibosley b1337fd
refactor(api-schema): reorganize RClone types in generated schema
elibosley dea4b89
feat(onboarding): update OnboardingTracker to support dynamic OS vers…
elibosley cb06648
feat: onboarding flows simplified
elibosley 9a06af2
refactor(activation): update activation components for improved local…
elibosley 0b3e78e
test(activation): enhance ActivationCodeModal tests with Vue app inte…
elibosley 99bb59d
fix: pnpm lock
elibosley e7828c3
refactor(onboarding): remove unnecessary fields from UpgradeStep type
elibosley ff6c4af
refactor(system-time): integrate ConfigService for state management
elibosley e0f6ee5
feat(onboarding): add permissions for completing upgrade steps
elibosley 7d95884
test(customization): add test for omitting upgrade metadata with inco…
elibosley 0d9b4c3
refactor(activation): remove unused i18n import from WelcomeModal com…
elibosley b521514
feat(config): enhance config parsing and state management
elibosley 1abaf2c
feat(onboarding): implement upgrade marker for version tracking
elibosley cae5111
feat(onboarding): enhance version tracking and upgrade marker handling
elibosley e0a442a
feat(onboarding): implement first boot completion tracking in Onboard…
elibosley b2d89b2
fix(log): update time format in logging configuration
elibosley f612aaa
refactor(activation): clean up ActivationModal component and remove u…
elibosley 3f4ac7a
feat(activation): enhance upgrade step handling in ActivationModal
elibosley d4e93f1
feat(activation): add titles, descriptions, and icons to upgrade step…
elibosley da381b5
feat(plugin): implement plugin installation tracking and management
elibosley 2decc23
feat(activation): enhance plugin installation flow and UI feedback
elibosley 3f41cf1
fix(plugins): refine error and success handling during plugin install…
elibosley b40e733
feat(activation): improve plugin installation status handling and UI …
elibosley 77d001c
fix(imports): standardize import statements and correct module order
elibosley f959f95
refactor(theme): standardize theme loading method across components
elibosley 0df7926
refactor(theme): update theme store methods in tests to use fetchTheme
elibosley 31c3383
feat(onboarding): implement onboarding reset functionality and new ad…
elibosley ae8c8a4
feat(onboarding): introduce onboarding state management and enhancements
elibosley fa2ee15
refactor(onboarding): replace UButton with Button component for consi…
elibosley 3451f52
feat(activation): enhance onboarding step management and feedback
elibosley 581fa96
fix(onboarding): ensure safe handling of activation onboarding state
elibosley e742aba
feat(tests): enhance ActivationModal and activationCodeData tests wit…
elibosley 8840dac
feat(tests): add tests for fresh install state in activationCodeData
elibosley 91a9946
feat(tests): enhance OnboardingService tests with new mocks and state…
elibosley fe2888b
refactor(onboarding): update Onboarding page menu and title for clarity
elibosley 16b922c
feat(onboarding): add test harness for onboarding overrides
elibosley 9a89122
feat(activation): update activation hints and improve component cleanup
elibosley 9564532
feat(timezones): add timezone options to system time configuration
elibosley a963f41
feat(system-time): implement default NTP server configuration
elibosley 92bc432
feat(unraid-plugins): add query for installed Unraid OS plugins and e…
elibosley fcf3000
refactor(tests): improve test setup for ActivationPluginsStep component
elibosley 93dfbbf
chore(gitignore): add .dev-scripts to gitignore for local dev scripts
Ajit-Mehrotra ab010f4
enhance: add ssh retry logic and SSH options in deploy script
Ajit-Mehrotra fd3994a
build(scripts): enhance local docker plugin development workflow
Ajit-Mehrotra f5b4a7b
chore: update package.json test script
Ajit-Mehrotra c2b768a
fix(onboarding): move stepper UI to the top and remove unecessary pa…
Ajit-Mehrotra 8013769
feat(onboarding): implement cleaner UI for steppers
Ajit-Mehrotra b107bc0
feat: redesign summary step
Ajit-Mehrotra 22d2676
feat(onboarding): enhance ActivationPluginsStep UI with decorative ca…
Ajit-Mehrotra ce0fb15
feat(onboarding): add decorative background to welcome step
Ajit-Mehrotra 328c92e
fixup! feat(onboarding): add decorative background to welcome step
Ajit-Mehrotra 6c51225
fixup! feat(onboarding): add decorative background to welcome step
Ajit-Mehrotra 0057ed6
feat(onboarding): add decorative background to the settings step
Ajit-Mehrotra f17d2a6
git commit -m "feat(api): add server-name and comment to api"
Ajit-Mehrotra 6c8d463
feat(api): add ability to change languages via the api
Ajit-Mehrotra b2bf601
fixup! feat(api): add ability to change languages via the api
Ajit-Mehrotra d41cb06
fix: allow dialog to pass class prop
Ajit-Mehrotra b8f1518
feat(api): add ssh functionality to the api
Ajit-Mehrotra 37a2187
feat(onboarding): update settings page layout and add theme preview
Ajit-Mehrotra 91f738d
feat(onboarding): add text validation to server description in settin…
Ajit-Mehrotra b8aeac9
feat(onboarding): refactor execution flow and enhance test harness
Ajit-Mehrotra 9086284
refactor(onboarding): reorganize onboarding files
Ajit-Mehrotra 4be7652
refactor(onboarding): rename onboarding files from "activation" to "o…
Ajit-Mehrotra b1abbd8
refactor(onboarding): rename scenario to status and simplify API schema
Ajit-Mehrotra a723607
refactor(onboarding): change data structure for .activationcode file
Ajit-Mehrotra 03b67e9
feat(onboarding): refine activation step UI and strict visibility logic
Ajit-Mehrotra 264a690
feat(onboarding): remove partner comment from partner data schema
Ajit-Mehrotra a2dc4b1
feat(onboarding): improve NextStep UI
Ajit-Mehrotra a3cd99d
feat(onboarding): enhance Admin Panel override system and improve Nex…
Ajit-Mehrotra 461e3e0
refactor(onboarding): rename welcome step to overview and rename en.j…
Ajit-Mehrotra 431a8e8
fix(onboarding): change logocloud to be only unraid-related
Ajit-Mehrotra cbf45c4
Fix plugin buttons and validation
Ajit-Mehrotra 89b8d54
Fix onboarding plugin controls
Ajit-Mehrotra 626ba3f
Fix plugins onboarding defaults
Ajit-Mehrotra da13799
Add downgrade status and presets
Ajit-Mehrotra 92ddae4
Simplify onboarding overview styling
Ajit-Mehrotra 16c7c0c
fix(onboarding): add summary apply loading and fallback
Ajit-Mehrotra 1534400
feat(registration): streamline partner activation flow
Ajit-Mehrotra c94b983
Review onboarding summary logic
Ajit-Mehrotra 287b028
fix(onboarding): handle offline best-effort summary flow
Ajit-Mehrotra 71fa163
fix(onboarding): retry tracker writes and add apply flow tests
Ajit-Mehrotra 0e12f4e
test(onboarding): align specs with updated setup flow
Ajit-Mehrotra 663c6e6
test(monorepo): stabilize api and web test suites
Ajit-Mehrotra c50bc54
chore(tests): reconcile onboarding and suite expectations
Ajit-Mehrotra 686aee3
test(onboarding): restore stable onboarding test fixtures
Ajit-Mehrotra 66dd155
test(monorepo): stabilize non-onboarding test suites
Ajit-Mehrotra a494b10
test(web): fix onboarding test type-check mocks
Ajit-Mehrotra d4af755
fix(onboarding): gate modal by auth, route, and version
Ajit-Mehrotra ab0db3b
feat(onboarding): add admin unauthenticated mock toggle
Ajit-Mehrotra 30e63a5
chore(onboarding): checkpoint WIP for modal gating and activation pat…
Ajit-Mehrotra 1be961b
fix(onboarding): preserve display settings and ignore theme
Ajit-Mehrotra f68e57b
fix(connect): reduce restart wait and preserve terminal defaults
Ajit-Mehrotra 06936c3
fix(onboarding): harden installer command execution
Ajit-Mehrotra b734f6c
fix(onboarding): reduce install operation timeouts
Ajit-Mehrotra c399e4c
fix(display): preserve quoted values in dynamix cfg
Ajit-Mehrotra c83273a
chore(auth): reduce role sync log verbosity
Ajit-Mehrotra 34e06d9
fix(onboarding): align installer timeout handling
Ajit-Mehrotra 691edfa
fix(onboarding): preserve empty core draft values
Ajit-Mehrotra f5cec4f
fix(onboarding): validate server description chars
Ajit-Mehrotra 8968a54
docs(onboarding): note baseline best-effort fallback
Ajit-Mehrotra 717c410
test(api): add server and vars service specs
Ajit-Mehrotra c069400
test(display): expand resolver and mutation coverage
Ajit-Mehrotra cc96793
test(onboarding): extend mutation resolver coverage
Ajit-Mehrotra 0d294ba
test(plugins): expand install service coverage
Ajit-Mehrotra 3b83ba6
fix(onboarding): verify SSH apply state after mutation
Ajit-Mehrotra 335c518
fix(api): verify SSH updates in vars service
Ajit-Mehrotra a7e16a3
fix(plugins): prune completed install operations
Ajit-Mehrotra 20b9b69
refactor(onboarding): remove deprecated welcome modal surface
Ajit-Mehrotra 1955e24
test(update-os): enforce keyfile-required release lookup
Ajit-Mehrotra 0052669
test(customization): align onboarding spec with quoted ini output
Ajit-Mehrotra f6969c5
test(vms): skip integration suite when qemu is unavailable
Ajit-Mehrotra 0dbaa52
feat(onboarding): apply activation comment during identity bootstrap
Ajit-Mehrotra 45b23e3
test(onboarding): add core-settings precedence decision matrix
Ajit-Mehrotra 95a1d15
test(onboarding): expand summary endpoint decision matrices
Ajit-Mehrotra a9882a2
test(unraid-ui): remove unused dark-mode test fixtures
Ajit-Mehrotra a7b6143
test(onboarding): expand summary regression decision matrix
Ajit-Mehrotra 3f2e423
test(onboarding): add core settings draft precedence regressions
Ajit-Mehrotra d97a49b
test(onboarding-api): add init and identity regressions
Ajit-Mehrotra 9feec2d
fix(onboarding): use browser timezone on initial setup
Ajit-Mehrotra 6006328
fix(onboarding): add temporary bypass controls for onboarding modal
Ajit-Mehrotra e481570
fix(onboarding): persist temporary bypass state across reloads
Ajit-Mehrotra 9e43ca9
docs(onboarding): document bypass persistence rationale and behavior
Ajit-Mehrotra 907b801
fix(onboarding): support 0 key for temporary bypass shortcut
Ajit-Mehrotra c7bf0c5
fix(onboarding): revert temporary bypass 0-key shortcut support
Ajit-Mehrotra eaf5a7a
test(onboarding): add shortcut guard regressions for bypass trigger
Ajit-Mehrotra b118acd
test(onboarding): expand temporary bypass regression coverage
Ajit-Mehrotra 77ef393
feat(registration): add trial fallback for partner no-key actions
Ajit-Mehrotra a6db440
fix(onboarding): stop identity writes during API init
Ajit-Mehrotra 52d4fa6
feat(server): support optional SYS_MODEL in identity mutation
Ajit-Mehrotra e4bebd3
feat(onboarding-web): apply partner model on confirm and log step
Ajit-Mehrotra 4255e45
feat(onboarding): materialize activation media sources
Ajit-Mehrotra 0525f15
fix(rest): detect customization image content types
Ajit-Mehrotra 8f529ad
fix(customization): remove dangling theme resolve field
Ajit-Mehrotra 9754575
refactor(onboarding): remove partner main-logo customization
Ajit-Mehrotra a395ec3
fix(web-header): always link header logo to unraid
Ajit-Mehrotra cdb3edb
chore(wip): snapshot onboarding and schema refactor progress
Ajit-Mehrotra b6c9644
refactor(onboarding): nest onboarding state and namespace locale
Ajit-Mehrotra 1ba3997
refactor(onboarding): reuse shared theme mutation
Ajit-Mehrotra f7a0f05
fix(api-cli): restore connect status query and report mapping
Ajit-Mehrotra 14cc7ac
chore(web-codegen): regenerate gql artifacts after theme dedupe
Ajit-Mehrotra 4259f4e
fix(onboarding-web): enforce ThemeName in summary apply
Ajit-Mehrotra 0640d04
docs(onboarding): consolidate init matrix into upgrade guide
Ajit-Mehrotra f10efa5
fix(api): guard boot timestamp against uptime permission errors
Ajit-Mehrotra a8d5d5f
fix(plugin): restore API plugin dependencies on service start
Ajit-Mehrotra e333266
fix(api): apply CodeRabbit PR review feedback
Ajit-Mehrotra 337e475
fix(web): apply CodeRabbit PR review feedback
Ajit-Mehrotra bff548c
docs(onboarding): align upgrade onboarding guide with current flow
Ajit-Mehrotra e9106bb
test(onboarding): add core settings precedence regressions
Ajit-Mehrotra 793e11b
fix(onboarding): clear persisted onboarding state on exit and bypass
Ajit-Mehrotra 494b01a
chore: clean up gitignore
Ajit-Mehrotra db5dfdc
fix(onboarding): move tester panel to management access tabs
Ajit-Mehrotra d6be818
fix(onboarding): use XML language names and sort locales
Ajit-Mehrotra 14b129b
fix(onboarding): default tailscale plugin to opt-in
Ajit-Mehrotra e80f458
fix(onboarding): remove copy logs action from result dialog
Ajit-Mehrotra 10ca8ef
fix(onboarding-api): normalize partner logos in activationCode
Ajit-Mehrotra a98b9c5
fix(onboarding-web): fallback to default image on logo error
Ajit-Mehrotra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,35 @@ | ||
| { | ||
| "code": "EXAMPLE_CODE_123", | ||
| "partnerName": "MyPartner Inc.", | ||
| "partnerUrl": "https://partner.example.com", | ||
| "serverName": "MyAwesomeServer", | ||
| "sysModel": "CustomBuild v1.0", | ||
| "comment": "This is a test activation code for development.", | ||
| "header": "#336699", | ||
| "headermetacolor": "#FFFFFF", | ||
| "background": "#F0F0F0", | ||
| "showBannerGradient": "yes", | ||
| "theme": "black" | ||
| "partner": { | ||
| "name": "MyPartner Inc.", | ||
| "url": "https://partner.example.com", | ||
| "hardwareSpecsUrl": "https://partner.example.com/specs/customBuild-v1", | ||
| "manualUrl": "https://partner.example.com/docs/customBuild-manual", | ||
| "supportUrl": "https://partner.example.com/support", | ||
| "extraLinks": [ | ||
| { | ||
| "title": "Community Forums", | ||
| "url": "https://partner.example.com/forums" | ||
| }, | ||
| { | ||
| "title": "Video Tutorials", | ||
| "url": "https://partner.example.com/tutorials" | ||
| } | ||
| ] | ||
| }, | ||
| "branding": { | ||
| "theme": "black", | ||
| "partnerLogoLightUrl": "/config/activate/my-partner-logo-light.svg", | ||
| "partnerLogoDarkUrl": "/config/activate/my-partner-logo-dark.svg", | ||
| "onboardingTitle": "Welcome to MyPartner", | ||
| "onboardingSubtitle": "Setting up your CustomBuild v1.0", | ||
| "header": "#336699", | ||
| "headermetacolor": "#FFFFFF", | ||
| "background": "#F0F0F0", | ||
| "showBannerGradient": true | ||
| }, | ||
| "system": { | ||
| "serverName": "MyAwesomeServer", | ||
| "model": "CustomBuild v1.0" | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.