|
53bae5a285
|
Add autoupdate.needs_manual_tweaks to manifest schema, unused for now.
It will be used in the future to print a custom message in the autoupdate PRs, maybe even from a
doc/UPDATE_PR.md file from the app's repository.
|
2024-04-11 12:31:21 +02:00 |
|
|
58fef77deb
|
Allow prereleases in autoupdater. Mainly to support Vikunja.
|
2024-04-02 16:53:51 +02:00 |
|
OniriCorpe
|
e4cf6d8c16
|
permit regexes for permissions.url in manifest v2 schema
|
2024-03-21 04:30:32 +01:00 |
|
|
8d7897d04d
|
manifest schema: allow caps for install.*.choices keys
|
2024-02-20 13:41:31 +01:00 |
|
|
265a94745e
|
Apps can now provide a "version_regex" that aims to extract the version from tag an release names.
For example, version_regex = "^release_(.*)$" will extract "1.0" from "release_1.0".
|
2024-02-17 00:04:00 +01:00 |
|
OniriCorpe
|
25fe3b356b
|
add gitea and forgejo autoupdate strategies
|
2024-02-15 01:50:31 +01:00 |
|
orhtej2
|
cf8f6f7d28
|
Support for GitLab upstream repos part 2.
|
2024-01-24 19:32:24 +01:00 |
|
Félix Piédallu
|
0042d3cf39
|
Allow + as version separator in manifest.toml schema
|
2024-01-23 16:19:57 +01:00 |
|
|
09b1e7130f
|
Fix manifestv2 schema: resources.sources.*.in_subdir can also be an integer
|
2024-01-16 22:34:49 +01:00 |
|
|
bd6a08d9cb
|
schemas: Add support install.*.pattern.{regex,error}
|
2023-09-24 16:09:47 +02:00 |
|
|
19f3eb02cf
|
schemas: Allow translated_string to be a simple string, the underlying code supports it.
|
2023-09-24 16:08:50 +02:00 |
|
|
03504079da
|
schemas: Fix regexes: name_and_permission to allow __KEY__ and non-complete rwx syntax ; path_absolute to allow __KEY__
|
2023-09-24 16:08:23 +02:00 |
|
|
9514d6a2bf
|
schemas: permissions additional_urls are of the same type as url.
|
2023-09-24 16:08:14 +02:00 |
|
|
1728d8cc5e
|
Fix manifest.toml schema : add antifeatures section
|
2023-09-24 14:42:41 +02:00 |
|
|
8a38101abb
|
schemas: fix $id urls
|
2023-08-26 11:18:42 +02:00 |
|
|
f6feb41391
|
Add initial json schemas for validation of TOML app files (manifest.toml, tests.toml)
|
2023-07-25 16:56:23 +02:00 |
|