Commit Graph

23 Commits (master)

Author SHA1 Message Date
El RIDO aad975a721
incrementing version 2024-02-11 15:31:11 +01:00
El RIDO a3ee624d3a
incrementing version 2024-02-11 14:17:27 +01:00
El RIDO d88945663e detect and report on damaged pastes
May occur during statistics or purge, when existing pastes get parsed, addresses #1214
2023-12-16 07:38:09 +01:00
El RIDO d0420fb418
1.6.2 release 2023-12-15 07:20:20 +01:00
El RIDO 3bd570bd6a
incrementing version 2023-12-04 21:07:17 +01:00
El RIDO 8c1310c334
update unit test doc & PHP 8 fixes
having had to re-do all of these steps on a new environment, I noticed
some inconsistencies and updated the doc:
- moved unit testing doc into common doc folder, so it is easier to find
- removed no longer supported Janitor reference
- removed note regarding generated test duration, current version takes
  less than a minute
- addressed each function removal & phpunit deprecations
2023-12-03 13:40:04 +01:00
El RIDO f56907bd38
increment version 2023-09-11 19:36:45 +02:00
github-actions[bot] 95747ed11c Merge remote-tracking branch 'origin/master' into php8 2023-07-09 07:32:46 +00:00
El RIDO 01afe7d481
incrementing version 2023-07-09 08:44:22 +02:00
El RIDO dabcafb99b
Merge branch 'master' into php8 2023-07-05 07:15:28 +02:00
El RIDO 01ea041f94
fix PHP 8.2 ${var} string interpolation deprecation
see also https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated
2023-05-21 11:07:21 +02:00
github-actions[bot] 4ae461df47 Merge remote-tracking branch 'origin/master' into php8 2022-12-24 06:11:22 +00:00
El RIDO e84a8694e4
incrementing version 2022-12-24 05:52:07 +01:00
github-actions[bot] 99ce99a9fc Merge remote-tracking branch 'origin/master' into php8 2022-12-24 04:48:56 +00:00
El RIDO 5de779a989
improve documentation 2022-12-20 19:14:37 +01:00
El RIDO 5c43ab6ef8
refactor administrative script into OOP style and to our code guidelines 2022-12-19 20:41:12 +01:00
El RIDO d8bcc58d22
Merge branch 'master' into admin 2022-12-05 20:40:33 +01:00
El RIDO 46c0fc851c
Merge branch 'master' into php8 2022-11-17 06:04:12 +01:00
El RIDO 4e2ff47b1c
add an administrative script 2022-11-13 11:18:56 +01:00
El RIDO b3699cae8f
Merge branch 'master' into bin 2022-11-10 19:28:29 +01:00
El RIDO 669c98550c
add a version check, the third argument in getopt requires PHP >= 7.1 2022-11-06 08:05:41 +01:00
El RIDO 62bb68344c
move all scripts into one location
- standardize includes, namings
- made migrate executable
- updated ConfigurationCombinationsTest generator to work with current persistance API
2022-11-05 09:32:30 +01:00
Felix J. Ogris 9a61e8fd48 started script for storage backend migrations
todo: GCS

added GCS, no GLOBALS, two methods for saving pastes and comments

use GLOBALS for verbosity again

added getAllPastes() to all storage providers

moved to bin, added --delete options, make use of $store->getAllPastes()

added --delete-* options to help

longopts without -- *sigh*

fixed arguments

drop singleton behaviour to allow multiple backends of the same type simultaneously

remove singleton from Model, collapse loop in migrate.php

comments is not indexed

tests without data singleton

fix

exit if scandir() fails

extended meta doc
2022-11-01 16:02:17 +01:00