Skip to content

Commit

Permalink
fix(hvcs): allow insecure http connections if configured (#886)
Browse files Browse the repository at this point in the history
* fix(gitlab): allow insecure http connections if configured

* test(hvcs-gitlab): fix tests for clarity & insecure urls

* test(conftest): refactor netrc generation into common fixture

* refactor(hvcsbase): remove extrenous non-common functionality

* fix(gitea): allow insecure http connections if configured

* test(hvcs-gitea): fix tests for clarity & insecure urls

* refactor(gitlab): adjust init function signature

* fix(github): allow insecure http connections if configured

* test(hvcs-github): fix tests for clarity & insecure urls

* fix(bitbucket): allow insecure http connections if configured

* test(hvcs-bitbucket): fix tests for clarity & insecure urls

* fix(config): add flag to allow insecure connections

* fix(version-cmd): handle HTTP exceptions more gracefully

* style(hvcs): resolve typing issues & mimetype executions

* test(cli-config): adapt default token test for env resolution

* test(changelog-cmd): isolate env & correct the expected api url

* test(fixtures): adapt repo builder for new hvcs init() signature

* style: update syntax for 3.8 compatiblity & formatting

* docs(configuration): update `remote` settings section with missing values

  Resolves: #868

* style(docs): improve configuration & api readability
  • Loading branch information
codejedi365 committed Apr 14, 2024
1 parent 8954628 commit db13438
Show file tree
Hide file tree
Showing 19 changed files with 2,517 additions and 1,250 deletions.
2 changes: 1 addition & 1 deletion docs/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Note if the version can not be found nothing will be printed.
.. _cmd-version-option-print-last-released-tag:

``--print-last-released-tag``
***************
*****************************

Same as the :ref:`cmd-version-option-print-last-released` flag but prints the
complete tag name (ex. ``v1.0.0`` or ``py-v1.0.0``) instead of the raw version
Expand Down

0 comments on commit db13438

Please sign in to comment.