Jupyterlab-github

Latest version: v4.0.0

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.8.0

([full changelog](https://github.com/jupyterlab/jupyterlab-github/compare/08ca51c...a1bdbac))

Merged PRs

- copy request for get_next_page [63](https://github.com/jupyterlab/jupyterlab-github/pull/63) ([ktong](https://github.com/ktong))
- Include LICENSE file in wheels [58](https://github.com/jupyterlab/jupyterlab-github/pull/58) ([toddrme2178](https://github.com/toddrme2178))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-github/graphs/contributors?from=2018-05-14&to=2018-07-25&type=c))

[gabrielvrl](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Agabrielvrl+updated%3A2018-05-14..2018-07-25&type=Issues) | [ian-r-rose](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aian-r-rose+updated%3A2018-05-14..2018-07-25&type=Issues) | [ktong](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aktong+updated%3A2018-05-14..2018-07-25&type=Issues) | [michaelaye](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Amichaelaye+updated%3A2018-05-14..2018-07-25&type=Issues) | [toddrme2178](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Atoddrme2178+updated%3A2018-05-14..2018-07-25&type=Issues)

0.7.2

([full changelog](https://github.com/jupyterlab/jupyterlab-github/compare/7a9550d...08ca51c))

Bugs fixed

- Fix problem with redirects in Safari by removing spurious slash. [56](https://github.com/jupyterlab/jupyterlab-github/pull/56) ([ian-r-rose](https://github.com/ian-r-rose))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-github/graphs/contributors?from=2018-04-23&to=2018-05-14&type=c))

[gabrielvrl](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Agabrielvrl+updated%3A2018-04-23..2018-05-14&type=Issues) | [ian-r-rose](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aian-r-rose+updated%3A2018-04-23..2018-05-14&type=Issues) | [michaelaye](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Amichaelaye+updated%3A2018-04-23..2018-05-14&type=Issues)

0.7.1

([full changelog](https://github.com/jupyterlab/jupyterlab-github/compare/66433b2...7a9550d))

Merged PRs

- Add ability to configure the GitHub base url [52](https://github.com/jupyterlab/jupyterlab-github/pull/52) ([dhirschfeld](https://github.com/dhirschfeld))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-github/graphs/contributors?from=2018-04-20&to=2018-04-23&type=c))

[dhirschfeld](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Adhirschfeld+updated%3A2018-04-20..2018-04-23&type=Issues) | [ian-r-rose](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aian-r-rose+updated%3A2018-04-20..2018-04-23&type=Issues)

0.7.0

([full changelog](https://github.com/jupyterlab/jupyterlab-github/compare/2fd67f2...66433b2))

Enhancements made

- Allow setting a default repository at launch. [50](https://github.com/jupyterlab/jupyterlab-github/pull/50) ([ian-r-rose](https://github.com/ian-r-rose))
- Allow for private repos to be viewed if the user is authenticated. [48](https://github.com/jupyterlab/jupyterlab-github/pull/48) ([ian-r-rose](https://github.com/ian-r-rose))
- Change to using access tokens and make the api url configurable. [47](https://github.com/jupyterlab/jupyterlab-github/pull/47) ([dhirschfeld](https://github.com/dhirschfeld))

Bugs fixed

- Conditionally use err.response. [51](https://github.com/jupyterlab/jupyterlab-github/pull/51) ([ian-r-rose](https://github.com/ian-r-rose))

Maintenance and upkeep improvements

- Updates for JupyterLab v0.32 [44](https://github.com/jupyterlab/jupyterlab-github/pull/44) ([ian-r-rose](https://github.com/ian-r-rose))

Other merged PRs

- Update docs to include access_token instructions. [49](https://github.com/jupyterlab/jupyterlab-github/pull/49) ([ian-r-rose](https://github.com/ian-r-rose))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-github/graphs/contributors?from=2018-04-13&to=2018-04-20&type=c))

[dhirschfeld](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Adhirschfeld+updated%3A2018-04-13..2018-04-20&type=Issues) | [ian-r-rose](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aian-r-rose+updated%3A2018-04-13..2018-04-20&type=Issues)

0.6.0

([full changelog](https://github.com/jupyterlab/jupyterlab-github/compare/7e506c2...2fd67f2))

Maintenance and upkeep improvements

- Updates for JupyterLab v0.32 [44](https://github.com/jupyterlab/jupyterlab-github/pull/44) ([ian-r-rose](https://github.com/ian-r-rose))

Other merged PRs

- Use textencoder [41](https://github.com/jupyterlab/jupyterlab-github/pull/41) ([ian-r-rose](https://github.com/ian-r-rose))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-github/graphs/contributors?from=2018-03-23&to=2018-04-13&type=c))

[beenje](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Abeenje+updated%3A2018-03-23..2018-04-13&type=Issues) | [dhirschfeld](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Adhirschfeld+updated%3A2018-03-23..2018-04-13&type=Issues) | [ian-r-rose](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aian-r-rose+updated%3A2018-03-23..2018-04-13&type=Issues)

0.5.1

([full changelog](https://github.com/jupyterlab/jupyterlab-github/compare/429c6fa...7e506c2))

Enhancements made

- Binder tree handler [33](https://github.com/jupyterlab/jupyterlab-github/pull/33) ([ian-r-rose](https://github.com/ian-r-rose))

Bugs fixed

- Fix decoding of base64 strings to Unicode. [40](https://github.com/jupyterlab/jupyterlab-github/pull/40) ([ian-r-rose](https://github.com/ian-r-rose))
- Binder tree handler [33](https://github.com/jupyterlab/jupyterlab-github/pull/33) ([ian-r-rose](https://github.com/ian-r-rose))

Maintenance and upkeep improvements

- Update keyword [37](https://github.com/jupyterlab/jupyterlab-github/pull/37) ([ian-r-rose](https://github.com/ian-r-rose))
- Update packaging to use new conf.d approach in Notebook 5.3 [32](https://github.com/jupyterlab/jupyterlab-github/pull/32) ([ian-r-rose](https://github.com/ian-r-rose))
- Updates for JupyterLab 0.31rc2 [31](https://github.com/jupyterlab/jupyterlab-github/pull/31) ([ian-r-rose](https://github.com/ian-r-rose))

Other merged PRs

- Update README.md [38](https://github.com/jupyterlab/jupyterlab-github/pull/38) ([andersy005](https://github.com/andersy005))
- Add package metadata for discovery compatibility [36](https://github.com/jupyterlab/jupyterlab-github/pull/36) ([vidartf](https://github.com/vidartf))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab-github/graphs/contributors?from=2018-01-10&to=2018-03-23&type=c))

[andersy005](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aandersy005+updated%3A2018-01-10..2018-03-23&type=Issues) | [ian-r-rose](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Aian-r-rose+updated%3A2018-01-10..2018-03-23&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Ajasongrout+updated%3A2018-01-10..2018-03-23&type=Issues) | [vidartf](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab-github+involves%3Avidartf+updated%3A2018-01-10..2018-03-23&type=Issues)

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.