JAL-4241 Create sequence mapping before adjusting annotations
[jalview.git] / src / jalview / ws2 /
2023-03-01 Mateusz WarownyJAL-4136 Replace uses of isBlank with isEmpty
2023-02-24 Mateusz WarownyJAL-4135 replace stream.toString(Charset) calls with...
2023-02-22 Mateusz WarownyJAL-4130 Replace Collection#forEach call with for loop
2023-02-22 Mateusz WarownyJAL-4130 Avoid using thenComparing of the Comparator...
2023-02-17 Mateusz WarownyJAL-4131 Replace usages of requireNonNullElse
2023-02-16 Mateusz WarownyJAL-4130 Workaround the j2s issue with final variables...
2023-02-06 Mateusz WarownyJAL-3878 Change Cache.log calls to Console
2022-04-26 Mateusz WarownyJAL-3878 Implement RNA Sec. Str. Pred. discovery for... JAL-3878_ws-overhaul-3
2022-04-25 Mateusz WarownyJAL-3878 Fix edit settings dialog prompting to discard...
2022-04-11 Mateusz WarownyJAL-3878 Use slivka client's URL when building web...
2022-04-11 Mateusz WarownyJAL-3878 Add conservation service discovery
2022-04-11 Mateusz WarownyJAL-3878 Build interactive services menu
2022-04-11 Mateusz WarownyJAL-3878 Implement prot. seq. an. discovery for slivka.
2022-04-11 Mateusz WarownyJAL-3878 Implement gui elements for annotation servicces
2022-04-11 Mateusz WarownyJAL-3878 Create SlivkaAnnotationWSClient
2022-04-11 Mateusz WarownyJAL-3878 Add full name getter to ActionI
2022-04-11 Mateusz WarownyJAL-3878 Log status changes in annotation task
2022-04-11 Mateusz WarownyJAL-3878 Allow null value for action name
2022-04-07 Mateusz WarownyJAL-3878 Add action and task for annotation services
2022-04-05 Mateusz WarownyJAL-3878 Fix method name to fireTaskRestarted
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...