aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: new export-fatcat helperBryan Newbold2022-07-061-0/+4
|
* move skip logic from Makefile to check_issn_urlsBryan Newbold2021-11-301-1/+1
|
* make: don't run lint as part of testBryan Newbold2021-11-301-1/+1
|
* make: homepage-status skip some large publisher domains for speedBryan Newbold2021-11-241-2/+2
|
* add openalex directory sourceBryan Newbold2021-11-221-18/+7
| | | | | | Always run as day-specific ("TODAY") commands. Add timeouts so command actually completes reasonably.
* makefile: 'test' does not run 'lint' (doc fix)Bryan Newbold2020-12-281-1/+1
|
* make: entrez.txt, not entrez.csvBryan Newbold2020-10-081-2/+2
|
* add makefile/sources support for PKP PLNBryan Newbold2020-08-311-1/+5
| | | | Also more accurate JSTOR URL in sources.toml
* improvements to Makefile stats/status commandsBryan Newbold2020-06-251-2/+2
|
* makefile: coverage targetBryan Newbold2020-06-221-0/+4
|
* makefile: additional targets for lint, fmtBryan Newbold2020-06-221-2/+10
|
* makefile: dep not depsBryan Newbold2020-06-111-2/+2
|
* makefile: env syntax fix; upload-database command; ia collectionsBryan Newbold2020-06-111-7/+6
|
* makefile fixesBryan Newbold2020-06-031-3/+2
|
* refactor makefile update-sources; add deps; tweak other commandsBryan Newbold2020-06-021-13/+55
|
* 'everything' at least partially workingBryan Newbold2020-06-011-27/+32
|
* WIP (commented out) on MakefileBryan Newbold2020-05-071-13/+59
|
* update test/lint scopeBryan Newbold2020-05-071-1/+1
|
* start a MakefileBryan Newbold2020-05-071-0/+22
Move all "index" functions into classes, each in a separate file. Add lots of type annotations. Use dataclass objects to hold database rows. This aspect will need further refactoring to remove "extra" usage, probably by adding database rows to align with DatabaseInfo more closely.