Skip to content

Commit 045587b

Browse files
authored
Merge pull request #17 from CESNET/feat-version-increase
Feat version increase
2 parents 13410b5 + 6e29691 commit 045587b

File tree

151 files changed

+4186
-4309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+4186
-4309
lines changed

cesnet_tszoo/configs/config_updater.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ def try_get_updated_config(self) -> DatasetConfig:
4242
self.config_to_update.version = version.VERSION_0_1_3
4343
self.logger.debug("Updating config version to %s used cesnet-tszoo package version.", version.VERSION_0_1_3)
4444

45+
if Version(self.config_to_update.version) < Version(version.VERSION_2_0_0):
46+
self.logger.warning("Config version is lower than '%s', updating config to match it.", version.VERSION_2_0_0)
47+
self.config_to_update.export_update_needed = True
48+
self.config_to_update.version = version.VERSION_2_0_0
49+
self.logger.debug("Updating config version to %s used cesnet-tszoo package version.", version.VERSION_2_0_0)
50+
4551
self.logger.debug("Updating config version to %s used cesnet-tszoo package version.", version.current_version)
4652
self.config_to_update.version = version.current_version
4753

cesnet_tszoo/files/benchmark_files/0197980a87c0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: disjoint_time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_full
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/080582bcd519.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institution_subnets
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/084f368f4c82.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_full
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/095f847ca755.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institution_subnets
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/09de83e89e42.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: disjoint_time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institutions
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/0d523e69c328.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: institutions
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/0f4fbc0419ce.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: 0f4fbc0419ce
1010
source_type: institutions
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/15737f3fceec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_sample
11-
version: 0.1.3
11+
version: 2.0.0

cesnet_tszoo/files/benchmark_files/16274e0b44af.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dataset_type: disjoint_time_based
88
description: null
99
related_results_identifier: null
1010
source_type: ip_addresses_sample
11-
version: 0.1.3
11+
version: 2.0.0

0 commit comments

Comments
 (0)