jalview.git
2 years agoJAL-3878 Add RNAalifold service discovery. JAL-3878_web_services_overhaul
Mateusz Warowny [Wed, 17 Nov 2021 13:08:55 +0000 (14:08 +0100)]
JAL-3878 Add RNAalifold service discovery.

2 years agoJAL-3878 Add javadocs to created classes and reformat code.
Mateusz Warowny [Fri, 12 Nov 2021 15:00:02 +0000 (16:00 +0100)]
JAL-3878 Add javadocs to created classes and reformat code.

2 years agoJAL-3878 Remove redundand edit params dialog method from the AnnotationOperation.
Mateusz Warowny [Wed, 10 Nov 2021 11:14:22 +0000 (12:14 +0100)]
JAL-3878 Remove redundand edit params dialog method from the AnnotationOperation.

2 years agoJAL-3878 Separate gui elements from operations.
Mateusz Warowny [Mon, 8 Nov 2021 15:01:52 +0000 (16:01 +0100)]
JAL-3878 Separate gui elements from operations.

Separation went well for alignment operation but not so much
for the annotations. GUI progress bar needs to be moved outside
the operation and be controlled by the worker listener.
Addition of the results to the frame needs to be moved out from
the #done method, but it's strongly wired to the align frame
code and cannot be nicely packed into AnnotationResult object.

2 years agoJAL-3878 Make interactive service arguments persistent between starts.
Mateusz Warowny [Thu, 21 Oct 2021 15:02:47 +0000 (17:02 +0200)]
JAL-3878 Make interactive service arguments persistent between starts.

2 years agoJAL-3878 Create proper menu for interactive services.
Mateusz Warowny [Thu, 21 Oct 2021 14:53:50 +0000 (16:53 +0200)]
JAL-3878 Create proper menu for interactive services.

2 years agoJAL-3878 Add methods to get and remove workers by their calc name.
Mateusz Warowny [Thu, 21 Oct 2021 14:52:48 +0000 (16:52 +0200)]
JAL-3878 Add methods to get and remove workers by their calc name.

2 years agoJAL-3878 Create WebServiceMenuBuilder which will replace PreferredServiceRegistry
Mateusz Warowny [Wed, 20 Oct 2021 16:05:05 +0000 (18:05 +0200)]
JAL-3878 Create WebServiceMenuBuilder which will replace PreferredServiceRegistry

2 years agoJAL-3878 Annotation comments and questions
Mateusz Warowny [Wed, 20 Oct 2021 10:54:13 +0000 (12:54 +0200)]
JAL-3878 Annotation comments and questions

2 years agoJAL-3878 Add annotation operations to slivka discoverer.
Mateusz Warowny [Tue, 19 Oct 2021 13:40:22 +0000 (15:40 +0200)]
JAL-3878 Add annotation operations to slivka discoverer.

2 years agoJAL-3878 Fix sequences not being gathered when submitting without gaps.
Mateusz Warowny [Tue, 19 Oct 2021 13:39:50 +0000 (15:39 +0200)]
JAL-3878 Fix sequences not being gathered when submitting without gaps.

2 years agoJAL-3878 Rename annotation provider method to getAnnotations
Mateusz Warowny [Tue, 19 Oct 2021 13:33:45 +0000 (15:33 +0200)]
JAL-3878 Rename annotation provider method to getAnnotations

2 years agoJAL-3878 Set job status to cancelled on job cancellation.
Mateusz Warowny [Tue, 19 Oct 2021 13:31:31 +0000 (15:31 +0200)]
JAL-3878 Set job status to cancelled on job cancellation.

Despite job cancellation not being implemented in slivka client,
the job status should be updated to cancelled for the event to
be emitted to the ui updater.

2 years agoJAL-3878 Start interactive job by registering them with calcManager
Mateusz Warowny [Tue, 19 Oct 2021 13:29:57 +0000 (15:29 +0200)]
JAL-3878 Start interactive job by registering them with calcManager

2 years agoJAL-3878 Fix progress updater bar to account for cancelled state.
Mateusz Warowny [Tue, 19 Oct 2021 13:25:37 +0000 (15:25 +0200)]
JAL-3878 Fix progress updater bar to account for cancelled state.

2 years agoJAL-3878 Refactoring SeqAnnotationServiceCalcWorker.
Mateusz Warowny [Mon, 18 Oct 2021 16:04:53 +0000 (18:04 +0200)]
JAL-3878 Refactoring SeqAnnotationServiceCalcWorker.

2 years agoJAL-3878 Add getCalcName to AlignCalcWorkerI.
Mateusz Warowny [Wed, 13 Oct 2021 13:30:56 +0000 (15:30 +0200)]
JAL-3878 Add getCalcName to AlignCalcWorkerI.

getCalcName() can be used to identify services that run the calculator.
when an alternative calculator (different host or parameters) is created
the old ones sharing the name can be stopped.

2 years agoJAL-3878 Rename web service worker to more generic pollable task.
Mateusz Warowny [Wed, 13 Oct 2021 11:58:31 +0000 (13:58 +0200)]
JAL-3878 Rename web service worker to more generic pollable task.

2 years agoUpdate annotation operation WIP
Mateusz Warowny [Sat, 9 Oct 2021 13:01:38 +0000 (15:01 +0200)]
Update annotation operation WIP

2 years agoJAL-3878 Add dataset and viewport arguments to ResultSupplier.
Mateusz Warowny [Thu, 7 Oct 2021 13:31:07 +0000 (15:31 +0200)]
JAL-3878 Add dataset and viewport arguments to ResultSupplier.

2 years agoJAL-3878 Annotation operation skeleton.
Mateusz Warowny [Tue, 5 Oct 2021 16:07:34 +0000 (18:07 +0200)]
JAL-3878 Annotation operation skeleton.

2 years agoJAL-3878 Fix workers done condition to account for broken jobs.
Mateusz Warowny [Fri, 1 Oct 2021 15:35:55 +0000 (17:35 +0200)]
JAL-3878 Fix workers done condition to account for broken jobs.

2 years agoJAL-3878 Skip getting results of failed jobs.
Mateusz Warowny [Thu, 30 Sep 2021 16:26:24 +0000 (18:26 +0200)]
JAL-3878 Skip getting results of failed jobs.

2 years agoJAL-3878 Add job log messages reporting.
Mateusz Warowny [Thu, 30 Sep 2021 15:08:32 +0000 (17:08 +0200)]
JAL-3878 Add job log messages reporting.

2 years agoJAL-3878 Fix null pointer exception when preparing empty sequences for job.
Mateusz Warowny [Thu, 30 Sep 2021 15:07:00 +0000 (17:07 +0200)]
JAL-3878 Fix null pointer exception when preparing empty sequences for job.

2 years agoJAL-3878 Fetch sequences for alignment on menu action, not creation.
Mateusz Warowny [Thu, 30 Sep 2021 14:38:04 +0000 (16:38 +0200)]
JAL-3878 Fetch sequences for alignment on menu action, not creation.

2 years agoJAL-3878 Split web services menu entries by programs and hosts.
Mateusz Warowny [Thu, 30 Sep 2021 12:23:49 +0000 (14:23 +0200)]
JAL-3878 Split web services menu entries by programs and hosts.

2 years agoJAL-3878 Add isInteractive() method to Operation interface.
Mateusz Warowny [Wed, 29 Sep 2021 14:37:47 +0000 (16:37 +0200)]
JAL-3878 Add isInteractive() method to Operation interface.

2 years agoJAL-3878 Add getName() to Operation interface.
Mateusz Warowny [Wed, 29 Sep 2021 13:45:55 +0000 (15:45 +0200)]
JAL-3878 Add getName() to Operation interface.

2 years agoJAL-3878 Wire web services logic to UI elements.
Mateusz Warowny [Mon, 27 Sep 2021 14:03:21 +0000 (16:03 +0200)]
JAL-3878 Wire web services logic to UI elements.

2 years agoJAL-3878 Fire service changed event after discovery task is done.
Mateusz Warowny [Fri, 24 Sep 2021 16:05:44 +0000 (18:05 +0200)]
JAL-3878 Fire service changed event after discovery task is done.

2 years agoJAL-3878 Fix incorrect value of isRunning in SlivkaWSDiscoverer
Mateusz Warowny [Fri, 24 Sep 2021 16:05:01 +0000 (18:05 +0200)]
JAL-3878 Fix incorrect value of isRunning in SlivkaWSDiscoverer

2 years agoJAL-3878 Move operation type from WebService to Operation.
Mateusz Warowny [Fri, 24 Sep 2021 15:19:07 +0000 (17:19 +0200)]
JAL-3878 Move operation type from WebService to Operation.

2 years agoJAL-3878 Code reformatting.
Mateusz Warowny [Fri, 24 Sep 2021 14:04:04 +0000 (16:04 +0200)]
JAL-3878 Code reformatting.

2 years agoJAL-3878 Display results of completed alignment job
Mateusz Warowny [Fri, 24 Sep 2021 13:49:24 +0000 (15:49 +0200)]
JAL-3878 Display results of completed alignment job

2 years agoJAL-3878 Change SERVER_ERROR.isSubmitted to false.
Mateusz Warowny [Fri, 24 Sep 2021 13:43:42 +0000 (15:43 +0200)]
JAL-3878 Change SERVER_ERROR.isSubmitted to false.

Some server errors may occur before the job is submitted.
It's safer to associate the error with the job not being
submitted.

2 years agoJAL-3878 Move WSJob instantiation out of WebService classes.
Mateusz Warowny [Fri, 24 Sep 2021 13:08:34 +0000 (15:08 +0200)]
JAL-3878 Move WSJob instantiation out of WebService classes.

2 years agoJAL-3878 Implement AlignmentOperation WIP
Mateusz Warowny [Mon, 20 Sep 2021 16:39:57 +0000 (18:39 +0200)]
JAL-3878 Implement AlignmentOperation WIP

2 years agoJAL-3878 Create interface for web service operations
Mateusz Warowny [Mon, 20 Sep 2021 16:30:24 +0000 (18:30 +0200)]
JAL-3878 Create interface for web service operations

2 years agoJAL-3878 Implement slivka web service and discoverer.
Mateusz Warowny [Mon, 20 Sep 2021 16:29:16 +0000 (18:29 +0200)]
JAL-3878 Implement slivka web service and discoverer.

2 years agoJAL-3878 Add web service executor class and instantiate for each alignment viewport.
Mateusz Warowny [Mon, 20 Sep 2021 16:21:01 +0000 (18:21 +0200)]
JAL-3878 Add web service executor class and instantiate for each alignment viewport.

2 years agoJAL-3878 Create base interfaces for new web services.
Mateusz Warowny [Mon, 20 Sep 2021 16:13:21 +0000 (18:13 +0200)]
JAL-3878 Create base interfaces for new web services.

2 years agoJAL-3878 Remove throws declaration from param store construction.
Mateusz Warowny [Mon, 20 Sep 2021 15:23:06 +0000 (17:23 +0200)]
JAL-3878 Remove throws declaration from param store construction.

2 years agoJAL-3878 Create Slivka Web Service adapter.
Mateusz Warowny [Fri, 3 Sep 2021 15:27:36 +0000 (17:27 +0200)]
JAL-3878 Create Slivka Web Service adapter.

2 years agoJAL-3878 Initial preparation.
Mateusz Warowny [Wed, 3 Feb 2021 15:14:50 +0000 (16:14 +0100)]
JAL-3878 Initial preparation.

2 years agoMerge branch 'improvement/JAL-3848_slivka_0.8' into alpha/JAL-3066_Jalview_212_slivka...
Mateusz Warowny [Wed, 28 Jul 2021 10:36:30 +0000 (12:36 +0200)]
Merge branch 'improvement/JAL-3848_slivka_0.8' into alpha/JAL-3066_Jalview_212_slivka-integration

2 years agoMerge branch 'bug/JAL-3807_jpred-with-slivka' into alpha/JAL-3066_Jalview_212_slivka...
Mateusz Warowny [Tue, 27 Jul 2021 15:36:15 +0000 (17:36 +0200)]
Merge branch 'bug/JAL-3807_jpred-with-slivka' into alpha/JAL-3066_Jalview_212_slivka-integration

2 years agoMerge commit '0b438477b16470202bddfecb54e0587036b37202' into alpha/JAL-3066_Jalview_2...
Mateusz Warowny [Tue, 27 Jul 2021 11:00:36 +0000 (13:00 +0200)]
Merge commit '0b438477b16470202bddfecb54e0587036b37202' into alpha/JAL-3066_Jalview_212_slivka-integration

2 years agoJAL-3066 Fix NullPointerException thrown when showing HMMER run dialog
Mateusz Warowny [Thu, 4 Mar 2021 13:59:48 +0000 (14:59 +0100)]
JAL-3066 Fix NullPointerException thrown when showing HMMER run dialog

2 years agoJAL-3854 patched SeqSeqUtils.deUniquify to not use instanceOf - seems to work improvement/JAL-3848_slivka_0.8
Jim Procter [Sun, 25 Jul 2021 16:48:01 +0000 (17:48 +0100)]
JAL-3854 patched SeqSeqUtils.deUniquify to not use instanceOf - seems to work

2 years agoJAL-2994 disable tests for FileUtils path search methods on bamboo
Jim Procter [Sun, 25 Jul 2021 15:23:50 +0000 (16:23 +0100)]
JAL-2994 disable tests for FileUtils path search methods on bamboo

2 years agoJAL-3848 slivka preferences in javascript
Jim Procter [Sun, 25 Jul 2021 15:08:03 +0000 (16:08 +0100)]
JAL-3848 slivka preferences in javascript

2 years agoJAL-3848 reinstate Fetch DB References submenu
Jim Procter [Sun, 25 Jul 2021 15:07:48 +0000 (16:07 +0100)]
JAL-3848 reinstate Fetch DB References submenu

2 years agoJAL-3848 update jalview core with slivka classes, example file import and structure...
Jim Procter [Sun, 25 Jul 2021 14:45:28 +0000 (15:45 +0100)]
JAL-3848 update jalview core with slivka classes, example file import and structure view

2 years agoJAL-3848 add compbio and jalview to direct connection list for J2S
Jim Procter [Sun, 25 Jul 2021 14:51:04 +0000 (15:51 +0100)]
JAL-3848 add compbio and jalview to direct connection list for J2S

2 years agoJAL-3853 - tweak test again - since failed a few commits after f6cb90d43782ca99cf2b1c...
Jim Procter [Sun, 25 Jul 2021 14:04:29 +0000 (15:04 +0100)]
JAL-3853 - tweak test again - since failed a few commits after f6cb90d43782ca99cf2b1cbee2dc76bca3d1d466

2 years agoJAL-3848 update swingJS runtime and transpiler to 3.3.1
Jim Procter [Sun, 25 Jul 2021 13:47:40 +0000 (14:47 +0100)]
JAL-3848 update swingJS runtime and transpiler to 3.3.1

2 years agoMerge branch 'improvement/JAL-3848_slivka_0.8' of https://source.jalview.org/git...
Jim Procter [Sun, 25 Jul 2021 13:16:07 +0000 (14:16 +0100)]
Merge branch 'improvement/JAL-3848_slivka_0.8' of https://source.jalview.org/git/jalview into improvement/JAL-3848_slivka_0.8

2 years agoJAL-3848 Update slivka client javajs library.
Mateusz Warowny [Fri, 23 Jul 2021 12:12:00 +0000 (14:12 +0200)]
JAL-3848 Update slivka client javajs library.

2 years agoJAL-3671 hardwire log4j.root logger to INFO to supress jetty and httpclient log output
Jim Procter [Fri, 26 Jun 2020 16:12:31 +0000 (17:12 +0100)]
JAL-3671 hardwire log4j.root logger to INFO to supress jetty and httpclient log output

2 years agoJAL-3848 enable slivka services dialog in JalviewJS
Jim Procter [Thu, 22 Jul 2021 19:44:06 +0000 (20:44 +0100)]
JAL-3848 enable slivka services dialog in JalviewJS

2 years agoJAL-3853 JAL-1870 toggle to enable/disable posterior probability transparency when...
Jim Procter [Thu, 22 Jul 2021 19:41:26 +0000 (20:41 +0100)]
JAL-3853 JAL-1870 toggle to enable/disable posterior probability transparency when rendering per sequence annotation row scores .. needs more work

2 years agoJAL-3853 JAL-1870 patch tests for annotation colour gradient without transparency...
Jim Procter [Thu, 22 Jul 2021 19:40:29 +0000 (20:40 +0100)]
JAL-3853 JAL-1870 patch tests for annotation colour gradient without transparency/per sequence annotation score encoding

2 years agoJAL-1950 patch groovy bootstrap for importing hmmer3 json
Jim Procter [Thu, 22 Jul 2021 19:37:51 +0000 (20:37 +0100)]
JAL-1950 patch groovy bootstrap for importing hmmer3 json

2 years agoJAL-3853 patch sequence annotation report code and tweak the test. When merging from...
Jim Procter [Thu, 22 Jul 2021 19:36:13 +0000 (20:36 +0100)]
JAL-3853 patch sequence annotation report code and tweak the test. When merging from 2.11.2 develop there will be conflicts that need merging re HTMLXML tags

2 years agoJAL-3848 ensure annotation from a service gets a calcId so it can be updated and...
Jim Procter [Thu, 22 Jul 2021 17:04:01 +0000 (18:04 +0100)]
JAL-3848 ensure annotation from a service gets a calcId so it can be updated and tracked across multiple views - nb - service.getId() probably isn’t the right value to use for this!

2 years agoJAL-3848 don’t include sequence limits in sequence id as it confuses slivka-0.8’s...
Jim Procter [Thu, 22 Jul 2021 17:02:19 +0000 (18:02 +0100)]
JAL-3848 don’t include sequence limits in sequence id as it confuses slivka-0.8’s jalview-feature-file creation script

2 years agoJAL-3848 - actually test the Slivka and JABAWS disorder services - nb still need...
Jim Procter [Thu, 22 Jul 2021 17:00:55 +0000 (18:00 +0100)]
JAL-3848 - actually test the Slivka and JABAWS disorder services - nb still need asserts to verify the disorder annotation from Slivka looks like Jabaws

2 years agoJAL-3848 print exception for failed align jobs
Mateusz Warowny [Wed, 21 Jul 2021 16:08:38 +0000 (18:08 +0200)]
JAL-3848 print exception for failed align jobs

2 years agoJAL-3848 add latest slivka-client fixes.
Mateusz Warowny [Wed, 21 Jul 2021 16:06:57 +0000 (18:06 +0200)]
JAL-3848 add latest slivka-client fixes.

2 years agoMerge branch 'jpred-fix' into bug/JAL-3807_jpred-with-slivka bug/JAL-3807_jpred-with-slivka
Mateusz Warowny [Fri, 9 Jul 2021 14:57:28 +0000 (16:57 +0200)]
Merge branch 'jpred-fix' into bug/JAL-3807_jpred-with-slivka

2 years agoJAL-3807 Fix SlivkaWSInstance not fetching alignments.
Mateusz Warowny [Fri, 9 Jul 2021 14:44:53 +0000 (16:44 +0200)]
JAL-3807 Fix SlivkaWSInstance not fetching alignments.

2 years agoMerge branch 'bug/JAL-3849_aacon-parameters' into improvement/JAL-3848_slivka_0.8
Mateusz Warowny [Fri, 9 Jul 2021 11:09:43 +0000 (13:09 +0200)]
Merge branch 'bug/JAL-3849_aacon-parameters' into improvement/JAL-3848_slivka_0.8

2 years agoJAL-3690 Remove references to old AlignCalcManager. bug/JAL-3849_aacon-parameters
Mateusz Warowny [Fri, 9 Jul 2021 10:38:17 +0000 (12:38 +0200)]
JAL-3690 Remove references to old AlignCalcManager.

2 years agoJAL-3848 SlivkaParamSet: reformat code and add service description.
Mateusz Warowny [Thu, 8 Jul 2021 13:39:16 +0000 (15:39 +0200)]
JAL-3848 SlivkaParamSet: reformat code and add service description.

2 years agoJAL-3848 Update slivka client library.
Mateusz Warowny [Tue, 6 Jul 2021 13:42:38 +0000 (15:42 +0200)]
JAL-3848 Update slivka client library.

2 years agoJAL-3849 Remove join() which blocked the ui.
Mateusz Warowny [Thu, 8 Jul 2021 13:43:22 +0000 (15:43 +0200)]
JAL-3849 Remove join() which blocked the ui.

3 years agoJAL-3807 - Add single sequence capabilities to jws2.JPredClient
Mateusz Warowny [Fri, 12 Feb 2021 16:19:54 +0000 (17:19 +0100)]
JAL-3807 - Add single sequence capabilities to jws2.JPredClient

3 years agoJAL-3807 - Move new JPred client to the jws2 package.
Mateusz Warowny [Fri, 12 Feb 2021 11:26:20 +0000 (12:26 +0100)]
JAL-3807 - Move new JPred client to the jws2 package.

3 years agoJAL-3807 - Re-implement results processing.
Mateusz Warowny [Thu, 11 Feb 2021 16:15:25 +0000 (17:15 +0100)]
JAL-3807 - Re-implement results processing.

3 years agoJAL-3807 JPred can now successfully submit and track the job.
Mateusz [Wed, 27 Jan 2021 17:11:16 +0000 (18:11 +0100)]
JAL-3807 JPred can now successfully submit and track the job.

3 years agoMerge branch 'bug/JAL-3809_ws_params_dialog_fix' into alpha/JAL-3066_Jalview_212_sliv...
Mateusz Warowny [Mon, 22 Feb 2021 12:20:38 +0000 (13:20 +0100)]
Merge branch 'bug/JAL-3809_ws_params_dialog_fix' into alpha/JAL-3066_Jalview_212_slivka-integration

3 years agoMerge branch 'bug/JAL-3810_annotation_ws_stopping_abruptly' into bug/JAL-3809_ws_para... bug/JAL-3809_ws_params_dialog_fix
Mateusz Warowny [Mon, 22 Feb 2021 12:05:40 +0000 (13:05 +0100)]
Merge branch 'bug/JAL-3810_annotation_ws_stopping_abruptly' into bug/JAL-3809_ws_params_dialog_fix

3 years agoJAL-3809 - Fixed param edit dialog for jalviewjs.
Mateusz Warowny [Wed, 3 Feb 2021 18:48:32 +0000 (19:48 +0100)]
JAL-3809 - Fixed param edit dialog for jalviewjs.

Edit settings dialog now works asynchronously.
Annotation services still do not add annotations to the sequences.

3 years agoMerge branch 'feature/JAL-3690_callback-based-web-services' into alpha/JAL-3066_Jalvi...
Mateusz Warowny [Mon, 22 Feb 2021 11:48:21 +0000 (12:48 +0100)]
Merge branch 'feature/JAL-3690_callback-based-web-services' into alpha/JAL-3066_Jalview_212_slivka-integration

3 years agoMerge branch 'feature/JAL-3690_callback-based-web-services' into alpha/JAL-3066_Jalvi...
Mateusz [Thu, 21 Jan 2021 15:44:25 +0000 (16:44 +0100)]
Merge branch 'feature/JAL-3690_callback-based-web-services' into alpha/JAL-3066_Jalview_212_slivka-integration

3 years agoJAL-3810 - Add trace method to javascript implementation of Logger bug/JAL-3810_annotation_ws_stopping_abruptly
Mateusz Warowny [Fri, 5 Feb 2021 14:49:34 +0000 (15:49 +0100)]
JAL-3810 - Add trace method to javascript implementation of Logger

3 years agoJAL-3810 - Replace log.trace() calls with log.debug()
Mateusz Warowny [Fri, 5 Feb 2021 14:48:58 +0000 (15:48 +0100)]
JAL-3810 - Replace log.trace() calls with log.debug()

3 years agoJAL-3690 Introduce AlignCalcManager2 tests. feature/JAL-3690_callback-based-web-services
Mateusz [Wed, 27 Jan 2021 14:36:07 +0000 (15:36 +0100)]
JAL-3690 Introduce AlignCalcManager2 tests.

3 years agoMerge branch 'Jalview-JS/develop' into feature/JAL-3690_callback-based-web-services
Mateusz [Fri, 22 Jan 2021 14:20:31 +0000 (15:20 +0100)]
Merge branch 'Jalview-JS/develop' into feature/JAL-3690_callback-based-web-services

3 years agoJAL-3690 AlignCalcManager - add full support for oneshot workers
Mateusz [Tue, 19 Jan 2021 17:29:42 +0000 (18:29 +0100)]
JAL-3690 AlignCalcManager - add full support for oneshot workers

3 years agoJAL-3690 AACon ws menu entry fix.
Mateusz [Tue, 19 Jan 2021 16:10:27 +0000 (17:10 +0100)]
JAL-3690 AACon ws menu entry fix.

3 years agoJAL-3690 Allow unregistered workers to be run with CalcManager.
Mateusz [Mon, 18 Jan 2021 16:50:46 +0000 (17:50 +0100)]
JAL-3690 Allow unregistered workers to be run with CalcManager.

3 years agoJAL-3690 Fix typo in enum name in slivka client.
Mateusz [Mon, 18 Jan 2021 16:50:17 +0000 (17:50 +0100)]
JAL-3690 Fix typo in enum name in slivka client.

3 years agoJAL-3690 Fixed slivka wsmenu categories.
Mateusz [Fri, 15 Jan 2021 18:21:47 +0000 (19:21 +0100)]
JAL-3690 Fixed slivka wsmenu categories.

3 years agoMerge remote-tracking branch 'origin/merge/Jalview-JS/develop_feature/JAL-3690_callba...
Mateusz [Mon, 18 Jan 2021 12:51:00 +0000 (13:51 +0100)]
Merge remote-tracking branch 'origin/merge/Jalview-JS/develop_feature/JAL-3690_callback-based-web-services' into feature/JAL-3690_callback-based-web-services

3 years agoJAL-3789 Use j2s.config.altfileproperty in .j2s for alternative temporary build/jalvi... Jalview-JS/develop
Ben Soares [Mon, 11 Jan 2021 21:30:56 +0000 (21:30 +0000)]
JAL-3789 Use j2s.config.altfileproperty in .j2s for alternative temporary build/jalviewjs/config/j2s settings file when running a headless build in gradle

3 years agoJAL-3789 New swingjs for Java2Script 3.2.10 with j2s.config.altfileproperty
Ben Soares [Mon, 11 Jan 2021 21:28:56 +0000 (21:28 +0000)]
JAL-3789 New swingjs for Java2Script 3.2.10 with j2s.config.altfileproperty

3 years agoJAL-3690 recoded AWSThread to use javax.swing.Timer (see https://github.com/BobHanson... merge/Jalview-JS/develop_feature/JAL-3690_callback-based-web-services
Jim Procter [Fri, 18 Dec 2020 11:37:02 +0000 (11:37 +0000)]
JAL-3690 recoded AWSThread to use javax.swing.Timer (see https://github.com/BobHanson/java2script/issues/195#issuecomment-747695834 )- web service submission works, but doesn’t seem to be happening as a background task.

3 years agoJAL-3690 patch out use of java.streams/spliterator not supported in java2script ...
Jim Procter [Thu, 17 Dec 2020 16:31:10 +0000 (16:31 +0000)]
JAL-3690 patch out use of java.streams/spliterator not supported in java2script (yet)