Skip to content

Latest commit

 

History

History
138 lines (96 loc) · 11 KB

CHANGELOG.md

File metadata and controls

138 lines (96 loc) · 11 KB

0.10

0.10.2 - 2021-08-25

This is a critical security release, please upgrade to this and see GHSA-mq5p-2mcr-m52j more information.

0.10.1 - 2021-06-24

Bugs fixed

Documentation improvements

  • Provide cleaner feedback for lint vs test failures #181 (@yuvipanda)

Continuous integration

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @manics | @sean-morris | @yuvipanda

0.10.0 - 2021-06-09

Enhancements made

Bugs fixed

  • Handle lack of trailing slashes in hub URLs #173 (@yuvipanda)
  • Respect path component of JupyterHub url #172 (@yuvipanda)
  • Parse ssh git URLs properly #163 (@yuvipanda)
  • Fix failure to restore deleted files (use raw output of git ls-files to avoid quoting unicode) #156 (@manics)
  • Compare current branch to target - don't assume already on target branch locally #141 (@danlester)

Documentation improvements

Continuous Integration

Contributors to this release

(GitHub contributors page for this release)

@albertmichaelj | @choldgraf | @consideRatio | @danlester | @giumas | @manics | @minrk | @ryanlovett | @SaladRaider | @samuelmanzer | @sean-morris | @ttimbers | @welcome | @yuvipanda

0.9

0.9.0 - 2020-09-1

  • 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.8.0 2019-11-23

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

0.7

0.7.2 - 2019-10-3

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

0.7.1 2019-10-3

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

0.7.0 2019-07-31

  • 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

0.6.1 2018-07-19

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

0.6.0 2018-07-18

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