Commit Graph

17 Commits (dcbbedded13d2659a4c9459e6449d40c542fec23)

Author SHA1 Message Date
augusto-weiss fbb5dc1fe7 [MIG] database_cleanup: Migration to 17.0 2024-01-16 12:28:59 -03:00
Maksym Yankin bc184e7c24 [IMP] database_cleanup: improve tests 2024-01-10 16:14:47 -03:00
Stefan Rijnhart eb610e7ff3 [FIX] database_cleanup: preserve spaces in quoted identifiers 2024-01-10 16:14:47 -03:00
Miika Nissi be2a6e9fb1 [FIX] database_cleanup: TransactionCase already does rollback
No need to rollback here as TransactionCase does a safe rollback.
2024-01-10 16:14:47 -03:00
Joel Zilli 8a4f4b227c [MIG] database_cleanup: Migration to 16.0 2024-01-10 16:14:47 -03:00
Tom Blauwendraat 20815e6f8f fixup! [MIG] database_cleanup: Migration to 14.0 2024-01-10 16:14:47 -03:00
Stephane Mangin 960c2669e0 [MIG] database_cleanup: Migration to 14.0 2024-01-10 16:14:47 -03:00
Stephane Mangin ea9e1c0799 [IMP] database_cleanup: black, isort, prettier 2024-01-10 16:14:47 -03:00
Martin Trigaux 021c7b1543 [MIG] database_cleanup: migration to 12.0
Update version number
Use correct import
Update .pot to match new syntax
Adapt icon to fontawesome
Add models description
Rename field external id to new syntax <model>__<field>
2024-01-10 16:14:47 -03:00
Simone Orsi dcd6d728c0 Global pylint cleanup 2024-01-10 16:14:47 -03:00
Holger Brunn 35b727f17b [ADD] [database_cleanup] migrate to 11.0 2024-01-10 16:14:47 -03:00
Eric Antones 9998f90351 [MIG] database_cleanup: Migration to version 10.0
Using new base model inheritance.
2024-01-10 16:14:47 -03:00
Holger Brunn 935bcd4eac [ADD] allow creating missing indexes and purging properties (#736)
* [ADD] allow creating missing indexes

* [FIX] tests; installation

* [ADD] allow purging properties

* [ADD] missing file

* [ADD] test purging properties

* [ADD] missing parent_id for menu entry

* [FIX] don't delete too many and wrong properties
2024-01-10 16:14:47 -03:00
Dave Lasley 67d18cce0a [9.0][FIX] database_cleanup: Isolate build (#719)
* [FIX] database_cleanup: Isolate build
* Isolate `database_cleanup` into its own build in Travis file to fix #689

* [FIX] database_cleanup: Remove KeyError assertion
* Remove KeyError assertion in tests due to PR in comment being merged
2024-01-10 16:14:47 -03:00
Moises Lopez - https://www.vauxoo.com/ da992a1e03 [FIX] database_cleanup: Fix test (#612) 2024-01-10 16:14:47 -03:00
Holger Brunn 43699a18ff [FIX] purge uninstalled uninstallable modules instead of deleting
[FIX] database_cleanup reloads the registry

which has weird side effects during testing. Take care
database_cleanup's tests don't mess up the following tests
2024-01-10 16:14:47 -03:00
Holger Brunn f6003feefa [ADD] migrate database_cleanup
[ADD] test purging modules

[ADD] test purging tables
2024-01-10 16:14:47 -03:00