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

fix(tasks): Fixes #24 by checking server version #25

Merged
merged 1 commit into from
Nov 20, 2019

Conversation

swinslow
Copy link
Contributor

When setting up a BulkTextMatch action, the task will now check
the server version first. If it is at least 3.6.0, then the
action type's first letter will be capitalized ("Add" or "Remove")
else it will remain lowercase ("add" or "remove").

If the error from #24 is seen for versions between 3.3.0 and
3.6.0, then the minimum version check can be modified accordingly.

Signed-off-by: Steve Winslow swinslow@gmail.com

When setting up a BulkTextMatch action, the task will now check
the server version first. If it is at least 3.6.0, then the
action type's first letter will be capitalized ("Add" or "Remove")
else it will remain lowercase ("add" or "remove").

If the error from fossology#24 is seen for versions between 3.3.0 and
3.6.0, then the minimum version check can be modified accordingly.

Signed-off-by: Steve Winslow <swinslow@gmail.com>
@swinslow swinslow merged commit 7d3758a into fossology:master Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant