Commit Graph
1362 Commits
Author SHA1 Message Date
Helena Rasche a5a90a1a59 fix branch for release notes 2021-10-01 14:37:21 +02:00
Dannon Baker bb6be48540 Drop the 'downgrade' now that 21.09 is frozen (will mer
ge prerelease notes along with this)
2021-09-28 08:03:01 -04:00
Dannon Baker 7925d5f8c0 Adjust welcome build location to standard dist, drop artifacts 2021-09-16 23:27:44 -04:00
Dannon Baker a14c82ad00 Swap to @galaxyproject namespace on npm 2021-09-16 23:27:40 -04:00
Alexander OSTROVSKY 24f13618c3 remove image files 2021-09-16 23:23:03 -04:00
Alexander OSTROVSKY 9b9f379265 New User Welcome page
make runnable from pr. Still need to debug

divs out

tree

broken into components

cleaning

formatting, file names, jest tests

jest

removed image files, will be retrieved via npm or separate repo

update

plugin via webpack

webpack plugin

change to plugin to prevent repeated image downloading

update

add actual page accessible from help and registration

Full draft

jest fix, next to make package customizeable

yarn lock

fix

update

Update

Refactor from here for the confiuration stuff -- this displays the bundle

drop plugin_build_hash -- these should never be committed

Update plugin gitignore

Oops, left in a debug
2021-09-16 23:22:57 -04:00
Helena Rasche f805b0dd17 Add future runway 2021-09-08 17:27:05 +02:00
Helena Rasche 36782f9b9d Downgrade 21.09 to 05, temporarily 2021-09-08 17:12:57 +02:00
Dannon Baker 5c78a79123 Had my comments backwards, simplify selector 2021-09-02 08:52:06 -04:00
Dannon Baker 33c64034dc Cleanup 2021-09-02 08:19:43 -04:00
Dannon Baker b5b4af7a24 Use fontawesome-regular to show no notifications 2021-09-02 08:18:37 -04:00
Helena Rasche b02cbdfad9 Implement news webhook to handle release announcements 2021-09-01 15:56:52 +02:00
guerler b8c5c56d07 Fix tour based selenium test for core galaxy ui 2021-08-10 14:31:13 -04:00
guerler ea10fbe89b Make colors optional in nvd3 visualizations 2021-08-02 10:38:42 -04:00
Nicola Soranzo 9c08ecc258 Replace fa-refresh icon with fa-redo for job re-run buttons
to distinguish it from the sync button we use e.g. to refresh the history.
2021-06-15 23:23:01 +01:00
mvdbeek 2b9a6a96a4 Merge branch 'release_21.01' into dev 2021-04-27 16:13:10 +02:00
Helena Rasche 19d3119428 Patch to click the button which should be more stable 2021-04-14 17:08:05 +02:00
Bjoern Gruening bfbb332fc7 cleanup the supported filestypes for Nora 2021-03-05 14:47:31 -05:00
Bjoern Gruening 853fc31253 cleanup the supported filestypes for Nora 2021-03-05 09:48:30 +01:00
Nate Coraor a2d1625780 Merge remote-tracking branch 'upstream/release_21.01' into dev 2021-03-01 16:52:02 -05:00
Dannon Baker 43e5ee0e64 Nora visualization version bump incorporating a few upstream bugfixes
(protocol fix supporting https, which was noticed on on usegalaxy.org,
more)
2021-02-24 22:45:08 -05:00
Nicola Soranzo 7dbdce3be2 Merge branch 'release_21.01' into dev 2021-02-19 18:03:30 +00:00
Helena 4cfcfef900 Merge branch 'release_21.01' into gig-tracking 2021-02-16 16:17:17 +01:00
Helena Rasche 3906430986 Add tracking code to webhook for GTN stats 2021-02-16 15:37:44 +01:00
mvdbeek dd7aa6ec38 Merge branch 'release_21.01' into dev 2021-02-08 16:01:53 +01:00
Dannon Baker 26b95976ab Merge remote-tracking branch 'upstream/release_20.09' into release_21.01 2021-02-08 09:40:08 -05:00
Dannon Baker 25d9f03cec minor cleanup when testing 2021-02-08 09:24:29 -05:00
Helena Rasche b6e2299c93 Persist scroll/url information, in both chrome & firefox 2021-02-04 17:49:51 +01:00
Nicola Soranzo d26b3d9848 Fix all E203, E741 and W504 flake8 errors 2021-01-18 10:35:41 +00:00
Nicola Soranzo 452aba9ee3 Fix remaining issues reported by bugbear; add it to flake8 reqs 2021-01-16 05:58:15 +00:00
Sergey Golitsynskiy 882ad635d8 Merge pull request #11089 from ic4f/dev_fastapi_tours
Add FastAPI routes for tours
2021-01-12 22:08:47 -05:00
Dannon Baker a93ee16dc8 Fix entrypoint 2021-01-12 08:49:17 -05:00
Dannon Baker afc87f99e4 Test deploy w/ prebuilt files 2021-01-12 08:48:21 -05:00
Sergey Golitsynskiy ba1b26efb6 Remove id field from tour yaml files
Field not used. See code review discussion here:
https://github.com/galaxyproject/galaxy/pull/11089#discussion_r555072412
2021-01-11 13:43:14 -05:00
Sergey Golitsynskiy a96570eab6 Add missing id keys to built-in tours
Pydantic models (currently added to tours) require explicit
specification of model fields. Having an "id" field as required seems
right from a design standpoint.

However, if there is a reason for an "id" value to be included in the
galaxy_ui tour but not in the other tours, this field can be made
optional: `id: Optional[str] = None`
2021-01-10 18:05:06 -05:00
Bjoern Gruening 8afa197856 new config 2021-01-10 08:00:57 -05:00
Bjoern Gruening d7ba38915f Add the 3D Visualisation from Nora
add nora

change nora plugin

(rebased to drop artifacts)
2021-01-10 08:00:29 -05:00
greg 8e41f40041 Change code per review 2020-12-31 07:56:57 -05:00
greg 72747da5be Expand image formats for viewing in OpenSeadragon 2020-12-30 15:10:56 -05:00
Dannon 18f519c029 Merge pull request #10756 from gregvonkuster/osdragon
Add the OpenSeadragon viewer for deep zoom images
2020-12-02 11:31:36 -05:00
Dannon Baker f744bfa3ab Tweak OSD plugin build, include images.
No need to bundle this since it's prebuilt -- this simply copies it
(including images and maps which were left out before) for staging,
which is faster and more complete.
2020-12-02 09:58:55 -05:00
greg 7649b73afd Attempt to use the newer viz packaging approach 2020-12-02 09:58:53 -05:00
greg 680357ef5f Add the OpenSeadragon viewer for deep zoom images 2020-12-02 09:57:56 -05:00
Björn Grüning 4836f19004 Merge pull request #10404 from guerler/add_vis_options
Adds Visualization options to Markdown Editor
2020-12-01 22:46:58 +01:00
guerler 52bc2b92c1 Allow videos and audio to be embedded into reports 2020-11-30 18:54:01 +01:00
mvdbeek eaa64b95c9 Merge branch 'release_20.09' into dev 2020-11-24 10:07:19 +01:00
tmcgowan 833ef38c59 fix reference error 2020-11-20 15:23:18 -06:00
mvdbeek 2f5742c7c0 Merge branch 'release_20.09' into dev 2020-11-03 16:04:22 +01:00
Marius van den Beek 956020ce00 Merge pull request #10355 from dannon/mvpcleanup
[20.09] Viz - mvpapp fixes and refinement
2020-11-03 15:00:37 +01:00
guerler b2239bf640 Use previously unused embeddable attribute in visualization xmls to hide visualization not suitable for markdown reports 2020-10-20 16:59:00 -04:00