Wykres commitów

1121 Commity (4858f42d7fba6503e498d2e52f576e7c9d3ecf81)

Autor SHA1 Wiadomość Data
Tim Head 02b41948dd Add tests for Git content provider 2018-10-16 08:04:13 +02:00
Tim Head e5c7fdd341 Use the local content provider
This let's us remove some special casing around local directories from
the build process.
2018-10-16 08:04:13 +02:00
Tim Head 866dd4f800 Start using content providers 2018-10-16 08:04:13 +02:00
yuvipanda 18f11b8c1f [WIP] base contentproviders commit
Very much a WIP, but some thougts on how we can support more
than just git.
2018-10-16 08:04:13 +02:00
Tim Head 1990c0644f
Merge pull request #442 from jupyter/jzf2101-patch-1
Update CONTRIBUTING.md
2018-10-16 07:09:33 +02:00
J Forde ec7326150c
Update CONTRIBUTING.md
Added clarity to updating conda- I read it as meaning the specific version of conda
2018-10-15 23:26:01 -04:00
J Forde 8e747d6fc0
Update CONTRIBUTING.md
`freeze.py` expects `environment.yml` to be in working directory - calling it from project root will not work since the file is in a different folder
2018-10-15 23:15:20 -04:00
Tim Head 988ed3e60d
Merge pull request #413 from dsludwig/master
Subdirectory support
2018-10-15 23:23:07 +02:00
Derek Ludwig 4f1dc9ce27 add comment 2018-10-15 10:59:16 -07:00
Derek Ludwig 405abf4a98 update tests 2018-10-15 10:58:00 -07:00
Derek Ludwig 2d2738b6db Merge remote-tracking branch 'upstream/master' 2018-10-15 10:21:41 -07:00
Chris Holdgraf befb958ed7
Merge pull request #436 from betatim/fix-coverage-fix
[MRG] Change back into main repository directory
2018-10-13 11:56:50 -06:00
Chris Holdgraf 49d655fb0f
Merge pull request #440 from matthewfeickert/fix/fix-Dockerfile-Advanced-environments-link
Correct url of Advanced Binder Documentation link
2018-10-13 11:53:26 -06:00
Matthew Feickert bf2b471d28 Correct url of Advanced Binder Documentation link
The URL was missing a "/tutorials/" in the path
2018-10-13 11:57:09 -05:00
Chris Holdgraf f1339604ab
Merge pull request #431 from matthewfeickert/feature/add-packages-to-build-docs
Add pip install doc-requirements.txt to setup of virtual environment instructions
2018-10-12 13:24:26 -06:00
Tim Head 58e04fe61a Change back into main repository directory 2018-10-12 20:13:06 +02:00
Matthew Feickert 32327abfea Add pip install of doc-requirements.txt
To be able to build the docs the libraries in docs/doc-requirements.txt
need to be installed. As such, the installation of these libraries
should be part of the setup of the developer virtual env.
2018-10-12 12:04:29 -05:00
Tim Head b5d64fb2b4
Merge pull request #432 from betatim/fix-coverage
[MRG] Switch to right sub-directory for coverage reports
2018-10-12 18:05:28 +02:00
Tim Head de4509010f
Merge pull request #435 from betatim/pep8ing
PEP8 styling
2018-10-12 18:04:34 +02:00
Tim Head 86b32d511d PEP8 styling 2018-10-12 16:33:16 +02:00
Tim Head 8c6be2079b Add a coverage.py config file to exclude _version.py 2018-10-12 16:11:42 +02:00
Tim Head 57cdd065d0 Switch to right sub-directory for coverage reports 2018-10-12 16:11:42 +02:00
Tim Head 9552307073
Merge pull request #429 from betatim/julia-fix
[MRG] Only check beginning of name of Python shared library
2018-10-12 16:10:11 +02:00
Tim Head 126e22d3e0 Check beginning of the string only for Julia
Only uses the beginning of the string to determine which version of
Python we use in Julia
2018-10-12 11:55:14 +02:00
Tim Head 30a5ef0308
Merge pull request #434 from sneumann/patch-1
Fix ordering of parameter before URL
2018-10-12 10:39:23 +02:00
sneumann ec9bd982a4
Fix ordering of parameter before URL
Hi, I ran into
`jupyter-repo2docker https://github.com/.../ --ref 16c6b...f1a9f` still using master and ignoring my `--ref`. 
@betatim suggested https://gitter.im/jupyterhub/binder?at=5bc05a19c7bf7c3662f9e0bf to 
```
have you tried changing the order of the arguments repo2docker --ref 16c...1a9f https://github.com/... we've had issues with the arguments after the URL being interpreted as the command to run in the container
```
which indeed fixed the issue. I am here updating the usage.rst document, where I got the ordering from. Not sure if that is the only documentation showing this order, and also not fixing the issue mentioned by Tim. Yours, Steffen
2018-10-12 10:36:58 +02:00
Chris Holdgraf a161b0925a
Merge pull request #428 from evertrol/adjust-css-header-links
Adjust css for header links
2018-10-10 07:31:43 -07:00
Evert Rol d7cee53419 Remove underlines from H2 headers that are links
The `contents::` directive in Sphinx causes the headers of referred
sections to become links back to the line in the table of
contents. This causes the headers to use the default attributes for
links, including underlines. The latter makes the header style out of
line with the rest of the documentation. A single `text-decoration:
none` in the custom CSS file fixes this (note: only for H2 headers
currently: these were the offending ones).
2018-10-10 14:51:10 +02:00
Evert Rol 3703750b8f Fix path to custom CSS file
Note: Sphinx automatically already includes a _static/custom.css file,
so the change is not noticable; it only avoids a 404 for a single
file.
2018-10-10 14:49:45 +02:00
Tim Head dc3114fdc0
Merge pull request #426 from evertrol/add-changelog
Add a change log
2018-10-10 10:33:16 +02:00
Evert Rol 3a99a5c56c Add a change log
Adds an initial (template) change log, with a description on its usage
in the CONTRIBUTING documentation.
2018-10-10 09:25:10 +02:00
Chris Holdgraf c0eaf5c8a7
Merge pull request #427 from betatim/update-contrib-docs
[MRG] Update the contributing docs
2018-10-09 11:37:07 -07:00
Tim Head 36c204d85b Update links to docs in the README 2018-10-09 10:12:56 +02:00
Tim Head d3c0aec374 Add a "checklist" for PRs to our contributing guide 2018-10-09 10:09:25 +02:00
Tim Head 53f0f78316
Merge pull request #425 from evertrol/change-faq-to-rst
Change faq to rst
2018-10-09 07:32:12 +02:00
Tim Head a0e4dff37f
Merge pull request #421 from evertrol/add-editable-mode
Add an edit-mode option
2018-10-08 19:50:11 +02:00
Evert Rol 0adfed437b Change FAQ format to reStructuredText
- allows for admonition
- fixes reST/Sphinx directive used in Markdown
- removes dead link
2018-10-08 15:38:24 +02:00
Evert Rol 754edd01c4 Move test fixture to conftest.py 2018-10-08 15:36:45 +02:00
Evert Rol 871b0629a4 Remove dockerfile/editable test from main tests
The dockerfile test is used by test_editable, but should not be used
by the generated tests. Removing the verify script will prevent it
being run as part of the generated tests.
2018-10-08 15:36:45 +02:00
Evert Rol c834e27686 Add test for host file creation in edit mode
This will test whether an externally (host) created file is seen
inside the container. This means starting the container, creating a
temporary file on the host, then running a simple verification command
(`ls`) to detect the file. Once the temporary file is removed on the
host side, it should be removed in the container as well.
2018-10-08 15:36:45 +02:00
Evert Rol 6847e71670 Add test for editable option
This test only verifies the option one way: a change inside the
container (a new file) is reflected in the local host repository
outside the container.

A further test where a modification at the host level is reflected in
the container, is still neede.
2018-10-08 15:36:45 +02:00
Evert Rol fd21926039 Add FAQ entry for editable local repositories 2018-10-05 14:08:51 +02:00
Evert Rol e9a31df758 Add an edit-mode option
This adds an option to run from a local repository in edit mode, where
changes in a running Docker container (for example, through a
notebook) are reflected in the local repository.

Implements the feature suggested in #357
2018-10-05 14:08:51 +02:00
Tim Head d95f7dc328
Merge pull request #420 from evertrol/clone-depth-1
Speed up cloning by using a depth of 1 if there is no refspec
2018-10-05 10:27:22 +02:00
Evert Rol 67cf0e6e8d Add test for clone depth
Adds test for the use of a clone depth of 1 for cases where no refspec
is used. This relies on an external source (an existing test
repository), so may break easier.
2018-10-05 09:36:32 +02:00
Tim Head 0278f12b39
Merge pull request #422 from evertrol/fix/documentation-avoid-clashing-markup
Fix documentation: avoid clashing markup
2018-10-03 15:37:11 +02:00
Evert Rol 38d95c0854 Change emphasis into a "note" admonition 2018-10-03 11:13:58 +02:00
Evert Rol 86c97d6e7b Remove erroneous backtick 2018-10-03 11:13:25 +02:00
Evert Rol 79a0608d52 Remove emphasis from a warning admonition 2018-10-03 11:12:00 +02:00
Evert Rol b9bab6e19d Avoid clashing inline markup
Stops and starts emphasis around an inline code markup.

Also removes two emphasis sections, since these are at the start of
bullet points, creating emphasis already.
2018-10-03 11:09:48 +02:00