# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].
<!---
Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
-->
## [Unreleased]
## [1.1.6.1] - 2024-10-23
### Fixed
* Typo error for check the extension category about the latest release fix.
## [1.1.6] - 2024-10-23
### Fixed
* Using a git version of an extension broke the usage of a libreflow instance.
## [1.1.5] - 2024-10-23
### Fixed
* The resolved extensions are now enabled for the jobs session. The generated script provides them in the `KABARET_FLOW_EXT_INSTALLERS` environment variable.
## [1.1.4] - 2024-08-06
### Fixed
* Error raising when fetching available python versions while Python 2.7 is installed on the system. The version simply won't appear in the list.
* Only Python versions having a valid interpreter path are available in the global settings.
* Missing `shutil` import and undefined method preventing the launcher from starting when the user settings were not created yet.
## [1.1.3] - 2024-07-31
### Fixed
* Exception for invalid poetry path. Redirect the user to specify a correct one in the global settings.
## [1.1.2] - 2024-07-26
### Added
* A new environment variable `KABARET_JOBS_POOL_NAME` is handled in the project configuration to specify which pools the libreflow jobs session should be use.
### Fixed
* Libreflow jobs session now uses the correct module.
## [1.1.1] - 2024-07-25
### Fixed
* Libreflow extension coming from a git repo did not have the correct name format on the poetry config.
## [1.1.0] - 2024-07-18
### Added
* An advanced mode for power users that can be enabled in the global settings
* Includes actions for reinstalling or uninstalling a libreflow instance, starting non-gui sessions and shortcuts for debugging.
* User has a new option in the global settings, to show the process view when starting a libreflow instance.
* This parameter only works if it's not defined in the project configuration. Overseer remote config remains in priority.
* Disabled or archived projects will no longer be loaded. The same applies to those where the user or site is not assigned.
* User can now add a new server from the server list.
* Sites are handled better during the login process. If there is a problem (e.g. undefined or unassigned), a new warning page will be displayed informing the user of the issue.
* If other sites are assigned to the user, he can select one and try to use it.
* When hovering over a server in the list, there is now a refresh button.
* Project configuration resolve now ensures that all the major dependencies (e.g. kabaret, libreflow) are present.
* Every project flow of Libreflow now can be used.
### Changed
* Poetry path and site name can now be set in the global settings.
* The environment variable `LF_LAUNCHER_POETRY_PATH` will be used when the user preferences are initialised.
* The same applies to the `LF_LAUNCHER_SITE_NAME` environment variable. It remains prioritised if the variable is still in use.
* Logging module is now used to harmonise log messages and set levels.
* The virtual environement of a libreflow instance is better checked to ensure the installation is valid and can be used.
### Fixed
* About page
* Now shows the correct current version.
* PyPi button redirects to the correct package page.
* Issue #21
* Buttons for deleting a server in the settings were hidden when updating a libreflow instance.
## [1.0.12] - 2024-06-20
### Added
* Support for a read replica of a redis cluster. You need to set `KABARET_READ_REPLICA_HOST` and `KABARET_READ_REPLICA_PORT` in your project environment variables.
## [1.0.11] - 2024-06-20
### Fixed
* Issue #19
* All version specifiers of [PEP 440](https://peps.python.org/pep-0440/#version-specifiers) can be used for extensions.
## [1.0.10] - 2024-05-31
### Added
* Handle specific version number for extensions from pypi.
## [1.0.9] - 2024-05-22
### Added
* MacOS support to manage installation and execution of Libreflow instances
## [1.0.8] - 2024-05-16
### Added
* Support project environment variables
* Issue #9
* Indentation on user settings json files
* Issue #15
* If the login is an email address, only the username part is kept.
## [1.0.7] - 2024-05-15
### Fixed
* Issue #11
* Added a exception for `HTTPError` and `RequestException` to avoid crashes when connection or authentification error has occured.
* Handle recent changes of Overseer API error codes for user token.
* Current user cache is now cleared when user token is invalid or expired.
* Issue #7
* Current user is now properly setted when user settings folder do not exist.
* Issue #14
* Append libreflow extensions with the correct pattern in the environment variable.
* Connection status to a server is updated when hovering a server.
## [1.0.6] - 2024-05-07
### Added
* Shell script to start a Libreflow instance on Linux.
## [1.0.5] - 2024-04-29
### Fixed
* Site name is now correctly defined on libreflow starting script (`bat` or `sh` file)
* Install dir is now correctly used for installing libreflow instance
## [1.0.4] - 2024-04-29
### Added
* An environment variable `LF_LAUNCHER_POETRY_PATH` can be used to define a specific path for poetry.
## [1.0.3] - 2024-04-29
### Fixed
* Host address for a server can now be a domain name instead of a direct IP address.
* The default port is `5500` if you don't specify it in the wizard.
## [1.0.0-1.0.2] - 2024-04-25
Initial public commit and pypi setup. This is an early version of Libreflow Launcher.
It includes management of Overseer servers, access to projects (instances of Libreflow) that have been assigned to the user, and can be installed locally on the machine by Poetry.
The user interface is likely to change in the future.
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/lfs.coop/libreflow/libreflow_launcher",
"name": "libreflow-launcher",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "kabaret kitsu gazu animation pipeline libreflow launcher lfs overseer asset-manager",
"author": "Valentin Braem",
"author_email": "valentin.braem@les-fees-speciales.coop",
"download_url": "https://files.pythonhosted.org/packages/a8/c5/1d56f7c7db4414d1fc29766cab15969282246ba144a9fb8b4189983115ca/libreflow_launcher-1.1.6.1.tar.gz",
"platform": null,
"description": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)[^1].\n\n<!---\nTypes of changes\n\n- Added for new features.\n- Changed for changes in existing functionality.\n- Deprecated for soon-to-be removed features.\n- Removed for now removed features.\n- Fixed for any bug fixes.\n- Security in case of vulnerabilities.\n\n-->\n\n## [Unreleased]\n\n## [1.1.6.1] - 2024-10-23\n\n### Fixed\n\n* Typo error for check the extension category about the latest release fix.\n\n## [1.1.6] - 2024-10-23\n\n### Fixed\n\n* Using a git version of an extension broke the usage of a libreflow instance.\n\n## [1.1.5] - 2024-10-23\n\n### Fixed\n\n* The resolved extensions are now enabled for the jobs session. The generated script provides them in the `KABARET_FLOW_EXT_INSTALLERS` environment variable.\n\n## [1.1.4] - 2024-08-06\n\n### Fixed\n\n* Error raising when fetching available python versions while Python 2.7 is installed on the system. The version simply won't appear in the list.\n* Only Python versions having a valid interpreter path are available in the global settings.\n* Missing `shutil` import and undefined method preventing the launcher from starting when the user settings were not created yet.\n\n## [1.1.3] - 2024-07-31\n\n### Fixed\n\n* Exception for invalid poetry path. Redirect the user to specify a correct one in the global settings.\n\n## [1.1.2] - 2024-07-26\n\n### Added\n\n* A new environment variable `KABARET_JOBS_POOL_NAME` is handled in the project configuration to specify which pools the libreflow jobs session should be use.\n\n### Fixed\n\n* Libreflow jobs session now uses the correct module.\n\n## [1.1.1] - 2024-07-25\n\n### Fixed\n\n* Libreflow extension coming from a git repo did not have the correct name format on the poetry config.\n\n## [1.1.0] - 2024-07-18\n\n### Added\n\n* An advanced mode for power users that can be enabled in the global settings\n * Includes actions for reinstalling or uninstalling a libreflow instance, starting non-gui sessions and shortcuts for debugging.\n* User has a new option in the global settings, to show the process view when starting a libreflow instance.\n * This parameter only works if it's not defined in the project configuration. Overseer remote config remains in priority.\n* Disabled or archived projects will no longer be loaded. The same applies to those where the user or site is not assigned.\n* User can now add a new server from the server list.\n* Sites are handled better during the login process. If there is a problem (e.g. undefined or unassigned), a new warning page will be displayed informing the user of the issue.\n * If other sites are assigned to the user, he can select one and try to use it.\n* When hovering over a server in the list, there is now a refresh button.\n* Project configuration resolve now ensures that all the major dependencies (e.g. kabaret, libreflow) are present.\n* Every project flow of Libreflow now can be used.\n\n### Changed\n\n* Poetry path and site name can now be set in the global settings.\n * The environment variable `LF_LAUNCHER_POETRY_PATH` will be used when the user preferences are initialised.\n * The same applies to the `LF_LAUNCHER_SITE_NAME` environment variable. It remains prioritised if the variable is still in use.\n* Logging module is now used to harmonise log messages and set levels.\n* The virtual environement of a libreflow instance is better checked to ensure the installation is valid and can be used.\n\n### Fixed\n\n* About page\n * Now shows the correct current version.\n * PyPi button redirects to the correct package page.\n* Issue #21\n * Buttons for deleting a server in the settings were hidden when updating a libreflow instance.\n\n## [1.0.12] - 2024-06-20\n\n### Added\n\n* Support for a read replica of a redis cluster. You need to set `KABARET_READ_REPLICA_HOST` and `KABARET_READ_REPLICA_PORT` in your project environment variables.\n\n## [1.0.11] - 2024-06-20\n\n### Fixed\n\n* Issue #19\n * All version specifiers of [PEP 440](https://peps.python.org/pep-0440/#version-specifiers) can be used for extensions.\n\n## [1.0.10] - 2024-05-31\n\n### Added\n\n* Handle specific version number for extensions from pypi.\n\n## [1.0.9] - 2024-05-22\n\n### Added\n\n* MacOS support to manage installation and execution of Libreflow instances\n\n## [1.0.8] - 2024-05-16\n\n### Added\n\n* Support project environment variables\n* Issue #9\n * Indentation on user settings json files\n* Issue #15\n * If the login is an email address, only the username part is kept.\n\n## [1.0.7] - 2024-05-15\n\n### Fixed\n\n* Issue #11\n * Added a exception for `HTTPError` and `RequestException` to avoid crashes when connection or authentification error has occured.\n * Handle recent changes of Overseer API error codes for user token.\n * Current user cache is now cleared when user token is invalid or expired.\n* Issue #7\n * Current user is now properly setted when user settings folder do not exist.\n* Issue #14\n * Append libreflow extensions with the correct pattern in the environment variable.\n\n* Connection status to a server is updated when hovering a server.\n\n## [1.0.6] - 2024-05-07\n\n### Added\n\n* Shell script to start a Libreflow instance on Linux.\n\n## [1.0.5] - 2024-04-29\n\n### Fixed\n\n* Site name is now correctly defined on libreflow starting script (`bat` or `sh` file)\n* Install dir is now correctly used for installing libreflow instance\n\n## [1.0.4] - 2024-04-29\n\n### Added\n\n* An environment variable `LF_LAUNCHER_POETRY_PATH` can be used to define a specific path for poetry.\n\n## [1.0.3] - 2024-04-29\n\n### Fixed\n\n* Host address for a server can now be a domain name instead of a direct IP address.\n * The default port is `5500` if you don't specify it in the wizard.\n\n## [1.0.0-1.0.2] - 2024-04-25\n\nInitial public commit and pypi setup. This is an early version of Libreflow Launcher.\nIt includes management of Overseer servers, access to projects (instances of Libreflow) that have been assigned to the user, and can be installed locally on the machine by Poetry.\n\nThe user interface is likely to change in the future.\n",
"bugtrack_url": null,
"license": "LGPLv3+",
"summary": "Launcher for instances of Libreflow asset-manager",
"version": "1.1.6.1",
"project_urls": {
"Homepage": "https://gitlab.com/lfs.coop/libreflow/libreflow_launcher"
},
"split_keywords": [
"kabaret",
"kitsu",
"gazu",
"animation",
"pipeline",
"libreflow",
"launcher",
"lfs",
"overseer",
"asset-manager"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a8c51d56f7c7db4414d1fc29766cab15969282246ba144a9fb8b4189983115ca",
"md5": "414ab58eb53b39ff88eb869056d19f36",
"sha256": "7c90e4e3c4e90a6ccd43e54e075962602ba79e50f859c6c8ad62ec55c05a77d5"
},
"downloads": -1,
"filename": "libreflow_launcher-1.1.6.1.tar.gz",
"has_sig": false,
"md5_digest": "414ab58eb53b39ff88eb869056d19f36",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 1389956,
"upload_time": "2024-10-23T14:39:18",
"upload_time_iso_8601": "2024-10-23T14:39:18.987796Z",
"url": "https://files.pythonhosted.org/packages/a8/c5/1d56f7c7db4414d1fc29766cab15969282246ba144a9fb8b4189983115ca/libreflow_launcher-1.1.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-23 14:39:18",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "lfs.coop",
"gitlab_project": "libreflow",
"lcname": "libreflow-launcher"
}