Dima Gerasimov
973c4205df
core: cleanup deprecations, exclude from type checking and show runtime warnings
...
among affected things:
- core.common.assert_never
- core.common.cproperty
- core.common.isoparse
- core.common.mcachew
- core.common.the
- core.common.tzdatetime
- core.compat.sqlite_backup
2024-08-16 10:22:29 +01:00
Dima Gerasimov
103ea2096e
my.coding.commits: fix for git repo discovery after fdfind v9
2024-03-13 00:46:18 +00:00
Dima Gerasimov
c34656e8fb
general: update mypy config, seems that logs of type: ignore aren't necessary anymore
2023-05-16 01:18:30 +01:00
Kian-Meng Ang
d2ef23fcb4
docs: fix typos
...
found via `codespell -L copie,datas,pres,fo,tooks,noo,ue,ket,frop`
2023-03-27 03:02:35 +01:00
Dima Gerasimov
b54ec0d7f1
ci: fix minor mypy complaints from gitpython
2021-10-29 01:41:44 +01:00
Sean Breckenridge
f559e7cb89
my.coding.commits: fix misspelling/add warning
2021-04-07 19:59:27 +01:00
Sean Breckenridge
5ecd4b4810
cleanup; remove unused imports
2021-04-02 08:38:06 +01:00
Sean Breckenridge
a11a3af597
commits: reduce possibility of path conflicts
2021-04-02 07:20:35 +01:00
Dima Gerasimov
a1a24ffbc3
my.coding.commits: more cleanup
...
Followup of https://github.com/karlicoss/HPI/pull/132
- add REQUIRES section
- use 'commits' config section & add proper schema
- use dedicated subdirectory for cache
2021-03-15 10:33:46 +00:00
Sean Breckenridge
4db81ca362
cleanup coding.commits ( #132 )
...
* cleanup coding.commits
remove the _things check, its never activated
for me and seems pointless
update mechanism for finding fdfind/fd path,
send a core.warning if it fails
update mechanism to cache repos to new cachew
api (remove hashf), cache repos on a per-repo
basis
2021-03-15 03:55:28 +00:00
Dima Gerasimov
51ae8601b4
Update docstrings and add links
2020-04-26 16:50:06 +01:00
Dima Gerasimov
e5b3a1e91e
use my.config instead of mycfg; minor cleanups and docstrings
2020-04-12 00:22:10 +01:00
Dima Gerasimov
094c775480
use cachew in my.commits
2020-03-14 11:24:21 +00:00
Dima Gerasimov
cec7cad2bf
emit only unique commits
2020-03-14 10:35:30 +00:00
Dima Gerasimov
150688d9bd
handle bare/non bare repos properly
2020-03-14 10:33:04 +00:00
Dima Gerasimov
d2ef972416
prettify and simplify my.commits
2020-03-14 10:32:48 +00:00
Dima Gerasimov
59fc098b68
WIP on automatic repository discovery
2020-03-14 09:12:37 +00:00
Dima Gerasimov
083054e740
move commits into my. hierarchy
2020-03-13 23:01:31 +00:00