Commit Graph

165 Commits

Author SHA1 Message Date
f26c378b06 initial net work 2022-08-22 20:16:48 +01:00
63b1df88ec downgrading cli nuget 2022-07-04 21:07:23 +01:00
ddad17a7e1 updating nugets 2022-07-01 22:11:11 +01:00
81c4e16d34 adding second logging scope 2022-07-01 22:05:09 +01:00
8c9e9c637b removing $ from logging, using scopes 2022-07-01 22:04:17 +01:00
e2fcc58877 fixing more test exceptions 2022-06-28 07:49:52 +01:00
6a4d83a6d6 fixing exceptions for tests 2022-06-28 07:46:00 +01:00
83e071f5c3 adding playlist watcher 2022-06-28 07:30:27 +01:00
fb88da4337 limiting artist breakdown visibility 2022-06-28 07:25:24 +01:00
3e04935897 updating npm 2022-06-23 19:46:05 +01:00
5446e54471 updating nuget 2022-06-23 19:44:44 +01:00
66b51a2647 tweaking ui, colours 2022-06-23 19:44:38 +01:00
58f27a4181 fixed wrong maths 2022-06-23 19:36:16 +01:00
a1bd1ab62d time series, artist breakdown, start and end date 2022-06-23 19:26:36 +01:00
079e126648 ui tweaks, scrobble matcher trailing dupes 2022-06-22 21:51:38 +01:00
63df0ab0c2 tweaking resampler, db count puller 2022-06-22 08:01:59 +01:00
0b621e00bc changing path to unix on cli as well 2022-06-19 23:21:36 +01:00
e6be7df912 fixing test with no audio features id 2022-06-18 11:02:02 +01:00
2a8b739f8d adding play count graphs to now playing page 2022-06-18 10:56:34 +01:00
597db1a42b changing path to unix separators 2022-06-17 19:08:53 +01:00
c8170415b9 adding general cards, scrobble density, upgrading nuget packages 2022-06-02 00:53:57 +01:00
97659389af updating nuget 2022-04-15 18:13:56 +01:00
f034c8a8e0 added dashboard screenshot to docs 2022-04-04 21:34:00 +01:00
e7ca4d21ff
Merge pull request #44 from Sarsoo/dependabot/npm_and_yarn/Selector.Web/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /Selector.Web
2022-04-01 07:31:59 +00:00
dependabot[bot]
0131ab4dd1
Bump minimist from 1.2.5 to 1.2.6 in /Selector.Web
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 06:29:27 +00:00
cf1889c2b8 restart services in docker compose 2022-03-20 09:48:16 +00:00
6292d6c3f0 mapping albums and artists from track requests 2022-03-03 22:32:29 +00:00
12842c240b fixed cron schedule again, error handling scrobble
scrobble request and mapping
2022-03-03 17:38:49 +00:00
349d62b5cc correcting cron schedule to once a day 2022-03-02 19:12:16 +00:00
8b2836fc38
Merge pull request #42 from Sarsoo/dependabot/npm_and_yarn/Selector.Web/url-parse-1.5.10
Bump url-parse from 1.5.7 to 1.5.10 in /Selector.Web
2022-03-02 06:51:27 +00:00
dependabot[bot]
4aaaf694e3
Bump url-parse from 1.5.7 to 1.5.10 in /Selector.Web
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:24:19 +00:00
0a8269a46c adding named volumes for db data 2022-02-27 21:53:27 +00:00
a2f874ec27 adding scrobble saving to ui, adding full scrobble save 2022-02-26 23:42:29 +00:00
64b7105514 skipping https redirect for production 2022-02-26 21:50:49 +00:00
a9a41e5b8a fixing config mapping to get migration working 2022-02-26 21:28:51 +00:00
35c24ad0ef added job parallel lock, file structure, diagnostics 2022-02-25 23:58:01 +00:00
bf55f7222e adding scrobble watcher job
fixes #32
2022-02-25 21:07:22 +00:00
18afeb131b fixing tests and warnings 2022-02-25 18:32:43 +00:00
d6e720ed72 injecting artist scrobble count
removing all now playings from pages
2022-02-24 23:32:02 +00:00
abf22f6cf9 dropping mapping id, using uri
fixes #41
2022-02-24 22:35:39 +00:00
56271ea32e more efficient linq, adding album and track last fm mapping 2022-02-24 21:57:26 +00:00
369595f80c fixed adding new scrobbles when pulling 2022-02-24 09:49:52 +00:00
fbbd42f97a working scrobble mapping command
added scrobble mapping repo
2022-02-24 00:27:34 +00:00
042c2ab977 removing scrobble PK on time, allowing duplicates 2022-02-20 21:54:01 +00:00
a10fc490bf adding scrobble request with retries, in parallel with db
fixes #35
fixes #36
2022-02-20 21:22:32 +00:00
e8c895f68b skipping docker build and push on pull request
fixes #34
2022-02-20 12:23:01 +00:00
3e359931f8 moved db init to start of service 2022-02-18 23:10:58 +00:00
5b2e8d93e9
Merge pull request #29 from Sarsoo/dependabot/npm_and_yarn/Selector.Web/url-parse-1.5.7
Bump url-parse from 1.5.3 to 1.5.7 in /Selector.Web
2022-02-18 22:22:23 +00:00
024fa0041a waiting on both build tasks to do containers 2022-02-18 22:16:39 +00:00
dependabot[bot]
48b76ad078
Bump url-parse from 1.5.3 to 1.5.7 in /Selector.Web
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 22:13:56 +00:00