Fabien C. Y. Benureau
e6d0754a8d
Fix #249 : ~ expansion in filebroker.DocBroker
4 years ago
Olivier Mangin
d3b6654fd1
Merge pull request #245 from pubs/fix/broken-tests-on-macos-jenkins
...
Add pytest to test requirements as none optional.
4 years ago
Olivier Mangin
f1fd60679b
Adds python 3.9 to build matrix.
4 years ago
Olivier Mangin
c21659eb98
Update dependencies and test to drop python 3.5 support.
...
The reason for dropping python 3.5 support is that it is not compatible
with the feedparser dependency. The version is anyway not supported any
more (security fixes stopped on 2020/09).
4 years ago
Olivier Mangin
d0608697bb
Add pytest to test requirements as none optional.
4 years ago
Fabien C. Y. Benureau
d11f443276
explicit move/copy dialog in add; update changelog
5 years ago
beuerle
54facc4085
fix statistics cmd; count papers w/ tag, not w/o
5 years ago
Fabien C. Y. Benureau
3209f35bd1
Merge branch 'beuerle-PR_resolve_citekey'
5 years ago
Fabien C. Y. Benureau
e8700d7db1
added test for ambiguous citkeys
...
* also reworked the test code to allow to capture output even
when pubs throws an error.
* empty tags are not added to the metadata anymore (does not affect
existing instances)
5 years ago
Fabien C. Y. Benureau
7e98939202
Merge branch 'PR_resolve_citekey' of https://github.com/beuerle/pubs into beuerle-PR_resolve_citekey
5 years ago
Fabien C. Y. Benureau
46da2c9187
Merge pull request #227 from pubs/feat/remove_prompt
...
Feat/remove prompt
5 years ago
beuerle
21518f3a75
fix missing conf argument for resolve_citekey
5 years ago
Fabien C. Y. Benureau
c9aa8ddd41
fix side-effects of merge, and deprecation warnings
5 years ago
Fabien C. Y. Benureau
def25609a1
Merge branch 'master' into feat/remove_prompt
5 years ago
Fabien C. Y. Benureau
8ab89ab3bb
Merge pull request #225 from pubs/feat/212_n_authors
...
Add a max_authors option in the configuration, and fix test failures.
Fixes #223 , #212 . Includes PR #224 .
5 years ago
Fabien C. Y. Benureau
76f5156a21
pin ddt version to 1.3.1
...
because of https://github.com/datadriventests/ddt/issues/83
5 years ago
Fabien C. Y. Benureau
04b25a22c8
renamed n_authors into max_authors
5 years ago
Fabien C. Y. Benureau
90b61089b1
improve remove prompt (see #153 )
5 years ago
Fabien C. Y. Benureau
4a27faf3ab
update changelog
5 years ago
Fabien C. Y. Benureau
7bd475378c
support for non-standard bibtex types, fix #210 #218
5 years ago
Fabien C. Y. Benureau
a30e75a5e6
support all one_liner + fix deprecation warnings in utils
5 years ago
Fabien C. Y. Benureau
1b8728f4f6
minor: fix output flags in usecase
5 years ago
Fabien C. Y. Benureau
ad85fe9df8
add usecase test for n_authors
5 years ago
Fabien C. Y. Benureau
7776b65de2
number of displayed authors configurable
...
fix #212
5 years ago
Fabien C. Y. Benureau
44b0c5b4c9
colors in edit command dialogs
5 years ago
Olivier Mangin
2f6e0d4e85
Fix #223 : update python versions in travis.
...
- remove python version unsupported by pyfakefs from testing in Travis,
- add python 3.8.
5 years ago
Fabien C. Y. Benureau
246a00671e
fix #220 : errno error.
5 years ago
Fabien C. Y. Benureau
d06c8da29b
fix #219 : doc add -L
5 years ago
Fabien C. Y. Benureau
28bb12cc79
update readme, add section about config file
...
fix #214
5 years ago
Fabien C. Y. Benureau
656d85a8d8
version 0.8.3
6 years ago
Fabien C. Y. Benureau
a0aad8f135
Merge pull request #203 from pubs/feat/fix_append
...
fix note append of under python 2 with unicode
6 years ago
Fabien C. Y. Benureau
fe014bc0a5
fix note append of under python 2 with unicode
6 years ago
Fabien C. Y. Benureau
2b408fe7ea
Merge pull request #201 from dvklopfenstein/master
...
Added '-a' (--append) arg to append a line of text to the notes file.
6 years ago
dvklopfenstein
b75d77bf24
Test appending a multi-word line into a bib note.
...
https://github.com/pubs/pubs/pull/201#discussion_r305274762
6 years ago
dvklopfenstein
5b8eb48cdc
Implemented requested changes, leaving the multi-word test and the Japanese/CHinese tests commented for furthre review by senior pubs architect
6 years ago
dvklopfenstein
11c74f1ffe
Lowercase format vars. Add Chinese character test
6 years ago
dvklopfenstein
dccbadaf73
Comment out Japanese characters for now
6 years ago
dvklopfenstein
20b7da7245
Add newline to appended note text after evaluating note text
6 years ago
dvklopfenstein
f8508ac5e1
Thank you very much for considering my pull request.
...
I have added a test: tests/test_note_append.py
And have made the isuggested code changes.
Please let me know if anything else is needed.
https://github.com/pubs/pubs/pull/201
https://github.com/pubs/pubs/issues/200
6 years ago
dvklopfenstein
634a500438
Added '-a' (--append) arg to append a line of text to the notes file.
...
https://github.com/pubs/pubs/issues/200
6 years ago
Fabien C. Y. Benureau
5551e8c04b
Merge pull request #199 from emnllm/chrono-listing
...
adds chronological listing using bibtex year field
6 years ago
emnllm
94112c02fe
fixes inconsistant chronological listing test
...
* Chronological order listing output for a same year, without entry
timestamp (added metadata field), may vary
6 years ago
emnllm
2e4af1d38f
removes the month field from the chronological listing
6 years ago
emnllm
b3e9db62e1
improves chronological listing (year, month), adds test
6 years ago
emnllm
e1f56fb212
adds chronological listing using bibtex year field
6 years ago
Olivier Mangin
eaeb48bd20
Minor readme and config update on git plugin.
6 years ago
Fabien C. Y. Benureau
eedd342a2d
Merge pull request #197 from pubs/pr-191
...
Pr 191 - Git plugin by Amlesh Sivanantham.
6 years ago
Fabien C. Y. Benureau
232158db68
Merge branch 'master' into pr-191
6 years ago
Fabien C. Y. Benureau
d56bc88202
update changelog for PR 198
6 years ago
Fabien C. Y. Benureau
e28bbc62fe
Merge pull request #198 from ksunden/import
...
ENH: Don't fail on import, warn instead
6 years ago