404 Commits

Author SHA1 Message Date
Deluan
0ca691b37f Storm ArtistRepository and PropertyRepository complete. 2020-01-11 15:27:32 -05:00
Deluan
aebb960831 New storm artist repository, WIP 2020-01-11 15:27:32 -05:00
Deluan
40904b220e Renamed Id to ID, following GoLang convention 2020-01-11 15:27:32 -05:00
Deluan
018352463f Moved ledis implementation to a new package 2020-01-11 15:27:32 -05:00
Deluan
a4a8360a94 Add Dev flag to disable file presence verification 2020-01-11 15:27:32 -05:00
Deluan
57390fcda3 Add trace level to log 2020-01-10 13:11:24 -05:00
dependabot-preview[bot]
2384665cfb Bump github.com/go-chi/chi from 4.0.2+incompatible to 4.0.3+incompatible
Bumps [github.com/go-chi/chi](https://github.com/go-chi/chi) from 4.0.2+incompatible to 4.0.3+incompatible.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-chi/chi/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-10 08:49:18 -05:00
Deluan
2e6c1e225e Removed SubFire from README 2020-01-09 22:50:29 -05:00
Deluan
d90c1cdc44 Removed commented out tests 2020-01-09 22:50:01 -05:00
Deluan
ee5cda38fb Restore AlbumListController tests 2020-01-09 22:44:45 -05:00
Deluan
b1e58352e9 Restore MediaRetrievalController tests 2020-01-09 22:44:45 -05:00
Deluan
0c3edc0279 Rewriting Response tests as snapshot tests 2020-01-09 22:44:45 -05:00
Deluan
6aa6c2d9a5 Add middleware tests 2020-01-09 22:44:45 -05:00
Deluan
3379af4328 Add Music Stash to README 2020-01-09 22:44:45 -05:00
Deluan
85f7fdd285 Added CORS middleware 2020-01-09 22:44:45 -05:00
Deluan
ff5b91da54 Renamed DisableValidation to DisableAuthentication 2020-01-09 22:44:45 -05:00
Deluan
0388d67817 Clean up Makefile 2020-01-09 22:44:45 -05:00
Deluan
a706429a4a Don't disable required params check 2020-01-09 22:44:45 -05:00
Deluan
24cbf766a3 Removed dependency on engine from persistence 2020-01-09 22:44:45 -05:00
Deluan
542bea6fcc Setting correct content-type for JSONP 2020-01-09 22:44:45 -05:00
Deluan
84d69a4f41 Replaced Beego logging 2020-01-09 22:44:45 -05:00
Deluan
6eda38a951 Add response body compression middleware 2020-01-09 22:44:45 -05:00
Deluan
c9605862a1 Add support for endpoints without .view 2020-01-09 22:44:45 -05:00
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