c2cgeoportal-commons 2.5.0.100__py3-none-any.whl → 2.9rc44__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 (92) hide show
  1. c2cgeoportal_commons/__init__.py +2 -5
  2. c2cgeoportal_commons/alembic/env.py +52 -33
  3. c2cgeoportal_commons/alembic/main/028477929d13_add_technical_roles.py +10 -7
  4. c2cgeoportal_commons/alembic/main/04f05bfbb05e_remove_the_old_is_expanded_column.py +62 -0
  5. c2cgeoportal_commons/alembic/main/116b9b79fc4d_internal_and_external_layer_tables_.py +42 -43
  6. c2cgeoportal_commons/alembic/main/1418cb05921b_merge_1_6_and_master_branches.py +9 -8
  7. c2cgeoportal_commons/alembic/main/164ac0819a61_add_image_format_to_wmts_layer.py +9 -6
  8. c2cgeoportal_commons/alembic/main/166ff2dcc48d_create_database.py +22 -25
  9. c2cgeoportal_commons/alembic/main/16e43f8c0330_remove_old_metadata_column.py +9 -6
  10. c2cgeoportal_commons/alembic/main/1d5d4abfebd1_add_restricted_theme.py +14 -8
  11. c2cgeoportal_commons/alembic/main/1de20166b274_remove_v1_artifacts.py +9 -6
  12. c2cgeoportal_commons/alembic/main/20137477bd02_update_icons_url.py +9 -6
  13. c2cgeoportal_commons/alembic/main/21f11066f8ec_trigger_on_role_updates_user_in_static.py +21 -20
  14. c2cgeoportal_commons/alembic/main/22e6dfb556de_add_description_tree_.py +9 -6
  15. c2cgeoportal_commons/alembic/main/29f2a32859ec_merge_1_6_and_master_branches.py +9 -8
  16. c2cgeoportal_commons/alembic/main/2b8ed8c1df94_set_layergroup_treeitem_is_as_a_primary_.py +9 -6
  17. c2cgeoportal_commons/alembic/main/2e57710fecfe_update_the_ogc_server_for_ogc_api.py +71 -0
  18. c2cgeoportal_commons/alembic/main/32527659d57b_move_exclude_properties_from_layerv1_to_.py +15 -12
  19. c2cgeoportal_commons/alembic/main/32b21aa1d0ed_merge_e004f76e951a_and_e004f76e951a_.py +9 -8
  20. c2cgeoportal_commons/alembic/main/338b57593823_remove_trigger_on_role_name_change.py +25 -24
  21. c2cgeoportal_commons/alembic/main/415746eb9f6_changes_for_v2.py +45 -43
  22. c2cgeoportal_commons/alembic/main/44c91d82d419_add_table_log.py +72 -0
  23. c2cgeoportal_commons/alembic/main/5109242131ce_add_column_time_widget.py +11 -9
  24. c2cgeoportal_commons/alembic/main/52916d8fde8b_add_sql_fields_to_vector_tiles.py +60 -0
  25. c2cgeoportal_commons/alembic/main/53ba1a68d5fe_add_theme_to_fulltextsearch.py +9 -6
  26. c2cgeoportal_commons/alembic/main/54645a535ad6_add_ordering_in_relation.py +17 -14
  27. c2cgeoportal_commons/alembic/main/56dc90838d90_fix_removing_layerv1.py +10 -8
  28. c2cgeoportal_commons/alembic/main/596ba21e3833_separate_local_internal.py +13 -14
  29. c2cgeoportal_commons/alembic/main/678f88c7ad5e_add_vector_tiles_layers_table.py +9 -6
  30. c2cgeoportal_commons/alembic/main/6a412d9437b1_rename_serverogc_to_ogcserver.py +9 -6
  31. c2cgeoportal_commons/alembic/main/6d87fdad275a_convert_metadata_to_the_right_case.py +13 -20
  32. c2cgeoportal_commons/alembic/main/7530011a66a7_trigger_on_role_updates_user_in_static.py +21 -20
  33. c2cgeoportal_commons/alembic/main/78fd093c8393_add_api_s_intrfaces.py +36 -52
  34. c2cgeoportal_commons/alembic/main/7d271f4527cd_add_layer_column_in_layerv1_table.py +9 -6
  35. c2cgeoportal_commons/alembic/main/809650bd04c3_add_dimension_field.py +9 -6
  36. c2cgeoportal_commons/alembic/main/8117bb9bba16_use_dimension_on_all_the_layers.py +9 -6
  37. c2cgeoportal_commons/alembic/main/87f8330ed64e_add_missing_delete_cascades.py +305 -0
  38. c2cgeoportal_commons/alembic/main/9268a1dffac0_add_trigger_to_be_able_to_correctly_.py +11 -8
  39. c2cgeoportal_commons/alembic/main/94db7e7e5b21_merge_2_2_and_master_branches.py +9 -8
  40. c2cgeoportal_commons/alembic/main/951ff84bd8ec_be_able_to_delete_a_wms_layer_in_sql.py +9 -6
  41. c2cgeoportal_commons/alembic/main/a00109812f89_add_field_layer_wms_valid.py +60 -0
  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 +9 -8
  44. c2cgeoportal_commons/alembic/main/b60f2a505f42_remame_uimetadata_to_metadata.py +9 -6
  45. c2cgeoportal_commons/alembic/main/b6b09f414fe8_sync_model_database.py +165 -0
  46. c2cgeoportal_commons/alembic/main/c75124553bf3_remove_deprecated_columns.py +9 -6
  47. c2cgeoportal_commons/alembic/main/d48a63b348f1_change_mapserver_url_for_docker.py +13 -14
  48. c2cgeoportal_commons/alembic/main/d8ef99bc227e_be_able_to_delete_a_linked_functionality.py +16 -13
  49. c2cgeoportal_commons/alembic/main/daf738d5bae4_merge_2_0_and_master_branches.py +9 -8
  50. c2cgeoportal_commons/alembic/main/dba87f2647f9_merge_2_2_on_2_3.py +9 -8
  51. c2cgeoportal_commons/alembic/main/e004f76e951a_add_missing_not_null.py +15 -32
  52. c2cgeoportal_commons/alembic/main/e7e03dedade3_put_the_default_wms_server_in_the_.py +13 -14
  53. c2cgeoportal_commons/alembic/main/e85afd327ab3_cascade_deletes_to_tsearch.py +9 -6
  54. c2cgeoportal_commons/alembic/main/ec82a8906649_add_missing_on_delete_cascade_on_layer_.py +13 -10
  55. c2cgeoportal_commons/alembic/main/ee25d267bf46_main_interface_desktop.py +11 -14
  56. c2cgeoportal_commons/alembic/main/eeb345672454_merge_2_4_and_master_branches.py +9 -8
  57. c2cgeoportal_commons/alembic/static/0c640a58a09a_add_opt_key_column.py +9 -6
  58. c2cgeoportal_commons/alembic/static/107b81f5b9fe_add_missing_delete_cascades.py +78 -0
  59. c2cgeoportal_commons/alembic/static/1857owc78a07_add_last_login_and_expiration_date.py +7 -6
  60. c2cgeoportal_commons/alembic/static/1da396a88908_move_user_table_to_static_schema.py +19 -20
  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 +8 -7
  63. c2cgeoportal_commons/alembic/static/44c91d82d419_add_table_log.py +72 -0
  64. c2cgeoportal_commons/alembic/static/53d671b17b20_add_timezone_on_datetime_fields.py +9 -6
  65. c2cgeoportal_commons/alembic/static/5472fbc19f39_add_temp_password_column.py +9 -6
  66. c2cgeoportal_commons/alembic/static/76d72fb3fcb9_add_oauth2_pkce.py +70 -0
  67. c2cgeoportal_commons/alembic/static/7ef947f30f20_add_oauth2_tables.py +115 -0
  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 +15 -18
  71. c2cgeoportal_commons/alembic/static/bd029dbfc11a_fill_tech_data_column.py +10 -8
  72. c2cgeoportal_commons/lib/email_.py +16 -18
  73. c2cgeoportal_commons/lib/literal.py +44 -0
  74. c2cgeoportal_commons/lib/url.py +221 -0
  75. c2cgeoportal_commons/lib/validators.py +2 -4
  76. c2cgeoportal_commons/models/__init__.py +19 -15
  77. c2cgeoportal_commons/models/main.py +1268 -266
  78. c2cgeoportal_commons/models/sqlalchemy.py +15 -19
  79. c2cgeoportal_commons/models/static.py +338 -63
  80. c2cgeoportal_commons/py.typed +0 -0
  81. c2cgeoportal_commons/testing/__init__.py +18 -13
  82. c2cgeoportal_commons/testing/initializedb.py +15 -14
  83. {c2cgeoportal_commons-2.5.0.100.dist-info → c2cgeoportal_commons-2.9rc44.dist-info}/METADATA +18 -23
  84. c2cgeoportal_commons-2.9rc44.dist-info/RECORD +89 -0
  85. {c2cgeoportal_commons-2.5.0.100.dist-info → c2cgeoportal_commons-2.9rc44.dist-info}/WHEEL +1 -1
  86. tests/conftest.py +4 -6
  87. c2cgeoportal_commons-2.5.0.100.dist-info/RECORD +0 -75
  88. tests/test_interface.py +0 -27
  89. tests/test_roles.py +0 -63
  90. tests/test_users.py +0 -71
  91. tests/test_validators.py +0 -20
  92. {c2cgeoportal_commons-2.5.0.100.dist-info → c2cgeoportal_commons-2.9rc44.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2016-2019, Camptocamp SA
1
+ # Copyright (c) 2016-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Merge 2.0 and master branches
28
+ # pylint: disable=invalid-name
29
+
30
+ """
31
+ Merge 2.0 and master branches.
31
32
 
32
33
  Revision ID: daf738d5bae4
33
34
  Revises: ('6a412d9437b1', '951ff84bd8ec')
@@ -41,9 +42,9 @@ branch_labels = None
41
42
  depends_on = None
42
43
 
43
44
 
44
- def upgrade():
45
- pass
45
+ def upgrade() -> None:
46
+ """Upgrade."""
46
47
 
47
48
 
48
- def downgrade():
49
- pass
49
+ def downgrade() -> None:
50
+ """Downgrade."""
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2018-2019, Camptocamp SA
1
+ # Copyright (c) 2018-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Merge 2.2 on 2.3
28
+ # pylint: disable=invalid-name
29
+
30
+ """
31
+ Merge 2.2 on 2.3.
31
32
 
32
33
  Revision ID: dba87f2647f9
33
34
  Revises: ('7530011a66a7', '809650bd04c3')
@@ -41,9 +42,9 @@ branch_labels = None
41
42
  depends_on = None
42
43
 
43
44
 
44
- def upgrade():
45
- pass
45
+ def upgrade() -> None:
46
+ """Upgrade."""
46
47
 
47
48
 
48
- def downgrade():
49
- pass
49
+ def downgrade() -> None:
50
+ """Downgrade."""
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2016-2019, Camptocamp SA
1
+ # Copyright (c) 2016-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Add missing not null
28
+ # pylint: disable=no-member,invalid-name
29
+
30
+ """
31
+ Add missing not null.
31
32
 
32
33
  Revision ID: e004f76e951a
33
34
  Revises: ee25d267bf46
@@ -44,48 +45,30 @@ branch_labels = None
44
45
  depends_on = None
45
46
 
46
47
 
47
- def upgrade():
48
+ def upgrade() -> None:
49
+ """Upgrade."""
48
50
  schema = config["schema"]
49
51
 
50
52
  op.alter_column("layer_wmts", "url", nullable=False, schema=schema)
51
53
  op.alter_column("layer_wmts", "layer", nullable=False, schema=schema)
52
- op.execute(
53
- "UPDATE ONLY {schema}.layer_wmts SET image_type = 'image/png' where image_type IS NULL".format(
54
- schema=schema
55
- )
56
- )
54
+ op.execute(f"UPDATE ONLY {schema}.layer_wmts SET image_type = 'image/png' where image_type IS NULL")
57
55
  op.alter_column("layer_wmts", "image_type", nullable=False, schema=schema)
58
56
  op.alter_column("layer_wms", "ogc_server_id", nullable=False, schema=schema)
59
57
  op.alter_column("layer_wms", "layer", nullable=False, schema=schema)
60
- op.execute(
61
- "UPDATE ONLY {schema}.layer_wms SET time_mode = 'disabled' where time_mode IS NULL".format(
62
- schema=schema
63
- )
64
- )
58
+ op.execute(f"UPDATE ONLY {schema}.layer_wms SET time_mode = 'disabled' where time_mode IS NULL")
65
59
  op.alter_column("layer_wms", "time_mode", nullable=False, schema=schema)
66
- op.execute(
67
- "UPDATE ONLY {schema}.layer_wms SET time_widget = 'slider' where time_widget IS NULL".format(
68
- schema=schema
69
- )
70
- )
60
+ op.execute(f"UPDATE ONLY {schema}.layer_wms SET time_widget = 'slider' where time_widget IS NULL")
71
61
  op.alter_column("layer_wms", "time_widget", nullable=False, schema=schema)
72
- op.execute(
73
- "UPDATE ONLY {schema}.ogc_server SET image_type = 'image/png' where image_type IS NULL".format(
74
- schema=schema
75
- )
76
- )
62
+ op.execute(f"UPDATE ONLY {schema}.ogc_server SET image_type = 'image/png' where image_type IS NULL")
77
63
  op.alter_column("ogc_server", "image_type", nullable=False, schema=schema)
78
- op.execute(
79
- "UPDATE ONLY {schema}.ogc_server SET type = 'mapserver' where type IS NULL".format(schema=schema)
80
- )
64
+ op.execute(f"UPDATE ONLY {schema}.ogc_server SET type = 'mapserver' where type IS NULL")
81
65
  op.alter_column("ogc_server", "type", nullable=False, schema=schema)
82
- op.execute(
83
- "UPDATE ONLY {schema}.ogc_server SET auth = 'Standard auth' where auth IS NULL".format(schema=schema)
84
- )
66
+ op.execute(f"UPDATE ONLY {schema}.ogc_server SET auth = 'Standard auth' where auth IS NULL")
85
67
  op.alter_column("ogc_server", "auth", nullable=False, schema=schema)
86
68
 
87
69
 
88
- def downgrade():
70
+ def downgrade() -> None:
71
+ """Downgrade."""
89
72
  schema = config["schema"]
90
73
 
91
74
  op.alter_column("layer_wmts", "url", nullable=True, schema=schema)
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2016-2019, Camptocamp SA
1
+ # Copyright (c) 2016-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Put the default WMS server in the servers part, add some constrains
28
+ # pylint: disable=no-member,invalid-name
29
+
30
+ """
31
+ Put the default WMS server in the servers part, add some constrains.
31
32
 
32
33
  Revision ID: e7e03dedade3
33
34
  Revises: daf738d5bae4
@@ -44,17 +45,16 @@ branch_labels = None
44
45
  depends_on = None
45
46
 
46
47
 
47
- def upgrade():
48
+ def upgrade() -> None:
49
+ """Upgrade."""
48
50
  schema = config["schema"]
49
51
 
50
52
  op.execute(
51
- """
53
+ f"""
52
54
  UPDATE "{schema}".ogc_server
53
55
  SET url = 'config://local/mapserv'
54
56
  WHERE url IS NULL
55
- """.format(
56
- schema=schema
57
- )
57
+ """
58
58
  )
59
59
 
60
60
  op.alter_column("ogc_server", "url", nullable=False, schema=schema)
@@ -63,7 +63,8 @@ def upgrade():
63
63
  op.create_unique_constraint("type_name_unique_treeitem", "treeitem", ["type", "name"], schema=schema)
64
64
 
65
65
 
66
- def downgrade():
66
+ def downgrade() -> None:
67
+ """Downgrade."""
67
68
  schema = config["schema"]
68
69
 
69
70
  op.alter_column("ogc_server", "url", nullable=True, schema=schema)
@@ -72,11 +73,9 @@ def downgrade():
72
73
  op.drop_constraint("type_name_unique_treeitem", "treeitem", schema=schema)
73
74
 
74
75
  op.execute(
75
- """
76
+ f"""
76
77
  UPDATE "{schema}".ogc_server
77
78
  SET url = NULL
78
79
  WHERE url = 'config://local/mapserv'
79
- """.format(
80
- schema=schema
81
- )
80
+ """
82
81
  )
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2019, Camptocamp SA
1
+ # Copyright (c) 2019-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Cascade deletes to tsearch
28
+ # pylint: disable=no-member,invalid-name
29
+
30
+ """
31
+ Cascade deletes to tsearch.
31
32
 
32
33
  Revision ID: e85afd327ab3
33
34
  Revises: c75124553bf3
@@ -44,7 +45,8 @@ branch_labels = None
44
45
  depends_on = None
45
46
 
46
47
 
47
- def upgrade():
48
+ def upgrade() -> None:
49
+ """Upgrade."""
48
50
  schema = config["schema"]
49
51
 
50
52
  op.drop_constraint("tsearch_role_id_fkey", "tsearch", schema=schema, type_="foreignkey")
@@ -72,7 +74,8 @@ def upgrade():
72
74
  )
73
75
 
74
76
 
75
- def downgrade():
77
+ def downgrade() -> None:
78
+ """Downgrade."""
76
79
  schema = config["schema"]
77
80
 
78
81
  op.drop_constraint("tsearch_role_id_fkey", "tsearch", schema=schema, type_="foreignkey")
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2016-2019, Camptocamp SA
1
+ # Copyright (c) 2016-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Add missing on delete cascade on layer tree
28
+ # pylint: disable=no-member,invalid-name
29
+
30
+ """
31
+ Add missing on delete cascade on layer tree.
31
32
 
32
33
  Revision ID: ec82a8906649
33
34
  Revises: e7e03dedade3
@@ -44,13 +45,14 @@ branch_labels = None
44
45
  depends_on = None
45
46
 
46
47
 
47
- def upgrade():
48
+ def upgrade() -> None:
49
+ """Upgrade."""
48
50
  schema = config["schema"]
49
51
 
50
52
  for source, dest in [("layer_wmts", "layer"), ("layerv1", "layer"), ("theme", "treegroup")]:
51
- op.drop_constraint("{}_id_fkey".format(source), source, schema=schema)
53
+ op.drop_constraint(f"{source}_id_fkey", source, schema=schema)
52
54
  op.create_foreign_key(
53
- "{}_id_fkey".format(source),
55
+ f"{source}_id_fkey",
54
56
  source,
55
57
  source_schema=schema,
56
58
  local_cols=["id"],
@@ -61,13 +63,14 @@ def upgrade():
61
63
  )
62
64
 
63
65
 
64
- def downgrade():
66
+ def downgrade() -> None:
67
+ """Downgrade."""
65
68
  schema = config["schema"]
66
69
 
67
70
  for source, dest in [("layer_wmts", "layer"), ("layerv1", "layer"), ("theme", "treegroup")]:
68
- op.drop_constraint("{}_id_fkey".format(source), source, schema=schema)
71
+ op.drop_constraint(f"{source}_id_fkey", source, schema=schema)
69
72
  op.create_foreign_key(
70
- "{}_id_fkey".format(source),
73
+ f"{source}_id_fkey",
71
74
  source,
72
75
  source_schema=schema,
73
76
  local_cols=["id"],
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2016-2019, Camptocamp SA
1
+ # Copyright (c) 2016-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """main interface => desktop
28
+ # pylint: disable=no-member,invalid-name
29
+
30
+ """
31
+ main interface => desktop.
31
32
 
32
33
  Revision ID: ee25d267bf46
33
34
  Revises: 596ba21e3833
@@ -44,19 +45,15 @@ branch_labels = None
44
45
  depends_on = None
45
46
 
46
47
 
47
- def upgrade():
48
+ def upgrade() -> None:
49
+ """Upgrade."""
48
50
  schema = config["schema"]
49
51
 
50
- op.execute(
51
- "UPDATE ONLY {schema}.interface AS i "
52
- "SET name = 'desktop' where name = 'main'".format(schema=schema)
53
- )
52
+ op.execute(f"UPDATE ONLY {schema}.interface AS i SET name = 'desktop' where name = 'main'")
54
53
 
55
54
 
56
- def downgrade():
55
+ def downgrade() -> None:
56
+ """Downgrade."""
57
57
  schema = config["schema"]
58
58
 
59
- op.execute(
60
- "UPDATE ONLY {schema}.interface AS i "
61
- "SET name = 'main' where name = 'desktop'".format(schema=schema)
62
- )
59
+ op.execute(f"UPDATE ONLY {schema}.interface AS i SET name = 'main' where name = 'desktop'")
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2019, Camptocamp SA
1
+ # Copyright (c) 2019-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Merge 2.4 and master branches
28
+ # pylint: disable=invalid-name
29
+
30
+ """
31
+ Merge 2.4 and master branches.
31
32
 
32
33
  Revision ID: eeb345672454
33
34
  Revises: ('78fd093c8393', '56dc90838d90')
@@ -42,9 +43,9 @@ branch_labels = None
42
43
  depends_on = None
43
44
 
44
45
 
45
- def upgrade():
46
- pass
46
+ def upgrade() -> None:
47
+ """Upgrade."""
47
48
 
48
49
 
49
- def downgrade():
50
- pass
50
+ def downgrade() -> None:
51
+ """Downgrade."""
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2019, Camptocamp SA
1
+ # Copyright (c) 2019-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,7 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
30
- """Add tech_data hstor column
28
+ # pylint: disable=no-member,invalid-name
29
+
30
+ """
31
+ Add tech_data hstor column.
31
32
 
32
33
  Revision ID: 0c640a58a09a
33
34
  Revises: ae5e88f35669
@@ -46,13 +47,15 @@ branch_labels = None
46
47
  depends_on = None
47
48
 
48
49
 
49
- def upgrade():
50
+ def upgrade() -> None:
51
+ """Upgrade."""
50
52
  staticschema = config["schema_static"]
51
53
 
52
54
  op.add_column("user", Column("tech_data", HSTORE), schema=staticschema)
53
55
 
54
56
 
55
- def downgrade():
57
+ def downgrade() -> None:
58
+ """Downgrade."""
56
59
  staticschema = config["schema_static"]
57
60
 
58
61
  op.drop_column("user", "tech_data", schema=staticschema)
@@ -0,0 +1,78 @@
1
+ # Copyright (c) 2020-2024, Camptocamp SA
2
+ # All rights reserved.
3
+
4
+ # Redistribution and use in source and binary forms, with or without
5
+ # modification, are permitted provided that the following conditions are met:
6
+
7
+ # 1. Redistributions of source code must retain the above copyright notice, this
8
+ # list of conditions and the following disclaimer.
9
+ # 2. Redistributions in binary form must reproduce the above copyright notice,
10
+ # this list of conditions and the following disclaimer in the documentation
11
+ # and/or other materials provided with the distribution.
12
+
13
+ # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14
+ # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15
+ # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16
+ # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
17
+ # ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18
+ # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19
+ # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
20
+ # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21
+ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22
+ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23
+
24
+ # The views and conclusions contained in the software and documentation are those
25
+ # of the authors and should not be interpreted as representing official policies,
26
+ # either expressed or implied, of the FreeBSD Project.
27
+
28
+ # pylint: disable=no-member,invalid-name
29
+
30
+ """
31
+ Add missing delete cascades.
32
+
33
+ Revision ID: 107b81f5b9fe
34
+ Revises: bd029dbfc11a
35
+ Create Date: 2020-05-25 15:13:12.194192
36
+ """
37
+
38
+ from alembic import op
39
+ from c2c.template.config import config
40
+
41
+ # revision identifiers, used by Alembic.
42
+ revision = "107b81f5b9fe"
43
+ down_revision = "bd029dbfc11a"
44
+ branch_labels = None
45
+ depends_on = None
46
+
47
+
48
+ def upgrade() -> None:
49
+ """Upgrade."""
50
+ staticschema = config["schema_static"]
51
+
52
+ op.drop_constraint("user_role_user_id_fkey", "user_role", schema=staticschema, type_="foreignkey")
53
+ op.create_foreign_key(
54
+ "user_role_user_id_fkey",
55
+ "user_role",
56
+ "user",
57
+ ["user_id"],
58
+ ["id"],
59
+ source_schema=staticschema,
60
+ referent_schema=staticschema,
61
+ ondelete="CASCADE",
62
+ )
63
+
64
+
65
+ def downgrade() -> None:
66
+ """Downgrade."""
67
+ staticschema = config["schema_static"]
68
+
69
+ op.drop_constraint("user_role_user_id_fkey", "user_role", schema=staticschema, type_="foreignkey")
70
+ op.create_foreign_key(
71
+ "user_role_user_id_fkey",
72
+ "user_role",
73
+ "user",
74
+ ["user_id"],
75
+ ["id"],
76
+ source_schema=staticschema,
77
+ referent_schema=staticschema,
78
+ )
@@ -1,5 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
- # Copyright (c) 2018-2019, Camptocamp SA
1
+ # Copyright (c) 2018-2024, Camptocamp SA
3
2
  # All rights reserved.
4
3
 
5
4
  # Redistribution and use in source and binary forms, with or without
@@ -26,10 +25,10 @@
26
25
  # of the authors and should not be interpreted as representing official policies,
27
26
  # either expressed or implied, of the FreeBSD Project.
28
27
 
28
+ # pylint: disable=no-member,invalid-name
29
29
 
30
30
  """
31
- Add columns last_login, expire_on (both datetime) and deactivated (boolean) on
32
- table main_static."user".
31
+ Add columns last_login, expire_on (both datetime) and deactivated (boolean) on table main_static."user".
33
32
 
34
33
  Revision ID: 1857owc78a07
35
34
  Revises: 5472fbc19f39
@@ -45,7 +44,8 @@ revision = "1857owc78a07"
45
44
  down_revision = "5472fbc19f39"
46
45
 
47
46
 
48
- def upgrade():
47
+ def upgrade() -> None:
48
+ """Upgrade."""
49
49
  staticschema = config["schema_static"]
50
50
 
51
51
  # Instructions
@@ -54,7 +54,8 @@ def upgrade():
54
54
  op.add_column("user", Column("deactivated", Boolean, default=False), schema=staticschema)
55
55
 
56
56
 
57
- def downgrade():
57
+ def downgrade() -> None:
58
+ """Downgrade."""
58
59
  staticschema = config["schema_static"]
59
60
 
60
61
  # Instructions
@@ -1,6 +1,4 @@
1
- # -*- coding: utf-8 -*-
2
-
3
- # Copyright (c) 2015-2019, Camptocamp SA
1
+ # Copyright (c) 2015-2024, Camptocamp SA
4
2
  # All rights reserved.
5
3
 
6
4
  # Redistribution and use in source and binary forms, with or without
@@ -27,8 +25,10 @@
27
25
  # of the authors and should not be interpreted as representing official policies,
28
26
  # either expressed or implied, of the FreeBSD Project.
29
27
 
28
+ # pylint: disable=no-member,invalid-name
30
29
 
31
- """Move user table to static schema
30
+ """
31
+ Move user table to static schema.
32
32
 
33
33
  Revision ID: 1da396a88908
34
34
  Revises: 3f89a7d71a5e
@@ -47,16 +47,18 @@ revision = "1da396a88908"
47
47
  down_revision = "3f89a7d71a5e"
48
48
 
49
49
 
50
- def upgrade():
50
+ def upgrade() -> None:
51
+ """Upgrade."""
51
52
  schema = config["schema"]
52
53
  staticschema = config["schema_static"]
53
54
  parentschema = config.get("parentschema")
54
55
 
55
56
  engine = op.get_bind().engine
56
- if type(engine).__name__ != "MockConnection" and op.get_context().dialect.has_table(
57
- engine, "user", schema=staticschema
58
- ): # pragma: no cover
59
- return
57
+ with engine.connect() as connection:
58
+ if type(engine).__name__ != "MockConnection" and op.get_context().dialect.has_table(
59
+ connection, "user", schema=staticschema
60
+ ):
61
+ return
60
62
 
61
63
  op.create_table(
62
64
  "user",
@@ -72,13 +74,11 @@ def upgrade():
72
74
  parent_column = ""
73
75
  parent_select = ""
74
76
  parent_join = ""
75
- if parentschema is not None and parentschema != "": # pragma: no cover
77
+ if parentschema is not None and parentschema != "":
76
78
  op.add_column("user", Column("parent_role_name", String), schema=staticschema)
77
79
  parent_column = ", parent_role_name"
78
80
  parent_select = ", pr.name"
79
- parent_join = "LEFT OUTER JOIN {parentschema!s}.role AS pr ON (pr.id = u.parent_role_id)".format(
80
- parentschema=parentschema
81
- )
81
+ parent_join = f"LEFT OUTER JOIN {parentschema!s}.role AS pr ON (pr.id = u.parent_role_id)"
82
82
 
83
83
  try:
84
84
  op.execute(
@@ -98,15 +98,16 @@ def upgrade():
98
98
  }
99
99
  )
100
100
  op.drop_table("user", schema=schema)
101
- except Exception:
101
+ except Exception: # pylint: disable=broad-exception-caught
102
102
  op.execute(
103
103
  "INSERT INTO %(staticschema)s.user (type, username, email, password, role) "
104
104
  "VALUES ( 'user', 'admin', 'info@example.com', '%(pass)s', 'role_admin')"
105
- % {"staticschema": staticschema, "pass": sha1("admin".encode("utf-8")).hexdigest()}
105
+ % {"staticschema": staticschema, "pass": sha1(b"admin").hexdigest()} # nosec
106
106
  )
107
107
 
108
108
 
109
- def downgrade():
109
+ def downgrade() -> None:
110
+ """Downgrade."""
110
111
  schema = config["schema"]
111
112
  staticschema = config.get("schema_static")
112
113
  parentschema = config.get("parentschema")
@@ -125,15 +126,13 @@ def downgrade():
125
126
  parent_column = ""
126
127
  parent_select = ""
127
128
  parent_join = ""
128
- if parentschema is not None and parentschema != "": # pragma: no cover
129
+ if parentschema is not None and parentschema != "":
129
130
  op.add_column(
130
131
  "user", Column("parent_role_id", Integer, ForeignKey(parentschema + ".role.id")), schema=schema
131
132
  )
132
133
  parent_column = ", parent_role_id"
133
134
  parent_select = ", pr.id"
134
- parent_join = "LEFT OUTER JOIN {parentschema}.role AS pr ON (pr.name = u.parent_role_name)".format(
135
- parentschema=parentschema
136
- )
135
+ parent_join = f"LEFT OUTER JOIN {parentschema}.role AS pr ON (pr.name = u.parent_role_name)"
137
136
 
138
137
  op.execute(
139
138
  "INSERT INTO %(schema)s.user "