jalview.git
2 years agoJAL-3878 Create web service menu manager.
Mateusz Warowny [Fri, 11 Mar 2022 14:46:17 +0000 (15:46 +0100)]
JAL-3878 Create web service menu manager.

2 years agoJAL-3878 Add hasPresets and hasParameters utility methods to ParamDatastoreI
Mateusz Warowny [Fri, 11 Mar 2022 14:26:56 +0000 (15:26 +0100)]
JAL-3878 Add hasPresets and hasParameters utility methods to ParamDatastoreI

2 years agoJAL-3878 Add WebServiceProviderI - a view of services.
Mateusz Warowny [Wed, 9 Mar 2022 18:18:01 +0000 (19:18 +0100)]
JAL-3878 Add WebServiceProviderI - a view of services.

2 years agoJAL-3878 Improve performance of gap sequence construction.
Mateusz Warowny [Wed, 9 Mar 2022 15:31:24 +0000 (16:31 +0100)]
JAL-3878 Improve performance of gap sequence construction.

2 years agoJAL-3878 Add web service reference to actions.
Mateusz Warowny [Tue, 8 Mar 2022 17:07:14 +0000 (18:07 +0100)]
JAL-3878 Add web service reference to actions.

2 years agoJAL-3878 Change visibility of WebService methods to public.
Mateusz Warowny [Fri, 4 Mar 2022 13:19:45 +0000 (14:19 +0100)]
JAL-3878 Change visibility of WebService methods to public.

2 years agoJAL-3878 Create alignment service "backend" classes
Mateusz Warowny [Thu, 3 Mar 2022 13:57:55 +0000 (14:57 +0100)]
JAL-3878 Create alignment service "backend" classes

JAL-3878 Implement AlignmentAction#perform method

2 years agoJAL-3878 Remove unused JobStatus methods
Mateusz Warowny [Thu, 3 Mar 2022 13:36:39 +0000 (14:36 +0100)]
JAL-3878 Remove unused JobStatus methods

2 years agoJAL-3878 Create abstract base classes for non-interactive tasks
Mateusz Warowny [Thu, 3 Mar 2022 13:05:37 +0000 (14:05 +0100)]
JAL-3878 Create abstract base classes for non-interactive tasks

2 years agoJAL-3878 Fix typo in method name (getAlignemnt)
Mateusz Warowny [Wed, 2 Mar 2022 17:30:15 +0000 (18:30 +0100)]
JAL-3878 Fix typo in method name (getAlignemnt)

2 years agoJAL-3878 Add serviceExecutor to AlignmentViewport.
Mateusz Warowny [Wed, 2 Mar 2022 17:26:24 +0000 (18:26 +0100)]
JAL-3878 Add serviceExecutor to AlignmentViewport.

The serviceExecutor is a ScheduledExecutorService which
(web)services can use to run jobs associated with the current viewport.

2 years agoJAL-3878 Separate server job handle from task's sub jobs.
Mateusz Warowny [Mon, 28 Feb 2022 16:16:09 +0000 (17:16 +0100)]
JAL-3878 Separate server job handle from task's sub jobs.

The former is represented by WebServiceJobHandle class
which is a immutable container of data identifying the job
on the server. The latter, represented by JobI interface,
stores the current state of the job. In principle, a service
job does not need to be tied to a web service client.

2 years agoJAL-3878 Provide javadoc for WebServiceClientI interface
Mateusz Warowny [Fri, 18 Feb 2022 16:29:52 +0000 (17:29 +0100)]
JAL-3878 Provide javadoc for WebServiceClientI interface

2 years agoJAL-3878 Create skeleton for alignment service action
Mateusz Warowny [Fri, 18 Feb 2022 16:29:13 +0000 (17:29 +0100)]
JAL-3878 Create skeleton for alignment service action

2 years agoJAL-3878 Create abstract base class for actions.
Mateusz Warowny [Fri, 18 Feb 2022 14:42:41 +0000 (15:42 +0100)]
JAL-3878 Create abstract base class for actions.

2 years agoJAL-3878 Fix typo in getTooltip method name
Mateusz Warowny [Fri, 18 Feb 2022 13:51:33 +0000 (14:51 +0100)]
JAL-3878 Fix typo in getTooltip method name

2 years agoJAL-3878 Move WebServiceJob class to jalview.ws2.api package
Mateusz Warowny [Thu, 17 Feb 2022 17:09:04 +0000 (18:09 +0100)]
JAL-3878 Move WebServiceJob class to jalview.ws2.api package

2 years agoJAL-3878 Move CredentialType class to jalview.ws2.api package
Mateusz Warowny [Thu, 17 Feb 2022 17:05:37 +0000 (18:05 +0100)]
JAL-3878 Move CredentialType class to jalview.ws2.api package

2 years agoJAL-3878 Create TaskEventListener interface.
Mateusz Warowny [Thu, 17 Feb 2022 17:03:49 +0000 (18:03 +0100)]
JAL-3878 Create TaskEventListener interface.

2 years agoJAL-3878 Create action and task interfaces.
Mateusz Warowny [Thu, 17 Feb 2022 15:45:52 +0000 (16:45 +0100)]
JAL-3878 Create action and task interfaces.

2 years agoJAL-3878 Add interactive flag to WebService class
Mateusz Warowny [Thu, 17 Feb 2022 14:19:45 +0000 (15:19 +0100)]
JAL-3878 Add interactive flag to WebService class

2 years agoJAL-3878 Create web service class - container for service metadata and actions
Mateusz Warowny [Wed, 16 Feb 2022 17:15:34 +0000 (18:15 +0100)]
JAL-3878 Create web service class - container for service metadata and actions

2 years agoJAL-3878 Add WebServiceJob class.
Mateusz Warowny [Wed, 16 Feb 2022 16:38:12 +0000 (17:38 +0100)]
JAL-3878 Add WebServiceJob class.

2 years agoJAL-3878 Add interfaces for classes dealing with server communication
Mateusz Warowny [Wed, 16 Feb 2022 16:36:58 +0000 (17:36 +0100)]
JAL-3878 Add interfaces for classes dealing with server communication

2 years agoJAL-3878 Add universal id generator to MathUtils.
Mateusz Warowny [Tue, 15 Feb 2022 17:37:53 +0000 (18:37 +0100)]
JAL-3878 Add universal id generator to MathUtils.

2 years agoMerge branch 'JAL-3927_ws_preferences_dialog_fix' into alpha/JAL-3066_Jalview_212_sli... alpha/JAL-3066_Jalview_212_slivka-integration
Mateusz Warowny [Thu, 23 Dec 2021 16:49:26 +0000 (17:49 +0100)]
Merge branch 'JAL-3927_ws_preferences_dialog_fix' into alpha/JAL-3066_Jalview_212_slivka-integration

2 years agoMerge branch 'update/JAL-3066_updated_testng' into alpha/JAL-3066_Jalview_212_slivka...
Mateusz Warowny [Thu, 23 Dec 2021 16:48:38 +0000 (17:48 +0100)]
Merge branch 'update/JAL-3066_updated_testng' into alpha/JAL-3066_Jalview_212_slivka-integration

2 years agoJAL-3927 Make url checks asynchronous in preferences dialog
Mateusz Warowny [Thu, 25 Nov 2021 18:12:17 +0000 (19:12 +0100)]
JAL-3927 Make url checks asynchronous in preferences dialog

2 years agoJAL-3066 Fix ambiguous assertEquals casting values to double.
Mateusz Warowny [Tue, 23 Nov 2021 15:54:16 +0000 (16:54 +0100)]
JAL-3066 Fix ambiguous assertEquals casting values to double.

2 years agoJAL-3066 Vastly updated testng libs
Ben Soares [Tue, 23 Nov 2021 15:10:10 +0000 (15:10 +0000)]
JAL-3066 Vastly updated testng libs

2 years agoJAL-3066 Remove redundant throws declaration from SlivkaParamSet constructor.
Mateusz Warowny [Thu, 18 Nov 2021 19:59:14 +0000 (20:59 +0100)]
JAL-3066 Remove redundant throws declaration from SlivkaParamSet constructor.

2 years agoMerge branch 'JAL-3866_RNAalifold-slivka-client' into alpha/JAL-3066_Jalview_212_sliv...
Mateusz Warowny [Tue, 16 Nov 2021 16:57:52 +0000 (17:57 +0100)]
Merge branch 'JAL-3866_RNAalifold-slivka-client' into alpha/JAL-3066_Jalview_212_slivka-integration

2 years agoMerge branch 'alpha/JAL-3899_deuniquify_refactor' into alpha/JAL-3066_Jalview_212_sli...
Mateusz Warowny [Tue, 16 Nov 2021 16:57:23 +0000 (17:57 +0100)]
Merge branch 'alpha/JAL-3899_deuniquify_refactor' into alpha/JAL-3066_Jalview_212_slivka-integration

2 years agoJAL-3899 Replace prints with logger messages. alpha/JAL-3899_deuniquify_refactor
Mateusz Warowny [Thu, 7 Oct 2021 10:34:13 +0000 (12:34 +0200)]
JAL-3899 Replace prints with logger messages.

2 years agoJAL-3899 Update usages of uniquify and deuniquify.
Mateusz Warowny [Wed, 6 Oct 2021 16:32:51 +0000 (18:32 +0200)]
JAL-3899 Update usages of uniquify and deuniquify.

2 years agoJAL-3899 Refactor sequence de/uniquification.
Mateusz Warowny [Wed, 6 Oct 2021 14:23:13 +0000 (16:23 +0200)]
JAL-3899 Refactor sequence de/uniquification.

2 years agoAdd RNAalifold service instance to slivka web services. JAL-3866_RNAalifold-slivka-client
Mateusz Warowny [Thu, 2 Sep 2021 15:11:35 +0000 (17:11 +0200)]
Add RNAalifold service instance to slivka web services.

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)

3 years agoJAL-3690 tweak J2S direct DB access registration for jalview, compbio and other sites
Jim Procter [Tue, 15 Dec 2020 19:04:36 +0000 (19:04 +0000)]
JAL-3690 tweak J2S direct DB access registration for jalview, compbio and other sites

3 years agoJAL-3690 direct access to slivka, compbio, jalview.org and localhost/loopback.
Jim Procter [Tue, 15 Dec 2020 18:46:26 +0000 (18:46 +0000)]
JAL-3690 direct access to slivka, compbio, jalview.org and localhost/loopback.

3 years agoJAL-3690 patch out need for java.time in j2s (see https://github.com/BobHanson/java2s...
Jim Procter [Tue, 15 Dec 2020 18:45:32 +0000 (18:45 +0000)]
JAL-3690 patch out need for java.time in j2s (see https://github.com/BobHanson/java2script/issues/194 )

3 years agoJAL-3690 patch out spinning animation for web service jobs
Jim Procter [Tue, 15 Dec 2020 18:42:37 +0000 (18:42 +0000)]
JAL-3690 patch out spinning animation for web service jobs

3 years agoJAL-3690 disable proxy server for JalviewJS
Jim Procter [Tue, 15 Dec 2020 11:53:50 +0000 (11:53 +0000)]
JAL-3690 disable proxy server for JalviewJS

3 years agoMerge branch 'Jalview-JS/develop' into merge_js_develop
Jim Procter [Mon, 14 Dec 2020 19:58:34 +0000 (19:58 +0000)]
Merge branch 'Jalview-JS/develop' into merge_js_develop
also patched new code from JAL-3690 refactorings

3 years agoMerge branch 'Jalview-JS/develop_j2s_v3_2_9_j11' into Jalview-JS/develop
Jim Procter [Mon, 14 Dec 2020 16:27:15 +0000 (16:27 +0000)]
Merge branch 'Jalview-JS/develop_j2s_v3_2_9_j11' into Jalview-JS/develop

3 years agoJAL-3690 Let's enable web services (seriously this time)
Mateusz [Fri, 11 Dec 2020 14:33:14 +0000 (15:33 +0100)]
JAL-3690 Let's enable web services (seriously this time)