Skip to content

Commit

Permalink
[fc] Repository: Products.CMFDiffTool
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-04-08T20:28:12+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@4141a1f

Configuring with plone/meta

Files changed:
A .editorconfig
A .meta.toml
A .pre-commit-config.yaml
A news/3333c742.internal
A tox.ini
M pyproject.toml
M setup.cfg
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-08T20:30:07+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@3815c85

chore: pyupgrade

Files changed:
M Products/CMFDiffTool/BaseDiff.py
M Products/CMFDiffTool/BinaryDiff.py
M Products/CMFDiffTool/CMFDTHtmlDiff.py
M Products/CMFDiffTool/CMFDiffTool.py
M Products/CMFDiffTool/ChangeSet.py
M Products/CMFDiffTool/__init__.py
M Products/CMFDiffTool/choicediff.py
M Products/CMFDiffTool/dexteritydiff.py
M Products/CMFDiffTool/exportimport/__init__.py
M Products/CMFDiffTool/exportimport/difftool.py
M Products/CMFDiffTool/interfaces/IChangeSet.py
M Products/CMFDiffTool/interfaces/__init__.py
M Products/CMFDiffTool/interfaces/portal_diff.py
M Products/CMFDiffTool/libs/__init__.py
M Products/CMFDiffTool/libs/htmldiff.py
M Products/CMFDiffTool/namedfile.py
M Products/CMFDiffTool/testing.py
M Products/CMFDiffTool/tests/BaseTestCase.py
M Products/CMFDiffTool/tests/__init__.py
M Products/CMFDiffTool/tests/testChangeSet.py
M Products/CMFDiffTool/tests/testDiffTool.py
M Products/CMFDiffTool/tests/testFieldDiff.py
M Products/CMFDiffTool/tests/testListDiff.py
M Products/CMFDiffTool/tests/testTextDiff.py
M Products/CMFDiffTool/tests/test_astextdiff.py
M Products/CMFDiffTool/tests/test_binarydiff.py
M Products/CMFDiffTool/tests/test_choicediff.py
M Products/CMFDiffTool/tests/test_dexteritydiff.py
M Products/CMFDiffTool/tests/test_filelistdiff.py
M Products/CMFDiffTool/tests/test_install.py
M Products/CMFDiffTool/tests/test_richtextdiff.py
M setup.py
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-08T20:31:16+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@5a07c77

chore: black

Files changed:
M Products/CMFDiffTool/BaseDiff.py
M Products/CMFDiffTool/BinaryDiff.py
M Products/CMFDiffTool/CMFDTHtmlDiff.py
M Products/CMFDiffTool/CMFDiffTool.py
M Products/CMFDiffTool/ChangeSet.py
M Products/CMFDiffTool/FieldDiff.py
M Products/CMFDiffTool/ListDiff.py
M Products/CMFDiffTool/TextDiff.py
M Products/CMFDiffTool/__init__.py
M Products/CMFDiffTool/choicediff.py
M Products/CMFDiffTool/dexteritydiff.py
M Products/CMFDiffTool/exportimport/difftool.py
M Products/CMFDiffTool/interfaces/__init__.py
M Products/CMFDiffTool/libs/htmldiff.py
M Products/CMFDiffTool/namedfile.py
M Products/CMFDiffTool/testing.py
M Products/CMFDiffTool/tests/BaseTestCase.py
M Products/CMFDiffTool/tests/testChangeSet.py
M Products/CMFDiffTool/tests/testDiffTool.py
M Products/CMFDiffTool/tests/testFieldDiff.py
M Products/CMFDiffTool/tests/testListDiff.py
M Products/CMFDiffTool/tests/testTextDiff.py
M Products/CMFDiffTool/tests/test_astextdiff.py
M Products/CMFDiffTool/tests/test_binarydiff.py
M Products/CMFDiffTool/tests/test_choicediff.py
M Products/CMFDiffTool/tests/test_dexteritydiff.py
M Products/CMFDiffTool/tests/test_filelistdiff.py
M Products/CMFDiffTool/tests/test_install.py
M Products/CMFDiffTool/tests/test_richtextdiff.py
M Products/CMFDiffTool/utils.py
M Products/__init__.py
M setup.py
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-08T20:33:10+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@09ee48d

chore: black and isort fighting

Files changed:
M Products/CMFDiffTool/tests/testChangeSet.py
M Products/CMFDiffTool/tests/testListDiff.py
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-08T20:33:40+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@e10bfa1

chore: zpretty ZXML/XML

Files changed:
M Products/CMFDiffTool/configure.zcml
M Products/CMFDiffTool/exportimport/configure.zcml
M Products/CMFDiffTool/profiles.zcml
M Products/CMFDiffTool/profiles/default/componentregistry.xml
M Products/CMFDiffTool/profiles/default/metadata.xml
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-08T20:33:52+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@b14b2bb

chore: zpretty PT

Files changed:
M Products/CMFDiffTool/zpt/editCMFDiffTool.zpt
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-08T21:23:09+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@ff12d21

chore: configure codespell

Files changed:
M pyproject.toml
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-08T21:23:33+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@d565516

feat: codespell

Files changed:
M Products/CMFDiffTool/interfaces/__init__.py
M Products/CMFDiffTool/tests/BaseTestCase.py
M Products/CMFDiffTool/tests/testDiffTool.py
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-09T09:53:22+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@b195baa

feat: configure z3c.dependencychecker

Files changed:
M pyproject.toml
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-09T09:53:38+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/Products.CMFDiffTool@1f67789

feat: declare dependencies

Files changed:
M setup.py
Repository: Products.CMFDiffTool

Branch: refs/heads/master
Date: 2023-04-12T00:44:53+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/Products.CMFDiffTool@f045aff

Merge pull request #43 from plone/config-with-default-template-d8360894

Config with default template

Files changed:
A .editorconfig
A .meta.toml
A .pre-commit-config.yaml
A news/3333c742.internal
A tox.ini
M Products/CMFDiffTool/BaseDiff.py
M Products/CMFDiffTool/BinaryDiff.py
M Products/CMFDiffTool/CMFDTHtmlDiff.py
M Products/CMFDiffTool/CMFDiffTool.py
M Products/CMFDiffTool/ChangeSet.py
M Products/CMFDiffTool/FieldDiff.py
M Products/CMFDiffTool/ListDiff.py
M Products/CMFDiffTool/TextDiff.py
M Products/CMFDiffTool/__init__.py
M Products/CMFDiffTool/choicediff.py
M Products/CMFDiffTool/configure.zcml
M Products/CMFDiffTool/dexteritydiff.py
M Products/CMFDiffTool/exportimport/__init__.py
M Products/CMFDiffTool/exportimport/configure.zcml
M Products/CMFDiffTool/exportimport/difftool.py
M Products/CMFDiffTool/interfaces/IChangeSet.py
M Products/CMFDiffTool/interfaces/__init__.py
M Products/CMFDiffTool/interfaces/portal_diff.py
M Products/CMFDiffTool/libs/__init__.py
M Products/CMFDiffTool/libs/htmldiff.py
M Products/CMFDiffTool/namedfile.py
M Products/CMFDiffTool/profiles.zcml
M Products/CMFDiffTool/profiles/default/componentregistry.xml
M Products/CMFDiffTool/profiles/default/metadata.xml
M Products/CMFDiffTool/testing.py
M Products/CMFDiffTool/tests/BaseTestCase.py
M Products/CMFDiffTool/tests/__init__.py
M Products/CMFDiffTool/tests/testChangeSet.py
M Products/CMFDiffTool/tests/testDiffTool.py
M Products/CMFDiffTool/tests/testFieldDiff.py
M Products/CMFDiffTool/tests/testListDiff.py
M Products/CMFDiffTool/tests/testTextDiff.py
M Products/CMFDiffTool/tests/test_astextdiff.py
M Products/CMFDiffTool/tests/test_binarydiff.py
M Products/CMFDiffTool/tests/test_choicediff.py
M Products/CMFDiffTool/tests/test_dexteritydiff.py
M Products/CMFDiffTool/tests/test_filelistdiff.py
M Products/CMFDiffTool/tests/test_install.py
M Products/CMFDiffTool/tests/test_richtextdiff.py
M Products/CMFDiffTool/utils.py
M Products/CMFDiffTool/zpt/editCMFDiffTool.zpt
M Products/__init__.py
M pyproject.toml
M setup.cfg
M setup.py
  • Loading branch information
jensens committed Apr 11, 2023
1 parent c17aefe commit 50460f5
Showing 1 changed file with 165 additions and 228 deletions.
Loading

0 comments on commit 50460f5

Please sign in to comment.