Skip to content

Commit 675b1e6

Browse files
authored
Merge pull request #5713 from StackStorm/pants-init
Initialize pantsbuild
2 parents d0e441a + 92f08eb commit 675b1e6

File tree

4 files changed

+414
-0
lines changed

4 files changed

+414
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ nosetests.xml
5050
htmlcov
5151
benchmark_histograms/
5252

53+
# Pants workspace files
54+
/.pants.d/
55+
/dist/
56+
/.pids
57+
/.pants.workdir.file_lock*
58+
5359
# Mr Developer
5460
.idea
5561
.DS_Store

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ Added
5151
* Added purging of old tokens. #5679
5252
Contributed by Amanda McGuinness (@amanda11 intive)
5353

54+
* Begin introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)
55+
working on StackStorm, improve our security posture, and improve CI reliability thanks in part
56+
to pants' use of PEX lockfiles. This is not a user-facing addition. #5713
57+
Contributed by @cognifloyd
58+
5459
Changed
5560
~~~~~~~
5661

0 commit comments

Comments
 (0)