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

13.0 mig sentry #1776

Merged
merged 13 commits into from
Jun 8, 2020
Merged

13.0 mig sentry #1776

merged 13 commits into from
Jun 8, 2020

Conversation

IvanShirokikh
Copy link
Contributor

Simple migration sentry

naglis and others added 11 commits February 28, 2020 02:06
* [ADD] sentry module

* [FIX] updated sentry module according to PR comments
- [FIX] sentry: fixes missing `raven` library preventing loading of modules
- [FIX] 2to3 script on py file
- [FIX] add requirements.txt
sentry: It is not always possible to read commit information from
a production environment. In those cases it is useful to be able
to set a release version manually.
Sentry
======

This module allows painless `Sentry <https://sentry.io/>`__ integration with
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README should be split according to OCA's template module

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok i tried to fix it

@newtratip
Copy link
Member

@IvanShirokikh Could you fix for conflict file ?

@tsabi
Copy link

tsabi commented Apr 7, 2020

Hi @IvanShirokikh!
The raven module is deprecated in favor of sentry-sdk package: https://docs.sentry.io/platforms/python/
Is it possible to do the transition now? Can i help?
BR,
Csaba

@IvanShirokikh
Copy link
Contributor Author

@IvanShirokikh Could you fix for conflict file ?

Resolved

@IvanShirokikh
Copy link
Contributor Author

Hi @tsabi.
Yes i know about it.
Sorry, I am absolutely not educated in terms of open source interaction, probably you could offer your PR with a new library.

@IvanShirokikh
Copy link
Contributor Author

@luisg123v Are there any other problems to accept this PR?
Migration to sentry_sdk will take some time, some functions that were used from raven, such as: fetch_git_sha, get_environ and get_headers, were removed from there.
Also there are changed approaches to tracking logging and filtering sensitive data.
There is currently no version of sentry for Odoo 13 at all, and in a few months there will already be version 14

Copy link
Contributor

@luisg123v luisg123v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@moylop260, sentry for v13

@moylop260
Copy link
Contributor

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 13.0-ocabot-merge-pr-1776-by-moylop260-bump-nobump, awaiting test results.

OCA-git-bot added a commit that referenced this pull request Jun 8, 2020
Signed-off-by moylop260
@OCA-git-bot
Copy link
Contributor

@moylop260 The merge process could not be finalized, because command oca-gen-addon-readme --org-name OCA --repo-name server-tools --branch 13.0 --addons-dir /tmp/tmpmm_bwpc7 --commit failed with output:

/tmp/tmpmm_bwpc7/sentry/README.rst:160: (SEVERE/4) Title level inconsistent:

Authors
~~~~~~~
Traceback (most recent call last):
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 349, in check_subsection
    level = title_styles.index(style) + 1
ValueError: '~' is not in list

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/oca-gen-addon-readme", line 11, in <module>
    load_entry_point('oca-maintainers-tools', 'console_scripts', 'oca-gen-addon-readme')()
  File "/ocamt/lib/python3.6/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/ocamt/lib/python3.6/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/ocamt/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/ocamt/lib/python3.6/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/ocamt/src/oca-maintainers-tools/tools/gen_addon_readme.py", line 312, in gen_addon_readme
    check_rst(readme_filename)
  File "/ocamt/src/oca-maintainers-tools/tools/gen_addon_readme.py", line 243, in check_rst
    settings_overrides=RST2HTML_SETTINGS,
  File "/ocamt/lib/python3.6/site-packages/docutils/core.py", line 380, in publish_file
    enable_exit_status=enable_exit_status)
  File "/ocamt/lib/python3.6/site-packages/docutils/core.py", line 664, in publish_programmatically
    output = pub.publish(enable_exit_status=enable_exit_status)
  File "/ocamt/lib/python3.6/site-packages/docutils/core.py", line 217, in publish
    self.settings)
  File "/ocamt/lib/python3.6/site-packages/docutils/readers/__init__.py", line 71, in read
    self.parse()
  File "/ocamt/lib/python3.6/site-packages/docutils/readers/__init__.py", line 77, in parse
    self.parser.parse(self.input, document)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/__init__.py", line 191, in parse
    self.statemachine.run(inputlines, document, inliner=self.inliner)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 171, in run
    input_source=document['source'])
  File "/ocamt/lib/python3.6/site-packages/docutils/statemachine.py", line 239, in run
    context, state, transitions)
  File "/ocamt/lib/python3.6/site-packages/docutils/statemachine.py", line 460, in check_line
    return method(match, context, next_state)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 3007, in text
    self.section(title.lstrip(), source, style, lineno + 1, messages)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 327, in section
    self.new_subsection(title, lineno, messages)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 395, in new_subsection
    node=section_node, match_titles=True)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 282, in nested_parse
    node=node, match_titles=match_titles)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 196, in run
    results = StateMachineWS.run(self, input_lines, input_offset)
  File "/ocamt/lib/python3.6/site-packages/docutils/statemachine.py", line 239, in run
    context, state, transitions)
  File "/ocamt/lib/python3.6/site-packages/docutils/statemachine.py", line 460, in check_line
    return method(match, context, next_state)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2771, in underline
    self.section(title, source, style, lineno - 1, messages)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 327, in section
    self.new_subsection(title, lineno, messages)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 395, in new_subsection
    node=section_node, match_titles=True)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 282, in nested_parse
    node=node, match_titles=match_titles)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 196, in run
    results = StateMachineWS.run(self, input_lines, input_offset)
  File "/ocamt/lib/python3.6/site-packages/docutils/statemachine.py", line 239, in run
    context, state, transitions)
  File "/ocamt/lib/python3.6/site-packages/docutils/statemachine.py", line 460, in check_line
    return method(match, context, next_state)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 2771, in underline
    self.section(title, source, style, lineno - 1, messages)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 326, in section
    if self.check_subsection(source, style, lineno):
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 355, in check_subsection
    self.parent += self.title_inconsistent(source, lineno)
  File "/ocamt/lib/python3.6/site-packages/docutils/parsers/rst/states.py", line 373, in title_inconsistent
    line=lineno)
  File "/ocamt/lib/python3.6/site-packages/docutils/utils/__init__.py", line 237, in severe
    return self.system_message(self.SEVERE_LEVEL, *args, **kwargs)
  File "/ocamt/lib/python3.6/site-packages/docutils/utils/__init__.py", line 195, in system_message
    raise SystemMessage(msg, level)
docutils.utils.SystemMessage: /tmp/tmpmm_bwpc7/sentry/README.rst:160: (SEVERE/4) Title level inconsistent:

Authors
~~~~~~~

@moylop260
Copy link
Contributor

I will merge it manually since that there is an issue in the readme.rst generation.

@moylop260 moylop260 merged commit b1448da into OCA:13.0 Jun 8, 2020
string_max_length, list_max_length, site, include_versions, environment``.

Example Odoo configuration
--------------------------
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should use ~ as underline here. cc/ @moylop260 (from OCA/maintainer-tools#459)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sbidoul
Thanks for check it
Thank you
I will fix it

moylop260 added a commit to Vauxoo/server-tools that referenced this pull request Jun 8, 2020
@moylop260
Copy link
Contributor

traviswaelbro pushed a commit to gobluestingray/server-tools that referenced this pull request Nov 17, 2020
traviswaelbro pushed a commit to gobluestingray/server-tools that referenced this pull request Nov 17, 2020
dnplkndll pushed a commit to Kencove/server-tools that referenced this pull request Dec 28, 2020
dnplkndll pushed a commit to Kencove/server-tools that referenced this pull request Dec 28, 2020
moylop260 added a commit to Vauxoo/server-tools that referenced this pull request Jan 22, 2021
atchuthan pushed a commit to Kencove/server-tools that referenced this pull request May 27, 2021
airlessproject pushed a commit to airlessproject/server-tools that referenced this pull request Jul 18, 2022
aisopuro pushed a commit to avoinsystems/server-tools that referenced this pull request Oct 17, 2022
aisopuro pushed a commit to avoinsystems/server-tools that referenced this pull request Oct 20, 2022
SodexisTeam pushed a commit to sodexis/server-tools that referenced this pull request Jan 3, 2023
aisopuro pushed a commit to avoinsystems/server-tools that referenced this pull request Jan 26, 2024
aisopuro pushed a commit to avoinsystems/server-tools that referenced this pull request Feb 5, 2024
aisopuro pushed a commit to avoinsystems/server-tools that referenced this pull request May 13, 2024
jeffery9 added a commit to jeffery9/oca-addons-collections that referenced this pull request Jul 12, 2024
c79e09e3b Translated using Weblate (Italian)
7a68734c9 Update translation files
419dd0a79 Translated using Weblate (Italian)
cb77df8e8 [BOT] post-merge updates
83fb3b110 [UPD] Update database_cleanup.pot
e2efd8ffc Merge PR #2955 into 17.0
5ea22f627 [IMP] database_cleanup : delete also obsolete SQL views
120773448 Translated using Weblate (Italian)
9b3741551 Added translation using Weblate (Italian)
01cb2971e Update translation files
6550b71ac [BOT] post-merge updates
dda152437 [UPD] Update database_cleanup.pot
107bd27e9 Merge PR #2937 into 17.0
3a619161b Update translation files
e46ebf933 [BOT] post-merge updates
0b4b4bc76 [UPD] Update upgrade_analysis.pot
c9774fae6 Merge PR #2826 into 17.0
942492355 [REF] upgrade_analysis: increase module description column in generated RST file
9289acc48 [REF] upgrade_analysis: allow to set upgrade_path manually
febb0c386 [FIX] upgrade_analysis: Add to blacklist deprecated modules
9bf4d5fdf [FIX] upgrade_analysis: Proper UI in forms
916f4d39f [MIG] upgrade_analysis: Migration to 17.0
b2dfdeb97 [IMP] upgrade_analysis: pre-commit auto fixes
03ce8b52c [UPD] README.rst
9f5df36d7 Update translation files
22b5b57f3 [UPD] Update upgrade_analysis.pot
ad69d33f8 upgrade_analysis 16.0.1.0.1
519e98b9e [FIX] upgrade_analysis : avoid KeyError "module"
b4b97e75f Update translation files
26818ad1e [UPD] Update upgrade_analysis.pot
e005c9afd [UPD] README.rst
85c814a21 [UPD] Update upgrade_analysis.pot
dcbbedded [FIX] upgrade_analysis: misleading representation of read/write computed fields
2b22a071f [MIG] upgrade_analysis: Migration to 16.0
7b9161a32 upgrade_analysis 15.0.2.0.1
ec03418f9 Translated using Weblate (Spanish (Argentina))
6197f0b92 Added translation using Weblate (Spanish (Argentina))
d87ced8de Update translation files
e00d86d29 upgrade_analysis 15.0.2.0.0
b15261281 [UPD] Update upgrade_analysis.pot
f07177c64 [IMP] upgrade_analysis: log sql_constraints in analysis
c69be433c [ADD] upgrade_analysis: generate noupdate_changes for template tag
0f790ca33 upgrade_analysis 15.0.1.0.4
067064a32 [UPD] README.rst
618bd8d9a [REF] upgrade_analysis add maintainers
695056b9e [DOC] upgrade_analysis : update roadmap.rst
c3077c514 upgrade_analysis 15.0.1.0.3
2bb60d043 [UPD] README.rst
c104892db [15.0][ADD] link to usage instructions
921de7a0c upgrade_analysis 15.0.1.0.2
c19ed725f [REF] in coverage module file, split column into 2. a column that should be filled by openupgrader, and a column that is automatically filled when importing apriori and making analysis
19c9feca3 [IMP] upgrade_analysis : prefill status with trivial information
19938fc98 [IMP] upgrade_coverage : generate coverage module file
428363d95 [UPD] README.rst
8c54d4f59 [UPD] Update upgrade_analysis.pot
137521114 [MIG] upgrade_analysis from 14.0 to 15.0
2de03145d upgrade_analysis 14.0.2.1.1
ceb26b0db [FIX] Other modules upgrade write file full path
390441f39 Translated using Weblate (French)
2d2a2af51 [IMP] update dotfiles [ci skip]
4bf5825e7 Added translation using Weblate (French)
c87211113 [UPD] Update upgrade_analysis.pot
2b1454144 [FIX] upgrade_analysis: revert to 'files' approach instead of 'paths'
0e7460bdd [FIX] upgrade_analysis: merged modules affecting noupdate files
799a138a3 upgrade_analysis 14.0.2.1.0
3459eb6c1 [UPD] README.rst
32f04922f [FIX] upgrade_analysis: truncate upgrade records before generating new ones
8f3d6def3 [FIX] upgrade_analysis: fix methods related to noupdate data
0044dc09c upgrade_analysis 14.0.2.0.1
36bc2e0e4 [UPD] Update upgrade_analysis.pot
aab974b98 [UPD] README.rst
2fd9e9bf4 [OU-MIG] upgrade_analysis: add migration scripts
116807cde upgrade_analysis 14.0.2.0.0
58204c1c4 [IMP] upgrade_analysis: make us of odoorpc/openupgrade master
f83a940db [IMP] openupgrade_records: add _order comparison
f69a221ad [IMP] openupgrade_records: compare columns of many2many tables
44d5f6afa [FIX] openupgrade_records: _inherits was not being compared
06228ef13 [IMP] openupgrade_records: remove from analysis updating records
05a722b30 [ADD] icon.png
0bdffde19 [UPD] README.rst
3678090b5 [UPD] Update upgrade_analysis.pot
dbe36f4d0 [IMP] remove pre-commit exception and fix various style in odoo_patch folder
507a888ab [REM] remove obsolete roadmap point
0ab6f6779 Update upgrade_analysis/models/ir_module_module.py
fdedffae7 [FIX] dataclasses for Python < 3.7
3df408aad [ADD] Generate noupdate_changes
285f75ac9 [RFR] upgrade_path not user writable
4f53a6557 [IMP] import apriori file of openupgrade_scripts, if available [IMP] guess upgrade_path, if config is not set, and openupgrade_scripts is available
f80a5bca6 [IMP] various improvment from Yajo.
827d506b1 [FIX] ImportError;
aed60746e [IMP] Create records with timestamp; [RFR] No /migration/ level when using upgrade-path
c92f7b25a [RFR] Improve patchwork
6ececf667 [REF] rename framework files, adapt to new module names, remove print (replaced by logger), apply pre-commit rules
1f6e8ded0 [MOVE] Port patches and framework from openupgrade project
dd66ff478 [IMP] upgrade_analysis: improve install wizard to have the possibility to select some modules, and improve filters, regarding test module with startswith and endswith pattern
f29ff2daa [REF] rename files, apply OCA convention, remove obsolete 6.1 syntax, make the module installable, add readme folders
ed4483256 [REF] rename module openupgrade_records into upgrade_analysis
6a5feb5d7 [MOVE] openupgrade_records : move module from OCA/OpenUpgrade (branch 13.0) to OCA/server-tools
33d7a8ea2 [BOT] post-merge updates
b02a88fd2 [UPD] Update sentry.pot
9bdb05989 Merge PR #2818 into 17.0
b36099a95 [BOT] post-merge updates
c9ac8231a [UPD] Update iap_alternative_provider.pot
d3e35ad0b Merge PR #2914 into 17.0
06719ba4d [MIG] iap_alternative_provider: Migration to 17.0
4ed27506e [IMP] Add tests to increase coverage
b4ac462f9 [MIG] sentry: Migration to 17.0
22c7105ff [IMP] sentry: pre-commit manual fixes
c27151c25 [IMP] sentry: pre-commit auto fixes
22657fd65 [IMP] sentry: increase test coverage
20270d024 [FIX] sentry: respect sentry_logging_level
e45b39511 Added translation using Weblate (Italian)
9f2dba429 [UPD] README.rst
666861335 sentry 16.0.3.0.1
b6e456b4a [UPD] README.rst
f27ae3d41 [FIX] Prevent capturing ignored exceptions
584be0d42 sentry 16.0.3.0.0
cef05e13f [FIX] sentry: downgrade sentry-sdk to compatible version
061a128eb sentry 16.0.2.0.0
737472398 [FIX] sentry: change with_locals to include_local_variables variable
8c469a22b [UPD] README.rst
62773d224 [UPD] Update sentry.pot
d2d302cb0 [MIG] sentry: Migration to 16.0
fc4073819 Update translation files
406e56e7c [UPD] README.rst
7f0036da4 [UPD] Update sentry.pot
23d7203b2 [FIX] sentry: test failure due to incomplete transport init
f40702c05 [MIG] sentry: Migration to 15.0
b8a571868 sentry 14.0.1.1.1
402acf8b8 [UPD] README.rst
8c9bb8f5a [FIX] sentry: Fix bad ported version
7d82a46c5 [FIX] sentry: warn about sentry_transport only if it is specified in config
9293edd67 [FIX] sentry: Patch odoo.service.server wsgi app
47f44c9d1 [FIX] sentry: Coerce numerical config values
f176b8bd9 [IMP] sentry: migrate sentry-raven to new api sentry-sdk
b93b9b8e2 Added translation using Weblate (Catalan)
8b6facbdb sentry 14.0.1.0.2
54527d3a4 [FIX] sentry: enable use of "sentry_odoo_dir" config parameter
bc389b87f sentry 14.0.1.0.1
a2dbe57eb [FIX] sentry: Warning when using classes from collections.abc
e65898380 [UPD] Update sentry.pot
18f2ecc88 [UPD] README.rst
a9be1c3e0 Update translation files
f82ac17a2 [MIG] sentry: Migration to 14.0
3bb29910d sentry 13.0.1.1.0
a83109783 [REF] sentry: Fix sentry title level fix OCA/maintainer-tools#459 OCA/server-tools#1776 (comment) Credits sbidoul
1db17837a [REF] sentry: README.rst using gen_addon_readme.py locally
3305ee1a6 [MIG] sentry: Migration to 13.0
4f78f32bb [IMP] sentry: black, isort
baaea01fa Added translation using Weblate (Chinese (Simplified))
761f0c361 migrate to 12.0
6681cab82 Global pylint cleanup
0af26db9a Enable setting a release option directly
b88cba632 [FIX] Better manage KEYS - FIELDS conversion
ca64d9c5e [MIG] sentry to V11
a12917d37 [FIX] sentry: fixes missing `raven` library preventing loading of modules
03c1f1b37 [ADD] sentry module (#761)
56b5f2321 [MIG] add tests for purge fields
2198e9701 [MIG] adapt code for V17
59e5ffa85 [FIX] database_cleanup: Check that the model is automatically managed by Odoo
4b4c118bd [ADD] database_cleanup: Purge fields (ir.model.fields) added
f040c3962 Translated using Weblate (Italian)
576750e76 Update translation files
d5aa28da1 Translated using Weblate (Italian)
48bf5d813 [BOT] post-merge updates
e544da5f5 [UPD] Update module_auto_update.pot
a7753964c Merge PR #2763 into 17.0
bf1cd77fc Update translation files
d2cdf00b3 [BOT] post-merge updates
760c5bec8 [UPD] Update tracking_manager.pot
4c468dd08 Merge PR #2916 into 17.0
c906b3509 [MIG] tracking_manager: Migration to 17.0
51611e893 [IMP] tracking_manager: black, isort, prettier
c94076d51 [IMP] tracking_manager: allow tracking readonly fields
a9b17f2fa Added translation using Weblate (Spanish)
afdf4e33b [IMP] tracking_manager: Check records not empty
fad082484 Added translation using Weblate (Italian)
48fa0791c [MIG] tracking_manager: Migration to 16.0
40217601f [MIG] tracking_manager: Migration to 15.0
ac23d1b64 tracking_manager: fix access right issue if sudo have been used
c5a518e0e minor fixes
4a8d86f3e tracking_manager: fix missing error when doing a write before an unlink
c688772bc tracking_manager: use sudo for posting message
12c28adb3 Update tracking_manager/readme/USAGE.rst
7dda71b57 IMP readme and add filters
6500e27d5 tracking_manager: simplify code by using precommit feature
be72996ec tracking_manager: continue to refactor code
572cab485 tracking_manager: refactor test
e90772963 tracking_manager: refactor code to track all o2m case For example on the product if you open the 'stock.putaway.rule' you have activated the tracking on putaway_rule_ids change on rule should be posted on the related product
be22968e9 tracking_manager: refactor code, remove tracking_model
56312632a tracking_manager: remove useless file
7650d3b9e [14.0][ADD] tracking_manager
fae230a1a [BOT] post-merge updates
b530ea916 Merge PR #2931 into 17.0
b92a0cb5b [FIX] *: Pre-commit fixes
a04946ce8 [IMP] update dotfiles
6d8cf26df [IMP] iap_alternative_provider: pre-commit auto fixes
dd63e4e12 Translated using Weblate (Spanish)
b63b59804 Translated using Weblate (Italian)
50b5d9bad Update translation files
9f611e2ac [UPD] Update iap_alternative_provider.pot
56ddecebd Translated using Weblate (Italian)
4dacceebb Translated using Weblate (Italian)
7c98541ff Added translation using Weblate (Italian)
ce3b05d12 Translated using Weblate (Spanish)
896c78a41 Added translation using Weblate (Spanish)
e7ed2a1dd [UPD] README.rst
8183f0c04 Update translation files
40a2fa3a6 [UPD] Update iap_alternative_provider.pot
875dc29c4 [UPD] README.rst
0b853d4cd [UPD] Update iap_alternative_provider.pot
c14559cb6 [16.0][MIG] iap_alternative_provider: Migration to 16.0
6de58bdbc Update translation files
a6450c787 [UPD] README.rst
c6fc598ec [UPD] Update iap_alternative_provider.pot
195aec52e [CHG] remove server_environment dependency
dcc804c4d [IMP] add unit-tests
a97b9a914 [MIG] iap_alternative_provider: Migration to 15.0
f2fae1e19 Added translation using Weblate (Catalan)
e68f34c1d [UPD] README.rst
36fc998fb [UPD] Update iap_alternative_provider.pot
842b779f1 [FIX] fix multicompany field
71ff16a52 [MIG] iap_alternative_provider: Migration to 14.0
702ca32bf [IMP] iap_alternative_provider: black, isort, prettier
64c080397 [IMP] iap_alternative_provider: black, isort, prettier
75717f483 [ADD] icon.png
3faa83331 [UPD] README.rst
81e21b891 [UPD] Update iap_alternative_provider.pot
7fb12086d [12.0][ADD] add base_iap_alternative
29ac79dfa [UPD] enable test that got disabled
e2333477a set database_cleanup as rebel module
42894f751 [MIG] module_auto_update: Migration to 17.0
ceb10760e [IMP] module_auto_update: pre-commit auto fixes
c7af83319 Translated using Weblate (Italian)
a6d42a65c README.rst
b0fa36481 Translated using Weblate (Spanish)
894455d2c Translated using Weblate (Spanish (Argentina))
7267ecbbe Update translation files
5ee9bc5c1 Update module_auto_update.pot
b04e041d8 Update translation files
a7ddafb59 README.rst
1867c25e0 Update module_auto_update.pot
84456676c module_auto_update: Migration to 16.0
3d22f3cfd module_auto_update 15.0.1.0.1
7f34f83d3 dotfiles
f50d4c53c Translated using Weblate (Spanish (Argentina))
a5a6d8b2e Added translation using Weblate (Spanish (Argentina))
1e31a1952 README.rst

git-subtree-dir: server-tools
git-subtree-split: c79e09e3b5a9292242f178980bbda4b144fda42e
PieterPaulussen pushed a commit to The-O-Team/server-tools that referenced this pull request Jul 18, 2024
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.