Package Shortenit #17
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Closed
Status
Need More Info
Status
Resolved
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference: elia/shortenit#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The API server and the frontend are tightly coupled together as it stands. Packaging has not been looked at since the migration.
Outcome
The excepted outcome for this issue is to resolve the packaging problem. Installation of the package should do the following:
Definition of Done
Shortenit has a configuration which allows it to easily be packaged into a python package ready to be shipped and installed.
Poetry is still limited when it comes to
include
external dependencies. In this project, the UI and the configuration are being moved to thesite-packages
directory polluting it.Unfortunately, there isn't much we can do at this stage to fix this, the packaging works though. We'll keep limping with this until a better solution is found, I'll keep the ticket open.