Deluan
|
ca04a919ad
|
Remove Alpha from QueryOptions. Also add Filter, not implemented yet
|
2020-01-15 23:49:20 -05:00 |
|
Deluan
|
0a56fd8752
|
Add Makefile target to start ginkgo in watch mode
|
2020-01-15 23:40:22 -05:00 |
|
Deluan
|
3a27a2d2d2
|
Fix test suite name
|
2020-01-15 21:52:50 -05:00 |
|
Deluan
|
814db3f033
|
Add extension to snapshots files (make it easier to format them for visualization)
|
2020-01-15 18:03:22 -05:00 |
|
Deluan
|
a659c3b7c4
|
Simplify persistence injection
|
2020-01-15 17:56:02 -05:00 |
|
Deluan
|
36d93774bc
|
Add GetGenre endpoint
|
2020-01-15 17:56:02 -05:00 |
|
Deluan
|
ca2c897340
|
Add flag to disable startup banner
|
2020-01-15 17:51:52 -05:00 |
|
Deluan Quintão
|
be377846a8
|
Remove Portuguese word, to avoid misspell errors
|
2020-01-15 15:35:04 -05:00 |
|
Deluan
|
df151d88a4
|
Add JS tests/build to pipeline. Removed invalid test
|
2020-01-15 13:02:17 -05:00 |
|
Deluan
|
bc33ace6d6
|
Merged helper and initialization functions in one file
|
2020-01-15 11:11:33 -05:00 |
|
Deluan
|
5240d83fcf
|
Replace fmt.Print with log.Error
|
2020-01-15 11:02:27 -05:00 |
|
dependabot-preview[bot]
|
e1b0d80f60
|
Bump github.com/lib/pq from 1.1.1 to 1.3.0
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.1.1 to 1.3.0.
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](https://github.com/lib/pq/compare/v1.1.1...v1.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-01-15 08:56:33 -05:00 |
|
Deluan
|
16c550a9d1
|
Change semantics of ChecksumRepository
|
2020-01-15 08:54:00 -05:00 |
|
Deluan
|
c404252b7f
|
Remove sort.Interface from models (not used anymore)
|
2020-01-15 08:36:25 -05:00 |
|
Deluan
|
19765b0ad8
|
Removed composition from model, makes it more readable
|
2020-01-15 08:21:32 -05:00 |
|
Deluan
|
0ea2bd79d9
|
Rename domain to model
|
2020-01-14 22:22:34 -05:00 |
|
Deluan
|
25686c1742
|
Preparing for new scanner
|
2020-01-14 21:51:35 -05:00 |
|
Deluan
|
02d642814b
|
Upgrade github.com/dhowden/tag
|
2020-01-14 20:25:25 -05:00 |
|
Deluan
|
9922ba5994
|
Added initial support for PostgreSQL
|
2020-01-14 19:20:47 -05:00 |
|
Deluan
|
a167669717
|
Change default db path
|
2020-01-14 18:55:12 -05:00 |
|
Deluan
|
a99c3a8af3
|
Another big refactor: Back to a single folder for persistence implementation
|
2020-01-14 18:47:57 -05:00 |
|
Deluan
|
08e096c569
|
Formatted by Prettier
|
2020-01-14 18:06:40 -05:00 |
|
Deluan
|
14fe357387
|
Add User model
|
2020-01-14 16:11:27 -05:00 |
|
Deluan
|
127f70f841
|
Add prettier dependency
|
2020-01-14 16:11:12 -05:00 |
|
Deluan
|
ea86238901
|
Add ui subfolder, bootstrapped a "hello-world" React-Admin app, changed Makefile to start both apps in dev mode
|
2020-01-14 15:34:59 -05:00 |
|
Deluan
|
31dfab90bd
|
Simplify StreamController
|
2020-01-14 15:34:18 -05:00 |
|
Deluan
|
d68342bd97
|
Add a 410-Gone handler for endpoints that will not be implemented
|
2020-01-13 20:45:38 -05:00 |
|
Deluan
|
3d76144f82
|
Allow LogLevel to be configurable. Also add filename and line number when LogLevel>=debug
|
2020-01-13 19:57:36 -05:00 |
|
Deluan
|
c995766c45
|
Add startup banner
|
2020-01-13 18:24:54 -05:00 |
|
Deluan Quintão
|
0673371a71
|
Update README.md
|
2020-01-13 17:31:12 -05:00 |
|
Deluan
|
04ef2edeca
|
Move App to server package
|
2020-01-13 17:06:47 -05:00 |
|
Deluan
|
a5b2e3c31f
|
Remove dependency on goleveldb
|
2020-01-13 16:40:51 -05:00 |
|
Deluan
|
536244bc44
|
Removed LedisDB persistence layer. May reimplement in the future (not likely thou)
|
2020-01-13 16:37:24 -05:00 |
|
Deluan
|
614f4afe28
|
Implement Artist search with SQL, removed old search/indexer code
|
2020-01-13 16:06:30 -05:00 |
|
Deluan
|
3a9559a860
|
Implement Album search with SQL
|
2020-01-13 16:06:30 -05:00 |
|
Deluan
|
c2448d3880
|
Using squirrel to generalize SQL search
|
2020-01-13 16:06:30 -05:00 |
|
Deluan
|
d3af7e689d
|
Implementing SearchSong using simple SELECTs. The performance hit is not relevant, makes things simpler
|
2020-01-13 16:06:30 -05:00 |
|
Deluan
|
0629be5800
|
Removed Storm persistence. Too slow and SQL implementation is actually more versatile
|
2020-01-13 10:49:36 -05:00 |
|
Deluan
|
66e9377795
|
Fix delete all from checksum hanging
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
4b08df0725
|
Run SQL tests in memory
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
87ca885b5e
|
Optimize Checksums saving
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
b07642a8d1
|
Add a TODO
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
fddd0dc353
|
Fix some performance/volume issues
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
973f8869eb
|
SQL/Orm PlaylistRepository complete
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
5d519dcecf
|
SQL/Orm PropertyRepository complete
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
3d706e3e98
|
SQL/Orm ArtistIndexRepository complete
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
78fd567285
|
SQL/Orm CheckSumRepository complete
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
b9815fc653
|
SQL/Orm AlbumRepository complete
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
56273dd4d9
|
SQL/Orm MediaFileRepository complete
|
2020-01-13 10:44:16 -05:00 |
|
Deluan
|
d70af2c39d
|
SQL/Orm ArtistRepository complete
|
2020-01-13 10:44:16 -05:00 |
|