Felix Fontein
675bdef190
Adjust booleans in source control modules. ( #5158 )
2022-08-24 19:59:56 +02:00
Felix Fontein
123c7efe5e
Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt ( #5065 )
...
* Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt.
* Replace 'Copyright:' with 'Copyright'
sed -i 's|Copyright:\(.*\)|Copyright\1|' $(rg -l 'Copyright:')
Co-authored-by: Maxwell G <gotmax@e.email>
2022-08-05 12:28:29 +02:00
Álvaro Torres Cogollo
17c3708f31
Bugfix: github_repo does not apply defaults on existing repos ( #2386 )
...
* github_repo do not apply defaults on currently existing repos
* Fixed sanity
* Fixed doc defaults
* Added changelog
* Fix "or" statement and some formatting
* Improve description change check
* Added api_url parameter for unit tests and default values for private and description parameters
* Added force_defaults parameter
* Improved docs
* Fixed doc anchors for force_defaults parameter
* Update plugins/modules/source_control/github/github_repo.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-11-22 07:11:26 +01:00
Max Bidlingmaier
38e70ae0e4
github_repo: support GitHub on premise installations ( #3039 )
...
* added possibility to manage on prem github
* added changelog
* fixed module tests
* Update changelogs/fragments/3038-enhance_github_repo_api_url.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/source_control/github/github_repo.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Max Bidlingmaier <Max-Florian.Bidlingmaier@sap.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2021-07-22 16:55:09 +02:00
Álvaro Torres Cogollo
8eb2331aea
Bugfix: PyGithub does not support explicit port in base_url ( #2204 )
...
* Bugfix: PyGithub does not support explicit port in base_url
* Fix unit tests
* Fix unit tests
* Added changelog
* Update changelogs/fragments/2204-github_repo-fix-baseurl_port.yml
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
2021-04-09 06:00:21 +02:00
Álvaro Torres Cogollo
53c6b49673
Added new module github_repo ( #1683 )
...
* Added new module github_repo
* Fixed sanity errors
* Fixed sanity errors
* Unit tests for github_repo module
* Fixed import-before-documentation
* Added PyGithub dependency for unit tests
* Fixed errata
* Require Python >= 2.7
* Support for check_mode and other improvements
* Fixed import-before-documentation
* Improved module parameter requirements, check mode and docs
* Code improvements
* Fixed version tag
2021-03-06 13:30:43 +01:00