You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SW-1352 add support for pep 440 in the mr beam plugin (mrbeam#1532)
* SW-1352 Refactor the PEP version comparison class
* SW-1352 Add frontend and backend methods to handle PEP440 comparisons via API calls
* SW-1352 Fix the naming of the Mr Beam Plugin version constants and use the PEP440 comparison method
* SW-1352 Refactor version_comparator.py and COMPARISON_OPTIONS into Util package
* SW-1352 Add doc string to compare_pep440_versions method
* SW-1352 Reformat line
* SW-1352 Fix API command return
As the simpleApiCommand is an AJAX call then it is by default asynchronous. This means that the return statements will be executed before the response is defined. The fix is thus by setting the async parameter to false.
* SW-1352 Return None upon exception
* SW-1352 Refactor compare_pep440_versions method
* SW-1352 Add a test for compare_pep440_versions method
0 commit comments