JAL-3878 Make BaseJob setters public so they can be accessed by other tasks.
[jalview.git] / src / jalview / ws2 /
2022-04-05 Mateusz WarownyJAL-3878 Make BaseJob setters public so they can be...
2022-04-05 Mateusz WarownyJAL-3878 Add fullName to BaseAction class which combine...
2022-04-05 Mateusz WarownyJAL-3878 Move status precedence list to JobStatus class
2022-04-05 Mateusz WarownyJAL-3878 Add uid to WS Tasks
2022-03-28 Mateusz WarownyJAL-3878 Fix discoverer being stuck on BEGIN state...
2022-03-25 Mateusz WarownyJAL-3878 Change align frame added to desktop to correct one
2022-03-25 Mateusz WarownyJAL-3878 Wrap infoPanel updates with SwingUtilities...
2022-03-25 Mateusz WarownyJAL-3878 Fix re-alignment-capable services detection.
2022-03-25 Mateusz WarownyJAL-3878 Clear services list on reload.
2022-03-25 Mateusz WarownyJAL-3878 Fix task status precedence calculation
2022-03-25 Mateusz WarownyJAL-3878 Fix NullPointerExceptions caused by nulls...
2022-03-25 Mateusz WarownyJAL3878 Implement slivka service discoverer
2022-03-25 Mateusz WarownyJAL-3878 Move action name initialization to its own...
2022-03-25 Mateusz WarownyJAL-3878 Create ws2 client for slivka services
2022-03-24 Mateusz WarownyJAL-3878 Create service agnostic param datastore and set
2022-03-23 Mateusz WarownyJAL-3878 Create beans for un/marshalling service parameters
2022-03-18 Mateusz WarownyJAL-3878 Create abstract ws discoverer providing common...
2022-03-15 Mateusz WarownyJAL-3878 Connect alignment services with gui
2022-03-14 Mateusz WarownyJAL-3878 Move array index search to ArrayUtils
2022-03-11 Mateusz WarownyJAL-3878 Create web service menu manager.
2022-03-09 Mateusz WarownyJAL-3878 Add WebServiceProviderI - a view of services.
2022-03-09 Mateusz WarownyJAL-3878 Improve performance of gap sequence construction.
2022-03-08 Mateusz WarownyJAL-3878 Add web service reference to actions.
2022-03-04 Mateusz WarownyJAL-3878 Change visibility of WebService methods to...
2022-03-03 Mateusz WarownyJAL-3878 Create alignment service "backend" classes
2022-03-03 Mateusz WarownyJAL-3878 Remove unused JobStatus methods
2022-03-03 Mateusz WarownyJAL-3878 Create abstract base classes for non-interacti...
2022-03-02 Mateusz WarownyJAL-3878 Fix typo in method name (getAlignemnt)
2022-02-28 Mateusz WarownyJAL-3878 Separate server job handle from task's sub...
2022-02-18 Mateusz WarownyJAL-3878 Provide javadoc for WebServiceClientI interface
2022-02-18 Mateusz WarownyJAL-3878 Create skeleton for alignment service action
2022-02-18 Mateusz WarownyJAL-3878 Create abstract base class for actions.
2022-02-18 Mateusz WarownyJAL-3878 Fix typo in getTooltip method name
2022-02-18 Mateusz WarownyJAL-3878 Move WebServiceJob class to jalview.ws2.api...
2022-02-18 Mateusz WarownyJAL-3878 Move CredentialType class to jalview.ws2.api...
2022-02-18 Mateusz WarownyJAL-3878 Create TaskEventListener interface.
2022-02-18 Mateusz WarownyJAL-3878 Create action and task interfaces.
2022-02-17 Mateusz WarownyJAL-3878 Add interactive flag to WebService class
2022-02-17 Mateusz WarownyJAL-3878 Create web service class - container for servi...
2022-02-17 Mateusz WarownyJAL-3878 Add WebServiceJob class.
2022-02-16 Mateusz WarownyJAL-3878 Add interfaces for classes dealing with server...