Skip to content

Latest commit

 

History

History
334 lines (208 loc) · 29.5 KB

CHANGELOG.md

File metadata and controls

334 lines (208 loc) · 29.5 KB

1.2

1.2.1 - 2024-03-29

This release provides compatibility with JupyterHub >=4.1.

(full changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@balajialg (activity) | @consideRatio (activity) | @fomightez (activity) | @jtpio (activity) | @manics (activity) | @mathbunnyru (activity) | @minrk (activity) | @ryanlovett (activity) | @sgibson91 (activity) | @yuvipanda (activity)

1.2.0 - 2023-08-07

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Continuous integration improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@a3626a (activity) | @akhmerov (activity) | @albertmichaelj (activity) | @balajialg (activity) | @consideRatio (activity) | @frankier (activity) | @jdmansour (activity) | @jtpio (activity) | @manics (activity) | @minrk (activity) | @Snozzberries (activity) | @yuvipanda (activity)

1.1

1.1.1 - 2022-11-08

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Continuous integration improvements

Contributors to this release

(GitHub contributors page for this release)

@balajialg | @consideRatio | @farcila | @jdmansour | @yuvipanda

1.1.0 - 2022-03-19

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@akhmerov | @brian-rose | @choldgraf | @consideRatio | @jameshowison | @jdmansour | @manics | @ryanlovett | @welcome | @yuvipanda | @Zsailer

1.0

1.0.2 - 2021-09-03

A release to fix an issue that stopped us from publishing nbgitpuller on conda-forge.

Maintenance and upkeep improvements

1.0.1 - 2021-09-02

This release fixes a failure to install from a source distribution of the package without having node and npm installed.

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @manics

1.0.0 - 2021-09-01

This is not a breaking release, we have just decided to let this be 1.0.0 to better communicate changes via the version number in future releases.

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

  • Update contributing guide to use git-pull #202 (@fperez)

Contributors to this release

(GitHub contributors page for this release)

@choldgraf | @consideRatio | @fmaussion | @fperez | @GeorgianaElena | @manics | @nibheis | @TimoRoth | @welcome | @yuvipanda

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 git@example.com: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)