Skip to content

Client/bugfix run pipelines#441

Merged
subdavis merged 1 commit intomasterfrom
client/bugfix-run-pipelines
Nov 13, 2020
Merged

Client/bugfix run pipelines#441
subdavis merged 1 commit intomasterfrom
client/bugfix-run-pipelines

Conversation

@subdavis
Copy link
Copy Markdown
Contributor

fixes #422

@subdavis subdavis requested a review from BryonLewis November 12, 2020 20:18
@subdavis subdavis force-pushed the client/bugfix-run-pipelines branch 2 times, most recently from 8eef85b to 4ccc741 Compare November 12, 2020 20:20
@subdavis subdavis force-pushed the client/bugfix-run-pipelines branch from 4ccc741 to c6db575 Compare November 12, 2020 20:21
});

const pipelinesNotRunnable = computed(() => (
props.selectedDatasetIds.length > 1 || pipelines.value === null
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As best I can tell, this was just an uncaught typo. The logic makes no sense otherwise.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might of been to prevent a user from running pipelines on multiple datasets, but looks like a mistake.

Copy link
Copy Markdown
Collaborator

@BryonLewis BryonLewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pulled and tested and looks good.

@subdavis subdavis merged commit 6769a84 into master Nov 13, 2020
@subdavis subdavis deleted the client/bugfix-run-pipelines branch November 13, 2020 18:08
BryonLewis pushed a commit that referenced this pull request Nov 13, 2020
BryonLewis pushed a commit that referenced this pull request Nov 16, 2020
Update base image for girder worker

Fixes FPS issue and image caching (#419)

* fixing fps and modifying cache

* mend

Update docker docs (#379)

Co-authored-by: Brandon Davis <git@subdavis.com>

Update blank.yml (#415)

Upgrade to node LTS

Co-authored-by: Jacob Nesbitt <jjnesbitt2@gmail.com>

Add checkbuild.sh (#425)

Add load and save for JSON annotations (#414)

* Add load and save for JSON annotations

* Relax json file name requirement

* SIP

* Implement settings, sanity checks, separate loading of datasets

* WIP

* remove settings page

Fix deploy.yml

Update day strings (#430)

Fix typo in library README

Allow setting of arbitrary attributes on video player (#435)

* Mute video prop

* Allow setting arbitrary attributes

Downgrade urllib3 (#439)

Fix inverse interpolation (#433)

Run pipelines enabled incorrectly (#441)

Add dummy generators

Very minor fixes
BryonLewis added a commit that referenced this pull request Nov 16, 2020
Trying to get the styling and layout setup

Updating some styling

Updated styling a bit and added toggling

Started updating the editor and connecting it to the attributes endpoint

Updating styling and fixing various issues

mend

mend

Electron (#397)

* add electron

* Add missing api methods

* Fix build errors for electron, add to CI

* Address comments

Update deploy to only Thursday

Update base image for girder worker

Fixes FPS issue and image caching (#419)

* fixing fps and modifying cache

* mend

Update docker docs (#379)

Co-authored-by: Brandon Davis <git@subdavis.com>

Update blank.yml (#415)

Upgrade to node LTS

Co-authored-by: Jacob Nesbitt <jjnesbitt2@gmail.com>

Add checkbuild.sh (#425)

Add load and save for JSON annotations (#414)

* Add load and save for JSON annotations

* Relax json file name requirement

* SIP

* Implement settings, sanity checks, separate loading of datasets

* WIP

* remove settings page

Fix deploy.yml

Update day strings (#430)

Fix typo in library README

Allow setting of arbitrary attributes on video player (#435)

* Mute video prop

* Allow setting arbitrary attributes

Downgrade urllib3 (#439)

Fix inverse interpolation (#433)

Run pipelines enabled incorrectly (#441)

Minor fix to attributes

Minor ui fixes

Addressing changes

Enable pinch zoom on mobile (#440)

Co-authored-by: Brandon Davis <git@subdavis.com>

Add dummy generators (#438)

conversion to using api for attributes editing

converted attribute editor and added in additional editing

Updating UI interactions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] [Regression] Run Pipeline button enabled even when nothing is selected

2 participants