aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/api
Commit message (Collapse)AuthorAge
* Unpack recipes and update recipes icons (#292)Libravatar Bennett2020-09-22
| | | Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Add check to ensure SVG icon is a square (#161)Libravatar cybermoloch2020-09-19
| | | | | | | | | | | | | | | | * Add check to ensure SVG icon is a square * Collect all errors and output at the end Moves error messages on all checks to an arrary. At the end of the script if array is not empty and exits. * Error message consistency fixes and mutli-error output Modified text to be consitent across all errors (It looks like, pleae make sure., ..) and modify output so multiple errors would be more legible in the console. * Add link for JSON linter Co-authored-by: Amine <amine@mouafik.fr>
* Add support for keeping the featured statusLibravatar vantezzen2020-06-03
|
* Fix for packaging not allowing numbers in recipe ids (#158)Libravatar cybermoloch2020-05-29
| | | | | | | * Add numbers to regex and fix error message Added numbers to regex assuming that would still be a valid id. (Existing recipes have numbers in the id!) The regex also allows periods and underscores so added that to the message (assuming that is also still a valid id). * Updated 2nd error message
* Remove svg size check preventing repackagingLibravatar Amine Mouafik2020-04-19
|
* Switch from yarn to npmLibravatar vantezzen2020-04-16
|
* Improve recipe packaging scriptLibravatar vantezzen2020-04-15
This commit will improve the usability of the packaging script, especially for beginners. It will output better error messages if there are any problems with the recipe. It will also add more tests to improve detecting those problems. This way, more problems can be detected before even needing to create a PR.