Commit Graph

116 Commits

Author SHA1 Message Date
024fa0041a waiting on both build tasks to do containers 2022-02-18 22:16:39 +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
cc29fb0304 added docker skeleton 2022-02-11 23:24:47 +00:00
e5d93aa27d Using json serialiser source generator, removed unused cache components 2021-12-21 22:22:52 +00:00
7a56f7f586 UserEventFirer, web hook tests 2021-12-20 23:04:53 +00:00
8174f9f6f6 Fiddling with html, padding, icons etc 2021-12-19 22:50:03 +00:00
67a2a322ca events project, spotify mapping, lastfm mapping, CLI reacting to db changes 2021-12-19 18:44:03 +00:00
f79c7111fe added event bus, proxying cache events to event bus before proxying those to signalr 2021-12-19 13:44:22 +00:00
3dbe975220 adding web hook consumer, wrapping consumer callbacks in try/catches 2021-12-18 23:06:21 +00:00
a263941e97 pattern matching in player watcher 2021-12-18 22:19:11 +00:00
7fe603ab3d .net 6 for library, changing event firing on watcher 2021-12-18 17:45:34 +00:00
46b7cb37bd adding explicit handling for null item in watcher, skipping user watchers without spotify link, fixed weird systemd issue with async run 2021-12-15 22:04:41 +00:00
a0090470e8 changed environment names in csproj, moved https redirection to dev only 2021-12-08 00:30:50 +00:00
599cefb736 adding service dependencies, adding sass to npm 2021-12-08 00:01:18 +00:00
2cb2df3f5c using right env name, updating npm, using service extension methods 2021-12-07 23:31:17 +00:00
ecf79f146a removing required for last.fm username, fixed handling of empty usernames 2021-12-05 00:29:38 +00:00
3b860fc971 fixing event tests, watcher fires more tests at start now 2021-12-04 13:09:50 +00:00
a401280edf working without redis, player watcher event tweaking, graceful exception handling 2021-12-04 12:49:09 +00:00
35eee0f068 Properly named now page model, added box shadow to popularity bar 2021-12-02 07:28:00 +00:00
fa75eedf31 added last.fm logo, last.fm links for play counts, spotify popularity to progress bar 2021-12-01 23:34:30 +00:00
ab058c769f added play count puller, play count rendering in UI 2021-11-30 20:38:26 +00:00
e9f593862e more service extensions 2021-11-29 21:48:00 +00:00
e41d525b0b more DI for consumer factories, caching play counter, service extensions 2021-11-29 21:04:15 +00:00
975ee772dd adding date time with timezone migration 2021-11-26 20:40:18 +00:00
f7b95327dd adding db watcher service, loading watchers from db on startup 2021-11-25 18:26:20 +00:00
f7beefff3d updating npm dependencies 2021-11-24 08:08:25 +00:00
7fbd37adc3
Merge pull request #20 from Sarsoo/net6
.NET 6 Upgrade
2021-11-24 07:52:25 +00:00
5e3b78af94 CI dotnet version 6 upgrade 2021-11-23 17:22:26 +00:00
5c440ced70 upgrading target frameworks and ms dependencies 2021-11-23 17:20:59 +00:00
b1c1a756df properly coloured radar chart, adding hover effects 2021-11-23 09:07:32 +00:00