Casey
aa593f127b
delete tester runtime.txt
...
Added this for local testing because bob requires 2.7, should not be merged to master
2018-11-08 10:23:23 -06:00
Casey Faist
67badb1829
use released bob package
2018-11-08 09:23:05 -06:00
Casey Faist
defa85c355
delete me later
2018-11-07 11:18:26 -06:00
Casey Faist
ec364be161
remove comment
2018-11-06 17:47:38 -06:00
Casey Faist
7b4d6b5587
update bob dependency to point to internal bob-builder fork
2018-11-06 17:41:10 -06:00
Casey
e094c5469d
Merge pull request #769 from heroku/pip-pipenv-pin
...
Pin pip version used by pipenv
v144
2018-10-11 14:50:52 -05:00
Casey Faist
a7a5971372
changelog update
2018-10-10 09:23:54 -05:00
Casey Faist
45b78ab587
pin pip version used by pipenv
2018-10-09 14:46:49 -05:00
Casey
63e84aceb1
Merge pull request #760 from heroku/add-airflow-110-support
...
Add Apache Airflow 1.10 Support
v143
2018-10-08 16:01:45 -05:00
Casey Faist
eee8dd9a9e
need to pass env var as export in test
2018-10-05 13:48:22 -05:00
Casey Faist
00e12b8ec2
add test/run case
2018-10-05 13:35:42 -05:00
Casey Faist
b56b063dd5
add SLUGIFY_USES_TEXT_UNIDECODE support
2018-10-05 11:49:01 -05:00
Casey
d3180d3245
Merge pull request #759 from heroku/update-travis
...
Update travis setup for Hatchet
v142
2018-10-04 19:28:04 -05:00
Casey Faist
4778b1cb9d
add sudo to travis install
2018-10-04 17:33:40 -05:00
Casey Faist
50a3d2d13e
add shebang and update file permissions
2018-10-04 17:33:28 -05:00
Casey Faist
8c36a3a263
move heroku install to before_install
2018-10-04 17:33:16 -05:00
Casey Faist
882f54128b
rememer to remove toolbelt
2018-10-04 17:33:08 -05:00
Casey Faist
576def4cde
fix travis dependency blocker
2018-10-04 17:32:58 -05:00
Casey Faist
1be32ff09a
add more unblocking setup
2018-10-04 17:32:35 -05:00
Casey
9c2bbd109f
Merge pull request #741 from heroku/fix-python-check
...
Fix Python 3.6 message when using Python 3.7
2018-09-05 16:54:26 -04:00
Casey Faist
e5d9ed259b
changelog update
2018-09-05 16:24:02 -04:00
Casey Faist
285ca2b73d
reword warning, add doc link
2018-09-05 16:21:42 -04:00
Casey Faist
5e4667686a
add case for older python 3 install attempts
2018-09-05 16:21:42 -04:00
Casey Faist
f9621add42
Update indentation levels and messaging
...
Fix indentation levels
more helpful messages about supported versions
2018-09-05 16:21:42 -04:00
Casey
567cf2c388
Merge pull request #742 from heroku/hatchet/yay
...
Hatchet/yay
2018-09-05 16:18:25 -04:00
Casey Faist
c61e61c153
add missing newline
2018-09-05 15:53:42 -04:00
Casey Faist
3835aca004
use bundle syntax to rspec
2018-09-04 11:26:13 -04:00
Casey Faist
3733383ad6
add Rakefile
2018-09-04 11:26:13 -04:00
Casey Faist
b53d211d01
add rake to gemfile
2018-09-04 11:26:13 -04:00
Casey Faist
e5830fd50d
correct travisyaml indenting
2018-09-04 11:26:13 -04:00
Casey Faist
2efe514b14
setup travis rspecting
2018-09-04 11:26:13 -04:00
schneems
d442562352
Add retry gem
2018-09-04 11:26:13 -04:00
schneems
ce14e1edf8
Integration tests with Hatchet
2018-09-04 11:26:13 -04:00
Casey
39d2cd6de8
Merge pull request #746 from heroku/changelog-dates
...
Start adding dates to changelog entries
2018-09-04 11:21:37 -04:00
Jeremy Morrell
e42b725211
Start adding dates to changelog entries
...
It's occasionally useful to see at a glance when releases were pushed to understand what release might have caused a customer's issues. This back-fills dates for the last few months of releases and sets a precedent that can be followed in the future.
2018-09-04 10:02:34 -04:00
Casey
d9456b6d90
Merge pull request #745 from heroku/fix-27-tests
...
update buildpack tests to expect success for all 2.7.15 builds
2018-09-04 09:58:07 -04:00
Casey Faist
61591594a2
typo fix
2018-08-24 18:19:07 -04:00
Casey Faist
13bca29e13
update tests to expect success for all 2.7.15 builds
2018-08-24 18:12:28 -04:00
Casey
95779d6711
Merge pull request #744 from edmorley/add-pr-template
...
Add a Pull Request template
2018-08-22 15:50:36 -04:00
Ed Morley
166b8be2c5
Add a Pull Request template
...
To try and help prevent the notification noise from PRs being opened
against upstream by mistake.
2018-08-22 18:29:03 +01:00
Casey
583c1ab160
Merge pull request #736 from heroku/v-138
...
v 138 changelog
v138
2018-08-01 16:49:37 -05:00
Casey Faist
c7f5532854
v 138 changelog
2018-08-01 16:04:24 -05:00
Terence Lee
0fe4f91395
Merge pull request #713 from hone/sqlite3
...
Update SQLite3
2018-07-26 17:21:08 -05:00
Terence Lee
221722fb27
setup libsqlite3-dev and sqlite3 binary to match stack's libsqlite3-0
...
With inspiration from @KevinBrolly, this patch uses the stack image
SQLite3 package but also still providing the dev headers and binary that
users may still be using today. The benefit is that we won't need to
rebuild all the python binaries for this to take affect. We can just
stop shipping SQLite3 from future binaries. In addition, we don't need
to worry about what version and when to update SQLite3 and maintaining
the packages ourselves.
This also includes updates to Python 2.7.15 and Python 3.6.6 so they can
rebuilt with the stack image dev headers instead of building our own
vendored SQLite3.
2018-07-26 16:49:23 -05:00
Terence Lee
e82f1e4d1e
add Python version operators
2018-07-26 16:32:04 -05:00
Terence Lee
f7e5930047
Merge pull request #733 from heroku/v137
...
v137 changelog
v137
2018-07-17 14:02:40 -05:00
Terence Lee
f51dfb5eb4
v137 changelog
2018-07-17 12:51:36 -05:00
Ian Stapleton Cordasco
06b7f97eff
Merge pull request #729 from heroku/bug/728
...
Prevent Python 3.7 from being unsupported
2018-07-10 08:09:39 -05:00
Ian Stapleton Cordasco
74873b5b71
Merge branch 'master' into bug/728
2018-07-10 07:53:39 -05:00
Ian Stapleton Cordasco
731876d6e8
Be clearer in our warnings about which Py3 we mean
2018-07-10 07:38:31 -05:00