Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use DBIx::Connector in the non-PSGI case #577

Closed
bschmalhofer opened this issue Oct 26, 2020 · 2 comments
Closed

Use DBIx::Connector in the non-PSGI case #577

bschmalhofer opened this issue Oct 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request tidying Tidying of the code
Milestone

Comments

@bschmalhofer
Copy link
Contributor

bschmalhofer commented Oct 26, 2020

Reducing the number of variants is a good thing.
But it has to be pondered whether DBIx::Connector should really be used for console commands and daemon tasks.

@bschmalhofer bschmalhofer added the enhancement New feature or request label Oct 26, 2020
@bschmalhofer bschmalhofer added this to the OTOBO 10.1 milestone Oct 26, 2020
@bschmalhofer
Copy link
Contributor Author

Discussed this with @svenoe . There is no good reason to use DBIx::Connector only when running under a webserver. Thus the code can be simplified and DBIx::Connector can be used in all cases.

@bschmalhofer bschmalhofer self-assigned this Nov 11, 2021
@bschmalhofer bschmalhofer added the tidying Tidying of the code label Nov 11, 2021
bschmalhofer added a commit that referenced this issue Nov 11, 2021
thus they shouldn't be listed under the section for the feature 'gazelle'.
bschmalhofer added a commit that referenced this issue Nov 11, 2021
no special case when not running in a web environment
@bschmalhofer
Copy link
Contributor Author

The test suite looked fine. Closing this issue.

bschmalhofer added a commit that referenced this issue Nov 11, 2021
@bschmalhofer bschmalhofer modified the milestones: OTOBO 10.1, OTOBO 10.1.1 Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tidying Tidying of the code
Projects
None yet
Development

No branches or pull requests

1 participant