Github-collective

Latest version: v0.4

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

Scan your dependencies

Page 1 of 2

0.5

----------------

- Add no_delete config option. We might not want to automatically delete repos,
teams ans members.
[thet]

- Early return in pretend mode and fix error with empty result set.
[thet]

- Bypass Github Hooks fetching, which was always failing. There seems to be an
API or docs error.
[thet]

0.4

----------------

- Restore ability to fork repositories to organisations after unexpected
API change.
[davidjb]
- Ensure fork data payload (org name) is sent as JSON.
[davidjb]
- Allow forks to be correctly named once created. GitHub's API forks using
the same name originally, so we need to rename once forked.
[davidjb]
- Add rename helper functionality to sync module. (Note that configuration
does not yet support renaming)
[davidjb]
- Read the Docs-ified documentation.
[davidjb]

0.3.2

------------------

- Fix issue with templating of hook variables. Previously,
the original config was being altered, preventing further
templating.
[davidjb]
- Fix issue with hooks being updated from cache by storing the
existing integer ID.
[davidjb]
- Fix issue with cache not being updated on repo change.
[davidjb]

0.3.1

------------------

- Only send API options to GitHub to reduce overhead.
[davidjb]
- Display output of changes to configuration when running in verbose
mode. This helps track down oddities with GitHub value storage to
reduce overhead.
[davidjb]

0.3

----------------

- Implement Buildout-style variable substitution for configuration with
doctesting.
[davidjb]
- Output resolved configuration when running in verbose mode.
[davidjb]
- Implement deletion of repos from configuration now GitHub API v3
supports this. *Warning*: if a repo exists on GitHub but not in
your configuration, it will now be deleted. Run the command in
`pretend` mode first if unsure.
[davidjb]
- Optimise deletion process to not clear cache when attempting to
delete.
[davidjb]
- Add extras_require option for testing to use ``nose``.
[davidjb]
- Updating to depend on ``requests==0.13.1``.
[davidjb]

0.2

----------------

- Allow service hooks to be specified within the configuration.
For samples, see the example configuration. Any GitHub supported
hook can be associated with repos.
[davidjb]
- Allowing repo properties to be set on creation and editing of config.
For available options, see http://developer.github.com/v3/repos/create.
This facilities private repo creation (if quota available), amongst other
options.
[davidjb]
- Fix response parsing issue when creating teams.
[davidjb]
- Improved end-user documentation.
[davidjb]

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.