Deluan
|
9577d9ae87
|
Started the implementation of getMusicDirectory. Probably will need to introduce a new 'service' layer...
|
2016-03-02 20:00:55 -05:00 |
|
Deluan
|
68786d4b39
|
New Directory response. Simplified other responses
|
2016-03-02 18:44:13 -05:00 |
|
Deluan
|
de94fe3ef2
|
Should not break on empty database
|
2016-03-02 17:46:16 -05:00 |
|
Deluan
|
4ee840a394
|
Rename
|
2016-03-02 17:35:37 -05:00 |
|
Deluan
|
dde130e84e
|
Small fixes to response marshaling, introduced tests for response formats
|
2016-03-02 17:23:26 -05:00 |
|
Deluan
|
b9fb5eb7ca
|
removed unused method
|
2016-03-02 13:23:58 -05:00 |
|
Deluan
|
4843ccb46c
|
go fmt
|
2016-03-02 13:18:39 -05:00 |
|
Deluan
|
9d41f5a39f
|
Supporting json output (except for errors)
|
2016-03-02 13:14:44 -05:00 |
|
Deluan
|
7c82af75f5
|
For omitempty to work properly, nested structs have to be pointers
|
2016-03-02 12:06:57 -05:00 |
|
Deluan
|
01c68d6802
|
Refactored responses
|
2016-03-02 11:11:46 -05:00 |
|
Deluan
|
77e3aa7620
|
More DI
|
2016-03-02 10:48:30 -05:00 |
|
Deluan
|
300ed0d9a4
|
Introduced interfaces for all repositories, completely isolating the persistence layer from the repositories usage and specification
|
2016-03-02 09:43:00 -05:00 |
|
Deluan
|
272a499c7e
|
Refactoring to a cleaner architecture
|
2016-03-02 09:10:28 -05:00 |
|
Deluan
|
74478ce6f9
|
Sorting Artist Index on save
|
2016-03-01 20:51:30 -05:00 |
|
Deluan
|
02a5fec6b6
|
Show Query params for invalid URL's
|
2016-03-01 20:42:20 -05:00 |
|
Deluan
|
25a9320bce
|
Sorting artist index
|
2016-03-01 19:52:58 -05:00 |
|
Deluan
|
6092076fad
|
No need to expose implementations
|
2016-03-01 19:17:30 -05:00 |
|
Deluan
|
78805ac465
|
Adding info for retrieving artwork from iTunes library
|
2016-03-01 18:59:12 -05:00 |
|
Deluan
|
5b65f85578
|
Fixed ampersand unescaping error
|
2016-03-01 18:19:57 -05:00 |
|
Deluan
|
95f73d75bc
|
TODO
|
2016-03-01 18:01:12 -05:00 |
|
Deluan
|
26355bf0d7
|
TODO
|
2016-03-01 18:00:59 -05:00 |
|
Deluan
|
cff829fb75
|
Removed debug prints
|
2016-03-01 17:57:03 -05:00 |
|
Deluan
|
c64a0f8242
|
Implemented proper index grouping
|
2016-03-01 17:54:13 -05:00 |
|
Deluan
|
9d6eb40f6f
|
Method for parsing Index Groups
|
2016-03-01 17:07:13 -05:00 |
|
Deluan
|
b8948c417e
|
Checking ifModifiedSince param
|
2016-03-01 16:05:49 -05:00 |
|
Deluan
|
841d8f457f
|
Implemented ProperyRepository. Now the Scanner stores the LastScan timestamp
|
2016-03-01 14:40:26 -05:00 |
|
Deluan
|
1ceefda6ca
|
TODO
|
2016-03-01 13:31:52 -05:00 |
|
Deluan
|
11caa7f9b9
|
Returned order was wrong
|
2016-03-01 13:17:57 -05:00 |
|
Deluan
|
8e482bc494
|
getIndexes returning list of artists and ignoredArticles
|
2016-03-01 13:15:23 -05:00 |
|
Deluan
|
e0f214d356
|
Missing inject lib on CI
|
2016-03-01 12:47:13 -05:00 |
|
Deluan
|
54460d5860
|
Empty tests should be skipped
|
2016-03-01 12:43:55 -05:00 |
|
Deluan
|
2bb4c74ba6
|
Started implementing getIndex, now with TDD (brought to you by DI)!
|
2016-03-01 12:36:15 -05:00 |
|
Deluan
|
b2cdf8cadb
|
Clearer way to create definitions
|
2016-03-01 10:18:02 -05:00 |
|
Deluan
|
4df6c43be8
|
Basic DI (dependency injection) working! Yay!!
|
2016-03-01 09:38:43 -05:00 |
|
Deluan
|
4efb8ab031
|
Moved router to conf package
|
2016-03-01 09:23:40 -05:00 |
|
Deluan
|
375fd30045
|
Fixed AlbumId generation. Some code cleanup
|
2016-03-01 09:17:28 -05:00 |
|
Deluan
|
20650ed3fd
|
Removed unnecessary 2nd value
|
2016-02-29 23:03:09 -05:00 |
|
Deluan
|
7a2063544f
|
Don't break on ledis download
|
2016-02-29 22:51:30 -05:00 |
|
Deluan
|
26e49f582b
|
Why gopm does not work in travis?!
|
2016-02-29 22:46:53 -05:00 |
|
Deluan
|
b869843986
|
Fixed an allocation bug, and tests
|
2016-02-29 22:39:36 -05:00 |
|
Deluan
|
f4c893d6f3
|
more tests
|
2016-02-29 22:22:50 -05:00 |
|
Deluan
|
64b9b3f13a
|
More tests, more refactoring, more reflection (ugh)
|
2016-02-29 22:17:54 -05:00 |
|
Deluan
|
3f72466e24
|
Trying to disable gopm registry usage
|
2016-02-29 15:06:40 -05:00 |
|
Deluan
|
aad9afa1bb
|
README
|
2016-02-29 14:16:51 -05:00 |
|
Deluan
|
1a4f783669
|
Some refactoring
|
2016-02-29 13:56:09 -05:00 |
|
Deluan
|
1c47b7b8ef
|
Added empty tests in each package, to get the more precise coverage percentage
|
2016-02-29 13:38:41 -05:00 |
|
Deluan
|
f760f89269
|
DSub only works with POSTs...
|
2016-02-29 11:49:27 -05:00 |
|
Deluan
|
6f60d02acb
|
Merging BaseRepository test files into one
|
2016-02-29 10:33:05 -05:00 |
|
Deluan
|
b0bd0a63a7
|
Retrofitting with tests
|
2016-02-29 10:04:30 -05:00 |
|
Deluan
|
ec9398f2bd
|
New Get methods for ArtistIndex
|
2016-02-29 08:34:57 -05:00 |
|