JAL-4245 Test getRootDataset method
[jalview.git] / src /
2023-07-26 Mateusz WarownyJAL-4245 Return null from getRootDataset if no dataset
2023-07-17 Mateusz WarownyJAL-4232 Disable menu items for RNA services for proteins. patch/JAL-4232-disable-unavailable-services
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 cancel button not appearing on progress bar
2023-07-12 Mateusz WarownyJAL-4199 Restore deletable test when removing workers
2023-07-12 Mateusz WarownyJAL-4199 Remove viewport reference from AnnotationTask
2023-07-12 Mateusz WarownyJAL-4199 Fix slivka client to parse feature fileters
2023-07-12 Mateusz WarownyJAL-4199 remove viewport references from AlignmentTask
2023-07-12 Mateusz WarownyJAL-4199 Fix interactive jobs not being stopped
2023-07-12 Mateusz WarownyJAL-4199 Organise AlignCalcWorkerAdapter imports
2023-07-12 Mateusz WarownyJAL-4199 Implement toString in BaseTask
2023-07-12 Mateusz WarownyJAL-4199 Organise annotation task imports and fields
2023-07-12 Mateusz WarownyJAL-4199 Set initial delay of task executor to 0
2023-07-12 Mateusz WarownyJAL-4199 Remove commented out code
2023-07-12 Mateusz WarownyJAL-4199 Perform null check for annotation sequenceRef
2023-07-12 Mateusz WarownyJAL-4199 Remove utility methods moved to other classes...
2023-07-12 Mateusz WarownyImplement getRootDatasetSequence for SequenceI
2023-07-12 Mateusz WarownyImplement getLastGraphGroup in for AnnotatedCollectionI
2023-07-12 Mateusz WarownyJAL-4199 Schedule tasks for execution from MenuManager
2023-07-12 Mateusz WarownyJAL-4199 Tidy up imports
2023-07-12 Mateusz WarownyJAL-4199 Update gui handler for annotation tasks
2023-07-12 Mateusz WarownyJAL-4199 Implement AlignCalcWorker adapter for annot...
2023-07-12 Mateusz WarownyJAL-4199 Fix method name typo
2023-07-12 Mateusz WarownyJAL-4199 Make all TaskEventListener methods default
2023-07-12 Mateusz WarownyJAL-4199 Remove taskRestarted from task events
2023-07-12 Mateusz WarownyJAL-4199 Allow multiple listeners in TaskEventSupport
2023-07-12 Mateusz WarownyJAL-4199 Change actions to be task factories
2023-07-12 Mateusz WarownyJAL-4199 Replace AbstractPollingTask with BaseTask
2023-06-22 Mateusz WarownyJAL-4199 Initialize jobs and tasks with status CREATED
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 Do not retrieve alignment for failed jobs feature/JAL-3954-ebi-phmmer
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-16 Mateusz WarownyJAL-3954 Log events TaskEventListener.NULL_LISTENER
2023-05-10 Mateusz WarownyJAL-3954 Create fallback for handling unknown actions
2023-05-10 Mateusz WarownyJAL-3954 Register AlignFrame as web service change...
2023-05-10 Mateusz WarownyJAL-3954 Implement job dispatcher service discoverer
2023-05-10 Mateusz WarownyJAL-3954 Implement NullAction and NullTask for testing...
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 getters for Credentials record
2023-05-08 Mateusz WarownyJAL-3954 Add value parsers for double, int and bool...
2023-05-08 Mateusz WarownyJAL-3954 Create ParamDatastore builder for phmmer
2023-04-24 Mateusz WarownyJAL-4155 Replace unsafe casting to AlignmentPanel with...
2023-04-24 James ProcterJAL-4155 Viewport holds a reference to its AlignmentVie...
2023-03-28 Mateusz WarownyJAL-4154 Add Platform.forArch method.
2023-03-28 Mateusz WarownyMerge branch 'JAL-4152-typed-singleton-provider' into...
2023-03-28 Mateusz WarownyMerge branch 'development/Release_2_12_Branch' into...
2023-03-24 Mateusz WarownyJAL-4152 Remove redundant casts from getInstance usages. JAL-4152-typed-singleton-provider
2023-03-22 Mateusz WarownyJAL-4152 Make return type of getInstance a generic...
2023-03-15 Mateusz WarownyJAL-4146 Change occurrences of <br/> to <br>
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
2023-02-06 Mateusz WarownyMerge branch 'JAL-3878_ws-overhaul-3' into mmw/Release_...
2023-01-20 Jim ProcterMerge branch 'develop' into development/Release_2_12_Br...
2023-01-20 Jim ProcterMerge branch 'patch/JAL-4114_updated_3dbeacons_api...
2023-01-20 Jim ProcterJAL-4114 model_page_url not required in v2.0 response patch/JAL-4114_updated_3dbeacons_api
2023-01-20 Jim ProcterJAL-4102 update 2.12 from 2.11.2.6 patch release -...
2023-01-20 Jim ProcterMerge branch 'patch/JAL-4114_updated_3dbeacons_api...
2023-01-20 Jim ProcterMerge branch 'patch/Release_2_11_2_6_Branch' into develop
2023-01-20 Jim ProcterJAL-2353 primary ref candidates that should be promoted... patch/Release_2_11_2_6_Branch
2023-01-20 Jim ProcterJAL-4114 only rank model qualities that are computed...
2023-01-20 Jim ProcterJAL-4114 alphafold now marked as AB-INITIO so adjust...
2023-01-20 Jim ProcterJAL-4114 additional warnings when PDBe doesn’t return...
2023-01-20 Jim ProcterJAL-4114 patch REST client for changed JSON schema...
2023-01-20 Jim ProcterJAL-4114 formatting
2023-01-06 Jim ProcterMerge branch 'improvement/JAL-4111_suffixed_DEVELOP_cha...
2022-12-16 Jim ProcterJAL-4109 examine -Djalview.loglevel on startup to decid...
2022-12-16 Jim ProcterJAL-4107 fix merge and avoid NPE
2022-12-14 Jim ProcterMerge branch 'develop' into update_212_Dec_merge_with_2...
2022-12-13 Jim ProcterMerge branch 'alpha/origin_2022_JAL-3066_Jalview_212_sl...
2022-11-30 Ben SoaresJAL-4101 Updated DEFAULT_RFAM_BASEURL
2022-11-30 Jim ProcterJAL-2353 patch for Ensembl refs from uniprot - needs...
2022-11-29 Ben SoaresJAL-4101 Updated DEFAULT_RFAM_BASEURL
2022-11-21 Jim ProcterMerge commit 'alpha/update_2_12_for_2_11_2_series_merge...
2022-10-25 Ben SoaresJAL-3416 Making FlatLaF default for macs due to a probl...
2022-10-11 Jim ProcterJAL-4073 fix PEBCAK failure
2022-10-06 Jim Procterstable url for PFAM retrieval via interpro api :) JAL...
2022-10-06 Jim ProcterJAL-1551 formatting
2022-10-06 Jim ProcterJAL-4073 Pfam retrieval now works via a template includ...
2022-10-06 Jim ProcterPatch for JAL-4074 - any content ending in ‘gzip’ recog...
2022-09-14 Jim ProcterMerge branch 'bug/JAL-3612_overviewFeatureOrdering...
2022-08-08 Jim ProcterJAL-4046 JAL-3993 imports reformatting
2022-08-08 Jim ProcterJAL-4046 JAL-3993 patch for 2.11.2.4 release
2022-08-08 Jim ProcterMerge branch 'task/JAL-3991_check_actual_JAVA_VERSION_a...
2022-08-08 Jim ProcterMerge branch 'improvement/JAL-4014_gecos_colour_schemes...
2022-08-08 Jim ProcterMerge branch 'patch/JAL-4036_uniprot_fts_legacy_endpoin...
2022-08-08 Jim ProcterJAL-4034 show the loading spinner when switching betwee...
2022-08-08 Jim ProcterMerge branch 'features/JAL-4034_improve_3dbeacons_butto...
2022-07-25 Ben SoaresJAL-4036 moved a comment block
2022-07-25 Ben SoaresJAL-4034 button looks better also on other OSes with...
next