Skip to content

Commit 5f9df01

Browse files
authored
Merge pull request #1 from dataforgoodfr/ta/dataviz-app-migration
Ta/dataviz app migration
2 parents a4c6e3b + 425d64d commit 5f9df01

Some content is hidden

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

57 files changed

+26416
-174
lines changed

app/.taipy/version.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"latest_version": "b010bd91-60b9-49d5-98b0-5ccc388c3a2c",
3+
"development_version": "b010bd91-60b9-49d5-98b0-5ccc388c3a2c",
4+
"production_version": []
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "b010bd91-60b9-49d5-98b0-5ccc388c3a2c",
3+
"config": "{\n\"TAIPY\": {},\n\"gui\": {},\n\"JOB\": {\n\"mode\": \"development\",\n\"max_nb_of_workers\": \"1:int\"\n},\n\"VERSION_MIGRATION\": {\n\"migration_fcts\": {}\n},\n\"CORE\": {\n\"root_folder\": \"./taipy/\",\n\"storage_folder\": \"user_data/\",\n\"taipy_storage_folder\": \".taipy/\",\n\"repository_type\": \"filesystem\",\n\"read_entity_retry\": \"1:int\",\n\"mode\": \"development\",\n\"version_number\": \"\",\n\"force\": \"False:bool\",\n\"core_version\": \"3.1.1\"\n},\n\"DATA_NODE\": {\n\"default\": {\n\"storage_type\": \"pickle\",\n\"scope\": \"SCENARIO:SCOPE\"\n}\n},\n\"TASK\": {\n\"default\": {\n\"function\": null,\n\"inputs\": [],\n\"outputs\": [],\n\"skippable\": \"False:bool\"\n}\n},\n\"SCENARIO\": {\n\"default\": {\n\"comparators\": {},\n\"tasks\": [],\n\"additional_data_nodes\": [],\n\"frequency\": null,\n\"sequences\": {}\n}\n}\n}",
4+
"creation_date": "2024-05-22T18:21:47.420915"
5+
}

app/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)