Wykres commitów

1072 Commity (381d21c25b01f237bcac58ed4f27ed1ba1fd040c)

Autor SHA1 Wiadomość Data
James Bourbeau 381d21c25b Update CHANGES.rst [skip travis] 2018-12-15 10:25:49 -06:00
James Bourbeau 454782426e Move changelog to docs 2018-12-14 14:20:47 -06:00
Tim Head 7bcfa06d8f
Merge pull request #500 from jrbourbeau/add-labels
Add repo2docker Dockerfile labels
2018-12-14 08:17:08 +01:00
James Bourbeau db00d4982c Use "local" label for local directory 2018-12-13 17:12:09 -06:00
James Bourbeau 2448730b75 Refactor test to use mock 2018-12-13 16:40:39 -06:00
James Bourbeau a55a3f6d30 Add test for BuildPack label rendering 2018-12-13 13:34:57 -06:00
James Bourbeau 99b1e7548a Update test_labels.py 2018-12-13 12:43:45 -06:00
James Bourbeau 624ad94073 Remove getattr usage 2018-12-13 11:09:50 -06:00
James Bourbeau adae4b9649 Update changelog 2018-12-13 10:42:04 -06:00
James Bourbeau 204856b21c Add changelog entry 2018-12-12 22:48:54 -06:00
James Bourbeau 5ff24d960b Add test_labels 2018-12-12 22:05:35 -06:00
James Bourbeau 2e31e6e80e Add Dockerfile repo2docker labels 2018-12-12 22:05:06 -06:00
Tim Head eb272875b1
Merge pull request #499 from minrk/push-tags
push tagged images on travis
2018-12-12 17:24:03 +01:00
Min RK 65a4633992 push tagged images on travis
creates jupyter/repo2docker:0.7.0 when we release 0.7.0
2018-12-12 15:54:06 +01:00
Min RK 72d763486f
Merge pull request #498 from betatim/changelog-for-v070
Update changelog in preparation for releasing v0.7.0
2018-12-12 14:14:23 +01:00
Min RK 8c683708a1
Update CHANGES.rst
Co-Authored-By: betatim <betatim@gmail.com>
2018-12-12 10:46:02 +01:00
Tim Head 5c6d23223f Update changelog in preparation for releasing v0.7.0 2018-12-12 10:13:50 +01:00
Tim Head 19d7c165d1
Merge pull request #482 from yuvipanda/push-log
Log a 'success' message when push is complete
2018-12-12 08:35:33 +01:00
Tim Head 1fe211d284
Merge pull request #497 from betatim/codecov-round3
Swap codecov targets around
2018-12-12 08:32:50 +01:00
Tim Head 52855c2f1c
Merge pull request #475 from betatim/bump-notebook
[WIP] Update notebook to latest release
2018-12-12 07:20:59 +01:00
Tim Head 5fa48dfa98 Swap codecov targets around 2018-12-12 07:09:27 +01:00
Tim Head ef7bf9e456 Remove notebook from list of conda packages 2018-12-11 22:39:04 +01:00
Tim Head f3989a6555 Refreeze environments
The frozen Python 3.6 environment was empty so refreezing everything.
Added the generated environment.py-3.6.yml which used to be excluded by
gitignore because it was the only one not also commited to the repo.
2018-12-11 22:32:05 +01:00
Yuvi Panda 1552dd20de
Merge pull request #495 from betatim/codecov-round2
Remove duplicate codecov config
2018-12-11 07:29:06 -08:00
Tim Head 77f6241990 Remove duplicate codecov config 2018-12-11 13:12:00 +01:00
Tim Head 69cd760e07
Merge pull request #494 from yuvipanda/util-tests
Add unit tests for repo2docker/utils.py
2018-12-11 13:05:08 +01:00
Min RK 81f35ba629 remove everything but the comment in unused environment.py-3.5.yml 2018-12-11 11:02:11 +01:00
Min RK 694e728ffd
Merge pull request #478 from yuvipanda/cache-from
Allow specifying images to reuse cache from
2018-12-11 11:00:23 +01:00
Tim Head d934c59156
Remove unused shutil import 2018-12-11 10:55:00 +01:00
Tim Head 153765aa70
Add shutil import 2018-12-11 10:54:06 +01:00
Min RK 48dcd88365 opt-out of auto-freezing Python 3.5
now that it's not being updated anymore

only security fixes from now on for Python 3.5
2018-12-11 10:54:02 +01:00
yuvipanda bf8836243c Add test for ByteSpecification validation 2018-12-10 23:19:13 -08:00
yuvipanda b441176a6a Add test for utils.chdir 2018-12-10 23:13:56 -08:00
yuvipanda ee9b150ef8 Remove maybe_cleanup util function
It was used in exactly one place, and could be inlined with
minimal loss of clarity
2018-12-10 23:13:46 -08:00
yuvipanda 30e69bccee Add unit test for execute_cmd in repo2docker.utils 2018-12-10 23:06:25 -08:00
yuvipanda d035483d1c Add tests for Docker & Legacy Docker buildpacks 2018-12-10 22:46:06 -08:00
Tim Head b61e37474b
Merge pull request #493 from yuvipanda/nbrsessionproxy
Bump nbrsessionproxy version
2018-12-10 22:02:37 +01:00
yuvipanda b4dbc9852e Pass cache_from through to build
Got lost in a merge
2018-12-10 11:43:54 -08:00
Yuvi Panda 1cd127d9b9
Merge pull request #491 from betatim/roadmap-update
Update the roadmap
2018-12-10 11:34:19 -08:00
yuvipanda 47335f44c7 Add tests for cache_from functionality 2018-12-10 11:25:47 -08:00
yuvipanda 3b0b77259f Inject docker.APIClient into methods that need them
- Creating a new client with 'auto' version causes repeated
  unnecessary network requests to discover version of docker daemon.
- Testing is easier this way, since we can inject a mocked docker
  client more easily
2018-12-10 11:18:01 -08:00
Yuvi Panda b0dcc39c7b
Merge pull request #492 from betatim/codecov
Add codecov configuration
2018-12-10 11:14:10 -08:00
yuvipanda 3b515aa5f1 Merge branch 'master' into cache-from
Merges in this revert: https://github.com/jupyter/repo2docker/pull/481
2018-12-10 11:13:36 -08:00
yuvipanda 71031688dd Bump nbrsessionproxy version
For https://github.com/jupyterhub/mybinder.org-deploy/issues/865
2018-12-10 09:52:16 -08:00
Tim Head 0dfec15fff Add codecov configuration 2018-12-10 15:26:59 +01:00
Tim Head de348d548c Update roadmap 2018-12-10 11:39:15 +01:00
Yuvi Panda 31d175a420
Merge pull request #481 from jupyter/revert-461-caching-builds
Revert "[MRG] Start reusing existing docker images if content hasn't changed"
2018-12-05 13:09:56 -08:00
yuvipanda e8a352781b Log a 'success' message when push is complete 2018-12-05 12:09:47 -08:00
Yuvi Panda aeec658149
Revert "[MRG] Start reusing existing docker images if content hasn't changed" 2018-12-05 11:51:22 -08:00
yuvipanda 89665ea910 Use --cache-from as arg name to match docker build 2018-12-05 11:11:55 -08:00