-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare 1.14.0.dev3. #7170
Merged
stuhood
merged 2 commits into
pantsbuild:master
from
twitter:stuhood/prepare-1.14.0.dev3
Jan 28, 2019
Merged
Prepare 1.14.0.dev3. #7170
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.14.0.dev2 | ||
1.14.0.dev3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,93 @@ This document describes ``dev`` releases which occur weekly from master, and whi | |
not undergo the vetting associated with ``stable`` releases. | ||
|
||
|
||
1.14.0.dev3 (1/27/2019) | ||
----------------------- | ||
|
||
New Features | ||
~~~~~~~~~~~~ | ||
|
||
* make GoTest subclass PartitionedTestRunnerTaskMixin to test transitively (#7145) | ||
`PR #7145 <https://github.com/pantsbuild/pants/pull/7145>`_ | ||
|
||
* Take deploy_jar_rules into account when detecting duplicates (#7113) | ||
`PR #7113 <https://github.com/pantsbuild/pants/pull/7113>`_ | ||
|
||
* Add Zipkin tracing to pants v1 (#7125) | ||
`PR #7125 <https://github.com/pantsbuild/pants/pull/7125>`_ | ||
|
||
* Allow options to be logged to stats server (#7119) | ||
`PR #7119 <https://github.com/pantsbuild/pants/pull/7119>`_ | ||
|
||
API Changes | ||
~~~~~~~~~~~ | ||
|
||
* Bump pyzipkin to 0.17.0 (#7161) | ||
`PR #7161 <https://github.com/pantsbuild/pants/pull/7161>`_ | ||
|
||
* remove support for using the pants native toolchain with distutils Extensions in setup.py (#7126) | ||
`PR #7126 <https://github.com/pantsbuild/pants/pull/7126>`_ | ||
|
||
* Bump cucumber version to get jar with correct unicode encoding (#7134) | ||
`Issue #7123. <https://github.com/pantsbuild/pants/issues/7123.>`_ | ||
`PR #7134 <https://github.com/pantsbuild/pants/pull/7134>`_ | ||
|
||
Bugfixes | ||
~~~~~~~~ | ||
|
||
* blacklist idea plugin gen from faulty earlier edit (#7157) | ||
`PR #7157 <https://github.com/pantsbuild/pants/pull/7157>`_ | ||
|
||
* Add Python 3 support to Pytest with V2 engine (#7153) | ||
`PR #7153 <https://github.com/pantsbuild/pants/pull/7153>`_ | ||
|
||
* Fix Py2 regression with rjust argument (#7132) | ||
`PR #7132 <https://github.com/pantsbuild/pants/pull/7132>`_ | ||
|
||
* v2 python test execution fails if resolve process fails (#7135) | ||
`PR #7135 <https://github.com/pantsbuild/pants/pull/7135>`_ | ||
|
||
Refactoring, Improvements, and Tooling | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
* Fixes to get contrib, lint, JVM tests, and platform-specific tests working with ./pants3 (#7067) | ||
`PR #7067 <https://github.com/pantsbuild/pants/pull/7067>`_ | ||
|
||
* Properly handle unicode and byte streams with pantsd for Python 3 (#7130) | ||
`PR #7130 <https://github.com/pantsbuild/pants/pull/7130>`_ | ||
|
||
* populate parent directories of process outputs locally to match remote execution api (#7133) | ||
`PR #7133 <https://github.com/pantsbuild/pants/pull/7133>`_ | ||
|
||
* Fix test_jvm_platform_analysis_integration.py using unknown platforms (#7140) | ||
`Issue #7139 <https://github.com/pantsbuild/pants/issues/7139>`_ | ||
`PR #7140 <https://github.com/pantsbuild/pants/pull/7140>`_ | ||
|
||
* Remove option integration test from Python 3 blacklist (#7142) | ||
`PR #7142 <https://github.com/pantsbuild/pants/pull/7142>`_ | ||
|
||
* Fix Idea plugin unicode issues with Python 3 (#7141) | ||
`PR #7141 <https://github.com/pantsbuild/pants/pull/7141>`_ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we explicitly link to your earlier Bugfix entry |
||
`PR #7157 <https://github.com/pantsbuild/pants/pull/7157>`_ | ||
|
||
* Fix legacy graph test Python 3 issue with rendering unicode literals (#7143) | ||
`PR #7143 <https://github.com/pantsbuild/pants/pull/7143>`_ | ||
|
||
* Fix setup_py.py unicode issue with Python 3 (#7144) | ||
`PR #7144 <https://github.com/pantsbuild/pants/pull/7144>`_ | ||
|
||
* Fix various backend/jvm/task Python 3 and unicode issues (#7124) | ||
`PR #7124 <https://github.com/pantsbuild/pants/pull/7124>`_ | ||
|
||
* refactor ImportJarsMixin into ImportRemoteSourcesMixin for extensibility (same with tasks) (#7061) | ||
`PR #7061 <https://github.com/pantsbuild/pants/pull/7061>`_ | ||
|
||
* Ignore 3rd party deprecation warnings for unmaintained libraries (#7110) | ||
`PR #7110 <https://github.com/pantsbuild/pants/pull/7110>`_ | ||
|
||
* Update to rust 1.32.0 (#7094) | ||
`PR #7094 <https://github.com/pantsbuild/pants/pull/7094>`_ | ||
|
||
1.14.0.dev2 (1/19/2019) | ||
----------------------- | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we want to combine these two PRs into one note, which is totally acceptable as they're related, I would remove
pantsd
. Maybe:Properly handle unicode and byte streams with exiter code for Python 3
#7130 was mostly finishing up the work started in #7073, with a specific focus on pantsd related code.
--
Issue #7160 is a lingering issue not resolved by these two PRs. Does it make sense to still include?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry: this is just the result of automated scraping done by
build-support/bin/release-changelog-helper.sh
. I apologize for not pre-reviewing before you needed to spend the time to do so.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah didn't realize we have a script that does that all. Neat.
No worries!