Skip to content

Commit

Permalink
fixup! update documentation, fix issues, remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Mar 15, 2024
1 parent 373edf1 commit fb6e9df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion connector_jira/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JIRA Connector
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:11ec1b2084e2432ba389e7b30e7c1e7d4dc0722df2517d9115a49e8f65590de8
!! source digest: sha256:833187fc4193f5d8034001569662f42621912845bb37b8e1fb2d6f6ca25eca87
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down
2 changes: 1 addition & 1 deletion connector_jira/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"requests-toolbelt>=0.9.1",
"pyjwt>=1.7.1,<2.0.0",
"cryptography<37",
"atlassian_jwt=3.0.0",
"atlassian_jwt>=3.0.0",
],
},
"website": "https://github.com/OCA/connector-jira",
Expand Down
2 changes: 1 addition & 1 deletion connector_jira/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">JIRA Connector</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:11ec1b2084e2432ba389e7b30e7c1e7d4dc0722df2517d9115a49e8f65590de8
!! source digest: sha256:833187fc4193f5d8034001569662f42621912845bb37b8e1fb2d6f6ca25eca87
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/connector-jira/tree/15.0/connector_jira"><img alt="OCA/connector-jira" src="https://img.shields.io/badge/github-OCA%2Fconnector--jira-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/connector-jira-15-0/connector-jira-15-0-connector_jira"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/connector-jira&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds Jira synchronization feature. It works with Jira Cloud by behaving as an Atlassian Connect App.</p>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# generated from manifests external_dependencies
atlassian_jwt=3.0.0
atlassian_jwt>=3.0.0
cryptography<37
jira>=2.0.0
oauthlib>=2.1.0
Expand Down

0 comments on commit fb6e9df

Please sign in to comment.