c2cgeoportal-commons 2.8.1.180__py3-none-any.whl → 2.9rc1__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.

Potentially problematic release.


This version of c2cgeoportal-commons might be problematic. Click here for more details.

Files changed (84) hide show
  1. c2cgeoportal_commons/alembic/env.py +14 -10
  2. c2cgeoportal_commons/alembic/main/028477929d13_add_technical_roles.py +2 -2
  3. c2cgeoportal_commons/alembic/main/04f05bfbb05e_remove_the_old_is_expanded_column.py +3 -1
  4. c2cgeoportal_commons/alembic/main/116b9b79fc4d_internal_and_external_layer_tables_.py +12 -12
  5. c2cgeoportal_commons/alembic/main/1418cb05921b_merge_1_6_and_master_branches.py +3 -1
  6. c2cgeoportal_commons/alembic/main/164ac0819a61_add_image_format_to_wmts_layer.py +2 -2
  7. c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py +2 -2
  8. c2cgeoportal_commons/alembic/main/16e43f8c0330_remove_old_metadata_column.py +2 -2
  9. c2cgeoportal_commons/alembic/main/1d5d4abfebd1_add_restricted_theme.py +2 -2
  10. c2cgeoportal_commons/alembic/main/1de20166b274_remove_v1_artifacts.py +2 -2
  11. c2cgeoportal_commons/alembic/main/20137477bd02_update_icons_url.py +2 -2
  12. c2cgeoportal_commons/alembic/main/21f11066f8ec_trigger_on_role_updates_user_in_static.py +2 -2
  13. c2cgeoportal_commons/alembic/main/22e6dfb556de_add_description_tree_.py +2 -2
  14. c2cgeoportal_commons/alembic/main/29f2a32859ec_merge_1_6_and_master_branches.py +3 -1
  15. c2cgeoportal_commons/alembic/main/2b8ed8c1df94_set_layergroup_treeitem_is_as_a_primary_.py +2 -2
  16. c2cgeoportal_commons/alembic/main/32527659d57b_move_exclude_properties_from_layerv1_to_.py +2 -2
  17. c2cgeoportal_commons/alembic/main/32b21aa1d0ed_merge_e004f76e951a_and_e004f76e951a_.py +3 -1
  18. c2cgeoportal_commons/alembic/main/338b57593823_remove_trigger_on_role_name_change.py +2 -2
  19. c2cgeoportal_commons/alembic/main/415746eb9f6_changes_for_v2.py +2 -2
  20. c2cgeoportal_commons/alembic/main/44c91d82d419_add_table_log.py +8 -6
  21. c2cgeoportal_commons/alembic/main/5109242131ce_add_column_time_widget.py +4 -3
  22. c2cgeoportal_commons/alembic/main/52916d8fde8b_add_sql_fields_to_vector_tiles.py +5 -3
  23. c2cgeoportal_commons/alembic/main/53ba1a68d5fe_add_theme_to_fulltextsearch.py +2 -2
  24. c2cgeoportal_commons/alembic/main/54645a535ad6_add_ordering_in_relation.py +2 -2
  25. c2cgeoportal_commons/alembic/main/56dc90838d90_fix_removing_layerv1.py +2 -2
  26. c2cgeoportal_commons/alembic/main/596ba21e3833_separate_local_internal.py +2 -2
  27. c2cgeoportal_commons/alembic/main/678f88c7ad5e_add_vector_tiles_layers_table.py +2 -2
  28. c2cgeoportal_commons/alembic/main/6a412d9437b1_rename_serverogc_to_ogcserver.py +2 -2
  29. c2cgeoportal_commons/alembic/main/6d87fdad275a_convert_metadata_to_the_right_case.py +2 -2
  30. c2cgeoportal_commons/alembic/main/7530011a66a7_trigger_on_role_updates_user_in_static.py +2 -2
  31. c2cgeoportal_commons/alembic/main/78fd093c8393_add_api_s_intrfaces.py +15 -10
  32. c2cgeoportal_commons/alembic/main/7d271f4527cd_add_layer_column_in_layerv1_table.py +2 -2
  33. c2cgeoportal_commons/alembic/main/809650bd04c3_add_dimension_field.py +2 -2
  34. c2cgeoportal_commons/alembic/main/8117bb9bba16_use_dimension_on_all_the_layers.py +2 -2
  35. c2cgeoportal_commons/alembic/main/87f8330ed64e_add_missing_delete_cascades.py +2 -2
  36. c2cgeoportal_commons/alembic/main/9268a1dffac0_add_trigger_to_be_able_to_correctly_.py +2 -2
  37. c2cgeoportal_commons/alembic/main/94db7e7e5b21_merge_2_2_and_master_branches.py +3 -1
  38. c2cgeoportal_commons/alembic/main/951ff84bd8ec_be_able_to_delete_a_wms_layer_in_sql.py +2 -2
  39. c2cgeoportal_commons/alembic/main/a00109812f89_add_field_layer_wms_valid.py +4 -4
  40. c2cgeoportal_commons/alembic/main/a4558f032d7d_add_support_of_cog_layers.py +74 -0
  41. c2cgeoportal_commons/alembic/main/a4f1aac9bda_merge_1_6_and_master_branches.py +3 -1
  42. c2cgeoportal_commons/alembic/main/b60f2a505f42_remame_uimetadata_to_metadata.py +2 -2
  43. c2cgeoportal_commons/alembic/main/b6b09f414fe8_sync_model_database.py +165 -0
  44. c2cgeoportal_commons/alembic/main/c75124553bf3_remove_deprecated_columns.py +2 -2
  45. c2cgeoportal_commons/alembic/main/d48a63b348f1_change_mapserver_url_for_docker.py +2 -2
  46. c2cgeoportal_commons/alembic/main/d8ef99bc227e_be_able_to_delete_a_linked_functionality.py +2 -2
  47. c2cgeoportal_commons/alembic/main/daf738d5bae4_merge_2_0_and_master_branches.py +3 -1
  48. c2cgeoportal_commons/alembic/main/dba87f2647f9_merge_2_2_on_2_3.py +3 -1
  49. c2cgeoportal_commons/alembic/main/e004f76e951a_add_missing_not_null.py +2 -2
  50. c2cgeoportal_commons/alembic/main/e7e03dedade3_put_the_default_wms_server_in_the_.py +2 -2
  51. c2cgeoportal_commons/alembic/main/e85afd327ab3_cascade_deletes_to_tsearch.py +2 -2
  52. c2cgeoportal_commons/alembic/main/ec82a8906649_add_missing_on_delete_cascade_on_layer_.py +2 -2
  53. c2cgeoportal_commons/alembic/main/ee25d267bf46_main_interface_desktop.py +2 -2
  54. c2cgeoportal_commons/alembic/main/eeb345672454_merge_2_4_and_master_branches.py +3 -1
  55. c2cgeoportal_commons/alembic/static/0c640a58a09a_add_opt_key_column.py +2 -2
  56. c2cgeoportal_commons/alembic/static/107b81f5b9fe_add_missing_delete_cascades.py +2 -2
  57. c2cgeoportal_commons/alembic/static/1857owc78a07_add_last_login_and_expiration_date.py +2 -2
  58. c2cgeoportal_commons/alembic/static/1da396a88908_move_user_table_to_static_schema.py +3 -3
  59. c2cgeoportal_commons/alembic/static/267b4c1bde2e_add_display_name_in_the_user_for_better_.py +62 -0
  60. c2cgeoportal_commons/alembic/static/3f89a7d71a5e_alter_column_url_to_remove_limitation.py +2 -2
  61. c2cgeoportal_commons/alembic/static/44c91d82d419_add_table_log.py +6 -4
  62. c2cgeoportal_commons/alembic/static/53d671b17b20_add_timezone_on_datetime_fields.py +2 -2
  63. c2cgeoportal_commons/alembic/static/5472fbc19f39_add_temp_password_column.py +2 -2
  64. c2cgeoportal_commons/alembic/static/76d72fb3fcb9_add_oauth2_pkce.py +3 -1
  65. c2cgeoportal_commons/alembic/static/7ef947f30f20_add_oauth2_tables.py +3 -1
  66. c2cgeoportal_commons/alembic/static/910b4ca53b68_sync_model_database.py +186 -0
  67. c2cgeoportal_commons/alembic/static/aa41e9613256_wip_add_openid_connect_support.py +64 -0
  68. c2cgeoportal_commons/alembic/static/ae5e88f35669_add_table_user_role.py +2 -2
  69. c2cgeoportal_commons/alembic/static/bd029dbfc11a_fill_tech_data_column.py +2 -2
  70. c2cgeoportal_commons/lib/email_.py +7 -7
  71. c2cgeoportal_commons/lib/literal.py +3 -3
  72. c2cgeoportal_commons/lib/url.py +15 -16
  73. c2cgeoportal_commons/models/__init__.py +15 -8
  74. c2cgeoportal_commons/models/main.py +296 -211
  75. c2cgeoportal_commons/models/sqlalchemy.py +10 -9
  76. c2cgeoportal_commons/models/static.py +125 -76
  77. c2cgeoportal_commons/testing/__init__.py +10 -6
  78. c2cgeoportal_commons/testing/initializedb.py +7 -6
  79. {c2cgeoportal_commons-2.8.1.180.dist-info → c2cgeoportal_commons-2.9rc1.dist-info}/METADATA +3 -9
  80. c2cgeoportal_commons-2.9rc1.dist-info/RECORD +88 -0
  81. {c2cgeoportal_commons-2.8.1.180.dist-info → c2cgeoportal_commons-2.9rc1.dist-info}/WHEEL +1 -1
  82. tests/conftest.py +1 -1
  83. c2cgeoportal_commons-2.8.1.180.dist-info/RECORD +0 -83
  84. {c2cgeoportal_commons-2.8.1.180.dist-info → c2cgeoportal_commons-2.9rc1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,88 @@
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=2yAJMeO6EAGUE4umsvSyhc8L1fcK8SiMl4zfB8HI0ww,5126
4
+ c2cgeoportal_commons/alembic/main/028477929d13_add_technical_roles.py,sha256=JrjHSFvFpQ7H164aX7IjXjWpZvySoRdIuPtopQJkqro,2861
5
+ c2cgeoportal_commons/alembic/main/04f05bfbb05e_remove_the_old_is_expanded_column.py,sha256=kjbiE2sKBvMHhC5Kp98D1iHfWoZKOhNcY9Cs7JkxQmc,2301
6
+ c2cgeoportal_commons/alembic/main/116b9b79fc4d_internal_and_external_layer_tables_.py,sha256=hW6EnlkF8737mSszsUMqadM-sAazgJu7AQGZapqTpnw,8813
7
+ c2cgeoportal_commons/alembic/main/1418cb05921b_merge_1_6_and_master_branches.py,sha256=ZNzgZtLbPQS_-mJ-4vv77YI87BHoPOfHx5tLJKhHUh8,1991
8
+ c2cgeoportal_commons/alembic/main/164ac0819a61_add_image_format_to_wmts_layer.py,sha256=p3s3EfxTWv4EJRva0M5ntcImCB9xx23giRXYj0fI7N4,2233
9
+ c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py,sha256=U__28RLeUZlYPqj4ZzPQXxsevvajldjPG8jtNIcsjS4,11277
10
+ c2cgeoportal_commons/alembic/main/16e43f8c0330_remove_old_metadata_column.py,sha256=e_tYdb1Cb9ZFLWMGtqjGgYktAiwJI7FlPbeH4Z3hoIA,2264
11
+ c2cgeoportal_commons/alembic/main/1d5d4abfebd1_add_restricted_theme.py,sha256=031drRHUvTXjd27L4vG1gj4lRG4fXADa9d3MI7vTuJ8,2865
12
+ c2cgeoportal_commons/alembic/main/1de20166b274_remove_v1_artifacts.py,sha256=ubEtu1__8Hw_cAy_y5mCnCsy-vpvUPHUo4eOYBrzlQc,3410
13
+ c2cgeoportal_commons/alembic/main/20137477bd02_update_icons_url.py,sha256=i50Bwk3znadPSphsk4CuVBDln2m0lK_tsmaQMVeaFqA,3574
14
+ c2cgeoportal_commons/alembic/main/21f11066f8ec_trigger_on_role_updates_user_in_static.py,sha256=smHCvRaII02XENpbMkZeJn3pcEVOU6bbRp_tPmwfchY,2825
15
+ c2cgeoportal_commons/alembic/main/22e6dfb556de_add_description_tree_.py,sha256=Qy1cawz3wvpn9LAj5o6EWejTYxxVM6wwvrQeIKDUSuw,2429
16
+ c2cgeoportal_commons/alembic/main/29f2a32859ec_merge_1_6_and_master_branches.py,sha256=pSdLGBe3J7vJx7EBWo2r5bNUEJCs2MYbl1lorkL_1Wk,1991
17
+ c2cgeoportal_commons/alembic/main/2b8ed8c1df94_set_layergroup_treeitem_is_as_a_primary_.py,sha256=3G_NaCeC5tR8_wIjUCB_-vavpgqhCtVgrG9XEQ5UhwA,2291
18
+ c2cgeoportal_commons/alembic/main/32527659d57b_move_exclude_properties_from_layerv1_to_.py,sha256=mt3tDOa3GsySL0BEENm8Wv9iWKWHIG8AKsfXc1Ev0yE,2786
19
+ c2cgeoportal_commons/alembic/main/32b21aa1d0ed_merge_e004f76e951a_and_e004f76e951a_.py,sha256=1wRDK3vX6AiKZNSh-skPX74_4inCzctUyJZ85i5xh64,2003
20
+ c2cgeoportal_commons/alembic/main/338b57593823_remove_trigger_on_role_name_change.py,sha256=a0s_7nMtl1Y9l1rfMNeiKVWunFR6zrjPrvVdMJsmHh8,2809
21
+ c2cgeoportal_commons/alembic/main/415746eb9f6_changes_for_v2.py,sha256=5LVWXf1vPz2xJonsCIPt8qxz0XL-6XXSEN17AoW0xOY,15973
22
+ c2cgeoportal_commons/alembic/main/44c91d82d419_add_table_log.py,sha256=se9R_YbQ-WIg-MeRYKpk2WXXw1sazycc_l_LfKU23ME,2735
23
+ c2cgeoportal_commons/alembic/main/5109242131ce_add_column_time_widget.py,sha256=e3n20dUz-OSoTPUJJsF0yxs3-90s6noFiR7GASfF5iU,2566
24
+ c2cgeoportal_commons/alembic/main/52916d8fde8b_add_sql_fields_to_vector_tiles.py,sha256=A8s6p-G_2F5v-YTd7jE6FyquQFzM876dJL7tC765txg,2307
25
+ c2cgeoportal_commons/alembic/main/53ba1a68d5fe_add_theme_to_fulltextsearch.py,sha256=zje6opfjk__g9lnn_6nabzJoFGxsUwZ_JXGJ1-oWCwY,3018
26
+ c2cgeoportal_commons/alembic/main/54645a535ad6_add_ordering_in_relation.py,sha256=-bgcRf_7VutUJ8IIDW0aO87fyx2j3n_9cvAoAviMcuA,3559
27
+ c2cgeoportal_commons/alembic/main/56dc90838d90_fix_removing_layerv1.py,sha256=_gXMQhUdLsy4DDtpuiQvn2lcjr7SqqQcapz2Lgqhs1k,2349
28
+ c2cgeoportal_commons/alembic/main/596ba21e3833_separate_local_internal.py,sha256=QSg-K9Z6HT-zjyNAulVZgS7fhrElK1I_N13VDVRc_lo,2432
29
+ c2cgeoportal_commons/alembic/main/678f88c7ad5e_add_vector_tiles_layers_table.py,sha256=WoF0MbY-3ID4PLOFT8qzrN1n8_LTW1zgD6qC-L1hlTg,2461
30
+ c2cgeoportal_commons/alembic/main/6a412d9437b1_rename_serverogc_to_ogcserver.py,sha256=uXI9KUR82Dl-NYyz7VwbWjwVkAK_GdolltTqDEGWhbI,2516
31
+ c2cgeoportal_commons/alembic/main/6d87fdad275a_convert_metadata_to_the_right_case.py,sha256=OSMYB99wPGdFEq6vGArIWscsz72fx8QNM6mV5oQVkFg,2541
32
+ c2cgeoportal_commons/alembic/main/7530011a66a7_trigger_on_role_updates_user_in_static.py,sha256=JED0wqgWK36lUMbc1aCUH4-DjDA9r7fp70pQaS640SQ,2825
33
+ c2cgeoportal_commons/alembic/main/78fd093c8393_add_api_s_intrfaces.py,sha256=qG0xiv-l80MyJ0ImKOrNY5aEt7WK8EhtTUdOx8NfL6E,4891
34
+ c2cgeoportal_commons/alembic/main/7d271f4527cd_add_layer_column_in_layerv1_table.py,sha256=AqwBGIkZkXTBEjrtfcHM4LEyM_3HJY-f9DOHGiz1A98,2466
35
+ c2cgeoportal_commons/alembic/main/809650bd04c3_add_dimension_field.py,sha256=aO4FSr23eVPcLX_ScANVSjECiyB_b4hV30h-ZhVDQQE,2273
36
+ c2cgeoportal_commons/alembic/main/8117bb9bba16_use_dimension_on_all_the_layers.py,sha256=Ga0LyrjKCXA0MqXgM3TxCQSwxsJiemh602xAhWpnqzk,2993
37
+ c2cgeoportal_commons/alembic/main/87f8330ed64e_add_missing_delete_cascades.py,sha256=GGQ60GCPbyGoop6vSo4wNBCW1Z2t_bLE4-X1yfnbsiA,9381
38
+ c2cgeoportal_commons/alembic/main/9268a1dffac0_add_trigger_to_be_able_to_correctly_.py,sha256=921qKiy_73VPnQzmGOyVS2PNExaJZebjCUtU54ko28o,2747
39
+ c2cgeoportal_commons/alembic/main/94db7e7e5b21_merge_2_2_and_master_branches.py,sha256=o2jxdlGAsjHxZG9GPquQBKA-KE8lCmGb_wCX9DQBiQs,1991
40
+ c2cgeoportal_commons/alembic/main/951ff84bd8ec_be_able_to_delete_a_wms_layer_in_sql.py,sha256=PWh8cknpdMGry070NmUXyMJDUviiC2My4J4qfFr_XEI,6831
41
+ c2cgeoportal_commons/alembic/main/a00109812f89_add_field_layer_wms_valid.py,sha256=lKGaCawaB0G3F72pDdsFBnBPsulrGSdubHxewGNomDo,2422
42
+ c2cgeoportal_commons/alembic/main/a4558f032d7d_add_support_of_cog_layers.py,sha256=lP49YAcmzEvcRrmNWwkrNqzmO6AXz6VZqTWFvpauoGA,2628
43
+ c2cgeoportal_commons/alembic/main/a4f1aac9bda_merge_1_6_and_master_branches.py,sha256=UOmbeBX2LlQlIb8ozDJamRPkxn-fZhTGRY7MCuafHEg,1989
44
+ c2cgeoportal_commons/alembic/main/b60f2a505f42_remame_uimetadata_to_metadata.py,sha256=AUOvLwCYLY9VYQ9qcW9ikf88135xFo_RrMG73MJXwUQ,2212
45
+ c2cgeoportal_commons/alembic/main/b6b09f414fe8_sync_model_database.py,sha256=g4CDH0tuv_S0inYfN-pFZvcp5tZeg5P69CnueI1WpY8,6418
46
+ c2cgeoportal_commons/alembic/main/c75124553bf3_remove_deprecated_columns.py,sha256=2d0sDT_G2uEPGpIpCq70T57jaldIxNHRl9stB2ccOIU,2447
47
+ c2cgeoportal_commons/alembic/main/d48a63b348f1_change_mapserver_url_for_docker.py,sha256=vDIgYu6XKH82K9fE_t0JlGVF1dGM1hrcL89faHhk3mk,2470
48
+ c2cgeoportal_commons/alembic/main/d8ef99bc227e_be_able_to_delete_a_linked_functionality.py,sha256=feDsuwIAUOQsT7kLMBiD3McUSjepV_NOy2MbiO9lYQI,3447
49
+ c2cgeoportal_commons/alembic/main/daf738d5bae4_merge_2_0_and_master_branches.py,sha256=KP5Lb-bGxusShIPXoYzLFq2ousCrmwMT1ITPU7vT9y4,1991
50
+ c2cgeoportal_commons/alembic/main/dba87f2647f9_merge_2_2_on_2_3.py,sha256=lcBUAd4-VRNO34yFFopfXZQGtxkvjiYZq32HuC-bY1o,1978
51
+ c2cgeoportal_commons/alembic/main/e004f76e951a_add_missing_not_null.py,sha256=Ckt-kd9XGsZTiAUVq8cnnHa5z9CKJX5JESqMw_VNq8U,4193
52
+ c2cgeoportal_commons/alembic/main/e7e03dedade3_put_the_default_wms_server_in_the_.py,sha256=sehRIDAxsYxiHCkkWRGO0osyCpWyt4HZNprNk6oW5YM,3077
53
+ c2cgeoportal_commons/alembic/main/e85afd327ab3_cascade_deletes_to_tsearch.py,sha256=G_Hz6qkXE_eqfJ8WF8WEkAKpui3--P0-ItKcBHNScsQ,3351
54
+ c2cgeoportal_commons/alembic/main/ec82a8906649_add_missing_on_delete_cascade_on_layer_.py,sha256=EDVdynK4m7SKmf7RrMdKWmQnYe2CcJqJqwhYQlEFyJQ,2990
55
+ c2cgeoportal_commons/alembic/main/ee25d267bf46_main_interface_desktop.py,sha256=xT3HdDp3ikp9Eaa9kf42KAY0ryxgSEBLeRrQpz3QMY0,2276
56
+ c2cgeoportal_commons/alembic/main/eeb345672454_merge_2_4_and_master_branches.py,sha256=4xEgz2wHUnLp2S0VMnRFUfHeiLlToNmcOgXbnQd5eBo,1992
57
+ c2cgeoportal_commons/alembic/static/0c640a58a09a_add_opt_key_column.py,sha256=M6St-7YVr0k3OFYy_XqIzYSL7RRXjsaA0zalp5a134s,2328
58
+ c2cgeoportal_commons/alembic/static/107b81f5b9fe_add_missing_delete_cascades.py,sha256=hdhfTkEt7IkHcsgAdSmfX4tgxussYs8nbw8ljOLP1oU,2776
59
+ c2cgeoportal_commons/alembic/static/1857owc78a07_add_last_login_and_expiration_date.py,sha256=cu-v4pJDGLBPbYjh_LRX0M6a4Cnva74LGo5NB4Zcoj8,2673
60
+ c2cgeoportal_commons/alembic/static/1da396a88908_move_user_table_to_static_schema.py,sha256=p9f68bbBhj2JPxMWPFXCdzDxdbT-1RoFL9MrmH4sHTw,6171
61
+ c2cgeoportal_commons/alembic/static/267b4c1bde2e_add_display_name_in_the_user_for_better_.py,sha256=ZQeR0B98oJ7EXT0WjDVBtENQVcQEFrrbb32JN5bOZ-Y,2480
62
+ c2cgeoportal_commons/alembic/static/3f89a7d71a5e_alter_column_url_to_remove_limitation.py,sha256=DAWT-uqq8qI8-qzcWxaaXS12oxteOnwvGnNg0hVlrJQ,2113
63
+ c2cgeoportal_commons/alembic/static/44c91d82d419_add_table_log.py,sha256=vKWxdTx9BzAyCLYeIXDZVpHS9M_xlofnsi8LeThNlic,2777
64
+ c2cgeoportal_commons/alembic/static/53d671b17b20_add_timezone_on_datetime_fields.py,sha256=WFYVS7hcsKuSl7Zg1Z_kKZaO-cLUMIauaJJP1W5zJcU,2740
65
+ c2cgeoportal_commons/alembic/static/5472fbc19f39_add_temp_password_column.py,sha256=D-WDG0qgmbjsErSyAqqPc2-yfQ-tMzLYgKtXx9do7RY,2293
66
+ c2cgeoportal_commons/alembic/static/76d72fb3fcb9_add_oauth2_pkce.py,sha256=emWc91zfKJfc2HAjv1xfYxNqRAs6ZiiguJ8a8uktUp8,3171
67
+ c2cgeoportal_commons/alembic/static/7ef947f30f20_add_oauth2_tables.py,sha256=cb-3uJrvywOAxR7HF8h3UAd3C8qyJcxnpDmBhehPu_M,4127
68
+ c2cgeoportal_commons/alembic/static/910b4ca53b68_sync_model_database.py,sha256=gj7EWQqTid0l-p3BybtLqUaNEk4X9yUGgwd3MAOmGjw,7161
69
+ c2cgeoportal_commons/alembic/static/aa41e9613256_wip_add_openid_connect_support.py,sha256=Vd82tSDKsoxgG2K7Q3wArPD60SL5BtnFaBCkaq5EhV8,2501
70
+ c2cgeoportal_commons/alembic/static/ae5e88f35669_add_table_user_role.py,sha256=nDmtAfB90VflhXJDXDUwZQxR0yVpOHhx3zn-GvZB8CU,3436
71
+ c2cgeoportal_commons/alembic/static/bd029dbfc11a_fill_tech_data_column.py,sha256=OUJuuib1CQYJnPlpv6L7NA6oJfhxIJ4KZbSvU8vVZlE,2132
72
+ c2cgeoportal_commons/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
+ c2cgeoportal_commons/lib/email_.py,sha256=2JPWMYJ0CHx-qUMBC6YnFjLwUSAOWtgeDgCS1tTvy-Y,3475
74
+ c2cgeoportal_commons/lib/literal.py,sha256=AUvu_Gj-fiYgXTdorJV1XLPW0i5bzpWeMxGPl1hTKLg,2023
75
+ c2cgeoportal_commons/lib/url.py,sha256=yl9vYJmgfoRTAH79UPp6Dt-e5JKwV3cYfELS10O3w0M,8244
76
+ c2cgeoportal_commons/lib/validators.py,sha256=dF0Qlg6ghMrxwNqV675Juz5fIx9-58f4JimV7SC-sqc,1805
77
+ c2cgeoportal_commons/models/__init__.py,sha256=lH45DyppwMI-GV36oiHOBPQ1B8F6U-WxuhIYFlS25zY,2694
78
+ c2cgeoportal_commons/models/main.py,sha256=UEfCGtpuepUUlEl80X4XHr2lZalEk452S31n_U5m0e4,65419
79
+ c2cgeoportal_commons/models/sqlalchemy.py,sha256=0G1ZLjxDx4CQLl0OKz-lQrXLLKGuxnRFZDlUCamby-k,2823
80
+ c2cgeoportal_commons/models/static.py,sha256=zQx3qP9CI8FvxqkyjyDSighMARBjnHonNVPyvb0vI3E,18782
81
+ c2cgeoportal_commons/testing/__init__.py,sha256=E_CJMEWjf87NZMNNp-2OhgcZD6LvxGHplZXNLZYSl3U,4081
82
+ c2cgeoportal_commons/testing/initializedb.py,sha256=jsFzMimA_wPbp0DwniGiM_ekngDyX57mqoI6_ioNPUY,3224
83
+ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
84
+ tests/conftest.py,sha256=DdCNLXAzOwjztauMELLHQsdzcuQgx83Jfy-0JUu-OCs,1450
85
+ c2cgeoportal_commons-2.9rc1.dist-info/METADATA,sha256=mBZU8bKmrmkdkxNXon2nQQWrBfnxZ7NQLFd4sMyFxMQ,1802
86
+ c2cgeoportal_commons-2.9rc1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
87
+ c2cgeoportal_commons-2.9rc1.dist-info/top_level.txt,sha256=NWDBsLJav5VgJVX1XzTwUvFShioh9XSi5IaJU_9_YDc,27
88
+ c2cgeoportal_commons-2.9rc1.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.180.dist-info/METADATA,sha256=MsGD8Cj2XnmCOmPiUE_l1Up3a0Q-OEh1tlABWtgkFG4,1914
81
- c2cgeoportal_commons-2.8.1.180.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
82
- c2cgeoportal_commons-2.8.1.180.dist-info/top_level.txt,sha256=NWDBsLJav5VgJVX1XzTwUvFShioh9XSi5IaJU_9_YDc,27
83
- c2cgeoportal_commons-2.8.1.180.dist-info/RECORD,,