Commit Graph

16 Commits (35946972461e908f26d8f30dee95b552bc10e232)

Author SHA1 Message Date
Maksym Yankin e791803881
[IMP] database_cleanup: improve tests 2023-12-29 02:31:55 -05:00
Stefan Rijnhart f80f43c2c0
[FIX] database_cleanup: preserve spaces in quoted identifiers 2023-12-28 18:00:33 -05:00
Miika Nissi 62885e310d
[FIX] database_cleanup: TransactionCase already does rollback
No need to rollback here as TransactionCase does a safe rollback.
2023-12-28 17:59:46 -05:00
Joel Zilli 6be193348a
[MIG] database_cleanup: Migration to 16.0 2023-10-30 13:35:32 -04:00
Tom Blauwendraat 96e244055f
fixup! [MIG] database_cleanup: Migration to 14.0 2023-10-30 13:35:31 -04:00
Stephane Mangin 7d8967fe32
[MIG] database_cleanup: Migration to 14.0 2023-10-30 13:35:31 -04:00
Stephane Mangin d1acfa4b4a
[IMP] database_cleanup: black, isort, prettier 2023-10-30 13:35:30 -04:00
Martin Trigaux 6278702ed3
[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>
2023-10-30 13:35:27 -04:00
Simone Orsi 86948490e5
Global pylint cleanup 2023-10-30 13:35:26 -04:00
Holger Brunn 28ceb7c57e
[ADD] [database_cleanup] migrate to 11.0 2023-10-30 13:35:26 -04:00
Eric Antones 73cb3aa9d2
[MIG] database_cleanup: Migration to version 10.0
Using new base model inheritance.
2023-10-30 13:35:25 -04:00
Holger Brunn 1af5b66cf6
[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
2023-10-30 13:35:25 -04:00
Dave Lasley 5dd1e9b409
[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
2023-10-30 13:35:25 -04:00
Moises Lopez - https://www.vauxoo.com/ 808cdaa968
[FIX] database_cleanup: Fix test (#612) 2023-10-30 13:35:25 -04:00
Holger Brunn 180e598e2a
[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
2023-10-30 13:35:23 -04:00
Holger Brunn 617a991b88
[ADD] migrate database_cleanup
[ADD] test purging modules

[ADD] test purging tables
2023-10-30 13:35:23 -04:00