Mailing List Archive

[MythTV/mythtv] 8dd90f: Service API fixes for web-setup
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: 8dd90f6076ce1f27ea552b286c105619c877f54e
https://github.com/MythTV/mythtv/commit/8dd90f6076ce1f27ea552b286c105619c877f54e
Author: Peter Bennett <pbennett@mythtv.org>
Date: 2023-05-09 (Tue, 09 May 2023)

Changed paths:
M mythtv/libs/libmythbase/mythdbcon.cpp
M mythtv/programs/mythbackend/servicesv2/v2config.cpp
M mythtv/programs/mythbackend/servicesv2/v2config.h
M mythtv/programs/mythbackend/servicesv2/v2databaseStatus.h

Log Message:
-----------
Service API fixes for web-setup

- Fix to TestDatabase which was causing segfaults
- Added custom frontend and database server wakeup to config APIs.


Commit: 7ac8ce54912c267fe5cfdf1af859c08fc05b1d56
https://github.com/MythTV/mythtv/commit/7ac8ce54912c267fe5cfdf1af859c08fc05b1d56
Author: Peter Bennett <pbennett@mythtv.org>
Date: 2023-05-09 (Tue, 09 May 2023)

Changed paths:
M mythtv/html/assets/i18n/en_US.json
M mythtv/html/assets/i18n/nl.json
M mythtv/html/backend/src/app/app.module.ts
M mythtv/html/backend/src/app/config/backend-warning/backend-warning.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/capture-cards.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/capture-cards.component.ts
M mythtv/html/backend/src/app/config/settings/capture-cards/ceton/ceton.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/demo/demo.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/dvb.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/lnb/lnb.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/rotor/rotor.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/switch/switch.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/dvb/unicable/unicable.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/external/external.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/firewire/firewire.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/hdhomerun/hdhomerun.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/hdpvr/hdpvr.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/import/import.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/iptv/iptv.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/satip/satip.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/v4l2/v4l2.component.html
M mythtv/html/backend/src/app/config/settings/capture-cards/vbox/vbox.component.html
M mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.html
M mythtv/html/backend/src/app/config/settings/channel-editor/channel-editor.component.ts
M mythtv/html/backend/src/app/config/settings/general/backend-control/backend-control.component.html
M mythtv/html/backend/src/app/config/settings/general/backend-wakeup/backend-wakeup.component.html
M mythtv/html/backend/src/app/config/settings/general/eit-scanner/eit-scanner.component.html
M mythtv/html/backend/src/app/config/settings/general/epg-downloading/epg-downloading.component.html
M mythtv/html/backend/src/app/config/settings/general/general-settings.component.html
M mythtv/html/backend/src/app/config/settings/general/general-settings.component.ts
M mythtv/html/backend/src/app/config/settings/general/jobqueue-backend/jobqueue-backend.component.html
M mythtv/html/backend/src/app/config/settings/general/jobqueue-commands/jobqueue-commands.component.html
M mythtv/html/backend/src/app/config/settings/general/jobqueue-global/jobqueue-global.component.html
M mythtv/html/backend/src/app/config/settings/general/misc-settings/misc-settings.component.html
M mythtv/html/backend/src/app/config/settings/general/shutdown-wakeup/shutdown-wakeup.component.html
M mythtv/html/backend/src/app/config/settings/input-connections/iconnection/iconnection.component.html
M mythtv/html/backend/src/app/config/settings/input-connections/input-connections.component.html
M mythtv/html/backend/src/app/config/settings/input-connections/input-connections.component.ts
M mythtv/html/backend/src/app/config/settings/recording-profiles/profile-group/recprofile/recprofile.component.html
M mythtv/html/backend/src/app/config/settings/recording-profiles/recording-profiles.component.html
M mythtv/html/backend/src/app/config/settings/recording-profiles/recording-profiles.component.ts
M mythtv/html/backend/src/app/config/settings/storage-groups/sgroup/sgroup.component.html
M mythtv/html/backend/src/app/config/settings/storage-groups/storage-groups.component.html
M mythtv/html/backend/src/app/config/settings/storage-groups/storage-groups.component.ts
M mythtv/html/backend/src/app/config/settings/system-events/system-events.component.html
M mythtv/html/backend/src/app/config/settings/system-events/system-events.component.ts
M mythtv/html/backend/src/app/config/settings/video-sources/video-sources.component.html
M mythtv/html/backend/src/app/config/settings/video-sources/video-sources.component.ts
M mythtv/html/backend/src/app/config/settings/video-sources/vsource/vsource.component.html
R mythtv/html/backend/src/app/config/setupwizard/backendnetwork/backendnetwork.component.css
R mythtv/html/backend/src/app/config/setupwizard/backendnetwork/backendnetwork.component.html
R mythtv/html/backend/src/app/config/setupwizard/backendnetwork/backendnetwork.component.spec.ts
R mythtv/html/backend/src/app/config/setupwizard/backendnetwork/backendnetwork.component.ts
M mythtv/html/backend/src/app/config/setupwizard/dbsetup/dbsetup.component.html
M mythtv/html/backend/src/app/config/setupwizard/dbsetup/dbsetup.component.ts
R mythtv/html/backend/src/app/config/setupwizard/restart/restart.component.css
R mythtv/html/backend/src/app/config/setupwizard/restart/restart.component.html
R mythtv/html/backend/src/app/config/setupwizard/restart/restart.component.spec.ts
R mythtv/html/backend/src/app/config/setupwizard/restart/restart.component.ts
M mythtv/html/backend/src/app/config/setupwizard/selectlanguage/selectlanguage.component.html
M mythtv/html/backend/src/app/config/setupwizard/selectlanguage/selectlanguage.component.ts
M mythtv/html/backend/src/app/config/setupwizard/setupwizard-routing.module.ts
M mythtv/html/backend/src/app/config/setupwizard/setupwizard.component.html
M mythtv/html/backend/src/app/config/setupwizard/setupwizard.component.ts
R mythtv/html/backend/src/app/config/setupwizard/sgsetup/sgsetup.component.css
R mythtv/html/backend/src/app/config/setupwizard/sgsetup/sgsetup.component.html
R mythtv/html/backend/src/app/config/setupwizard/sgsetup/sgsetup.component.spec.ts
R mythtv/html/backend/src/app/config/setupwizard/sgsetup/sgsetup.component.ts
M mythtv/html/backend/src/app/layout/sidenav/sidenav.component.html
M mythtv/html/backend/src/app/layout/sidenav/sidenav.component.ts
M mythtv/html/backend/src/app/services/interfaces/config.interface.ts
M mythtv/html/backend/src/app/services/interfaces/myth.interface.ts
M mythtv/html/backend/src/app/services/setupwizard.service.ts

Log Message:
-----------
web-app Incorporate setup into wizard

- Fix bugs in database connection setup.
- Build out the rest of the setup wizard and include all of the setup pages.
- Remove incomplete and unused pages.
- Remove sliders icon and menu, as all of setup is now under the cogwheel.
- Remove test icon.


Commit: bd235d65495276b8c4613cde46e637c66ca62080
https://github.com/MythTV/mythtv/commit/bd235d65495276b8c4613cde46e637c66ca62080
Author: Peter Bennett <pbennett@mythtv.org>
Date: 2023-05-09 (Tue, 09 May 2023)

Changed paths:
M mythtv/html/apps/backend/main.js

Log Message:
-----------
Rebuild web app with latest changes


Compare: https://github.com/MythTV/mythtv/compare/50d084f20c79...bd235d654952
_______________________________________________
mythtv-commits mailing list
mythtv-commits@mythtv.org
http://lists.mythtv.org/mailman/listinfo/mythtv-commits