ArthurHoaro
|
fd1ddad98d
|
Add mutex on datastore I/O operations
To make sure that there is no concurrent operation on the datastore file.
Fixes #1132
|
2020-10-13 12:38:19 +02:00 |
|
ArthurHoaro
|
a5a9cf23ac
|
Compatibility with PHPUnit 9
|
2020-09-29 18:57:20 +02:00 |
|
ArthurHoaro
|
b1baca99f2
|
Convert legacy PHPUnit @expected* to new ->expect*
Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect
|
2020-09-27 14:09:55 +02:00 |
|
ArthurHoaro
|
8f60e1206e
|
Comply with PHPUnit V8: setup/teardown functions must return void
|
2020-09-26 15:08:39 +02:00 |
|
ArthurHoaro
|
e26e2060f5
|
Add and update unit test for the new system (Bookmark + Service)
See #1307
|
2020-01-18 09:56:32 +01:00 |
|
VirtualTam
|
dea72c711f
|
Optimize and cleanup imports
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2019-01-13 00:04:42 +01:00 |
|
VirtualTam
|
f24896b237
|
namespacing: \Shaarli\Bookmark\LinkDB
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2019-01-12 22:47:48 +01:00 |
|
VirtualTam
|
bdc5152d48
|
namespacing: \Shaarli\History
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
2019-01-12 22:47:48 +01:00 |
|
ArthurHoaro
|
d3f42ca487
|
Implements Tags endpoints for Shaarli's REST API
Endpoints:
* List All Tags [GET]
* Get a tag [GET]
* Update a tag [PUT]
* Delete a tag [DELETE]
Fixes #904
References shaarli/api-documentation#34
|
2018-06-04 18:51:22 +02:00 |
|