https://github.com/galaxyproject/galaxy

sort by:
Revision Author Date Message Commit Date
ae7fe38 Update pulsar-galaxy-lib to 0.15.2 for test.galaxyproject.org 02 May 2023, 15:49:30 UTC
e6d09a9 Merge pull request #15903 from ElectronicBlueberry/workflow-import-improvements Allow importing a workflow from a shared URL 02 May 2023, 15:23:29 UTC
b500e9c Merge pull request #15987 from jmchilton/badge_refactor Refactor badge parsing/serialization/typing for reuse. 02 May 2023, 15:07:58 UTC
f43b76d Merge pull request #15947 from assuntad23/14967/feat/build-list-for-all-seleected Add option to create list for all datasets in a history to dropdown 02 May 2023, 13:39:32 UTC
f64a898 Merge pull request #16023 from ElectronicBlueberry/fix-file-paste Fix pasting file fails if text starts with `file ` 02 May 2023, 10:40:41 UTC
dfdab36 make uri_prefixes stricter 02 May 2023, 08:55:29 UTC
5d26ff3 Merge pull request #16017 from martenson/grids-ref-minor minor tooltip and UI client changes 02 May 2023, 08:23:17 UTC
4e770c5 minor tooltip and UI client changes 28 April 2023, 18:32:04 UTC
9c7f7a7 Merge pull request #15995 from martenson/menu-items-titles remove inherited title from masthead dropdown items 28 April 2023, 09:31:12 UTC
8f8d008 Merge pull request #15994 from martenson/user-menu-reorg reorganize user menu for consistency 28 April 2023, 08:43:51 UTC
de52de0 update custom builds test navigation 28 April 2023, 02:30:10 UTC
ae27add reusing existing code to start collection build, following DRY principles 27 April 2023, 19:25:18 UTC
1ef0d66 Merge pull request #15956 from davelopez/23.0_fix_api_keys_deleted_column_nullable Fix nullable deleted column in API Keys table 27 April 2023, 17:34:43 UTC
45c50c2 Merge pull request #16008 from hujambo-dunia/fix-toaster-onclick Fix for link pop-up window/toaster after Data Library to History import 27 April 2023, 15:10:40 UTC
65984d7 Set server_default in the model definition This makes sure the default value is set when inserting new rows with or without using Sqlalchemy. Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com> 27 April 2023, 14:30:18 UTC
c3e5f0c Update client/src/components/Libraries/LibraryFolder/TopToolbar/import-to-history/import-dataset.js Co-authored-by: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> 27 April 2023, 12:36:07 UTC
4950310 Merge pull request #15998 from minh-biocommons/citation-tools-export-message Export tool citations configurable message 27 April 2023, 12:11:11 UTC
995288c Use config composable instead of provider 27 April 2023, 09:21:30 UTC
a59e0b4 refactored 27 April 2023, 09:21:29 UTC
aecbe0c Option to display a different message on the export citations tool page 27 April 2023, 09:19:33 UTC
5066f23 Add db migration script APIKeys non-null deleted This makes sure the deleted column in the `api_keys` table has a valid boolean value from now on and sets any existing null value as deleted (True). 27 April 2023, 09:12:49 UTC
25222de Merge pull request #16011 from ElectronicBlueberry/mock-fetcher-followup Mock fetcher followup 27 April 2023, 09:12:13 UTC
1bb4a8e Set APIKeys.deleted non-nullable in model 27 April 2023, 09:08:27 UTC
92ab513 exclude ts mocks from webpack build 27 April 2023, 08:50:37 UTC
53b4dc7 relocate and rename mockFetcher files 27 April 2023, 08:49:55 UTC
09596fd Merge pull request #16009 from jdavcs/dev_alter_col_helper Add alter_column migration utility 27 April 2023, 08:04:47 UTC
d4cd816 Add alter_column migration utility function 27 April 2023, 02:14:31 UTC
9260c82 Fix for link pop-up window/toaster after Data Library to History import 26 April 2023, 18:42:38 UTC
d65c95e Merge pull request #15992 from ElectronicBlueberry/mock-fechter Fetcher Mock utility 26 April 2023, 18:30:27 UTC
dab53cd Fix for missing Href to Composables pass-through component 26 April 2023, 17:43:58 UTC
abee8b6 moving reset-selection out of hidden check 26 April 2023, 16:44:47 UTC
4e579b9 adding unit test for displaying collection building option 26 April 2023, 16:43:48 UTC
b5ef8f2 running prettier 26 April 2023, 16:43:48 UTC
e4dc022 responding to comments on PR, removing setting default filters because they are already included 26 April 2023, 16:43:48 UTC
23e0f7b moving query to standalone function in queries.js. adding user filter to query, using defaults for visible, deleted, purged 26 April 2023, 16:43:48 UTC
f98319f todo to add user filters to query 26 April 2023, 16:43:48 UTC
d248eb7 adding filtering on visible, deleted, and purged 26 April 2023, 16:43:48 UTC
462f71c adding option to create list for all datasets in a history to dropdown 26 April 2023, 16:43:48 UTC
0a47a7e Merge pull request #15972 from wm75/fast-bam-chunks Improve display chunk generation for BAMs 26 April 2023, 14:22:34 UTC
de488f1 Merge pull request #15811 from jdavcs/dev_migrations_cleanup1 Fix revision scripts, run migrations in CI, add repair option, improve migrations utils 26 April 2023, 14:09:21 UTC
380d2b1 Add help text for the --repair command 26 April 2023, 12:53:35 UTC
90e47b1 Refactor, cleanup migration utils Factor out reduntant logic into template methods Add type hints, docstrings Misc. cleanup 26 April 2023, 12:53:35 UTC
b528f63 Implement --repair option for upgrade/downgrade WIP: Lots of redundant logic here. Needs refactoring. 26 April 2023, 12:53:35 UTC
12e1c81 Fix bug in unit test: don't call downgrade w/o revision id 26 April 2023, 12:53:35 UTC
c2ed568 Apply transaction context manager to select revisions Wrap multiple sql statements in a transaction to ensure per-revision transactional control. 26 April 2023, 12:53:35 UTC
bec3b1f Add transaction context manager for sqlite migrations 26 April 2023, 12:53:35 UTC
e453e5b Fix revision d058: use util wrappers; rearrange ops Rearrange ops in downgrade block to mirror ops in upgrade block in reverse order: upgrade: - do A - do B downgrade: - undo B - undo A 26 April 2023, 12:53:35 UTC
5821cd8 Move PRAGMA statements into context manager 26 April 2023, 12:53:35 UTC
1f795aa Handle index add/drop in revision script We must explicitly drop the index if we are dropping the column on which it is defined using batch ops on sqlite. 26 April 2023, 12:53:35 UTC
893a9de Wrap batch ops in pragma statement for sqlite See https://github.com/sqlalchemy/alembic/issues/1207 26 April 2023, 12:53:35 UTC
0c913e8 Drop index in model (dropped in migration d0583094c8cd) 26 April 2023, 12:53:35 UTC
84743c4 Add `--repair` argument to upgrade/downgrade commands on db_dev script 26 April 2023, 12:53:35 UTC
3675e04 Use wrappers in revision scripts; fail fast on conflicts 26 April 2023, 12:53:35 UTC
38ed091 Add test for running database migrations 26 April 2023, 12:53:35 UTC
a48ba5f Add sqlite_factory fixture, make helper method public 26 April 2023, 12:53:35 UTC
f0c2e43 Add db migrate test to postgres workflow 26 April 2023, 12:53:35 UTC
4796634 Merge pull request #15628 from ElectronicBlueberry/training-recommendations Add suggested Training material to Tool Form 26 April 2023, 11:59:20 UTC
eb4cd72 Merge pull request #15876 from jdavcs/dev_no_views Drop database views 26 April 2023, 11:22:43 UTC
2a3bcf3 import ExtrenalLink via absolute path Co-authored-by: Alireza Heidari <itisalirh@gmail.com> 26 April 2023, 09:54:04 UTC
2546060 drop the custom builds from top menu it exists in the preferences sub menu 25 April 2023, 19:19:56 UTC
a9f6c47 adjust navigation for new menu text 25 April 2023, 18:21:52 UTC
70ba035 remove title from dropdown items seemingly the title is inherited from parent b-nav-item-dropdown which 1. is not useful because all items have the same title 2. is not wanted (?) on dropdown items 3. causes weird behavior where if you hover on the dropdown menu it will change cursor together with showing title after a while 25 April 2023, 17:30:13 UTC
7225250 update locale strings 25 April 2023, 17:27:36 UTC
6b577ae unify logged in/signed in 25 April 2023, 17:16:25 UTC
a1f837d reorganize user menu for consistency 25 April 2023, 17:04:01 UTC
29e30ec add mock fetcher 25 April 2023, 14:31:21 UTC
bc7d871 Merge pull request #15926 from ahmedhamidawan/emit_related_filter_without_panel Emit filterText to HistoryPanel from historyStore 25 April 2023, 12:51:45 UTC
3c2ee1f Merge pull request #15935 from guerler/flexpanel Convert legacy side panels to flex-compatible panels 25 April 2023, 01:38:53 UTC
40854fd Merge remote-tracking branch 'upstream/release_23.0' into dev 24 April 2023, 22:13:09 UTC
e6757c2 Merge pull request #15975 from ahmedhamidawan/history_filters_includes_related_bug [23.0] Fix History filters includes related filter bug 24 April 2023, 22:11:30 UTC
bcb1973 Merge remote-tracking branch 'upstream/dev' into flexpanel 24 April 2023, 21:08:26 UTC
cebcc54 track history panel filterText in historyStore 24 April 2023, 20:30:58 UTC
b5b9872 Merge pull request #15988 from davelopez/fix_activity_bar_toggle Fix Activity Bar toggle reactivity 24 April 2023, 19:53:06 UTC
2c9de57 Merge pull request #15980 from guerler/published_title Add text-break to wrap long published titles 24 April 2023, 19:52:11 UTC
0656f1e use applyFilterText instead of setCurrentHistory in DatasetList 24 April 2023, 19:32:26 UTC
e095db5 include useHistoryStore import 24 April 2023, 19:31:17 UTC
0ccfb95 apply related filter emit only to filterable panels 24 April 2023, 19:22:31 UTC
151c9ac remove emit redundant emit from WorkflowInvocationDetails 24 April 2023, 19:17:50 UTC
8858928 Emit Related filter to HistoryPanel from historyStore 24 April 2023, 19:17:48 UTC
c6a73fc Emit related filter to History Panel 24 April 2023, 18:50:35 UTC
f4bf706 Merge pull request #15108 from itisAliRH/pinia-history-store-migrate Migrate history store to pinia 24 April 2023, 16:50:49 UTC
82ff8c8 Convert Analysis.vue to typescript 24 April 2023, 16:43:19 UTC
f596873 Rename toggledActivityBar to showActivityBar 24 April 2023, 16:15:04 UTC
bccf527 Fix Activity Bar toggle reactivity 24 April 2023, 15:38:01 UTC
3851551 Merge pull request #15986 from ElectronicBlueberry/published-workflow-user-fix [23.0] Fix invalid link to "workflows by owner" 24 April 2023, 15:22:02 UTC
10a89a5 Merge pull request #15985 from ElectronicBlueberry/webhooks-fix [23.0] Fix Webhooks not rendering 24 April 2023, 15:20:21 UTC
8792a77 Refactor badge parsing/serialization/typing for reuse. There are subtle differences between object stores, user object store instance models, and object store templates in the downstream "bring-your-own-object-store" branch so breaking this stuff out like this should allow for cleaner diffs and reuse. 24 April 2023, 14:52:04 UTC
2f6fc71 Spelling fix. 24 April 2023, 13:33:55 UTC
24e1eee use owner computed in publishedByUser 24 April 2023, 11:34:38 UTC
882aa42 remove non existent prototype functions 24 April 2023, 11:05:13 UTC
f11e4fa Merge pull request #15979 from ksuderman/build-container-with-nodejs Build container with nodejs 24 April 2023, 03:09:16 UTC
8268719 Apply consistent naming to word wrap utility class, add white space normal utility 22 April 2023, 07:10:08 UTC
ec0adae Add text-break to title in markdown pages 22 April 2023, 06:52:53 UTC
28e2ebd Add text-break to wrap long published titles 22 April 2023, 06:43:12 UTC
cd0e7fe Fixed spaces 21 April 2023, 21:12:58 UTC
ae3e9ad Include nodejs in the final Docker image for the expression tools 21 April 2023, 21:10:17 UTC
999162c Fix linting 21 April 2023, 07:12:23 UTC
221c1a2 Fix history filters bug with related filter 21 April 2023, 02:23:53 UTC
8d4f434 Fix wrongly saved file 20 April 2023, 21:57:57 UTC
6c08780 Improve display chunk generation for BAMs The new version is faster even for lines containing multiple tabs and optimizes the no or one tag cases. It also fixes a subtle bug that would drop a line at chunk boundaries. 20 April 2023, 21:41:59 UTC
back to top