Commit Graph

2138 Commits

Author SHA1 Message Date
80e6d38f5d Updating build_tools version syntax 2020-02-14 11:38:57 +13:00
cf63b21f02 Merge branch 'develop' 2020-02-14 11:23:04 +13:00
c7c3fd095f Buildout 2020-02-14 10:56:05 +13:00
69b1c7361a Lazy-loading album tracks, fixes #484 2020-02-14 10:55:10 +13:00
75ebcace4c Buildout 2020-02-14 10:36:57 +13:00
d20fbdf69f Scan outputs duration (raw output too ugly for toast) 2020-02-14 10:35:29 +13:00
0c7db5f994 Removing LastFM fetcher in favor of MopidyLocal, fixes #496. LastFM album images will still be loaded by GridItem on-demand 2020-02-14 10:34:26 +13:00
2988f8f4a7 Attempting to get stdout from scan 2020-02-13 16:59:35 +13:00
571c857814 Process action naming convention 2020-02-13 10:41:20 +13:00
c4486e4007 Merge pull request #492 from BrainStone/patch-1
Fix checking the boolean flag
2020-02-13 08:56:49 +13:00
3ad0b7994b Preventing urlvars of null breaking connection; Acceping test_mode=1 in URL 2020-02-13 08:54:12 +13:00
cb34c63049 Merge branch 'develop' 2020-02-11 09:54:24 +13:00
b3a15f01d0 Buildout 2020-02-11 09:54:08 +13:00
37c1fe1dc2 Use /IS_CONTAINER switch 2020-02-11 09:53:58 +13:00
3424e6fda2 Adding Iris as default frontend 2020-02-11 09:53:34 +13:00
a742d8a90b Repo to provide IRIS_VERSION file, #489 2020-02-11 09:53:03 +13:00
066da7f7ca Groundwork for crossfading now playing artwork; Initial Setup pre-fill from queryParams 2020-02-11 09:52:18 +13:00
ff8b7df8b1 Only update when term or pristine changes, fixes #483 2020-02-11 09:17:55 +13:00
683ca69b7d Fix checking the boolean flag
``[[ $flag ]]`` checks if the variable is not empty. Not if it's true or false. Which means it will always succeed, because both possible values (``true`` and ``false``) are not empty.

An alternative would be ``[[ "$flag" = "true" ]]``.

Fixes some points mentioned in #489. Doesn't address changing `pip` to `pip3` (or maybe even ``python3 -m pip``) or the missing detection of the version number.
2020-02-10 10:26:28 +01:00
7fbe4e29ca Fixing parsing of host and port params in URL sharing, #490 2020-02-10 08:03:12 +13:00
2f07b82058 Fixing upgrade command 2020-02-10 07:21:16 +13:00
15943369d4 Using crude but predictable file to detect when running in docker, #489 2020-02-10 07:15:30 +13:00
54c55f7569 Merge branch 'master' into develop 2020-02-10 06:57:27 +13:00
f642260fbf Merge branch 'master' of github.com:jaedb/Iris 2020-02-09 08:15:37 +13:00
33dc3d0203 Updating icon references, fixes #473 2020-02-09 08:15:10 +13:00
fe357fc0b4 Merge pull request #481 from kingosticks/patch-1
Remove sqlite references in readme
2020-02-08 10:21:07 +13:00
7879295209 Merge branch 'master' into patch-1 2020-02-08 10:20:57 +13:00
857cdb8cf9 Pirc changes 2020-02-08 10:15:35 +13:00
b191b64dcd Removing jest (for now); TODO: reinstate using tox 2020-02-08 10:09:41 +13:00
2c0b84bf4d Removing jest (for now); TODO: reinstate using tox 2020-02-08 10:08:37 +13:00
b07e52689b Filtering 2020-02-08 09:57:20 +13:00
ddbf523f64 Merging old with new 2020-02-08 09:55:06 +13:00
b55252a011 Merge branch 'develop' 2020-02-08 07:51:38 +13:00
86a592164c Merge branch 'tmp/formatting' into develop 2020-02-08 07:43:01 +13:00
98f7127cc3 Updating ignore (possibly overzealous) 2020-02-08 07:42:50 +13:00
38b074ba59 Re-black 2020-02-07 08:08:21 +13:00
3e0339432f Disabling stdout tests (for now); Fixing concat for long strings 2020-02-07 08:07:37 +13:00
961e66c79a Reinstating test suite 2020-02-06 16:35:07 +13:00
af37d37e68 Moving through unit tests, still failing 2020-02-06 16:31:11 +13:00
4331e6bbf8 Black take two; Moving excludes into setup.cfg 2020-02-06 10:44:49 +13:00
588879bf95 Flake8 re-run 2020-02-06 10:16:47 +13:00
d07a59a1e7 Autopep8 2020-02-06 10:14:27 +13:00
4ae58cdf9e Black run 2020-02-06 10:12:28 +13:00
e23a3b65ec Fixing flex lists 2020-02-04 10:44:05 +13:00
c0606e4bde Merge pull request #485 from jaedb/tmp/flake8
Formatting
2020-02-04 07:03:26 +13:00
7efb083d43 Merge branch 'master' into develop 2020-02-04 07:02:53 +13:00
b789d322b3 Formatting 2020-02-03 16:48:39 +13:00
df18eba73c Running black 2020-02-03 16:14:04 +13:00
9fa47ab734 Cleaning up pre-tests 2020-02-03 16:13:49 +13:00
be11731db3 Omitting check_manifest temporarily from tox 2020-02-03 15:57:56 +13:00