Commit Graph
15506 Commits
Author SHA1 Message Date
John Chilton 4def6e271b Merge pull request #16432 from dannon/ctrlclickdisplay
[23.1] For display (only) allow control+click for new window opening
2023-07-21 13:31:01 -04:00
Dannon Baker 7f8d4ecf60 For display (only) allow control+click for new window opening instead of dispatching to the router. 2023-07-21 11:08:11 -04:00
Dannon Baker 0cb551eb6c Add simple test verifying creator display. 2023-07-20 12:08:30 -04:00
Dannon Baker 5c1665884c Fix toolcard->toolfooter creator prop linkage 2023-07-19 09:55:44 -04:00
Dannon Baker f31bc54d4c Add message showing console disable/enable, along with instructions on how to toggle. 2023-07-14 10:33:36 +10:00
mvdbeek 8d9e5dc472 Merge branch 'release_23.0' into release_23.1 2023-07-10 01:01:59 +10:00
Laila Los 9642215bdf make link visible on focus 2023-07-07 03:32:15 +02:00
Laila Los cda55bdb49 fix nested tool panel labels 2023-07-07 03:25:37 +02:00
Laila Los 3da7acec65 disable console instead of dropping 2023-07-06 06:40:57 +02:00
mvdbeek f704c64ed5 Fix active node display in side panel
The minimal fix is the switch from `toRefs` to the computed property for
configForm. I think that is because when we inserted a minimal new step
we didn't include the `config_form` key, and so the later addition
wasn't reactive ? Not exactly sure that is the right explanation.

In any case the extended fix creates valid object that satisfies the
`NewStep` interface, and drop the label and annotation handling, which
does not happen in the tool state inputs.
2023-07-04 21:04:53 +02:00
Marius van den Beek 51e3b55504 Merge pull request #16369 from mvdbeek/workflow_invocation_detail_fix
[23.1] Fix workflow invocation detail reactivity
2023-07-04 19:14:06 +02:00
mvdbeek 50d5ea57e9 Use computed instead of ref in useWorkflowInstance
This fixes reactivity of the composable when the workflow isn't already
in the store, e.g. when looking at the details component loaded after
submitting a workflow.
2023-07-04 16:14:52 +02:00
mvdbeek f0ba57d4f2 Fix loading ref in useWorkflowInstance.ts 2023-07-04 16:14:52 +02:00
mvdbeek f415fa6fd9 Convert WorkflowInvocationDetails.vue to typescript 2023-07-04 16:14:52 +02:00
mvdbeek 67a5b015cb Drop colon from job information, include job state 2023-07-03 17:57:59 +02:00
mvdbeek 09686ddb90 Fix progress bar for skipped and deleted jobs
Both would previously appear as running. It sure would be a good idea to
sync the item states and their categorization with the backend schema,
which would have caught these issues. We also seem to have at least two
independent job state classes / mixins / objects, there's surely room
for improvement.
2023-07-03 17:39:17 +02:00
Dannon Baker a662d8034c Merge remote-tracking branch 'upstream/release_23.0' into release_23.1 2023-07-02 14:59:42 -04:00
Dannon dde02a8ffb Merge pull request #15329 from itisAliRH/fix-dataset-create-time-convert
[23.0] Fix dataset create time convert
2023-07-02 14:48:07 -04:00
Marius van den Beek 1c4eb704a5 Merge pull request #16355 from mvdbeek/improve_help_text_conditional
[23.1] Improve help text for conditional workflow step
2023-07-01 07:46:23 +02:00
mvdbeek 3e95ac25fd Improve help text for conditional 2023-06-30 20:52:09 +02:00
Marius van den Beek 4d4f87b796 Merge pull request #16348 from davelopez/23.1_make_public_histories_tags_readonly
[23.1] Make tags in public histories read-only
2023-06-30 15:16:17 +02:00
Laila Los 87bb30de52 sanitize substring in matchingTerm 2023-06-30 14:42:39 +02:00
davelopez 2e319ece14 Make public histories tags readonly 2023-06-30 10:46:50 +02:00
Dannon e5197a4b7a Merge pull request #16338 from mvdbeek/invocations_in_default_activities
[23.1] Include workflow invocations in default activity
2023-06-29 16:39:54 -04:00
mvdbeek d1ba12bad7 Include workflow invocations in default activities 2023-06-29 10:45:37 +02:00
Marius van den Beek b58f5824ab Merge pull request #16334 from ElectronicBlueberry/fix-workflow-invocation-list
[23.1] Refactor workflow store to be more reliable
2023-06-28 15:49:58 +02:00
Marius van den Beek 88b8e6ba77 Merge pull request #16324 from dannon/make-node-opts
[23.1] Makefile-based setting of NODE_OPTIONS for client build
2023-06-28 15:33:49 +02:00
mvdbeek 9b1c317bc1 Merge branch 'release_23.0' into release_23.1 2023-06-28 15:20:57 +02:00
Laila Los 3b64c0e097 fix invocationsList test by using testing pinia 2023-06-28 14:11:22 +02:00
mvdbeek 84a053d9a4 Fix default when statement evaluation
One can either do `${return inputs.when}` or the shorter
`$(inputs.when)`, not `${inputs.when}`. Fixes https://github.com/galaxyproject/galaxy/issues/16331
2023-06-28 13:47:21 +02:00
Laila Los 5c9bc31d4b add jsdoc comments to store actions 2023-06-28 13:36:59 +02:00
Laila Los ed87061f20 refactor workflow store to be more reliable 2023-06-28 13:23:58 +02:00
Dannon Baker 4dd1443e5d Makefile-based setting of NODE_OPTIONS for client build 2023-06-27 14:49:05 -04:00
Alireza Heidari 1019ea4b80 Update client/src/co mponents/UtcDate.vue 2023-06-27 12:08:08 +02:00
Alireza HeidariandLaila Los e2bdabf874 Update client/src/components/DatasetInformation/DatasetInformation.test.js
Co-authored-by: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com>
2023-06-27 11:41:51 +02:00
Alireza Heidari abd7f9e3cf fix UtcDate unit test 2023-06-27 11:41:50 +02:00
Alireza Heidari 4cc45a7386 remove unused package date-fns-tz 2023-06-27 11:41:50 +02:00
Alireza Heidari a53d01e6d7 display time in the user's local time for pretty mode 2023-06-27 11:41:49 +02:00
Martin Cech 1d4460a03a Merge pull request #15852 from anuprulez/patch-4
[23.0] Fix tool recommendations shown in a d3 js tree
2023-06-27 04:53:22 +02:00
Marius van den Beek d5c66b95b1 Merge pull request #16300 from martenson/libsfix
[23.1] fix ordering of data libraries from API
2023-06-24 10:37:03 +02:00
guerler 78c7903454 Add null value test for single value select field 2023-06-24 09:07:41 +02:00
guerler 6c6e5344e3 Add numeric values as used by metadata inputs to select field test case 2023-06-24 08:46:20 +02:00
guerler 51808609f6 Fix null value handling 2023-06-24 08:21:16 +02:00
guerler f3f8e90b80 Relax typing requirements, allow numbers as select field values, avoids log warnings 2023-06-24 08:12:48 +02:00
Martin Cech d09e3db8f1 use standard imported funcs 2023-06-22 23:50:28 -07:00
Martin Cechandmahendrapaipuri 007ebf1c0c fix prefix handling
Co-authored-by: mahendrapaipuri <mahendra.paipuri@gmail.com>
2023-06-22 16:15:34 -07:00
Martin Cech 0b289ba17d indicate correct sort on library table, saves two clicks 2023-06-22 13:38:31 -07:00
Martin Cech 7786da9f00 remove the race condition for current user 2023-06-22 13:38:22 -07:00
mvdbeek fb34e2798c Open latest version of tool from tool panel link 2023-06-22 14:04:43 +02:00
Marius van den Beek a381580349 Merge pull request #16279 from assuntad23/15937/try-to-match-pair-endings
Set Initial Filter for Paired List Collection Creator Based on Initial Elements
2023-06-22 10:55:44 +02:00