Commit Graph

25 Commits (8d4eabf255cdb863d2d166201cbba77849d99320)

Author SHA1 Message Date
Luciano Righetti 25b7d167f1 chg: remove the /api/v1 prefix for api endpoints 2022-01-19 16:22:44 +01:00
Luciano Righetti 01b4bc9bac chg: remove todo section 2022-01-19 16:13:37 +01:00
Luciano Righetti b1f63f190c chg: move openapi validator initialization to tests/bootstrap.php so its only parsed once. 2022-01-19 16:08:50 +01:00
Luciano Righetti 862ea58e49 fix: assertions are already executed 2022-01-19 15:18:29 +01:00
Luciano Righetti 7ed87ff0f2 chg: refactor ApiTestTrait to reduce code duplication, enforce openapi spec validations 2022-01-19 15:15:49 +01:00
Luciano Righetti 5eca1a9160 add: change password via api test, add helper methods to ApiTestTrait. 2022-01-19 10:45:51 +01:00
Luciano Righetti 850eb0fb2d add: cover authkeys api endpoints, extend openapi spec 2022-01-18 17:39:41 +01:00
Luciano Righetti 9551f0b5b8 fix: copy&paste 2022-01-18 16:15:45 +01:00
Luciano Righetti e6daa63064 add: more encription keys api endpoints covered 2022-01-18 16:11:00 +01:00
Luciano Righetti b1ad454db8 add: api tests for /encryptionkeys, extend openapi spec 2022-01-18 14:29:27 +01:00
Luciano Righetti 299cb126dc add: wiremock tests and boilerplate, update test readme, extend openapi spec 2022-01-17 16:02:15 +01:00
Luciano Righetti 25ded7e3bf add: more sharing groups api tests, add broods api tests, extend openapi spec 2022-01-14 17:43:53 +01:00
Luciano Righetti fa7316db3f add: add sharing groups api tests, extend openapi spec 2022-01-14 14:43:21 +01:00
Luciano Righetti c8fd8f4a62 add: add basic api coverage of inbox processor endpoint, extend openapi spec 2022-01-13 16:34:43 +01:00
Luciano Righetti 5906f6d2c7 add: add individuals api tests and extend openapi spec 2022-01-11 17:17:04 +01:00
Luciano Righetti f774f68ede add: add api tests for tags and orgs, extend openapi spec, fix routes for tags plugin 2022-01-11 12:33:34 +01:00
Luciano Righetti b954e11064 add: add/edit operations api tests and openapi spec 2022-01-10 16:19:58 +01:00
Luciano Righetti 28650fa91c add: add users add/edit/delete api tests and openapi docs. 2022-01-10 11:58:52 +01:00
Luciano Righetti 6776789fdf new: add /api/v1/users/index api test 2022-01-07 17:08:00 +01:00
Luciano Righetti c14b84fcc0 chg: rename test files 2022-01-07 17:07:09 +01:00
Luciano Righetti 3923064d07 chg: migrate mysql.sql initial schema to a phinx migration 2022-01-07 14:37:04 +01:00
Luciano Righetti 5b3bef13e2 fix: test 2022-01-07 13:47:20 +01:00
Luciano Righetti a69608530c new: add /api openapi spec view with redoc, add faker to fixtures, validate api responses with openapi spec, add /api/v1/ prefix to api routes 2022-01-07 13:45:52 +01:00
Luciano Righetti a473a9d3fb new: initial api and integration tests. 2022-01-05 17:44:02 +01:00
iglocska 44c60942c0
chg: [restructure] the application
- move the app dir's contents to the source
- update composer for easier installation
2020-06-22 14:28:17 +02:00