Commit Graph

294 Commits

Author SHA1 Message Date
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
526b06775e adding migrate command 2022-02-18 22:13:16 +00:00
8a14f2a1db web container building, frontend first 2022-02-18 22:12:59 +00:00
a9f33d38f4 added clear command, apply network changes to db 2022-02-18 19:47:11 +00:00
cd176cea2e System.Commandline, scrobble saving command 2022-02-18 00:08:42 +00:00
ca5b2cf0f0 adding scrobbles and lastfm/spotify mappings 2022-02-16 23:38:45 +00:00
bdd63b5ffa adding package-lock to copy in frontend 2022-02-13 20:24:05 +00:00
4cf5749d02 building frontend in docker 2022-02-13 20:21:27 +00:00
e8ddc08937 adding ef design package to cli, updating nuget packages 2022-02-13 19:33:17 +00:00
1ca18a9174 using env file for db password, using asp net for cli runtime 2022-02-13 19:23:20 +00:00
090b12eebd pushing to docker hub, testing in container build 2022-02-13 17:12:00 +00:00
a2db15831c exposing redis and db ports in compose file 2022-02-13 12:57:51 +00:00
6461e31959 containers building 2022-02-13 12:40:30 +00:00
9dd922efac docker file build tweaking 2022-02-13 12:23:43 +00:00
6b67f25628 path tweaking in dockerfiles 2022-02-13 12:21:43 +00:00
1aa5e2eda5
Merge pull request #26 from Sarsoo/dependabot/npm_and_yarn/Selector.Web/node-fetch-2.6.7
Bump node-fetch from 2.6.6 to 2.6.7 in /Selector.Web
2022-02-13 12:21:29 +00:00
84b9e19fd3
Merge pull request #25 from Sarsoo/dependabot/npm_and_yarn/Selector.Web/nanoid-3.2.0
Bump nanoid from 3.1.30 to 3.2.0 in /Selector.Web
2022-02-13 12:21:20 +00:00
87e5839b2a tweaking docker 2022-02-13 12:19:21 +00:00
dependabot[bot]
9fe35d697e
Bump node-fetch from 2.6.6 to 2.6.7 in /Selector.Web
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 12:15:10 +00:00
dependabot[bot]
1dd84ec460
Bump nanoid from 3.1.30 to 3.2.0 in /Selector.Web
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 12:15:08 +00:00
7b2c2b2bad adding container building to CI 2022-02-13 12:14:35 +00:00
2670d799aa build and run docker stages 2022-02-13 12:07:09 +00:00