Skip to content

Conversation

@juppe
Copy link

@juppe juppe commented Dec 15, 2025

Migration to 19.0

legalsylvain and others added 30 commits December 15, 2025 18:56
…hod.

[FIX] Add the organization_id.github_login to the github url

Making the github url the form: https://github.com/OCA/account-analytic/tree/9.0
and not the https://github.com/account-analytic/tree/9.0 before this commit

[IMP] Make travis happy

[IMP] Fix error with teams sync

We already have the organization in the team data,
and github does not provide anymore in the result for the
team data.
[IMP] robustness courtesy @astirpe

[FIX] warning message, courtesy @lasley and @astirpe

[FIX] typo

[UPD] add V11 serie in demo data

[FIX] various

typo

[REF] rename milestone into serie courtesy @sbidoul
[IMP] raise error instead of logging in case of duplicates

To avoid creating additional duplicates.
[FIX] add ondelete cascade
[FIX] team creation from odoo
[FIX] possibility to recursively load an existing object
[REF] github_connector: Fix typo "should not => does not" (OCA#6)
[FIX] github_connector: remove duplicated group
* Fixed JSON response parsing issue while fetching data by URL
* [IMP] Add try-except on branch analyze action

Add try-except statements on analyze actions that could
potentially crash the analyze process.

* [REF] Fix error logging

Changes include:
 - fix error values
 - use error instead of warning

* [IMP] Fix error in analyze call

Fix a programming mistake in the analyze call.
By @RoelAdriaans

* [IMP] Bump version number of github_connector

Bump the version number of github_connector to '11.0.1.1.1'.

* [IMP] Bump version number of github_connector

Bump the version number of github_connector_odoo to
'11.0.1.1.1'.
To play nice with Sentry.
[FIX] github_connector: keyerror 'blog'

Description of the issue/feature this PR addresses:

On new database error when syncing new github organization (example: OCA).
Error traceback: KeyError: 'blog'

Current behavior before PR:

Synchronization gets blog key on `get_odoo_data_from_github` but blog field does not exist.
When it tries to match the key with model attribute we get key error.

Desired behavior after PR is merged:

Get blog key from github data and show it on form view.
If source path does not exists before adding it to modules path, styles
on website are corrupted, making impossible load them from assets.
There's a mix between self and branch arguments in analyze methods.
…functional

This field allows to define where addons are located, but it's hidden right now, because
not everything is properly adjusted for paths different from root.

Making this working, there's no need to hide the field.
linter

Linter

Linter

default value to empty string in get()'s

secure the code

improvment of the code

coding style

coding style
Using os.command gets hung when there's a problem deleting the folder (for example,
when no permissions), so this stucks the cron method or the manual process of
updating source code.

We avoid it using the Python utility for that through shutil.

We also avoid an exception in that case enclosing the sentence in a try/except clause.
GSLabIt and others added 28 commits December 15, 2025 18:56
TT25583

[UPD] README.rst

github_connector 14.0.2.0.0
… to _for_xml_id()

github_connector 14.0.2.1.0
[FIX] github_connector: correct pylint checks
DeprecationWarning: Argument login_or_token is deprecated, please use auth=github.Auth.Token(...) instead
… error

{'github_create_date': datetime.datetime(2014, 9, 10, 13, 3, 33, tzinfo=tzlocal())}

ValueError: Datetime field expects a naive datetime: 2014-09-10 13:03:33+00:00

Necessary since PyGithub/PyGithub@0177f7c
Do not create lines if no file has been scanned
[UPD] Update github_connector.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: interface-github-16.0/interface-github-16.0-github_connector
Translate-URL: https://translation.odoo-community.org/projects/interface-github-16-0/interface-github-16-0-github_connector/
Translated using Weblate (Italian)

Currently translated at 100.0% (199 of 199 strings)

Translation: interface-github-16.0/interface-github-16.0-github_connector
Translate-URL: https://translation.odoo-community.org/projects/interface-github-16-0/interface-github-16-0-github_connector/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: interface-github-17.0/interface-github-17.0-github_connector
Translate-URL: https://translation.odoo-community.org/projects/interface-github-17-0/interface-github-17-0-github_connector/
Currently translated at 100.0% (197 of 197 strings)

Translation: interface-github-17.0/interface-github-17.0-github_connector
Translate-URL: https://translation.odoo-community.org/projects/interface-github-17-0/interface-github-17-0-github_connector/it/
@juppe juppe closed this Dec 15, 2025
@juppe juppe deleted the 19.0 branch December 15, 2025 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.