3a1f43870bDouble-brackets
James Barnsley
2023-01-02 22:15:32 +13:00
b5f9baa17dSeparating meta for release vs edge
James Barnsley
2023-01-02 22:06:27 +13:00
8c4b166c06No wrapping, just leading $
James Barnsley
2023-01-02 22:04:08 +13:00
a5b5ca0cedUsing GITHUB_REF_NAME
James Barnsley
2023-01-02 22:00:55 +13:00
3bc1ea0bb3Build Docker image for any push to develop or master
James Barnsley
2023-01-02 21:58:32 +13:00
aad09b22adMerge branch 'develop' of github.com:jaedb/Iris into develop
James Barnsley
2023-01-02 21:45:16 +13:00
a0aaada0c8Dockerfile to *build* assets manually - Cannot safely (and consistently) overwrite PIP-installed package with host volume binding, so is easier to build within Docker - Add .nvmrc for consistent buildout
James Barnsley
2023-01-02 21:43:45 +13:00
87fd816335Source icon top-left - Matches Spotify artwork, which we hide when it is burned-in on the image - Consistent across all providers now
James Barnsley
2023-01-02 21:42:34 +13:00
7f4f59d71aMerge pull request #859 from jotak/hide-discover
James Barnsley
2023-01-02 21:42:14 +13:00
a228e48a0aMerge branch 'develop' into hide-discover
James Barnsley
2023-01-02 21:41:52 +13:00
23b87efe5dCriado uma tradução em pt_BR
Willian Custodio Quintino
2022-12-15 18:17:36 -03:00
11f202a9b7Removing duplicate playlist groups
James Barnsley
2022-12-11 20:42:01 +13:00
179089f41bUpdating to GST-HACK for Spotify playback support
James Barnsley
2022-12-11 20:41:45 +13:00
860f005eb4Reinstating playlist lazy-loading artwork - Needs monitoring on heavier backends (YTMusic, Tidal, etc) - Doesn't conflict with PlaylistGroups
James Barnsley
2022-12-03 22:39:39 +13:00
58ef7e6beaYTMusic playlist support - Can create and edit playlists - Can now load playlists natively
James Barnsley
2022-12-03 22:07:29 +13:00
defb37312fMerge branch 'master' into develop
James Barnsley
2022-11-27 13:21:55 +13:00
737b774ea0Release not supported?
James Barnsley
2022-11-19 10:13:15 +13:00
95de0a1cb1Adding workflow_dispatch event
James Barnsley
2022-11-19 10:07:26 +13:00
4869971765Listen for all 'release' events
James Barnsley
2022-11-19 10:00:52 +13:00
c42c776821Release trigger typos
James Barnsley
2022-11-19 09:54:07 +13:00
8b5330dd73Using *release* as workflow trigger, rather than branch push
James Barnsley
2022-11-19 09:47:19 +13:00
899a706f9eAdding tag event
James Barnsley
2022-11-19 09:35:30 +13:00
a08143b5d8Correcting event type
James Barnsley
2022-11-19 09:20:12 +13:00
69b9bc08a7Configuring docker image tagging - Ditching deploy/release, will release on push to master - Tag branch + version + major.minor
James Barnsley
2022-11-19 09:10:59 +13:00
52f1277fffAdding docker/metadata-action for auto-tagging - *Should* auto-tag based on GitHub branch and tag - Fixes#872
James Barnsley
2022-11-19 08:58:32 +13:00
932c218679Merge branch 'master' into develop
James Barnsley
2022-11-15 19:56:04 +13:00
b5e07f4a82Ignore m3u folder
James Barnsley
2022-11-15 19:55:53 +13:00
a4f5d894ccMerge pull request #869 from jaedb/develop
James Barnsley
2022-11-12 20:41:12 +13:00
5529ed78feTox command - Ditching 'sudo', no longer needed with newer docker setup - Excluding /docker folder from package
James Barnsley
2022-11-12 19:54:20 +13:00
60c4a4e389Restructuring docker (again) - Nested structure to match /var/lib/mopidy - Updating gitignore to exclude individual configs
James Barnsley
2022-11-12 08:58:33 +13:00
154e72234eMoving HTML builder into webpack - Allows handling of template variables - Retaining test_mode switch for hot-swap JS bundle
James Barnsley
2022-11-12 08:52:38 +13:00
074b97ce7dVolumes restructure to sample docker-compose.yml - Playlist persistence - Consistent structure to match that of /var/lib/mopidy/
James Barnsley
2022-11-11 22:37:29 +13:00
02aee0b9e1Removing more absolute asset references
James Barnsley
2022-11-11 22:36:05 +13:00
f0b10f46c2Removing more absolute references
James Barnsley
2022-11-03 08:00:59 +13:00
627ece592eRemove absolute ref for service worker
James Barnsley
2022-11-03 07:57:21 +13:00
e906177bc1Only build HTML for WDS, use our custom builder for actual builds
James Barnsley
2022-11-02 21:05:30 +13:00
43734f8991Track loading thumbnail; 'Go to track' context item
James Barnsley
2022-10-30 22:32:09 +13:00
fc5376bcdeRemoving blanket 'loading: true' when LOAD_ITEM called
James Barnsley
2022-10-30 22:17:57 +13:00
bb456a9afaThumbnail doubles up as secondary loader; Webpack dev server as primary dev stack, dynamic base_href to accommodate
James Barnsley
2022-10-30 21:24:41 +13:00
742a0e98ffMoving loader to thumbnail so it doesn't block underlying render, mitigates impact of #837
James Barnsley
2022-10-30 18:37:58 +13:00
275143dd60Snapshot excludes tracks (due to complex Jest + DND limitations)
James Barnsley
2022-10-30 16:59:09 +13:00
a926882e27Upgrading to node 14
James Barnsley
2022-10-30 16:56:41 +13:00
c0347887c6Limiting workers for jest
James Barnsley
2022-10-30 16:52:27 +13:00
84db4e0789Removing tracks from Album (for now); Jest and react-dnd not getting along
James Barnsley
2022-10-30 16:50:15 +13:00
7564c1bdeeDynamic basename ('/' or '/iris/') depending on initial path; Webpack dev server fully functional
James Barnsley
2022-10-30 16:29:56 +13:00
84bc77a7d6Upgrading webpack dev server
James Barnsley
2022-10-29 21:55:00 +13:00
0e366843c7Upgrading Debug to functional component
James Barnsley
2022-10-29 21:54:28 +13:00
857a3bf8e4Reinstating package-lock.json for npm-dependent workflows
James Barnsley
2022-10-29 21:04:40 +13:00
bcc0550069Snapshot of actual Album; App test unweidly, TODO: achieve coverage further down DOM
James Barnsley
2022-10-29 20:57:17 +13:00
97a259187bUpgrading to hooks, simplifying unit test mocks
James Barnsley
2022-09-29 15:32:11 +13:00
875072dea8Upgrading (where practical) to I18n component, rather than i18n function so we can useSelector for language pref
James Barnsley
2022-09-29 10:39:19 +13:00
6d6a2b4f24Upgrading tests, replacing Enzyme with TestRenderer
James Barnsley
2022-09-29 10:38:26 +13:00
129ed32f88Merge branch 'develop' of github.com:jaedb/Iris into develop
James Barnsley
2022-09-25 12:20:41 +13:00
5562ad9d10Merge pull request #854 from DavisNT/tt
James Barnsley
2022-09-25 12:20:30 +13:00
cd94977965Merge branch 'develop' of github.com:jaedb/Iris into develop
James Barnsley
2022-09-25 12:18:29 +13:00
3e27921004Fixing Router upgrade issues
James Barnsley
2022-09-25 12:18:20 +13:00
a4b9216756Merge pull request #864 from nawordar/fix-selection
James Barnsley
2022-09-25 12:17:46 +13:00
5be88223afMerge branch 'jaedb:master' into fix-selection
Cezary Drożak
2022-09-04 13:02:19 +02:00