Đỗ Trường Giang

Results 21 issues of Đỗ Trường Giang

**Description** When upgrading Taipy version, the user should be able to use `taipy migrate` command to upgrade taipy entities to work with the new version as well. However, the script...

Core
🧪Testing
📄 Documentation
💥Malfunction
🟧 Priority: High

Resolves #507 In this PR: - Add a "package_desc.md" file for each taipy package and use that instead of "README.md" on "setup.py" - Remove redundant "CONTRIBUTING.md" files in subpackages -...

📈 Improvement
🖧 Devops
📄 Documentation

Resolves #1270 TODO: - [ ] Discuss the fields in the action - [x] Update CONTRIBUTING.md - [x] Add `Waiting for Contributor` label to the repositories

🖧 Devops
💬 Discussion

**Description** It is recommended by `setuptools` to add `[project]` field in the "pyproject.toml" file. `setup()` is still supported but using the "pyproject.toml" file is a better practice: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ **Acceptance Criteria**...

📈 Improvement
🖧 Devops
🟧 Priority: High
🔒 Staff only
💬 Discussion

**What would that feature address** - Automatically unassign assignee from an issue after ... days of inactivity - Automatically mark a PR as stale after ... days of inactivity -...

🖧 Devops
🟨 Priority: Medium
✨New feature
💬 Discussion

Resolves https://github.com/Avaiga/taipy-doc/issues/986 Please review the example in the `README.md` since it can be important.

📈 Improvement
📄 Documentation

### Description Currently, when a job is executed, the start and finish time is logged. It can be more useful if all the timestamps for all the job status changes...

📄 Documentation
🟧 Priority: High
✨New feature
Core: Job & Orchestrator
💬 Discussion

**Description** 1. The `_load_all()` and `_load_all_by()` methods of FS repository is searching for the version inside file content, while previously this only need to look at the file name. 2....

Core
📈 Improvement
🟨 Priority: Medium
🔒 Staff only

## Type of PR - 🛠 Refactor ## Description The `_check_dependency_is_installed()` function now accept the `extra_taipy_package_name` to be extendable. Also, the taipy sub-library name can be provided.