1
0
Fork 0
Commit Graph

148 Commits

Author SHA1 Message Date
Gregory Eremin c2979690e0 Merge pull request #33 from rightsup/fix-recording
Adds Recording::find & moves Track::search into Recording::search
2015-05-13 12:52:59 +03:00
Diego d'Ursel f85f74bc2b Migrate 'should' syntax to 'expect' 2015-05-12 19:00:38 +02:00
Thomas Wolfe 4dd3db1158 accidentally set id/mbid as an integer rather than string. 2015-05-12 18:57:25 +02:00
Thomas Wolfe b77fcac50b added a comment to explain self.name[13..-1] since I can't think of a more intutive way to handle that. 2015-05-12 18:57:25 +02:00
Thomas Wolfe 2d4c1c42fd Use magic encoding to ret rid of "invalid multibyte chat (US-ASCII)" errors. track_search is now renamed recording_search. recording_search now works (I mixed up the inputs). 2015-05-12 18:47:13 +02:00
Thomas Wolfe 813b6f0383 track_search now works, will be moved to it's own recording model. 2015-05-12 18:45:08 +02:00
Gregory Eremin 426fed8906 Merge pull request #32 from jvoegele/feature/find-release-by-discid
Find release by DiscID with updated RSpec
2015-03-14 22:00:10 +07:00
Gregory Eremin 9b439182a8 Merge pull request #31 from jvoegele/feature/modernize-rspec
Update to use modern RSpec syntax and conventions
2015-03-14 18:43:12 +07:00
Jason Voegele 32ed4ba4bc Use modern RSpec in discid specs 2015-03-13 16:00:13 -04:00
Jason Voegele 33e280ec2c Merge remote-tracking branch 'danbee/feature/find-release-by-discid' into feature/find-release-by-discid 2015-03-13 15:58:04 -04:00
Jason Voegele aee6f80240 Merge branch 'feature/modernize-rspec' 2015-03-13 15:56:43 -04:00
Jason Voegele 306afa6a5a Add .ruby-version to .gitignore 2015-03-13 15:54:28 -04:00
Jason Voegele ad4a53f9ce Update to use modern RSpec syntax and conventions
* Replace `should` syntax with `expect` syntax.
* Add pry as a development dependency.
* Fix failing specs.
2015-03-13 15:47:27 -04:00
Mathias Gawlista 4d12555c09 Adds rake as development dependency for rake release command. 2014-12-01 11:51:03 +01:00
Mathias Gawlista 3d30c6f6b7 Release 0.7.7 2014-12-01 11:39:52 +01:00
Mathias Gawlista 60d4df1cab BaseModel.search might return nil 2014-12-01 11:35:39 +01:00
Mathias Gawlista 6a4f9f7be4 Stub response. 2014-02-05 14:53:36 +01:00
Mathias Gawlista 35b32bddf4 Merge pull request #24 from oleander/nil_result
BaseModel.search might return nil
2014-02-05 14:29:36 +01:00
Mathias Gawlista 6b2389e708 Merge pull request #27 from qblake/patch-1
Update README.md
2014-02-05 14:18:10 +01:00
Aleksandr 20d3425b52 Update README.md
change year
2014-01-23 13:05:28 +03:00
Dan Barber 97b0c50073 Add spec for releases by discid. 2014-01-13 10:52:27 +00:00
Dan Barber c65b270799 Add bindings for discid/release-list. 2014-01-13 10:23:42 +00:00
Dan Barber 2f2fe392d1 Add find_by_discid method. 2014-01-13 08:32:45 +00:00
Linus Oleander 03c2a3d5cd BaseModel.search might return nil 2013-11-06 22:37:31 +01:00
Gregory Eremin d66831ee8c Merge pull request #22 from blakink/master
Error handling
2013-07-14 22:49:26 -07:00
Savater Sebastien b01795d55c Handle faraday errors 2013-07-13 14:26:57 +04:00
Savater Sebastien 344dfdbe5c Do not rescue all errors 2013-07-11 22:51:50 +04:00
Mathias Gawlista 1dd1714448 Release of 0.7.6 2013-06-14 12:37:38 +02:00
Mathias Gawlista b5599710cd Improves urls attribute to return an array if there are multiple urls for a relation type. #19 2013-06-14 12:33:35 +02:00
Mathias Gawlista 6c2d47544a Stubs music artist search. 2013-06-14 11:31:51 +02:00
Mathias Gawlista 15e601f0ff Adds pkg directory to git ignore list. 2013-06-14 10:12:41 +02:00
Mathias Gawlista 03b0c3bcf9 Initial version. 2013-05-06 20:45:41 +02:00
Mathias Gawlista 614f2eff59 Version incrementation. 2013-05-06 20:32:53 +02:00
Mathias Gawlista 27b0930991 Migrated deprecated behaviour of calling a let declaration in a before all hook. 2013-05-06 20:22:41 +02:00
Mathias Gawlista 359b4aa61a Require date to avoid CI exception 'wrong number of arguments(3 for 0)'. #18 2013-05-06 20:17:12 +02:00
Mathias Gawlista 6d0d80d9db Merge branch 'track_search' of https://github.com/tomwolfe/musicbrainz into tomwolfe-track_search 2013-05-06 19:58:58 +02:00
Mathias Gawlista 87527daf9b Stub requests here cause seach result order changes frequently. #18 2013-05-06 19:57:32 +02:00
Thomas Wolfe d8184565a2 created new track_search binding to allow searching for tracks (really recordings). Modified existing model classes to call super() to handle search (open/closed principle, attempting to reduce duplicate code). Fixed xml namespace issue in specs. 2013-05-05 18:58:12 -05:00
Murdoch 687ce1b785 Merge pull request #17 from lionelerard/master
Adds release group urls
2013-02-06 08:18:52 -08:00
lionel ac25d4cdb3 Adds release group urls 2013-02-06 14:07:20 +01:00
Gregory Eremin be1743f836 Bump version and release 2013-01-30 16:03:27 +04:00
Gregory Eremin 518ff64265 Merge pull request #15 from Applicat/handle_dates_without_day
Calculate last day of month correctly. refs #14
2013-01-25 05:39:33 -08:00
Gregory Eremin 7518325c00 Merge pull request #16 from Applicat/add_type_attribute_to_release
Adds type field to release model.
2013-01-25 05:39:09 -08:00
Mathias Gawlista 54fe7a5731 Adds type field to release model. 2013-01-25 09:35:24 +01:00
Mathias Gawlista ebf475e9c8 Adds type field to release model. 2013-01-24 21:12:58 +01:00
Mathias Gawlista fd299d56b6 Fixes typo. 2013-01-24 14:59:04 +01:00
Mathias Gawlista 4b17499bb4 Calculate last day of month correctly. refs #14 2013-01-24 14:18:38 +01:00
Gregory Eremin abd67818d3 Merge pull request #12 from Applicat/release_group_search2
Implementation of release group search
2013-01-22 21:55:35 -08:00
Gregory Eremin 5d1eeb009a Merge pull request #13 from Applicat/add_asin_attribute_to_release2
Adds release fields asin, barcode and quality.
2013-01-22 21:55:13 -08:00
Mathias Gawlista 9171dcde40 Adds release fields asin, barcode and quality. 2013-01-22 16:19:36 +01:00