Commit Graph

140 Commits

Author SHA1 Message Date
2961b55c9a
Fix recursive dependencies causing recursion error
Rewrite the find_dep_of_deps function to handle recursive dependencies
2020-11-11 23:07:14 -05:00
d4fb7046d8
Merge pull request #21 from enpaul/enp/modsplit
Split single-file module out into directory module
2020-11-11 22:49:30 -05:00
8c4e596316
Update tox automation to work with new module structure 2020-11-11 22:37:09 -05:00
50f6e3d151
Update dependencies to get cryptography security fix 2020-11-11 22:37:09 -05:00
106d1bf6cf
Update metadata tests to load metadata from new location 2020-11-11 22:37:09 -05:00
b57b78d4e2
Add typing stub file 2020-11-11 22:37:08 -05:00
33e81f742a
Split single module file out into directory module 2020-11-11 22:37:08 -05:00
3a262d718c
Merge pull request #19 from enpaul/enp/install-dev-deps
Add config option for installing dev dependencies to testenv
2020-10-29 17:28:39 -04:00
5979ec7a8a
Add documentation for new config option 2020-10-28 16:26:31 -04:00
c7bb3d35ea
Bump feature version 2020-10-24 12:10:07 -04:00
961e6f6acd
Add support for installing all dev dependencies to a testenv 2020-10-24 12:09:42 -04:00
ed039de674
Merge pull request #16 from enpaul/enp/fix
Fix support for extras installation
2020-10-24 11:55:35 -04:00
db0cf6ce0c
Bump patch version 2020-10-24 11:53:38 -04:00
e8d3f4fcac
Fix support for non-single extra dependency installation 2020-10-24 11:53:38 -04:00
653622fd35
Merge pull request #15 from enpaul/enp/housekeeping
Some housekeeping changes
2020-10-23 10:02:45 -04:00
de4c3515ec
Refactor to maintain consistent terminology
With a dozen different "dependency" types, consistent naming is critical
2020-10-23 00:59:43 -04:00
01bfdd74bd
Add missing documentation for internal functions/constants 2020-10-23 00:43:11 -04:00
3e98ec81eb
Update beta roadmap features list 2020-10-22 21:16:32 -04:00
b6534f86d0
Merge pull request #11 from enpaul/enp/extras
Add support for the extras option
2020-10-22 21:10:18 -04:00
74e3ed01c0
Fix handling of nonexistent extras with custom app exception 2020-10-22 21:07:56 -04:00
f944843278
Bump feature version 2020-10-22 21:07:55 -04:00
7c761073b3
Add poetry-core as explicit dependency to support poetry-1.0 2020-10-22 20:47:46 -04:00
6075ea6a3e
Update readme with development progress 2020-10-22 20:47:44 -04:00
fdee2d9a8d
Add support for extras tox configuration option
Install only non-optional project dependencies by default
Install dependencies for extras when specified

Fixes #4
2020-10-22 20:47:19 -04:00
699fb347da
Add links to other poetry tox plugins 2020-10-22 00:06:37 -04:00
a3bfd2687a
Remove obsoleted documentation from readme
Clarify developer poetry requirement
Work on #12
2020-10-22 00:03:19 -04:00
0bf3b16091
Merge pull request #10 from enpaul/enp/core
Support poetry core
2020-10-11 20:15:46 -04:00
979fa58618
Bump patch version 2020-10-11 20:11:42 -04:00
462cc166a9
Include tests in sdist 2020-10-11 20:11:42 -04:00
30160985c1
Update poetry imports to use core module 2020-10-11 20:11:42 -04:00
5d87ffac72
Update poetry requirement to support 1.1+ 2020-10-11 20:11:42 -04:00
6b92189e50
!fixup 2020-10-11 20:10:30 -04:00
0fbc77c2c4
Add CI status badge 2020-10-11 20:08:43 -04:00
7867a7c98b
Merge pull request #9 from enpaul/enp/ci
Add CI for PRs and CD for default branch
2020-10-11 20:03:12 -04:00
7a34c47168
Wrap test checks in bash to avoid globbing errors 2020-10-11 19:41:16 -04:00
4a1dc52755
Fix python version in pre-commit config 2020-10-11 19:41:16 -04:00
1e2156ecdb
Add CI for PRs and CD for default branch 2020-10-11 19:41:16 -04:00
707a73c922
Bump patch version 2020-09-29 19:01:59 -04:00
640dbfe102
Fix implicit case-sensitive locked dependency name handling
Fixes #7
2020-09-29 19:01:52 -04:00
05c5a26cc4
Update non-poetry error handling to be more permissive
Fixes #1
2020-09-29 19:01:43 -04:00
ee6f939b6a
Fix links to roadmap issues 2020-09-29 00:58:04 -04:00
82678e81e8
Add issue links for relevant roadmap items 2020-09-29 00:56:22 -04:00
5411025612
Proofreading and editing fixes
Check spelling more thoroughly
Improve clarity in a few places
Fix grammar mistakes
Fix docs that didn't get updated for the 0.2 overhaul
2020-09-29 00:51:08 -04:00
2e1d5fc922
Bump patch version 2020-09-28 23:26:19 -04:00
b7961bec58
Add support for running in a non-poetry project
Handle the error poetry raises when not in a poetry managed project
  and use that as a sign to skip further usage of the plugin in that
  environment
2020-09-28 23:24:42 -04:00
e28159060d
Add badge links
Add black code format badge
2020-09-27 20:59:41 -04:00
edcef918b3
Rename 'usage' section to 'usage examples' 2020-09-27 19:41:29 -04:00
beba9416be
Add note about root env setting inheritance breaking child envs 2020-09-27 19:38:42 -04:00
18a74fab63
Bump patch version 2020-09-27 15:57:00 -04:00
516515b347
Fix duplicate installation of env dependencies
Fix always logging post-sorted unlocked env dependencies
2020-09-27 15:56:29 -04:00