summaryrefslogtreecommitdiffstats
path: root/generate-sample-gig-data.php
Commit message (Collapse)AuthorAgeFilesLines
* Actually fix sample gig data generator...Harald Eilertsen2023-01-291-12/+26
|
* Add cities to the generated sample data + capitalizationHarald Eilertsen2023-01-291-32/+52
|
* Cleanup script to generate test data.Harald Eilertsen2022-06-181-70/+114
| | | | | Fix phpcs warnings, and add functionality to specify how many entries you want made on the command line.
* Autofix missing property types by Psalm.Harald Eilertsen2021-05-081-7/+42
|
* Fix return types for abstract class GeneratorBase.Harald Eilertsen2021-05-081-11/+5
|
* Auto fixup missing return types by PsalmHarald Eilertsen2021-05-081-0/+9
|
* Switch to Reuse for license handling.Harald Eilertsen2021-04-141-16/+5
| | | | Run `reuse lint` to verify that all material is licensed.
* Add a small script to generate fake cooncert data.Harald Eilertsen2021-03-081-0/+133
Just to help test the upload logic.