Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0] [MIG] connector_jira: Migration to 17.0 #107

Open
wants to merge 81 commits into
base: 17.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
288e7a7
Add first brick of the connector_jira addon
guewen Nov 15, 2016
1fed87f
Update ir.model.access.csv
damdam-s Jan 10, 2017
bc23301
Set uninstallable
guewen Apr 19, 2017
b656a84
C2C-152 Add project.task.jira_issue_url
simahawk Nov 20, 2018
c005e4f
add epic and issuetype to analytic line
Dec 13, 2018
8e2b6db
Test jira_key only if connector_no_export is True (#13)
Tonow-c2c Jan 4, 2019
03c549b
Better handling of users sync
simahawk Nov 27, 2018
c4768e2
Replace text_field by options
guewen Jan 30, 2019
4ec264a
Add connector_jira_servicedesk
p-tombez Jan 29, 2019
867e600
Read access tokens with sudo
guewen Feb 1, 2019
21dc4da
Apply suggestions from code review
TDu Apr 8, 2019
cb741e0
Prevent error when linking users
guewen Apr 8, 2019
80466ce
Apply suggestions from code review
TDu Apr 10, 2019
91ac431
Fix oldname field
guewen Apr 10, 2019
e6612a3
Fix psycopg2.ProgrammingError: syntax error when no updated_worklogs …
grindtildeath Apr 25, 2019
5334078
Make migration more robust
guewen Apr 8, 2019
6aca545
Use fallback project when task or project is inactive
jcoux May 22, 2019
e88b71b
Add base test class for worklog
simahawk May 8, 2019
2f6a1cf
Allow several bindings on projects
guewen Jun 25, 2019
16adda6
[ADD] icon.png
OCA-git-bot Jul 12, 2019
29611b3
[MIG] connector_jira: Migration to 12.0
alexey-pelykh Jul 20, 2019
53b052e
[IMP] connector_jira: improved user binding
alexey-pelykh Aug 11, 2019
92384ed
connector_jira 12.0.1.0.1
OCA-git-bot Aug 20, 2019
fceceb3
[IMP] connector_jira: do not track sync updates
alexey-pelykh Aug 11, 2019
ec99bfd
connector_jira 12.0.1.0.2
OCA-git-bot Aug 20, 2019
939adb3
[IMP] connector_jira: view JIRA keys on project and task views
alexey-pelykh Aug 11, 2019
a52cc72
connector_jira 12.0.1.1.0
OCA-git-bot Aug 23, 2019
673022f
[IMP] connector_jira: restrict linked tasks alteration
alexey-pelykh Aug 11, 2019
75f2212
[IMP] connector_jira: search by jira keys
alexey-pelykh Aug 24, 2019
cef136c
connector_jira 12.0.1.2.0
OCA-git-bot Sep 2, 2019
e96df35
[IMP] connector_jira: import estimation and status for tasks
alexey-pelykh Aug 23, 2019
18fe28f
[IMP] connector_jira: restrict linked AAL modification
alexey-pelykh Sep 1, 2019
2bbfa89
[FIX] connector_jira: issues can be moved between projects
alexey-pelykh Nov 7, 2019
2d2b183
[IMP] connector_jira: worklog/timesheet date timezone
alexey-pelykh Nov 8, 2019
34aa764
[FIX] connector_jira: UI layout
alexey-pelykh Nov 21, 2019
0e5579f
connector_jira 12.0.1.4.0
OCA-git-bot Dec 3, 2019
10700dc
[IMP] connector_jira: write only updated values, validate by cache fo…
alexey-pelykh Dec 4, 2019
7029caa
connector_jira 12.0.1.5.0
OCA-git-bot Dec 5, 2019
7784167
[IMP] connector_jira: forced import option
alexey-pelykh Nov 20, 2019
4a57132
connector_jira 12.0.1.6.0
OCA-git-bot Dec 5, 2019
bf96972
[IMP] connector_jira: consider archived employees
alexey-pelykh Feb 13, 2020
f5e2329
connector_jira 12.0.1.6.1
OCA-git-bot Feb 14, 2020
728ddec
[FIX][11.0] Remove enterprise related code
jcoux Feb 26, 2020
c8ad6d8
connector_jira 12.0.1.6.2
OCA-git-bot Feb 27, 2020
a5cb08e
[13.0][MIG] connetor_jira: migration
Apr 25, 2020
c2e905d
[REM] pot file
May 7, 2020
0046d7e
[IMP] apply black, isort
May 8, 2020
6a7c371
connector_jira: Fix _compute_jira_issue_url dependencies
grindtildeath Aug 5, 2020
dabdb53
connector_jira: Fix inconsistent 'compute_sudo' for computed fields
grindtildeath Aug 5, 2020
bb9c98e
connector_jira: Fix parameter 'oldname' is not longer supported; use …
grindtildeath Aug 5, 2020
38081e7
connector_jira: Fix view inheritance of project.link.jira
grindtildeath Aug 5, 2020
1b60ab6
connector_jira: Fix display of button in footer on project create form
grindtildeath Aug 5, 2020
b60c41f
[FIX] remove use of deprecated method
gurneyalex Aug 24, 2020
c5f15ac
connector_jira: Add epic link on epic
grindtildeath Jul 31, 2020
6331234
Pre-commit fixes
leemannd Jan 20, 2021
4c6e8cf
prettier
leemannd Jan 20, 2021
bb16934
Fix missing assignement in compute function
leemannd Mar 8, 2021
35f0662
connector_jira 13.0.1.0.1
OCA-git-bot Mar 11, 2021
343fdc1
[FIX] set company_id on the task related to the project
vrenaville Apr 30, 2021
1a0a717
connector_jira 13.0.1.1.0
OCA-git-bot Jun 15, 2021
e62ab8d
[IMP] connector_jira: black, isort, prettier
Jun 1, 2022
44c4559
[15.0][MIG] connector_jira: Migrate to version 15.0
Jun 8, 2022
99d2493
[UPD] Update connector_jira.pot
Jul 6, 2022
2d3be10
[UPD] README.rst
OCA-git-bot Jul 6, 2022
c148d4b
[UPD] Brainbean Apps => CorporateHub
alexey-pelykh Jul 15, 2022
4ac6bf3
connector_jira: fix migration from 14.0
sebalix Jul 18, 2022
f0f9fec
[15.0][FIX] fix issue with maxResults in url
Jul 14, 2022
228c412
connector_jira 15.0.1.0.1
OCA-git-bot Jul 20, 2022
acac07a
[UPD] README.rst
OCA-git-bot Jul 20, 2022
83fbcf7
update_contributors
leemannd Jul 20, 2022
a8e481e
[UPD] README.rst
OCA-git-bot Jul 20, 2022
8505f18
[UPD] Update connector_jira.pot
Jul 20, 2022
898f279
[UPD] Brainbean Apps => CorporateHub
alexey-pelykh Nov 4, 2020
cb0939f
[UPD] README.rst
OCA-git-bot Jul 20, 2022
a1b4a85
[UPD] README.rst
OCA-git-bot Sep 3, 2023
1b55b2e
[IMP] connector_jira: pre-commit auto fixes
May 2, 2024
11ef9db
[MIG] connector_jira: Migration to 17.0
Jun 12, 2024
362268f
[IMP] connector_jira: pre-commit auto fixes
May 26, 2024
6563fd5
[ADD] connector_jira: Add basic authentication as an alternative acce…
mlaitinen May 19, 2021
de799c2
[IMP] connector_jira: portal user can edit with project sharing feature
Nov 19, 2024
0216962
[IMP] connector_jira: Jira columns optional in timesheet list view
Nov 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
connector_jira 12.0.1.0.1
  • Loading branch information
OCA-git-bot authored and Nedas Žilinskas committed May 2, 2024
commit 92384edbbd658e5c3bd8a5a0f74e20fa688245f5
2 changes: 1 addition & 1 deletion connector_jira/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
'name': 'JIRA Connector',
'version': '12.0.1.0.0',
'version': '12.0.1.0.1',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Connector',
Expand Down