calamares/src/modules/netinstall
Adriaan de Groot bb05deca33 [netinstall] Repair schema IDs
The schema is considered invalid by **some** versions of
configvalidator (or rather, the underlying jsonschema):

```
128: '#definitions/groups' does not match '^[^#]*#?$'
128:
128: Failed validating 'pattern' in metaschema['properties']['definitions']['additionalProperties']['$dynamicRef']['allOf'][0]['properties']['$id']:
128:     {'$comment': 'Non-empty fragments not allowed.',
128:      '$ref': '#/$defs/uriReferenceString',
128:      'pattern': '^[^#]*#?$'}
```

Remove the `#` from the IDs.
2022-06-27 23:12:31 +02:00
..
tests [netinstall] SPDX-tag the syntax-error file 2021-04-18 13:37:58 +02:00
CMakeLists.txt Merge branch 'calamares' into work-3.3 2022-05-18 15:13:21 +02:00
Config.cpp [netinstall] Edge cases of zero, or unset, groups urls 2021-04-16 11:41:04 +02:00
Config.h [netinstall] Only wrap-up if the packages list is OK 2021-04-14 13:05:11 +02:00
groupstreeview.cpp CI: apply coding style globally again 2022-05-18 12:44:55 +02:00
groupstreeview.h CI: apply coding style globally again 2022-05-18 12:44:55 +02:00
LoaderQueue.cpp [netinstall] Leave the last status on the queue 2021-04-16 11:32:04 +02:00
LoaderQueue.h [netinstall] Improve loader queue API a bit 2021-03-19 12:30:09 +01:00
netinstall.conf [netinstall] Document groupsUrl with multiple entries 2021-03-19 12:49:37 +01:00
netinstall.schema.yaml [netinstall] Repair schema IDs 2022-06-27 23:12:31 +02:00
netinstall.yaml REUSE: (GPL-3.0-or-later) C++ modules 2020-08-26 02:22:49 +02:00
NetInstallPage.cpp CI: apply coding style globally again 2022-05-18 12:44:55 +02:00
NetInstallPage.h CI: apply coding style (clang-format 13) 2022-06-27 00:37:15 +02:00
NetInstallViewStep.cpp [netinstall] Add disambiguation to labels 2022-05-23 15:41:45 +02:00
NetInstallViewStep.h [netinstall] Continue moving settings to the Config object 2021-02-08 22:57:38 +01:00
PackageModel.cpp Remove useless emits 2022-05-13 17:24:07 -05:00
PackageModel.h CI: apply coding style (clang-format 13) 2022-06-27 00:37:15 +02:00
PackageTreeItem.cpp [netinstall] Avoid negative row indexes 2022-01-31 12:59:03 +01:00
PackageTreeItem.h [packagechooser,netinstall] Fix issues where going back and forth between pkgchooser and netinstall produced unexpected behavior 2022-01-23 13:58:10 -06:00
page_netinst.ui [netinstall] Introduce a custom class for the Tree Widget 2022-05-17 14:38:44 +02:00
Tests.cpp [packagechooser,netinstall] Apply coding style 2022-01-31 23:42:20 +01:00