Commit Graph

381 Commits

Author SHA1 Message Date
Deluan 907c310c01 Download Jamstash in `make setup` 2020-01-09 22:44:45 -05:00
Deluan 23e38ec82f Removed (almost) all remaining init() 2020-01-09 22:44:45 -05:00
Deluan 5d2a7b1db1 Removed MainController 2020-01-09 22:44:45 -05:00
Deluan e8a8313b43 Removed `inject` lib, only use `wire` for DI 2020-01-09 22:44:45 -05:00
Deluan 3af9972b41 Remove Beego tasks, make Importer available through DI 2020-01-09 22:44:45 -05:00
Deluan 79701caca3 Removed Beego routing/controllers, converted to Chi.
Also introduced Wire for dependency injection
2020-01-09 22:44:45 -05:00
Deluan 1f4dfcb853 Small fixes to the Makefile 2020-01-06 15:19:14 -05:00
Deluan 4c61ac3272 Fix default PlsIgnoredPatterns configuration 2020-01-06 15:17:44 -05:00
Deluan 3eaf80de99 Simplify Makefile build target 2020-01-06 13:47:48 -05:00
Deluan 100aca6a1e Disable flaky test (time-based) 2020-01-04 21:33:41 -05:00
Deluan b5be1fbd38 Moved from Travis to GitHub actions 2020-01-04 21:23:24 -05:00
Deluan 2df05288d3 Update README 2020-01-04 21:16:44 -05:00
Deluan 0fe523b526 Clean-up dependencies, Makefile. Replaced `bee` with `reflex` 2020-01-04 21:13:54 -05:00
Deluan f2c208795b Migrating dependency management to Go Modules 2020-01-04 21:02:15 -05:00
Deluan f7c182b1f8 Fixes context, and adds more info to it 2017-04-03 23:53:38 -04:00
Deluan fb299917d5 Adds github.com/twinj/uuid, fixes build 2017-04-03 00:27:40 -04:00
Deluan 2861a97a89 Introduces context.Context in API controllers 2017-04-03 00:16:21 -04:00
Deluan dc98b187d9 Upgrades all dependencies 2017-04-01 11:16:14 -04:00
Deluan 7202f618fe Upgrades to Beego v1.8.0 2017-04-01 10:59:31 -04:00
Deluan 29519fe22f Fixes typo 2017-04-01 09:55:21 -04:00
Deluan 9260a8b9ed Changes to itl were merged, reverting to the original repo 2017-04-01 09:51:25 -04:00
Deluan c417a00e62 Renamed project to CloudSonic 2017-04-01 09:47:14 -04:00
Deluan ce863f0f35 Changing license 2017-04-01 09:21:55 -04:00
Deluan 09f98508a4 Removed duplicated import 2016-11-09 09:49:06 -05:00
Deluan d4231ca2a4 Removed unused scripts (moved to Makefile) 2016-10-10 21:03:21 -04:00
Deluan 12e7100325 Adding a Makefile 2016-10-10 20:27:09 -04:00
Deluan 8d54d42404 Migrating to GoVendor 2016-10-10 20:14:02 -04:00
Deluan bbb3e26600 Fixed build 2016-10-03 23:04:08 -04:00
Deluan 4e6cd7e05d Refactoring to remove duplicated code 2016-10-03 22:30:25 -04:00
Deluan 10dc172a11 Using new version of multiconfig
This version fixes the panic when calling `gosonic -help`
2016-09-16 18:43:43 -04:00
Deluan 60bc1d7a11 Polishing 2016-04-21 10:44:27 -04:00
Deluan 5b9b430825 README 2016-03-31 22:28:33 -04:00
Deluan 62bfc85b07 Changed default port to 4533 2016-03-30 12:57:44 -04:00
Deluan a7ccd76d54 Allowing album cover ids with prefix (al-) 2016-03-30 10:01:37 -04:00
Deluan 9fd530b78a Fixed message 2016-03-30 09:07:32 -04:00
Deluan 132fe06950 Cleaned default PlaylistIgnoredPatterns 2016-03-30 00:28:52 -04:00
Deluan b4d0654c91 Fixing dependencies 2016-03-30 00:20:26 -04:00
Deluan c2b1f9782b New configuration system 2016-03-30 00:05:57 -04:00
Deluan 9049d97820 Moving code away from conf package.
This is necessary, as the conf package will hold only configuration, and cannot have dependencies on other packages
2016-03-29 18:27:14 -04:00
Deluan 2dfa05ceb6 Fixed log message. 2016-03-29 13:54:08 -04:00
Deluan edcfd9dd61 Fine tuning skip range 2016-03-29 09:02:53 -04:00
Deluan 768764bea7 getRandomSongs.view (partially) implemented 2016-03-29 00:01:27 -04:00
Deluan 880521360f Cleaning up tests 2016-03-28 23:41:33 -04:00
Deluan 92682f65d8 Better logging 2016-03-28 19:14:21 -04:00
Deluan 1a705d4319 Fixing NowPlaying when we have more than one song in the queue 2016-03-28 19:11:49 -04:00
Deluan c8184da0ed Skipping now working(?) 2016-03-28 17:51:10 -04:00
Deluan 1e17efc729 star/unstar.view now support albumId (for ID3 access) 2016-03-28 11:38:45 -04:00
Deluan 2319454997 search3.view implemented 2016-03-28 10:01:43 -04:00
Deluan a562bfd17e getStarred2.view implemented 2016-03-28 09:46:16 -04:00
Deluan 615dc862af getAlbum.view implemented 2016-03-28 09:23:44 -04:00