c2cgeoportal-commons 2.8.1.146__py3-none-any.whl → 2.9.0.350__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. c2cgeoportal_commons/__init__.py +1 -1
  2. c2cgeoportal_commons/alembic/env.py +14 -10
  3. c2cgeoportal_commons/alembic/main/028477929d13_add_technical_roles.py +2 -2
  4. c2cgeoportal_commons/alembic/main/04f05bfbb05e_remove_the_old_is_expanded_column.py +3 -1
  5. c2cgeoportal_commons/alembic/main/116b9b79fc4d_internal_and_external_layer_tables_.py +12 -12
  6. c2cgeoportal_commons/alembic/main/1418cb05921b_merge_1_6_and_master_branches.py +3 -1
  7. c2cgeoportal_commons/alembic/main/164ac0819a61_add_image_format_to_wmts_layer.py +2 -2
  8. c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py +3 -3
  9. c2cgeoportal_commons/alembic/main/16e43f8c0330_remove_old_metadata_column.py +2 -2
  10. c2cgeoportal_commons/alembic/main/1d5d4abfebd1_add_restricted_theme.py +2 -2
  11. c2cgeoportal_commons/alembic/main/1de20166b274_remove_v1_artifacts.py +2 -2
  12. c2cgeoportal_commons/alembic/main/20137477bd02_update_icons_url.py +2 -2
  13. c2cgeoportal_commons/alembic/main/21f11066f8ec_trigger_on_role_updates_user_in_static.py +2 -2
  14. c2cgeoportal_commons/alembic/main/22e6dfb556de_add_description_tree_.py +2 -2
  15. c2cgeoportal_commons/alembic/main/29f2a32859ec_merge_1_6_and_master_branches.py +3 -1
  16. c2cgeoportal_commons/alembic/main/2b8ed8c1df94_set_layergroup_treeitem_is_as_a_primary_.py +2 -2
  17. c2cgeoportal_commons/alembic/main/2e57710fecfe_update_the_ogc_server_for_ogc_api.py +77 -0
  18. c2cgeoportal_commons/alembic/main/32527659d57b_move_exclude_properties_from_layerv1_to_.py +2 -2
  19. c2cgeoportal_commons/alembic/main/32b21aa1d0ed_merge_e004f76e951a_and_e004f76e951a_.py +3 -1
  20. c2cgeoportal_commons/alembic/main/338b57593823_remove_trigger_on_role_name_change.py +2 -2
  21. c2cgeoportal_commons/alembic/main/415746eb9f6_changes_for_v2.py +2 -2
  22. c2cgeoportal_commons/alembic/main/44c91d82d419_add_table_log.py +8 -6
  23. c2cgeoportal_commons/alembic/main/5109242131ce_add_column_time_widget.py +4 -3
  24. c2cgeoportal_commons/alembic/main/52916d8fde8b_add_sql_fields_to_vector_tiles.py +5 -3
  25. c2cgeoportal_commons/alembic/main/53ba1a68d5fe_add_theme_to_fulltextsearch.py +2 -2
  26. c2cgeoportal_commons/alembic/main/54645a535ad6_add_ordering_in_relation.py +2 -2
  27. c2cgeoportal_commons/alembic/main/56dc90838d90_fix_removing_layerv1.py +2 -2
  28. c2cgeoportal_commons/alembic/main/596ba21e3833_separate_local_internal.py +2 -2
  29. c2cgeoportal_commons/alembic/main/678f88c7ad5e_add_vector_tiles_layers_table.py +2 -2
  30. c2cgeoportal_commons/alembic/main/6a412d9437b1_rename_serverogc_to_ogcserver.py +2 -2
  31. c2cgeoportal_commons/alembic/main/6d87fdad275a_convert_metadata_to_the_right_case.py +2 -2
  32. c2cgeoportal_commons/alembic/main/7530011a66a7_trigger_on_role_updates_user_in_static.py +2 -2
  33. c2cgeoportal_commons/alembic/main/78fd093c8393_add_api_s_intrfaces.py +15 -10
  34. c2cgeoportal_commons/alembic/main/7d271f4527cd_add_layer_column_in_layerv1_table.py +2 -2
  35. c2cgeoportal_commons/alembic/main/809650bd04c3_add_dimension_field.py +2 -2
  36. c2cgeoportal_commons/alembic/main/8117bb9bba16_use_dimension_on_all_the_layers.py +2 -2
  37. c2cgeoportal_commons/alembic/main/87f8330ed64e_add_missing_delete_cascades.py +2 -2
  38. c2cgeoportal_commons/alembic/main/9268a1dffac0_add_trigger_to_be_able_to_correctly_.py +2 -2
  39. c2cgeoportal_commons/alembic/main/94db7e7e5b21_merge_2_2_and_master_branches.py +3 -1
  40. c2cgeoportal_commons/alembic/main/951ff84bd8ec_be_able_to_delete_a_wms_layer_in_sql.py +2 -2
  41. c2cgeoportal_commons/alembic/main/a00109812f89_add_field_layer_wms_valid.py +4 -4
  42. c2cgeoportal_commons/alembic/main/a4558f032d7d_add_support_of_cog_layers.py +74 -0
  43. c2cgeoportal_commons/alembic/main/a4f1aac9bda_merge_1_6_and_master_branches.py +3 -1
  44. c2cgeoportal_commons/alembic/main/b60f2a505f42_remame_uimetadata_to_metadata.py +2 -2
  45. c2cgeoportal_commons/alembic/main/b6b09f414fe8_sync_model_database.py +174 -0
  46. c2cgeoportal_commons/alembic/main/c75124553bf3_remove_deprecated_columns.py +2 -2
  47. c2cgeoportal_commons/alembic/main/d48a63b348f1_change_mapserver_url_for_docker.py +2 -2
  48. c2cgeoportal_commons/alembic/main/d8ef99bc227e_be_able_to_delete_a_linked_functionality.py +2 -2
  49. c2cgeoportal_commons/alembic/main/daf738d5bae4_merge_2_0_and_master_branches.py +3 -1
  50. c2cgeoportal_commons/alembic/main/dba87f2647f9_merge_2_2_on_2_3.py +3 -1
  51. c2cgeoportal_commons/alembic/main/e004f76e951a_add_missing_not_null.py +2 -2
  52. c2cgeoportal_commons/alembic/main/e7e03dedade3_put_the_default_wms_server_in_the_.py +2 -2
  53. c2cgeoportal_commons/alembic/main/e85afd327ab3_cascade_deletes_to_tsearch.py +2 -2
  54. c2cgeoportal_commons/alembic/main/ec82a8906649_add_missing_on_delete_cascade_on_layer_.py +2 -2
  55. c2cgeoportal_commons/alembic/main/ee25d267bf46_main_interface_desktop.py +2 -2
  56. c2cgeoportal_commons/alembic/main/eeb345672454_merge_2_4_and_master_branches.py +3 -1
  57. c2cgeoportal_commons/alembic/static/0c640a58a09a_add_opt_key_column.py +2 -2
  58. c2cgeoportal_commons/alembic/static/107b81f5b9fe_add_missing_delete_cascades.py +2 -2
  59. c2cgeoportal_commons/alembic/static/1857owc78a07_add_last_login_and_expiration_date.py +2 -2
  60. c2cgeoportal_commons/alembic/static/1da396a88908_move_user_table_to_static_schema.py +3 -3
  61. c2cgeoportal_commons/alembic/static/267b4c1bde2e_add_display_name_in_the_user_for_better_.py +62 -0
  62. c2cgeoportal_commons/alembic/static/3f89a7d71a5e_alter_column_url_to_remove_limitation.py +2 -2
  63. c2cgeoportal_commons/alembic/static/44c91d82d419_add_table_log.py +6 -4
  64. c2cgeoportal_commons/alembic/static/53d671b17b20_add_timezone_on_datetime_fields.py +2 -2
  65. c2cgeoportal_commons/alembic/static/5472fbc19f39_add_temp_password_column.py +2 -2
  66. c2cgeoportal_commons/alembic/static/76d72fb3fcb9_add_oauth2_pkce.py +3 -1
  67. c2cgeoportal_commons/alembic/static/7ef947f30f20_add_oauth2_tables.py +3 -1
  68. c2cgeoportal_commons/alembic/static/910b4ca53b68_sync_model_database.py +186 -0
  69. c2cgeoportal_commons/alembic/static/aa41e9613256_wip_add_openid_connect_support.py +64 -0
  70. c2cgeoportal_commons/alembic/static/ae5e88f35669_add_table_user_role.py +2 -2
  71. c2cgeoportal_commons/alembic/static/bd029dbfc11a_fill_tech_data_column.py +2 -2
  72. c2cgeoportal_commons/lib/email_.py +15 -19
  73. c2cgeoportal_commons/lib/literal.py +3 -3
  74. c2cgeoportal_commons/lib/url.py +15 -16
  75. c2cgeoportal_commons/lib/validators.py +1 -1
  76. c2cgeoportal_commons/models/__init__.py +15 -8
  77. c2cgeoportal_commons/models/main.py +323 -228
  78. c2cgeoportal_commons/models/sqlalchemy.py +11 -10
  79. c2cgeoportal_commons/models/static.py +125 -76
  80. c2cgeoportal_commons/testing/__init__.py +10 -6
  81. c2cgeoportal_commons/testing/initializedb.py +7 -6
  82. {c2cgeoportal_commons-2.8.1.146.dist-info → c2cgeoportal_commons-2.9.0.350.dist-info}/METADATA +4 -9
  83. c2cgeoportal_commons-2.9.0.350.dist-info/RECORD +89 -0
  84. {c2cgeoportal_commons-2.8.1.146.dist-info → c2cgeoportal_commons-2.9.0.350.dist-info}/WHEEL +1 -1
  85. tests/conftest.py +1 -1
  86. c2cgeoportal_commons-2.8.1.146.dist-info/RECORD +0 -83
  87. {c2cgeoportal_commons-2.8.1.146.dist-info → c2cgeoportal_commons-2.9.0.350.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,89 @@
1
+ c2cgeoportal_commons/__init__.py,sha256=xUtEITGYArOcP7g9AIEza1xwbULTxLjgc2mKG6fD4V4,2053
2
+ c2cgeoportal_commons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ c2cgeoportal_commons/alembic/env.py,sha256=zs8NBaQbxXcYNNdROm75SiMGJMGRbeExARiGUNeXePY,5126
4
+ c2cgeoportal_commons/alembic/main/028477929d13_add_technical_roles.py,sha256=WmCkrqJkZroaPEGx9-w9j02Ajl2jfWf1ui4LAQIMvcU,2861
5
+ c2cgeoportal_commons/alembic/main/04f05bfbb05e_remove_the_old_is_expanded_column.py,sha256=tN7kW4DuikO70PZFPLkkYbogKab8zYrBtIHuqea1EXc,2301
6
+ c2cgeoportal_commons/alembic/main/116b9b79fc4d_internal_and_external_layer_tables_.py,sha256=GrAvaJ5OwYgy4R0fpnN-uxAgNHT_QQDdYxkNFz9R1E8,8813
7
+ c2cgeoportal_commons/alembic/main/1418cb05921b_merge_1_6_and_master_branches.py,sha256=yGJseUB055AnfrlS35dqTlYXENGiOWQirJu-Ny37dDM,1991
8
+ c2cgeoportal_commons/alembic/main/164ac0819a61_add_image_format_to_wmts_layer.py,sha256=9CkzucBQyxQbVA4_QsJDvs5OLTj7v7xGvN2D0gRjSQc,2233
9
+ c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py,sha256=UTLGu3VMyNT3WcEu-xS16DKxRPqigvm6cL6oTXChDiY,11338
10
+ c2cgeoportal_commons/alembic/main/16e43f8c0330_remove_old_metadata_column.py,sha256=xp7ubEnC88tJuH6iCnE1_wKTLxdq4-h9UZVE_SBmjQw,2264
11
+ c2cgeoportal_commons/alembic/main/1d5d4abfebd1_add_restricted_theme.py,sha256=xwdzZzImYYNuyQMiub-AVEbG0_4-qvXJgE3AXOzuiZ4,2865
12
+ c2cgeoportal_commons/alembic/main/1de20166b274_remove_v1_artifacts.py,sha256=FW0SGpMh_w3W0NBseva7vk5i4oKPARm1fnDAeF1OvuE,3410
13
+ c2cgeoportal_commons/alembic/main/20137477bd02_update_icons_url.py,sha256=5yIx7WP11DJlZjscbCKGN3r_UDlyzmNwB4x8dg4rN9I,3574
14
+ c2cgeoportal_commons/alembic/main/21f11066f8ec_trigger_on_role_updates_user_in_static.py,sha256=ws00rBRrJPj33z-flsF_kZJFSrGJZSaWluH0FZ9voJU,2825
15
+ c2cgeoportal_commons/alembic/main/22e6dfb556de_add_description_tree_.py,sha256=RNdRNV7rUcW7rFwtYihbeZok4merHyCqvEziVcuSz1M,2429
16
+ c2cgeoportal_commons/alembic/main/29f2a32859ec_merge_1_6_and_master_branches.py,sha256=jFhn25-yaRxqFvRZsQR6Qf4u4FxVGBGCntj4-SqUQnU,1991
17
+ c2cgeoportal_commons/alembic/main/2b8ed8c1df94_set_layergroup_treeitem_is_as_a_primary_.py,sha256=Cs4Bm5KXjxL1pS5ydKa4Es3dkNFOzurhbbW-L8hMMiI,2291
18
+ c2cgeoportal_commons/alembic/main/2e57710fecfe_update_the_ogc_server_for_ogc_api.py,sha256=-xRBxIsgYSpIotTAM4M834MghzHPOaSXCG59pKAE56I,3201
19
+ c2cgeoportal_commons/alembic/main/32527659d57b_move_exclude_properties_from_layerv1_to_.py,sha256=quIWf0Y1iezbI_L342CBojW1J5iJSI2RGzF9upgIcf8,2786
20
+ c2cgeoportal_commons/alembic/main/32b21aa1d0ed_merge_e004f76e951a_and_e004f76e951a_.py,sha256=Ru_Iea-0T0r8UKCFJjm70YL5rzv3e3tRrxrWpaYafeU,2003
21
+ c2cgeoportal_commons/alembic/main/338b57593823_remove_trigger_on_role_name_change.py,sha256=ptEdma4FzYib3QaiV150XhdTx8nHtgoIXn1QWxd8BiA,2809
22
+ c2cgeoportal_commons/alembic/main/415746eb9f6_changes_for_v2.py,sha256=JLJ6yTSIEQjfXHSepOorx4JfV5qjYlZ_MhosY1xTD5o,15973
23
+ c2cgeoportal_commons/alembic/main/44c91d82d419_add_table_log.py,sha256=0pga5NPNbXz0aqieoA7jF8XfCWbGexLX4LgT1YzoeFk,2735
24
+ c2cgeoportal_commons/alembic/main/5109242131ce_add_column_time_widget.py,sha256=7E4G7EOzcDKeRqF4zB8I6s0vEP6AxMuooKdl6YvfZG4,2566
25
+ c2cgeoportal_commons/alembic/main/52916d8fde8b_add_sql_fields_to_vector_tiles.py,sha256=des2FAkUQVRYgN6JJMk1gq0rYhpQQnxiv6URdTIGi5k,2307
26
+ c2cgeoportal_commons/alembic/main/53ba1a68d5fe_add_theme_to_fulltextsearch.py,sha256=2YCxhnKOd4KBpe3ykKYmioYaszZW-KK62Y_UT2laSKg,3018
27
+ c2cgeoportal_commons/alembic/main/54645a535ad6_add_ordering_in_relation.py,sha256=nQ7JWrHQmSsaNyEE5PbaQP-AxtYJCMpafCZATmJQ76I,3559
28
+ c2cgeoportal_commons/alembic/main/56dc90838d90_fix_removing_layerv1.py,sha256=PgaK7k_mjpLhEnZ78FV-WA4G1WWzazl-BkYk1BJO9Fk,2349
29
+ c2cgeoportal_commons/alembic/main/596ba21e3833_separate_local_internal.py,sha256=iYGUFb_8ebG6dAJnVG40BjBRYsy_keiZWwXY5ObhoOE,2432
30
+ c2cgeoportal_commons/alembic/main/678f88c7ad5e_add_vector_tiles_layers_table.py,sha256=MctMjRlMvbyJEVny9gn739SxXmk2ibwr9eJ6qiPfdcE,2461
31
+ c2cgeoportal_commons/alembic/main/6a412d9437b1_rename_serverogc_to_ogcserver.py,sha256=WSQKDqNkBLQvoieN0WwCHZRT4S9H0w5guOqVU7pZN3I,2516
32
+ c2cgeoportal_commons/alembic/main/6d87fdad275a_convert_metadata_to_the_right_case.py,sha256=oEXzrh34-NjfZ8Oi-aSycTqLaxcb6VxzXY9s85kykvM,2541
33
+ c2cgeoportal_commons/alembic/main/7530011a66a7_trigger_on_role_updates_user_in_static.py,sha256=s9qagE9L5dSvffBAePBBatOGmeZwE_c8fIXLI57_BiQ,2825
34
+ c2cgeoportal_commons/alembic/main/78fd093c8393_add_api_s_intrfaces.py,sha256=PbmmzE12xlXv_tdLGSKySC2bFZxW9i_5wP7Dgn70Vnc,4891
35
+ c2cgeoportal_commons/alembic/main/7d271f4527cd_add_layer_column_in_layerv1_table.py,sha256=Jz5LK9uTf4IrLZU23GuxhtOWcBGWQWKJsW3R8aOt22k,2466
36
+ c2cgeoportal_commons/alembic/main/809650bd04c3_add_dimension_field.py,sha256=beEEtFUUtC85iVoWBKmF21tBcRKLfJXQlWXxEO5_AlQ,2273
37
+ c2cgeoportal_commons/alembic/main/8117bb9bba16_use_dimension_on_all_the_layers.py,sha256=0wnE0OVmCyWVQK2S1M6vPdm9AdE7HE9LJPTpFQ7sOrc,2993
38
+ c2cgeoportal_commons/alembic/main/87f8330ed64e_add_missing_delete_cascades.py,sha256=A1kGQdOKlVzn48QDJWwMi_HEoeK3BVgot9GplGGPdws,9381
39
+ c2cgeoportal_commons/alembic/main/9268a1dffac0_add_trigger_to_be_able_to_correctly_.py,sha256=B0Qk-0Tq8eUp33al8CTxcSBWL-VxNmoURHn4nOeVOBo,2747
40
+ c2cgeoportal_commons/alembic/main/94db7e7e5b21_merge_2_2_and_master_branches.py,sha256=hDMNF2egVPLsauNxR17Ig5XGFb2C_EfalfVi_HeFRWY,1991
41
+ c2cgeoportal_commons/alembic/main/951ff84bd8ec_be_able_to_delete_a_wms_layer_in_sql.py,sha256=X7nlYlA_K9AACJQsPqFF77vWpRjDr-9gXAbkvg92Ez4,6831
42
+ c2cgeoportal_commons/alembic/main/a00109812f89_add_field_layer_wms_valid.py,sha256=uj3LR1kWMdNx9cASVU6jD1PxmBWsjYhWzfuHWrIj9pM,2422
43
+ c2cgeoportal_commons/alembic/main/a4558f032d7d_add_support_of_cog_layers.py,sha256=cP0sXxqOU9yY--JoEmktItCo4coGaQrq5DyLBCG4isY,2633
44
+ c2cgeoportal_commons/alembic/main/a4f1aac9bda_merge_1_6_and_master_branches.py,sha256=wbBK4g6ws3K9kqx9KoCSlsQQOAjnP2Ybheq3crJ8cRw,1989
45
+ c2cgeoportal_commons/alembic/main/b60f2a505f42_remame_uimetadata_to_metadata.py,sha256=xhyxRfBRY0BHdHjUpBSyfl06W34XqIFwWWt8AF2IQqQ,2212
46
+ c2cgeoportal_commons/alembic/main/b6b09f414fe8_sync_model_database.py,sha256=3BhfwDY4eO3VMsAyIAK3OEUcG6o6FsDE8vjRdeiYGds,6683
47
+ c2cgeoportal_commons/alembic/main/c75124553bf3_remove_deprecated_columns.py,sha256=AWET2jqhItpBd_x2ZnzgFQ7mUlm-TqhRUsDrqrVrbMU,2447
48
+ c2cgeoportal_commons/alembic/main/d48a63b348f1_change_mapserver_url_for_docker.py,sha256=-piEvmoamduzwgYktzsG3uTGSTEOLLw4kVGCIIY0yko,2470
49
+ c2cgeoportal_commons/alembic/main/d8ef99bc227e_be_able_to_delete_a_linked_functionality.py,sha256=oo3Lc99vIt6rHNFUINbXTBPP89Q-ntuN3qJ7aY7pn4I,3447
50
+ c2cgeoportal_commons/alembic/main/daf738d5bae4_merge_2_0_and_master_branches.py,sha256=TXvxXqzA8lEWd7d6EQ9a-0YMfvU0n7DSilSgANiyowA,1991
51
+ c2cgeoportal_commons/alembic/main/dba87f2647f9_merge_2_2_on_2_3.py,sha256=eUXYcsujGYjbncVMUiqAcs6GBRWCIbLPZv6BlD9E3as,1978
52
+ c2cgeoportal_commons/alembic/main/e004f76e951a_add_missing_not_null.py,sha256=zY_GKcse1OEjzq86HqQdIpk8TblvrHvcIlsCwJSrUVM,4193
53
+ c2cgeoportal_commons/alembic/main/e7e03dedade3_put_the_default_wms_server_in_the_.py,sha256=0Kd1WHugqz7Z3kEJMW7ZzJrjqWWMJ_SUBBY0qhL8Ew4,3077
54
+ c2cgeoportal_commons/alembic/main/e85afd327ab3_cascade_deletes_to_tsearch.py,sha256=9GxUsD-MCaKsJijlVX59GwL0YPDgTLY0UKshtHR0Awc,3351
55
+ c2cgeoportal_commons/alembic/main/ec82a8906649_add_missing_on_delete_cascade_on_layer_.py,sha256=BRa6Yno1ZbNZ65Z5WiX2AU7KoBMWh56TPBJMlAp6zK4,2990
56
+ c2cgeoportal_commons/alembic/main/ee25d267bf46_main_interface_desktop.py,sha256=xLgqc68yrn1xJBRL9g6eHarPTs20ZrXy9weAooXkwWI,2276
57
+ c2cgeoportal_commons/alembic/main/eeb345672454_merge_2_4_and_master_branches.py,sha256=7Py3IhOpVhSNbiRF1X7QhQtI8wNQmFWoD3FDPbn_Rh0,1992
58
+ c2cgeoportal_commons/alembic/static/0c640a58a09a_add_opt_key_column.py,sha256=y3A-lGd5dCztI8FGwFGImzzZbQSLdI8flD-RJk7wZ48,2328
59
+ c2cgeoportal_commons/alembic/static/107b81f5b9fe_add_missing_delete_cascades.py,sha256=ad-4LyvRuiEAmEbc17_0vlxUpG_vXfX2NeQYM8Uh9k4,2776
60
+ c2cgeoportal_commons/alembic/static/1857owc78a07_add_last_login_and_expiration_date.py,sha256=RmnLRnGQq8-AET4QpkTuwjWFpL7QTW0XfYkSwo_Q7pA,2673
61
+ c2cgeoportal_commons/alembic/static/1da396a88908_move_user_table_to_static_schema.py,sha256=i49tvLJ3Hdsn4Jbl1WoTHEW8fNlp_Hr5cJkc76dAXFQ,6171
62
+ c2cgeoportal_commons/alembic/static/267b4c1bde2e_add_display_name_in_the_user_for_better_.py,sha256=I6OtEl0gi5yOdNhBPxY0w51tjoawJcxYKfYHHjZxho0,2485
63
+ c2cgeoportal_commons/alembic/static/3f89a7d71a5e_alter_column_url_to_remove_limitation.py,sha256=8KlIZYPeLyuJdAN6otWrDR8WUFhcBtP2SFMlSxjpVJM,2113
64
+ c2cgeoportal_commons/alembic/static/44c91d82d419_add_table_log.py,sha256=Vo9AdtDPL764sDUCULseteqJnd1boWUsh_PBhHrGfQE,2777
65
+ c2cgeoportal_commons/alembic/static/53d671b17b20_add_timezone_on_datetime_fields.py,sha256=Z0R7BZzC8Jo2IvISs2zvPEekgoPEOBofn56QsaXlqQA,2740
66
+ c2cgeoportal_commons/alembic/static/5472fbc19f39_add_temp_password_column.py,sha256=tL33fifuMGnNqKyNUG9h31k38IZJwwCAMLJQDizwKQc,2293
67
+ c2cgeoportal_commons/alembic/static/76d72fb3fcb9_add_oauth2_pkce.py,sha256=Gv-H7iW9jTJ_5vaRV8BLljFQfx3FIR2xVaw3MwXEWE4,3171
68
+ c2cgeoportal_commons/alembic/static/7ef947f30f20_add_oauth2_tables.py,sha256=DUD6mxGP5FiiT1R1zGYCOxekZE8-2b58NhJtmoQgs90,4127
69
+ c2cgeoportal_commons/alembic/static/910b4ca53b68_sync_model_database.py,sha256=o_Fl5zaTketmgBI9WXRsdMoxuwtmwOQ9xMN8gDmG6nw,7168
70
+ c2cgeoportal_commons/alembic/static/aa41e9613256_wip_add_openid_connect_support.py,sha256=9vNfBSFqGHx_6Fc9mQLxCzuTXGQH5VdaopGG_xro2x4,2506
71
+ c2cgeoportal_commons/alembic/static/ae5e88f35669_add_table_user_role.py,sha256=ojZAM3uGtOO2yRsY6qrWkbuu0jRJpJHnC5xg-PmKuX8,3436
72
+ c2cgeoportal_commons/alembic/static/bd029dbfc11a_fill_tech_data_column.py,sha256=Hi2LiulH2qmBii-wcFCHS6TEf4V_HyobWSNaKM_xUW0,2132
73
+ c2cgeoportal_commons/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
+ c2cgeoportal_commons/lib/email_.py,sha256=dKvscltXet1COmtE3ejJtakm3wx3OYHCQl-2o9-nr74,3423
75
+ c2cgeoportal_commons/lib/literal.py,sha256=UosDo3VnbhHZ5lhr1Fmlm3GqKvKJK-Zg_1Sg-BSd_Rw,2023
76
+ c2cgeoportal_commons/lib/url.py,sha256=n2Wuc6dPYWZhfQr9sAYRsoEXhJQMlKqmYRvE77s-Usk,8244
77
+ c2cgeoportal_commons/lib/validators.py,sha256=I7kFJRCoLzSchwe5bQfy7Sx46dgknt0bHZLb2HUnwEw,1805
78
+ c2cgeoportal_commons/models/__init__.py,sha256=eUpaKoAVRG4h6CbmVYKPSVaBvww8inl1aj9OYuwRwnM,2694
79
+ c2cgeoportal_commons/models/main.py,sha256=8PG-AY1RMHzGWEWqIM0I9g17OwPSuqC8c_3JJjKl7Ic,66120
80
+ c2cgeoportal_commons/models/sqlalchemy.py,sha256=jlmpqI_vzWbTA-oR2xCcfQB5sAbBJU_b7iQwx0TRZHs,2884
81
+ c2cgeoportal_commons/models/static.py,sha256=Ho1StLpK3HZJKTR1v594LscJdWnCkVlwIpebBQ6_LVk,18756
82
+ c2cgeoportal_commons/testing/__init__.py,sha256=T3ePKk-5BkA0sHeDMAwSwHKpuQTYIFsDzmbl4nIa7Yc,4081
83
+ c2cgeoportal_commons/testing/initializedb.py,sha256=9GpHkgWlveo-kwJy6iOH5I_f_kzBAF4IZpAc0-SqedA,3224
84
+ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
+ tests/conftest.py,sha256=DdCNLXAzOwjztauMELLHQsdzcuQgx83Jfy-0JUu-OCs,1450
86
+ c2cgeoportal_commons-2.9.0.350.dist-info/METADATA,sha256=yn7PzO7VRu9VUksgrJjvtuAJpS6wZ6eJosE5d8RKguo,1840
87
+ c2cgeoportal_commons-2.9.0.350.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
88
+ c2cgeoportal_commons-2.9.0.350.dist-info/top_level.txt,sha256=NWDBsLJav5VgJVX1XzTwUvFShioh9XSi5IaJU_9_YDc,27
89
+ c2cgeoportal_commons-2.9.0.350.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
tests/conftest.py CHANGED
@@ -16,9 +16,9 @@ from c2cgeoportal_commons.testing.initializedb import truncate_tables
16
16
  def dbsession(settings):
17
17
  generate_mappers()
18
18
  engine = get_engine(settings)
19
- truncate_tables(engine)
20
19
  session_factory = get_session_factory(engine)
21
20
  session = get_tm_session(session_factory, transaction.manager)
21
+ truncate_tables(session)
22
22
  return session
23
23
 
24
24
 
@@ -1,83 +0,0 @@
1
- c2cgeoportal_commons/__init__.py,sha256=lhrPRtwZVTucC_3OkwLp-tWAeb7eJ5TU097YK8hnoCM,2053
2
- c2cgeoportal_commons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- c2cgeoportal_commons/alembic/env.py,sha256=3ImF44Ft0XAPhZiF8GEwiIKRGdMi200Z9aoUtRJ37AQ,4993
4
- c2cgeoportal_commons/alembic/main/028477929d13_add_technical_roles.py,sha256=5y7OMIQxXYYFEvJZP5CacUb6bUz8UteQmmDj_kaW_vE,2848
5
- c2cgeoportal_commons/alembic/main/04f05bfbb05e_remove_the_old_is_expanded_column.py,sha256=9w4JATGWH1LwLojin6rYc0FEjBKPzUePzoaoDvXjmtA,2269
6
- c2cgeoportal_commons/alembic/main/116b9b79fc4d_internal_and_external_layer_tables_.py,sha256=5iGmApyDyhPbl7N0Lo22f2EQmb9b696x83YDpsj8E2g,8943
7
- c2cgeoportal_commons/alembic/main/1418cb05921b_merge_1_6_and_master_branches.py,sha256=0bcbm6NndoazzMJRsQvvwB9fvN3WWXZ2tqFyZeF9rkw,1959
8
- c2cgeoportal_commons/alembic/main/164ac0819a61_add_image_format_to_wmts_layer.py,sha256=FhdJgul0mPAzFVPs7IladHqRgS544Q6OXqJKyyaGsmk,2220
9
- c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py,sha256=30SN-eORSkadhhEBvMD3EUcguoR5uBGNZfG5EL-U7so,11264
10
- c2cgeoportal_commons/alembic/main/16e43f8c0330_remove_old_metadata_column.py,sha256=KnTdHP8vuzKXf6FK5hWsStlKPuqXMGw1wDoQ5JlOXHs,2251
11
- c2cgeoportal_commons/alembic/main/1d5d4abfebd1_add_restricted_theme.py,sha256=_c4Nh5Wg5CNnjI84JpL4ebDFt0ZNC98Es-tjKj-PGFM,2852
12
- c2cgeoportal_commons/alembic/main/1de20166b274_remove_v1_artifacts.py,sha256=EFCMLtM2UUBlnMkwwRytYEIqOfIaFOkbTLKELflAJuU,3397
13
- c2cgeoportal_commons/alembic/main/20137477bd02_update_icons_url.py,sha256=CDwPvT_UT7fqiOkyQtEk_hWBWLTJUvpkGDqPK8JSWPA,3561
14
- c2cgeoportal_commons/alembic/main/21f11066f8ec_trigger_on_role_updates_user_in_static.py,sha256=x4RLiISizjxzNfcoGF4tHRDqnSEc4G7Nqoh-kwVXUOY,2812
15
- c2cgeoportal_commons/alembic/main/22e6dfb556de_add_description_tree_.py,sha256=9WZoJJq2N7sSnfgASukkxnRSxPQYsI0jG1maf4snl7U,2416
16
- c2cgeoportal_commons/alembic/main/29f2a32859ec_merge_1_6_and_master_branches.py,sha256=82JKe68vr_91EJFxiNel2eviXATbwIkDuvdS-GrXmRk,1959
17
- c2cgeoportal_commons/alembic/main/2b8ed8c1df94_set_layergroup_treeitem_is_as_a_primary_.py,sha256=4FRBk079_3G7boTJuny88nW61VJVRP87BGUzN-B6mCk,2278
18
- c2cgeoportal_commons/alembic/main/32527659d57b_move_exclude_properties_from_layerv1_to_.py,sha256=CUWZt_1bvpZgPeRAsr0FM0CzWFR2XV5u4Z9ld5heA3g,2773
19
- c2cgeoportal_commons/alembic/main/32b21aa1d0ed_merge_e004f76e951a_and_e004f76e951a_.py,sha256=cF0FgsfXMhhP3Ig8xhn1neK3td92NGWvqAkeO-UAd1E,1971
20
- c2cgeoportal_commons/alembic/main/338b57593823_remove_trigger_on_role_name_change.py,sha256=LPKhERU4dkEV28h-_J62Ag91lpHBWo9B3_2qtwBd3ak,2796
21
- c2cgeoportal_commons/alembic/main/415746eb9f6_changes_for_v2.py,sha256=HVLi2j4eufanhYiO00tnsJsjFGlzots7PfPbdyfWZic,15960
22
- c2cgeoportal_commons/alembic/main/44c91d82d419_add_table_log.py,sha256=FAOQxtHx09q3qie6pxwQBHPMqDr7o1DzotDXk1yfhog,2713
23
- c2cgeoportal_commons/alembic/main/5109242131ce_add_column_time_widget.py,sha256=4LPV0lTy_z5dtmIlcBkSugthclyYwAiuJtNRTkGVm5M,2518
24
- c2cgeoportal_commons/alembic/main/52916d8fde8b_add_sql_fields_to_vector_tiles.py,sha256=6OCg7ehK4cx0BQe8MKc_VAaqLuU_Ay3sItUtH0nOAus,2261
25
- c2cgeoportal_commons/alembic/main/53ba1a68d5fe_add_theme_to_fulltextsearch.py,sha256=7njK74HCpJHyweP4_n9Vc2n0mgba4kX9zVJ_b8Qz9R8,3005
26
- c2cgeoportal_commons/alembic/main/54645a535ad6_add_ordering_in_relation.py,sha256=rbFisvb_W50x41a3uOEZRpCTafMLRdoLmOL8-cFdB24,3546
27
- c2cgeoportal_commons/alembic/main/56dc90838d90_fix_removing_layerv1.py,sha256=YfqkOtmVcDwNht0TVGgyU8D4NJdo1bEJtDjvbN04wD0,2336
28
- c2cgeoportal_commons/alembic/main/596ba21e3833_separate_local_internal.py,sha256=0GPFSfMQEiAG5O9kan87ufmQQSKqYyq6rKbNMGWaxx8,2419
29
- c2cgeoportal_commons/alembic/main/678f88c7ad5e_add_vector_tiles_layers_table.py,sha256=AvEHJ9BKZMyFX9h0Uir0zSIOX5TXvc7b2vQO-TsOR1U,2448
30
- c2cgeoportal_commons/alembic/main/6a412d9437b1_rename_serverogc_to_ogcserver.py,sha256=ipOt_EN5i7PYQL6Vl8Krf2qfj7MZXLdYcBcBfZimVaI,2503
31
- c2cgeoportal_commons/alembic/main/6d87fdad275a_convert_metadata_to_the_right_case.py,sha256=9RoQMZaaxm6_GzHgCuWlIOmtdIDNBCOR3gvXZSedX-g,2528
32
- c2cgeoportal_commons/alembic/main/7530011a66a7_trigger_on_role_updates_user_in_static.py,sha256=GO7j58FmclirTdqJJHRjzw1IieoldXytKEpt-WIsd8g,2812
33
- c2cgeoportal_commons/alembic/main/78fd093c8393_add_api_s_intrfaces.py,sha256=3Qe_T0PFsA60FstPxG0E8yzObLhgJpbiNHQ3mmYH20M,4516
34
- c2cgeoportal_commons/alembic/main/7d271f4527cd_add_layer_column_in_layerv1_table.py,sha256=VeL78xF1hiIx4UP3Y7HKczC1Hu5V8xMmQU4-mNGKLrQ,2453
35
- c2cgeoportal_commons/alembic/main/809650bd04c3_add_dimension_field.py,sha256=_vMYzgnVAaV1Has2og2Et8bQI0qWXhGRxs3P40hTKbM,2260
36
- c2cgeoportal_commons/alembic/main/8117bb9bba16_use_dimension_on_all_the_layers.py,sha256=3M3loOBlg84vwQC8oAGFEFz6BdSP2So0hL7Gx2aGVFs,2980
37
- c2cgeoportal_commons/alembic/main/87f8330ed64e_add_missing_delete_cascades.py,sha256=Sx2A-KRvZHd7Sa-VKL1W4V7wh8Eb8LdVgjSOUOrm1Zw,9368
38
- c2cgeoportal_commons/alembic/main/9268a1dffac0_add_trigger_to_be_able_to_correctly_.py,sha256=xE2xII69SUr7WuKCYUCoJXammduC6dEcM96yjJvx6IY,2734
39
- c2cgeoportal_commons/alembic/main/94db7e7e5b21_merge_2_2_and_master_branches.py,sha256=wNrJSXw6GY7NMNQY_rDeazSWdVLN6KXMFgBQdv_NaAs,1959
40
- c2cgeoportal_commons/alembic/main/951ff84bd8ec_be_able_to_delete_a_wms_layer_in_sql.py,sha256=SQMDF60qkxPF-FWJmhPkVUeh31oho6OQYqvLHGSIBhA,6818
41
- c2cgeoportal_commons/alembic/main/a00109812f89_add_field_layer_wms_valid.py,sha256=z1fVfP54sNsxJqlrfeS8NFah8Brlqy2tt_Sum2F15A8,2413
42
- c2cgeoportal_commons/alembic/main/a4f1aac9bda_merge_1_6_and_master_branches.py,sha256=fa8cVxfi4Pyq03o2Fu6kvgqvlSF1yoIFTwuIyscmWMM,1957
43
- c2cgeoportal_commons/alembic/main/b60f2a505f42_remame_uimetadata_to_metadata.py,sha256=rYIVwvPetrBdaOm8cClUWx8nG0wxUhE28H_l2ud_Xfg,2199
44
- c2cgeoportal_commons/alembic/main/c75124553bf3_remove_deprecated_columns.py,sha256=-xbcaMk2yQHBAoBOs3wTzOSfi1UIHlWwkSREAJTRHqU,2434
45
- c2cgeoportal_commons/alembic/main/d48a63b348f1_change_mapserver_url_for_docker.py,sha256=Yv3UjPXVb-mij0vdkPTL2ND0MQn-AkslyYuJpS5Soso,2457
46
- c2cgeoportal_commons/alembic/main/d8ef99bc227e_be_able_to_delete_a_linked_functionality.py,sha256=qXfu92yYhUoxUJNXUY83CL8nWzbk9qbf8DBJmqSuYXA,3434
47
- c2cgeoportal_commons/alembic/main/daf738d5bae4_merge_2_0_and_master_branches.py,sha256=ze5h3afczlkPs0XW4BwsfHKBcuODwvOYBp93QkIrHBc,1959
48
- c2cgeoportal_commons/alembic/main/dba87f2647f9_merge_2_2_on_2_3.py,sha256=Ty0XxeNQXJ6w5ROGcAziIv0j4T2p23BVU8pInPy8fdw,1946
49
- c2cgeoportal_commons/alembic/main/e004f76e951a_add_missing_not_null.py,sha256=rwkkJ9fDNFLIMpdMJ6ITLE-lClBENq8ngR7Ayg1-h2o,4180
50
- c2cgeoportal_commons/alembic/main/e7e03dedade3_put_the_default_wms_server_in_the_.py,sha256=YshAKRcWrd4TlWSW6F1d4mZWSKE__UW9NGmNyEBpPko,3064
51
- c2cgeoportal_commons/alembic/main/e85afd327ab3_cascade_deletes_to_tsearch.py,sha256=IN2_3oISNm_fWsEognF0P4-RxntU8yomJHt7X0CvBDw,3338
52
- c2cgeoportal_commons/alembic/main/ec82a8906649_add_missing_on_delete_cascade_on_layer_.py,sha256=39GRKhl532MOWeE7InJZn6VevyWZVD5Va5YCfXwQT74,2977
53
- c2cgeoportal_commons/alembic/main/ee25d267bf46_main_interface_desktop.py,sha256=VirA6bHHb5vHRwqFL0R28_d9Lb-KPXxGMZx4r9EoVxA,2263
54
- c2cgeoportal_commons/alembic/main/eeb345672454_merge_2_4_and_master_branches.py,sha256=1xM5XppS0awsXzkhCPh0hG5xXn-Abd74SAvyfCKoUJU,1960
55
- c2cgeoportal_commons/alembic/static/0c640a58a09a_add_opt_key_column.py,sha256=3hx7u8btKHCATk4MkECrV5pTHqxSGHqRWpGPtUTz8Pc,2315
56
- c2cgeoportal_commons/alembic/static/107b81f5b9fe_add_missing_delete_cascades.py,sha256=aKiyNB92_3HNTVGK0BJQfc2N63Q_wQjEl5_caOlBftM,2763
57
- c2cgeoportal_commons/alembic/static/1857owc78a07_add_last_login_and_expiration_date.py,sha256=_ZJE4EBZnPz1fTkoBQU7qFwDPJdgJIUlo1ez3bFEKZQ,2660
58
- c2cgeoportal_commons/alembic/static/1da396a88908_move_user_table_to_static_schema.py,sha256=NkmArNnJ7Jrsnj_N0Gwl7V4LA5q_t89K7sbW0KoSNDs,6116
59
- c2cgeoportal_commons/alembic/static/3f89a7d71a5e_alter_column_url_to_remove_limitation.py,sha256=YKXuYWgsbfJ3MUMRVo4h8LbK3aS7n3dc4UJQMNz2ew4,2100
60
- c2cgeoportal_commons/alembic/static/44c91d82d419_add_table_log.py,sha256=FiSym4YmsXFDdkOAvWRz_knwuLkcMXPaXU-bT_pq2iM,2751
61
- c2cgeoportal_commons/alembic/static/53d671b17b20_add_timezone_on_datetime_fields.py,sha256=ZVpGOA-aLaYyCIKAbe0Zm9VbejRf04tr_uWnrDg_U6g,2727
62
- c2cgeoportal_commons/alembic/static/5472fbc19f39_add_temp_password_column.py,sha256=UoeRaHCfY6VVbmd39ikJI7zsF_KM62CVfnxSXBDyRv4,2280
63
- c2cgeoportal_commons/alembic/static/76d72fb3fcb9_add_oauth2_pkce.py,sha256=BBHnJW7r6hob9QXfv5L4tzPZCHNLEKwji19Rwhx3es0,3134
64
- c2cgeoportal_commons/alembic/static/7ef947f30f20_add_oauth2_tables.py,sha256=hThtLqdJrSIdR1fe6An4ZYnncBX_mBqUnjAZqRPVmY8,4095
65
- c2cgeoportal_commons/alembic/static/ae5e88f35669_add_table_user_role.py,sha256=4v7UT-xINHvob9djWXn20lK5vorMBw4vNgmxq8uEe9U,3423
66
- c2cgeoportal_commons/alembic/static/bd029dbfc11a_fill_tech_data_column.py,sha256=F7ess8AZSp-D86IM8sFFmD0nKBTlwc5HMK28PrqAr5s,2119
67
- c2cgeoportal_commons/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
- c2cgeoportal_commons/lib/email_.py,sha256=VAtXpFhenezZopzcQI1e-QgcJihMu3R1kzjmUQO_Nos,3485
69
- c2cgeoportal_commons/lib/literal.py,sha256=450WdbYHt7tKd7t6nz7OB8D61BqyC1UdK12HvsrhvoQ,2036
70
- c2cgeoportal_commons/lib/url.py,sha256=aQxb5zZWOTpD5KfO-BRk5UrJduEoAUIDgrlSoPZagiE,8304
71
- c2cgeoportal_commons/lib/validators.py,sha256=dF0Qlg6ghMrxwNqV675Juz5fIx9-58f4JimV7SC-sqc,1805
72
- c2cgeoportal_commons/models/__init__.py,sha256=E_shFr_YBOaBkAZ_WyCJj7dQipyJu6tcbFz1WCWcWUA,2553
73
- c2cgeoportal_commons/models/main.py,sha256=VeJXOp-y02YeZATvTj6Nt_qn3xxqh3kT5XRdRvkPWRI,60463
74
- c2cgeoportal_commons/models/sqlalchemy.py,sha256=BNVqoxCYFGChvtrW23rsFXW5-X1yci_Lx6ojx2xqiU4,2788
75
- c2cgeoportal_commons/models/static.py,sha256=5Q-bqeGYF65CXxY2xND8VSxvzXuUD_UFq-qX6Dwbtug,16437
76
- c2cgeoportal_commons/testing/__init__.py,sha256=SqwPvhUmaQuiekPCpOQePb6jV1tHFTlMPD-h8ls_PzY,3932
77
- c2cgeoportal_commons/testing/initializedb.py,sha256=mNBT_rPjxukWG5DIVX1rAmeNCZpCQvxICxigVuDr3_0,3155
78
- tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
- tests/conftest.py,sha256=kxgBqWJQ3vEy7yoW-NBhBp8yLOVLiObC5O69gZLE9Ws,1449
80
- c2cgeoportal_commons-2.8.1.146.dist-info/METADATA,sha256=YLS9Shv7ZD8xlSVurf4yhlS4JWDeOA8Nrn7NkyJkBDU,1914
81
- c2cgeoportal_commons-2.8.1.146.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
82
- c2cgeoportal_commons-2.8.1.146.dist-info/top_level.txt,sha256=NWDBsLJav5VgJVX1XzTwUvFShioh9XSi5IaJU_9_YDc,27
83
- c2cgeoportal_commons-2.8.1.146.dist-info/RECORD,,