pum 1.1.8__tar.gz → 1.1.10__tar.gz
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.
- {pum-1.1.8/pum.egg-info → pum-1.1.10}/PKG-INFO +1 -1
- {pum-1.1.8 → pum-1.1.10}/pum/dependency_handler.py +2 -3
- {pum-1.1.8 → pum-1.1.10}/pum/info.py +12 -4
- {pum-1.1.8 → pum-1.1.10}/pum/schema_migrations.py +1 -1
- {pum-1.1.8 → pum-1.1.10}/pum/upgrader.py +9 -0
- {pum-1.1.8 → pum-1.1.10/pum.egg-info}/PKG-INFO +1 -1
- {pum-1.1.8 → pum-1.1.10}/.ci/setup_db.sh +0 -0
- {pum-1.1.8 → pum-1.1.10}/.github/dependabot.yml +0 -0
- {pum-1.1.8 → pum-1.1.10}/.github/workflows/deploy-to-pypi.yml +0 -0
- {pum-1.1.8 → pum-1.1.10}/.github/workflows/docs.yml +0 -0
- {pum-1.1.8 → pum-1.1.10}/.github/workflows/tests.yml +0 -0
- {pum-1.1.8 → pum-1.1.10}/.github/workflows/wheel.yml +0 -0
- {pum-1.1.8 → pum-1.1.10}/.github/workflows/windows-tests.yml +0 -0
- {pum-1.1.8 → pum-1.1.10}/.gitignore +0 -0
- {pum-1.1.8 → pum-1.1.10}/.pre-commit-config.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/LICENSE +0 -0
- {pum-1.1.8 → pum-1.1.10}/README.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/changelog.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/dump_format.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/dumper.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/exceptions.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/hook_base.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/hook_handler.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/parameter_definition.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/parameter_type.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/permission.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/permission_type.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/pum_config.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/role.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/role_manager.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/schema_migrations.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/sql_content.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/api/upgrader.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/assets/images/favicon.ico +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/assets/images/pum-darkmode.png +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/assets/images/pum.png +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/baseline.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/check.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/dump.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/info.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/install.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/restore.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/role.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli/upgrade.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/cli.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/config_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/configuration.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/demo_data_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/dependency_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/hook_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/migration_hooks_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/parameter_definition_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/permission_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/pum_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/configuration/role_model.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/getting_started.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/hooks.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/index.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/docs/roles.md +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/mkdocs.yml +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/requirements.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/docs/update_cli_docs.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/__init__.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/changelog.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/checker.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/cli.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/conf/pum_config_example.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/config_model.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/dumper.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/exceptions.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/hook.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/parameter.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/pum_config.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/role_manager.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum/sql_content.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum.egg-info/SOURCES.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum.egg-info/dependency_links.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum.egg-info/entry_points.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum.egg-info/requires.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/pum.egg-info/top_level.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/pyproject.toml +0 -0
- {pum-1.1.8 → pum-1.1.10}/requirements/base.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/requirements/development.txt +0 -0
- {pum-1.1.8 → pum-1.1.10}/scripts/run_postgis.sh +0 -0
- {pum-1.1.8 → pum-1.1.10}/setup.cfg +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/__init__.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/complex_files_content/changelogs/1.2.3/complex_files_content.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/custom_directory/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/custom_directory/my_delta_directory/1.2.3/my_delta_directory.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/custom_migration_schema/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/custom_migration_schema/changelogs/1.2.3/custom_migration_schema.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/demo_data/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/demo_data/changelogs/1.2.3/single_changelog.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/demo_data/demo_data/demo_data.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/dependencies/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/dependencies/changelogs/1.2.3/pre_post_python_parameters.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/dependencies/changelogs/1.2.4/rename_created_date.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/dependencies/post/create_schema.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/dependencies/post/create_view.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/dependencies/pre/drop_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/invalid_changelog_commit/changelogs/1.2.3/invalid_changelog.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/invalid_changelog_search_path/changelogs/1.2.3/invalid_changelog.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/min_version/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/min_version/changelogs/1.2.3/roles.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/1.2.3/multiple_changelogs.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/1.2.4/rename_created_date.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/1.3.0/add_created_by_column.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/2.0.0/create_second_table.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/2.0.0/create_third_table.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/parameters/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/parameters/changelogs/1.2.3/parameters.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python/changelogs/1.2.3/pre_post_python.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python/changelogs/1.2.4/rename_created_date.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python/post/create_schema.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python/post/create_view.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python/pre/drop_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_local_import/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_local_import/changelogs/1.2.3/pre_post_python_local_import.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_local_import/post/create_schema.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_local_import/post/create_view.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_local_import/post/folder/my_module.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_local_import/pre/drop_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters/changelogs/1.2.3/pre_post_python_parameters.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters/changelogs/1.2.4/rename_created_date.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters/post/create_schema.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters/post/create_view.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters/pre/drop_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters_broken/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters_broken/changelogs/1.2.3/pre_post_python_parameters_broken.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters_broken/changelogs/1.2.4/rename_created_date.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters_broken/post/create_schema.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters_broken/post/create_view.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_python_parameters_broken/pre/drop_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_code/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_code/changelogs/1.2.3/pre_post_sql_code.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_code/changelogs/1.2.4/rename_created_date.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_code/post/create_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_code/pre/drop_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_files/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_files/changelogs/1.2.3/pre_post_sql_files.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_files/changelogs/1.2.4/rename_created_date.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_files/post/create_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_files/pre/drop_view.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/roles/.pum.yaml +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/roles/changelogs/1.2.3/roles.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/data/single_changelog/changelogs/1.2.3/single_changelog.sql +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_changelog.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_checker.py.disabled +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_config.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_dumper.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_pum.sh +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_roles.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_schema_migrations.py +0 -0
- {pum-1.1.8 → pum-1.1.10}/test/test_upgrader.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pum
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.10
|
|
4
4
|
Summary: Pum stands for "Postgres Upgrades Manager". It is a Database migration management tool very similar to flyway-db or Liquibase, based on metadata tables.
|
|
5
5
|
Author-email: Denis Rouzaud <denis@opengis.ch>
|
|
6
6
|
License-Expression: GPL-2.0-or-later
|
|
@@ -59,10 +59,9 @@ class DependencyHandler:
|
|
|
59
59
|
f"Dependency `{self.name}` is not installed. You can activate the installation."
|
|
60
60
|
) from e
|
|
61
61
|
else:
|
|
62
|
-
logger.warning(f"Dependency {self.name} is not installed
|
|
62
|
+
logger.warning(f"Dependency {self.name} is not installed, trying to install {e}")
|
|
63
63
|
self.pip_install(install_path=install_path)
|
|
64
|
-
|
|
65
|
-
logger.info(f"Dependency {self.name} is now installed in {install_path}")
|
|
64
|
+
logger.warning(f"Dependency {self.name} is now installed in {install_path}")
|
|
66
65
|
|
|
67
66
|
def pip_install(self, install_path: str):
|
|
68
67
|
"""
|
|
@@ -3,9 +3,11 @@ import sys
|
|
|
3
3
|
import psycopg
|
|
4
4
|
|
|
5
5
|
from .pum_config import PumConfig
|
|
6
|
-
from .schema_migrations import SchemaMigrations
|
|
6
|
+
from .schema_migrations import SchemaMigrations, MIGRATION_TABLE_NAME
|
|
7
7
|
|
|
8
8
|
logger = logging.getLogger(__name__)
|
|
9
|
+
# set to info here
|
|
10
|
+
logger.setLevel(logging.INFO)
|
|
9
11
|
|
|
10
12
|
|
|
11
13
|
def run_info(connection: psycopg.Connection, config: PumConfig) -> None:
|
|
@@ -17,14 +19,20 @@ def run_info(connection: psycopg.Connection, config: PumConfig) -> None:
|
|
|
17
19
|
|
|
18
20
|
"""
|
|
19
21
|
try:
|
|
20
|
-
schema_migrations = SchemaMigrations(
|
|
21
|
-
if not schema_migrations.exists():
|
|
22
|
+
schema_migrations = SchemaMigrations(config=config)
|
|
23
|
+
if not schema_migrations.exists(connection=connection):
|
|
22
24
|
logger.info(
|
|
23
|
-
f"No migrations found in {config.pum.migration_table_schema}.{
|
|
25
|
+
f"No migrations found in {config.config.pum.migration_table_schema}.{MIGRATION_TABLE_NAME}."
|
|
24
26
|
)
|
|
25
27
|
else:
|
|
26
28
|
# Add your logic for when migrations exist; for now, we simply print a message.
|
|
27
29
|
logger.info("Migrations found.")
|
|
30
|
+
logger.info(
|
|
31
|
+
f"Schema migrations table: {config.config.pum.migration_table_schema}.{MIGRATION_TABLE_NAME}"
|
|
32
|
+
)
|
|
33
|
+
logger.info(
|
|
34
|
+
f"Version: {schema_migrations.migration_details(connection=connection)['version']}"
|
|
35
|
+
)
|
|
28
36
|
except Exception:
|
|
29
37
|
logger.exception("An error occurred while checking for migrations.")
|
|
30
38
|
sys.exit(1)
|
|
@@ -110,7 +110,7 @@ class SchemaMigrations:
|
|
|
110
110
|
|
|
111
111
|
if not allow_multiple_schemas and len(self.exists_in_other_schemas(connection)) > 0:
|
|
112
112
|
raise PumException(
|
|
113
|
-
f"Another {self.config.config.pum.migration_table_schema}.{
|
|
113
|
+
f"Another {self.config.config.pum.migration_table_schema}.{MIGRATION_TABLE_NAME} table exists in another schema (). "
|
|
114
114
|
"Please use the allow_multiple_schemas option to create a new one."
|
|
115
115
|
)
|
|
116
116
|
|
|
@@ -119,6 +119,15 @@ class Upgrader:
|
|
|
119
119
|
parameters=parameters,
|
|
120
120
|
)
|
|
121
121
|
|
|
122
|
+
if demo_data:
|
|
123
|
+
demo_data_file = self.config.base_path / self.config.demo_data()[demo_data]
|
|
124
|
+
logger.info("Installing demo data from %s", demo_data_file)
|
|
125
|
+
SqlContent(sql=demo_data_file).execute(
|
|
126
|
+
connection=connection,
|
|
127
|
+
commit=False,
|
|
128
|
+
parameters=parameters_literals,
|
|
129
|
+
)
|
|
130
|
+
|
|
122
131
|
for post_hook in self.config.post_hook_handlers():
|
|
123
132
|
post_hook.execute(connection=connection, commit=False, parameters=parameters)
|
|
124
133
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pum
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.10
|
|
4
4
|
Summary: Pum stands for "Postgres Upgrades Manager". It is a Database migration management tool very similar to flyway-db or Liquibase, based on metadata tables.
|
|
5
5
|
Author-email: Denis Rouzaud <denis@opengis.ch>
|
|
6
6
|
License-Expression: GPL-2.0-or-later
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/complex_files_content/changelogs/1.2.3/complex_files_content.sql
RENAMED
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/custom_directory/my_delta_directory/1.2.3/my_delta_directory.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/dependencies/changelogs/1.2.3/pre_post_python_parameters.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/invalid_changelog_commit/changelogs/1.2.3/invalid_changelog.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/1.2.3/multiple_changelogs.sql
RENAMED
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/1.2.4/rename_created_date.sql
RENAMED
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/1.3.0/add_created_by_column.sql
RENAMED
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/2.0.0/create_second_table.sql
RENAMED
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/multiple_changelogs/changelogs/2.0.0/create_third_table.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_code/changelogs/1.2.4/rename_created_date.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_files/changelogs/1.2.3/pre_post_sql_files.sql
RENAMED
|
File without changes
|
{pum-1.1.8 → pum-1.1.10}/test/data/pre_post_sql_files/changelogs/1.2.4/rename_created_date.sql
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|