Merge branch 'feature/JAL-3954-ebi-phmmer' into mmw/JAL-4199-task-execution-update
[jalview.git] / src / jalview / ws2 / client /
2023-07-14 Mateusz WarownyMerge branch 'feature/JAL-3954-ebi-phmmer' into mmw... mmw/JAL-4199-task-execution-update
2023-07-12 Mateusz WarownyJAL-4199 Fix slivka client to parse feature fileters
2023-06-14 Mateusz WarownyJAL-4199 Test URL settings and basic service discovery
2023-06-14 Mateusz WarownyJAL-4199 Update slivka client
2023-06-02 Mateusz WarownyJAL-3954 Report error log when job fails
2023-06-02 Mateusz WarownyJAL-3954 Add query sequence aligned to consensus to...
2023-06-02 Mateusz WarownyJAL-3954 reuse spinner dialog to show search task status
2023-05-30 Mateusz WarownyJAL-3954 create primitive gui handler for search service
2023-05-16 Mateusz WarownyJAL-3954 Implement phmmer action and task as alignment...
2023-05-10 Mateusz WarownyJAL-3954 Implement job dispatcher service discoverer
2023-05-10 Mateusz WarownyJAL-3954 Fix typo in error message
2023-05-08 Mateusz WarownyJAL-3954 Implement proxy ws client for phmmer
2023-05-08 Mateusz WarownyJAL-3954 Create ParamDatastore builder for phmmer
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-17 Mateusz WarownyJAL-4131 Replace usages of requireNonNullElse
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-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 Implement prot. seq. an. discovery for slivka.
2022-04-11 Mateusz WarownyJAL-3878 Create SlivkaAnnotationWSClient
2022-04-07 Mateusz WarownyJAL-3878 Add action and task for annotation services
2022-03-28 Mateusz WarownyJAL-3878 Fix discoverer being stuck on BEGIN state...
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 NullPointerExceptions caused by nulls...
2022-03-25 Mateusz WarownyJAL3878 Implement slivka service discoverer
2022-03-25 Mateusz WarownyJAL-3878 Create ws2 client for slivka services
2022-03-18 Mateusz WarownyJAL-3878 Create abstract ws discoverer providing common...
2022-03-09 Mateusz WarownyJAL-3878 Add WebServiceProviderI - a view of services.
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 Move WebServiceJob class to jalview.ws2.api...
2022-02-17 Mateusz WarownyJAL-3878 Add WebServiceJob class.
2022-02-16 Mateusz WarownyJAL-3878 Add interfaces for classes dealing with server...