Wikidata-Toolkit
Wikidata-Toolkit copied to clipboard
Java library to interact with Wikibase
Our codecov integration stopped working: https://github.com/Wikidata/Wikidata-Toolkit/runs/3249516052?check_suite_focus=true https://codecov.io/github/Wikidata/Wikidata-Toolkit/commit/47496a94494da22d0742969f1bf57eb86fbbb3da It would be good to configure the CodeCov step to properly fail in those cases so that the whole build is marked as...
Linting
My IDE is probably not configured to the correct tab vs space setting (or tab width…), so I get ugly diffs. It would be nice to: * [ ] document...
Those are the changes proposed by @brett-matson in #523, minus the unrelated commits.
Resolves #166
This solution fetches and parses recent changes from the RSS feed.
It should be possible to completely disable maxlag when WDTK is used in interactive tools. When flooding (rapid manual edits), maxlag might be still sensible, but there must be some...
When not editing for a while, the next edit via `WikibaseDataEditor` fails due to session timeout. See the exception below. WDTK never recovers. Recovery has to be implemented on application...
A lot of useful information can be published in project's CONTRIBUTING.md. Right now I am wrestling with formatter settings. My usual Java style is wildly different. I have my own...
This issue is a low priority reminder that license template must be actually filled in for the license to be valid. File headers must point to this filled in license...
I notice that swallowing exceptions (catching without rethrowing or wrapping) is a widespread practice in WDTK. This can sometimes result in invalid values being propagated to application or even to...