Skip to content
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
merged 2 commits into from
Jan 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Created by running `./build-support/bin/contributors.sh`.
+ Oliver Seemann
+ Omer Zach
+ Owen Parry
+ Pall Valmundsson
+ Pankaj Gupta
+ Patrick Lawson
+ Paul Groudas
Expand Down
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0.dev2
1.14.0.dev3
87 changes: 87 additions & 0 deletions src/python/pants/notes/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Contributor

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?

Copy link
Member Author

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.

Copy link
Contributor

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!

`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>`_
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we explicitly link to your earlier Bugfix entry blacklist idea plugin gen from faulty earlier edit (#7157)? The two are closely related, in that #7157 partially reverts this PR.

`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)
-----------------------

Expand Down