ArnAud
8289fa70dd
EmTypes: pylint -d C0301,C0111
vor 9 Jahren
ArnAud
bd8bc7e814
EmFields: unecessary comment
vor 9 Jahren
ArnAud
09e74f3ec1
EmField: unused import + whitespace
vor 9 Jahren
ArnAud
b403aef65b
EmFieldgroups: unecessary comment
vor 9 Jahren
ArnAud
3a281f4261
EmFieldgroups: unused import
vor 9 Jahren
ArnAud
89d9cb62cf
EmClass: delete unused variable
vor 9 Jahren
ArnAud
3c13e658a3
EmClass: delete unused import
vor 9 Jahren
ArnAud
acce76c48b
EmClass: better documentation of linkedtype
vor 9 Jahren
Yann Weber
65166a5dfd
Adding icon argument to EmType::create() method
vor 9 Jahren
Yann Weber
cd37b0129f
Better comments for set_rank method
vor 9 Jahren
Yann Weber
47ce122e93
Changed icon field to EmField_icon in EmClass and EmField. Added sortcolumn argument for EmType and EmClass.
vor 9 Jahren
Yann Weber
e757a3fb90
Doing todo
Added a dummy EmFieldType_icon
Added a test for EmType deletion with superiors
vor 9 Jahren
Roland Haroutiounian
bf98e2a121
[TODO] Suppression d'un TODO obsolète dans fieldgroups.py
vor 9 Jahren
Roland Haroutiounian
53c2a72a9d
[TODO] Suppression d'un TODO dans fieldtypes
vor 9 Jahren
Roland Haroutiounian
1cfac44b9f
[TODO] Suppression d'un TODO dans fieldtypes
vor 9 Jahren
Roland Haroutiounian
76c97bf1f3
[TODO] Suppression du TODO dans classes sur la vérification du class_type dans EmClass
Cette vérification est prise en charge dans EmComponent
vor 9 Jahren
Yann Weber
d7d4a989f1
TODO on EmComponent
vor 9 Jahren
Roland Haroutiounian
b03958a65a
Suppression de sqlutils.getEngine au profit de sqlutils.get_engine
vor 9 Jahren
Yann Weber
49dfe9ad03
Code factorization on EmComponent.modify_rank()
Changed beahvior : when a 'non-change' is asked (like +0 -0 or set ranke to actual rank) don't raise an Error
vor 9 Jahren
Yann Weber
f41d164603
Added test for EmComponent.get_max_rank(), replacing the default value for rank by the one processed by get_max_rank
vor 9 Jahren
Yann Weber
6af0b45f3f
Code factorization on EmType select and unselect fields. Added comparison capabilities to EmComponent (and childs)
Implemented __hash__ and __eq__ for EmComponent (based on class name and uid) to test equality betwenn two instance. Allows to use "instance in instance_list" syntax
vor 9 Jahren
Yann Weber
27d178e531
Code factorization and create methods for EmComponent and childs changes
Behaviour changed for EmComponent and childs create method :
- Takes care of duplicated names at creation
- Handle all the checks in EmComponent method
Factorization of EmField.get_class_table() method
Added a @property method class_table_name to EmClass
vor 9 Jahren
Yann Weber
3f8aff6813
EmField add_column code factorization
vor 9 Jahren
Yann Weber
166dc6ad75
Added docstrings comments to tests and fixed "false hidden failure"
Added docstrings comments to tests (for fancy output with -v ).
Fixed strange hidden failure that make tests stops on non failed tests with -f option. Those false failure seems to comes from with self.subTest blocs with functions calls that does assertion.
vor 9 Jahren
Driky
347a302e85
Correction: ajout de la valeur de ranked_in pour chaque classe 'em_*'
vor 9 Jahren
Yann Weber
a3b9daf319
sqlwrapper deletion and sqlsetup enhancement
Moved the database initialisation functionnality to sqlsetup and fixed all the code to handle the sqlwrapper deletion
vor 9 Jahren
Roland Haroutiounian
43bb085667
[EmField] Modification AddColumn + test ranked_in dans Components repassé temporairement à -1
vor 9 Jahren
Roland Haroutiounian
e46ca292c8
[EmField] Suppression de l'appel à SqlWrapper
vor 9 Jahren
Driky
847509590a
Correction de Component. cl -> cls
vor 9 Jahren
Driky
c3560d3feb
Correction sur Component pour passer get_max_rank en classmethod
vor 9 Jahren
Driky
3b97054d3b
Petite correction sur le rank initial
vor 9 Jahren
Yann Weber
4fb2f789b5
Replacing EmComponent method getDbE by db_engine
vor 9 Jahren
Yann Weber
a23fd3dbfc
Bugfix on EmClass and EmType so every tests pass
Every tests passes, except the skipped tests on relation_to_type links
There is a strange warning that comes maby from some tests (but maybe not)...
vor 9 Jahren
Yann Weber
65b10a6c5d
Added some tests to tests_types.py
Added hierarchy tests
vor 9 Jahren
Roland Haroutiounian
744a9fdda2
[EditorialModel/classes.py] Passage au db_engine()
vor 9 Jahren
Roland Haroutiounian
501ee8f0ea
PEP8
vor 9 Jahren
Roland Haroutiounian
d0d9ef6ecd
[EditorialModel/classtypes.py] PEP8
vor 9 Jahren
Roland Haroutiounian
e0688d31b2
[EditorialModel/fields_types.py] PEP8
vor 9 Jahren
Roland Haroutiounian
519d0c2e61
[fieldtypes.py] Nettoyage et PEP8
vor 9 Jahren
Roland Haroutiounian
0b1f520647
Suppression d'une variable non utilisée dans la méthode add_field_to_column_table() de EmField
vor 9 Jahren
Roland Haroutiounian
ec69ca5837
Optimisations de code dans EmField
vor 9 Jahren
Roland Haroutiounian
153dec2537
EmField : remplacement des appels getDbE() par db_engine()
vor 9 Jahren
Roland Haroutiounian
1b7b5262dc
PEP8 sur EmField
vor 9 Jahren
Roland Haroutiounian
bbaa20c8ba
Modification d'un nom de fonction (passage en lowercase)
vor 9 Jahren
Yann Weber
e87fa84eac
Updating some comments and changing getDbE method name
Maintaining an alias for the new EmComponent.db_engine
vor 9 Jahren
Roland Haroutiounian
6db8376afb
Nettoyage du code de EmField
vor 9 Jahren
Roland Haroutiounian
9f993c4b42
Résolution d'un conflit
vor 9 Jahren
Yann Weber
503ecd570b
Some tests dont pass, but most of them does
vor 9 Jahren
Yann Weber
16a962fb3f
Implemented DropColumn for sqlite
vor 9 Jahren
ArnAud
b7eb53c98a
ME test: changement de nom de fonction : new_uid
vor 9 Jahren