Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

81 lines (62 loc) · 4.73 KB

0.9.0

  • Allow destination to be configured (#42)
  • Made the checkout from the reset_deleted_files to use the origin. (#111)
  • Update version. (#112)
  • Update index.rst (#113)
  • Use shallow clones by default (#117)
  • updating theme (#126)
  • Update ipynb with newer query parameters and toggles (#127)
  • Add a mybinder.org tab to the link builder (#129)
  • tab activation on link generator (#132)
  • fixing bug (#134)
  • Fix typo from ipynb link generator external tool reference (#136)
  • Use the correct branch for contentRepo (#138)
  • Fix file paths or application paths (#140)
  • Make the environment repo branch required for binder (#143)
  • Travis pypi deployment, README fixes (#145)
  • Replace data-8 with jupyterhub (#146)
  • CI: fix broken test assertions following --depth 1 by default (#147)
  • CI: ensure tox run's flake8 as well (#148)

0.8.0

  • Link generator: init application type from query params (#107)
  • Made the checkout from the reset_deleted_files to use the origin. (#111)

0.7.2

  • Bump version number (#103)
  • Set authorship info on each commit, rather than repo-wide (#104)
  • Bump version number (#105)

0.7.1

  • Update version to 0.7.0. (#100)
  • Fix legacy links with empty path (#102)
  • Bump version number (#103)

0.7.0

  • adding a link generator binder (#49)
  • Clean up link_generator notebook / app (#50)
  • add link to TLJH guide in readme (#52)
  • updating link sanitizing (#54)
  • adds link to a basic video instruction (#56)
  • Add new link generator instructions (#62)
  • adding new nbgitpuller link gen app (#63)
  • Implement depth/shallow-clone support (#67)
  • Made repo_dir an absolute path based on the server_root_dir. (#71)
  • Serve gh pages from docs/ not gh-pages (#73)
  • Pass nbapp along to GitPuller so it can read from our configuration (#75)
  • Rework nbgitpuller link generator (#76)
  • Generate URLs that can be launched from canvas (#78)
  • Don't require including cloned dir name in path to open (#79)
  • adding documentation (#81)
  • circle config to push docs (#82)
  • documentation clarification (#88)
  • Redo documentation (#92)
  • Allow [email protected]:repo links (#97)

0.6.1

  • Install Jupyter notebook extension by default, Add missing nbgitpuller.json file

0.6.0

  • Work with (and require) newer notebook version (#46)
  • Update README.md (#48)