summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-1/+1
* Fix ConcertTable tests and markup.Harald Eilertsen2022-06-181-5/+8
* Fix concert tests.Harald Eilertsen2022-06-181-22/+25
* Clean up, fix and rename db tables.Harald Eilertsen2021-09-162-4/+4
* Fix ConcertTest::testFetchConcertByVenueAndDate.Harald Eilertsen2021-09-161-1/+1
* Update ConcertsTable tests.Harald Eilertsen2021-09-111-3/+65
* Change how we load the plugin.Harald Eilertsen2021-09-111-1/+1
* tests: Make an actual test for ConcertsTableHarald Eilertsen2021-09-111-5/+24
* Throw instead of log error from Concert class.Harald Eilertsen2021-09-061-4/+4
* Use find_concerts to check for duplicates on create.Harald Eilertsen2021-09-061-0/+16
* Add test for ConcertsTableHarald Eilertsen2021-09-051-0/+94
* test: concertlogs table is gone, no need to clear itHarald Eilertsen2021-09-051-1/+0
* Fix tests.Harald Eilertsen2021-09-051-0/+1
* Fix saving and fetching roles from Concerts table.Harald Eilertsen2021-09-011-19/+4
* Begin move roles and status field to concerts table.Harald Eilertsen2021-06-271-0/+25
* Remove Band class and tests.Harald Eilertsen2021-06-271-69/+0
* Refactor ConcertTest some more.Harald Eilertsen2021-06-271-58/+25
* Refactor ConcertTests and some cleanupHarald Eilertsen2021-06-271-68/+75
* Begin move roles and status field to concerts table.Harald Eilertsen2021-06-141-0/+24
* Streamline Concert api.Harald Eilertsen2021-06-121-7/+7
* Allow custom text for no selection in select_fields.Harald Eilertsen2021-05-241-0/+17
* Add function to generate selection boxes.Harald Eilertsen2021-05-241-0/+53
* Make it possible to list all concerts.Harald Eilertsen2021-05-101-0/+23
* Method to find concerts at given venueHarald Eilertsen2021-05-091-0/+40
* Method to find concerts for a given city.Harald Eilertsen2021-05-091-0/+41
* Include info from venue in concerts.Harald Eilertsen2021-05-091-1/+20
* Add missing license tags to files.Harald Eilertsen2021-04-261-0/+5
* added venue test to check duplicate with all letter casesAndreaChirulescu2021-04-241-0/+11
* Added an uppercase in sql for venue and concert duplicate checkAndreaChirulescu2021-04-231-0/+22
* Concert::create return NULL if concert already exist.Harald Eilertsen2021-04-221-1/+1
* Add some tests for Concert class.Harald Eilertsen2021-04-221-0/+49
* Fix Bands class constructor.Harald Eilertsen2021-04-211-0/+2
* Refactor BandTest.Harald Eilertsen2021-04-181-13/+22
* Add a few more tests for GoglogAdmin_Band class.Harald Eilertsen2021-04-161-0/+28
* Refactor Band::create into Band::find and ::createHarald Eilertsen2021-04-151-1/+9
* Make Band::create return band object, not just id.Harald Eilertsen2021-04-151-0/+22
* Fix test setup for wp-env.Harald Eilertsen2021-04-153-65/+63
* Use (object) notation to create plain objects.Harald Eilertsen2021-04-141-17/+22
* Add license comment _after_ the php opening tag.Harald Eilertsen2021-04-142-2/+2
* Switch to Reuse for license handling.Harald Eilertsen2021-04-142-0/+10
* Change venues into proper objects.Harald Eilertsen2021-04-102-0/+101