13 years agouse JSON instead of JSON::Any to get rid of the CPAN Testers failures when only JSON...
Alexander Hartmaier [Wed, 16 Feb 2011 15:47:57 +0000]
use JSON instead of JSON::Any to get rid of the CPAN Testers failures when only JSON::Syck is available

13 years agoVersion 2.002004 2.002004
Alexander Hartmaier [Thu, 13 Jan 2011 18:29:36 +0000]
Version 2.002004

13 years agoproperly define testing modules as testing requirement
Alexander Hartmaier [Thu, 13 Jan 2011 18:21:23 +0000]
properly define testing modules as testing requirement

don't explicitly require Test::WWW::Mechanize because we don't use it directly
and Test::WWW::Mechanize::Catalyst requires a newer version anyways

13 years agoadded Oleg Kostyuk to the list of authors
Alexander Hartmaier [Thu, 13 Jan 2011 18:21:01 +0000]
added Oleg Kostyuk to the list of authors

13 years agoupdated Changes for the previous two commits
Alexander Hartmaier [Thu, 13 Jan 2011 17:56:02 +0000]
updated Changes for the previous two commits

13 years agoAdded support for tweaking where to store response in stash
Oleg Kostyuk [Mon, 6 Dec 2010 23:28:08 +0000]
Added support for tweaking where to store response in stash

13 years agoAdded possibility to tweak resultset class after searching
Oleg Kostyuk [Mon, 6 Dec 2010 23:08:59 +0000]
Added possibility to tweak resultset class after searching

13 years agomake release tests happy
Alexander Hartmaier [Thu, 13 Jan 2011 17:21:23 +0000]
make release tests happy

13 years agofixed failure because of Data::DPath >=0.41 by not using MooseX::Role::BuildInstanceO...
Alexander Hartmaier [Thu, 13 Jan 2011 17:20:42 +0000]
fixed failure because of Data::DPath >=0.41 by not using MooseX::Role::BuildInstanceOf for the validator attributes

13 years agoadded the .build dir to the .gitignore file
Alexander Hartmaier [Thu, 13 Jan 2011 17:06:42 +0000]
added the .build dir to the .gitignore file

13 years agoRenamed Visitor to Validator::Visitor to conform with Data::DPath::Validator and...
Alexander Hartmaier [Thu, 13 Jan 2011 16:32:24 +0000]
Renamed Visitor to Validator::Visitor to conform with Data::DPath::Validator and moved it into a separate file

13 years agoVersion 2.002003 2.002003
Alexander Hartmaier [Fri, 17 Sep 2010 08:21:15 +0000]
Version 2.002003

13 years agoadded test for searching with sql functions
Alexander Hartmaier [Fri, 20 Aug 2010 15:06:38 +0000]
added test for searching with sql functions

13 years agoremove trailing newlines from error messages
Alexander Hartmaier [Fri, 20 Aug 2010 15:00:26 +0000]
remove trailing newlines from error messages

13 years agofixed search attribute generation for nonexistent relationships
Alexander Hartmaier [Fri, 20 Aug 2010 14:57:16 +0000]
fixed search attribute generation for nonexistent relationships

13 years agoadded some Dist::Zilla test plugins and renamed the deprecated Prereq to Prereqs
Alexander Hartmaier [Wed, 18 Aug 2010 12:36:30 +0000]
added some Dist::Zilla test plugins and renamed the deprecated Prereq to Prereqs

13 years agofixed UnusedVarsTests
Alexander Hartmaier [Wed, 18 Aug 2010 12:35:34 +0000]
fixed UnusedVarsTests

13 years agoTest use_json_boolean true
Alexander Hartmaier [Wed, 18 Aug 2010 11:39:53 +0000]
Test use_json_boolean true

13 years agoremoved comments in synopsis as suggested by castaway
Alexander Hartmaier [Wed, 18 Aug 2010 09:11:45 +0000]
removed comments in synopsis as suggested by castaway

the class comment irritated newbies

13 years agobetter hack description with link to Moose test
Alexander Hartmaier [Thu, 12 Aug 2010 12:56:34 +0000]
better hack description with link to Moose test

13 years agofixed static configured page attribute not being used (RT#56226)
Alexander Hartmaier [Wed, 11 Aug 2010 08:53:25 +0000]
fixed static configured page attribute not being used (RT#56226)

13 years agofixed pod for page config attribute
Alexander Hartmaier [Wed, 11 Aug 2010 08:28:34 +0000]
fixed pod for page config attribute

13 years agocode cleanups
Alexander Hartmaier [Tue, 10 Aug 2010 16:41:10 +0000]
code cleanups

13 years agoremoved check_rel to _check_rel to exclude it from Pod::Coverage testing
Alexander Hartmaier [Tue, 10 Aug 2010 16:07:39 +0000]
removed check_rel to _check_rel to exclude it from Pod::Coverage testing

13 years agouse Dist::Zilla::Plugin::MetaNoIndex to exclude t/lib from PAUSE indexing
Alexander Hartmaier [Mon, 9 Aug 2010 14:41:44 +0000]
use Dist::Zilla::Plugin::MetaNoIndex to exclude t/lib from PAUSE indexing

13 years agoadded test for check_has_column
Alexander Hartmaier [Sun, 8 Aug 2010 13:20:57 +0000]
added test for check_has_column

13 years agocleaned up delete tests
Alexander Hartmaier [Sun, 8 Aug 2010 13:02:05 +0000]
cleaned up delete tests

13 years agoadded REST and RPC bulk_update tests for nonexisting objects
Alexander Hartmaier [Sun, 8 Aug 2010 13:01:18 +0000]
added REST and RPC bulk_update tests for nonexisting objects

13 years agoimproved comments and pod
Alexander Hartmaier [Sun, 8 Aug 2010 12:58:20 +0000]
improved comments and pod

13 years agoremoved useless RPC index action
Alexander Hartmaier [Sun, 8 Aug 2010 12:57:51 +0000]
removed useless RPC index action

13 years agoadded REST and RPC update_bulk tests
Alexander Hartmaier [Sun, 8 Aug 2010 10:52:46 +0000]
added REST and RPC update_bulk tests

13 years agoadded REST and RPC delete_bulk tests and fixed RPC delete_bulk not working at all
Alexander Hartmaier [Sat, 7 Aug 2010 15:21:28 +0000]
added REST and RPC delete_bulk tests and fixed RPC delete_bulk not working at all

use done_testing instead of specifying the number of tests at the beginning of the file

13 years agoVersion 2.002002 2.002002
Alexander Hartmaier [Tue, 3 Aug 2010 12:53:12 +0000]
Version 2.002002

13 years agoFixed pod coverage and added a test for it
Alexander Hartmaier [Tue, 3 Aug 2010 12:08:20 +0000]
Fixed pod coverage and added a test for it

updated dist.ini to use @Basic instead of @Classic
fixed twice included PkgVersion (by @Classic and explicit)

13 years agofixed update again, all tests pass
Alexander Hartmaier [Tue, 3 Aug 2010 09:01:51 +0000]
fixed update again, all tests pass

13 years agofixed nested updates and column accessor != name
Alexander Hartmaier [Mon, 2 Aug 2010 16:44:53 +0000]
fixed nested updates and column accessor != name

13 years agoFixed t/rpc/list.t error message regex to pass with Moose version >=1.05
Alexander Hartmaier [Mon, 2 Aug 2010 16:13:14 +0000]
Fixed t/rpc/list.t error message regex to pass with Moose version >=1.05

13 years agoUse column accessor for updating an existing object instead of passing the new values...
Alexander Hartmaier [Mon, 2 Aug 2010 15:35:49 +0000]
Use column accessor for updating an existing object instead of passing the new values to update

This enables the column accessors to do additional work (for example with method modifiers)

13 years agoFixed search for related columns overwriting existing params in generate_column_param...
Alexander Hartmaier [Mon, 2 Aug 2010 15:31:56 +0000]
Fixed search for related columns overwriting existing params in generate_column_parameters

14 years agomore robust json boolean testing
Alexander Hartmaier [Thu, 8 Apr 2010 16:44:10 +0000]
more robust json boolean testing

14 years agoVersion 2.002001. 2.002001
Florian Ragwitz [Wed, 31 Mar 2010 23:41:49 +0000]
Version 2.002001.

14 years agoUpdate Changes.
Florian Ragwitz [Wed, 31 Mar 2010 23:39:54 +0000]
Update Changes.

14 years agoShut the damn tests up.
Florian Ragwitz [Wed, 31 Mar 2010 23:38:07 +0000]
Shut the damn tests up.

14 years agodon't inflate items
Alexander Hartmaier [Wed, 10 Mar 2010 18:58:02 +0000]
don't inflate items

item and list should do the same thing
this fixes the rest item test
we'll add object inflation for both item and list later when we've found
a clean solution

14 years agoremoved debugging code in rest item test
Alexander Hartmaier [Wed, 10 Mar 2010 18:57:29 +0000]
removed debugging code in rest item test

14 years agoimproved pod for list_munge_parameters
Alexander Hartmaier [Tue, 9 Mar 2010 11:54:51 +0000]
improved pod for list_munge_parameters

14 years agoremoved dependency on DBIx::Class::TimeStamp
Alexander Hartmaier [Tue, 2 Mar 2010 17:48:22 +0000]
removed dependency on DBIx::Class::TimeStamp

InflateColumn::DateTime is included in DBIx::Class already

14 years agochanged Catalyst::Action::REST dependency to Catalyst::Action::Serialize
Alexander Hartmaier [Tue, 2 Mar 2010 17:31:15 +0000]
changed Catalyst::Action::REST dependency to Catalyst::Action::Serialize

14 years agoRevert "removed Catalyst::Action::REST dependency"
Florian Ragwitz [Tue, 2 Mar 2010 17:01:43 +0000]
Revert "removed Catalyst::Action::REST dependency"

This reverts commit bacc415e2d39a141a3d9c2766da6454906e952f7.

We still want to deserialize shit.

14 years agonew test for item fetching with inflated objects
Alexander Hartmaier [Tue, 2 Mar 2010 16:49:31 +0000]
new test for item fetching with inflated objects

require DBIx::Class::TimeStamp 0.12 which is used by Result::Track for datetime inflation

14 years agoremoved Catalyst::Action::REST dependency
Alexander Hartmaier [Tue, 2 Mar 2010 16:45:58 +0000]
removed Catalyst::Action::REST dependency

14 years agoCreate related rows on create.
Florian Ragwitz [Tue, 2 Mar 2010 04:30:53 +0000]
Create related rows on create.

Kind of a lame hack because set_inflated_columns isn't quite working as i think
it's supposed to. Giving control over creating the new, unstored, result from
object_no_id to the creation thingy would probably fix this properly.

14 years agoCreate related rows if they don't exist already.
Florian Ragwitz [Tue, 2 Mar 2010 00:49:12 +0000]
Create related rows if they don't exist already.

14 years agoStop treating false values for related objects as no value.
Florian Ragwitz [Tue, 2 Mar 2010 00:22:17 +0000]
Stop treating false values for related objects as no value.

14 years agoDon't rely on absolute paths in exeptions.
Florian Ragwitz [Tue, 2 Mar 2010 00:12:09 +0000]
Don't rely on absolute paths in exeptions.

14 years agoUpdate changes for rafl's Action::REST drop
nperez [Mon, 1 Mar 2010 22:03:49 +0000]
Update changes for rafl's Action::REST drop

14 years agoUse ActionRole::MatchRequestMethod instead of Action::REST.
Florian Ragwitz [Mon, 1 Mar 2010 21:59:26 +0000]
Use ActionRole::MatchRequestMethod instead of Action::REST.

14 years agowhitespace clean up
nperez [Mon, 1 Mar 2010 17:42:46 +0000]
whitespace clean up

14 years agoEnd point clean up and alter forwards to method calls in end points
nperez [Mon, 1 Mar 2010 17:42:22 +0000]
End point clean up and alter forwards to method calls in end points

14 years agoImplement generate_rs to provide a default implementation for getting the resultset...
nperez [Mon, 1 Mar 2010 17:03:38 +0000]
Implement generate_rs to provide a default implementation for getting the resultset before setting it into the current request

14 years agoPrepare for release
nperez [Mon, 1 Mar 2010 07:13:23 +0000]
Prepare for release

14 years agoAdd rafl to the authors list since he is so awesome
nperez [Mon, 1 Mar 2010 06:59:58 +0000]
Add rafl to the authors list since he is so awesome

14 years agoMake tests pass for new definitive chaining
nperez [Mon, 1 Mar 2010 06:55:58 +0000]
Make tests pass for new definitive chaining

14 years agoRemove the test db
nperez [Mon, 1 Mar 2010 04:20:32 +0000]
Remove the test db

14 years agoIgnore the test db
nperez [Mon, 1 Mar 2010 04:19:43 +0000]
Ignore the test db

14 years agoMerge in object_split functionality object_split
nperez [Mon, 1 Mar 2010 02:11:42 +0000]
Merge in object_split functionality

14 years agoStart proper dispatch chaining for objects with and without identifiers
nperez [Mon, 1 Mar 2010 01:38:29 +0000]
Start proper dispatch chaining for objects with and without identifiers

14 years agoAdd failing test for updating related rows with ::REST.
Florian Ragwitz [Sun, 28 Feb 2010 22:57:08 +0000]
Add failing test for updating related rows with ::REST.

14 years agoFixed some typos and code cleanups
Alexander Hartmaier [Thu, 18 Feb 2010 10:02:05 +0000]
Fixed some typos and code cleanups

14 years agoRemove debugging code from tests
Alexander Hartmaier [Thu, 18 Feb 2010 10:01:27 +0000]
Remove debugging code from tests

14 years agoGive row_format_output a context.
Florian Ragwitz [Tue, 16 Feb 2010 20:40:32 +0000]
Give row_format_output a context.

14 years agoRemove debugging code.
Florian Ragwitz [Mon, 15 Feb 2010 08:49:07 +0000]
Remove debugging code.

14 years agoRelease 2.001003 2.001003
nperez [Sat, 13 Feb 2010 01:04:04 +0000]
Release 2.001003

14 years agoUpdate Changes
nperez [Sat, 13 Feb 2010 01:01:38 +0000]
Update Changes

14 years agoPass in with each save_objects step
nperez [Sat, 13 Feb 2010 00:59:28 +0000]
Pass in  with each save_objects step

14 years agoImplement per object save_objects and make each step explicit to allow maximum custom...
nperez [Thu, 11 Feb 2010 05:03:10 +0000]
Implement per object save_objects and make each step explicit to allow maximum customization

14 years agoAdd more coercions to some types so we can specify more complex sorting behavior
nperez [Thu, 11 Feb 2010 03:37:41 +0000]
Add more coercions to some types so we can specify more complex sorting behavior

14 years agoRelease 2.001002 2.001002
nperez [Tue, 9 Feb 2010 15:45:48 +0000]
Release 2.001002

14 years agoSince page is now calculated from offset and rows, just check for page again when...
nperez [Tue, 9 Feb 2010 05:41:16 +0000]
Since page is now calculated from offset and rows, just check for page again when prepping total

14 years agoAttribute building order is important for offset-based paging
nperez [Tue, 9 Feb 2010 05:26:50 +0000]
Attribute building order is important for offset-based paging

14 years agoEnable offset based paging
nperez [Mon, 8 Feb 2010 22:47:16 +0000]
Enable offset based paging

14 years agoImplement per object inflation hook in end
nperez [Mon, 8 Feb 2010 19:47:30 +0000]
Implement per object inflation hook in end

14 years agoSigh. Missed a place where I was still using MX::Aliases
nperez [Mon, 8 Feb 2010 17:46:33 +0000]
Sigh. Missed a place where I was still using MX::Aliases

14 years agoupdated changelog
Alexander Hartmaier [Mon, 8 Feb 2010 12:19:28 +0000]
updated changelog

14 years agoadded MooseX::Types::Structured to the required modules
Alexander Hartmaier [Mon, 8 Feb 2010 12:01:25 +0000]
added MooseX::Types::Structured to the required modules

14 years agoSome pod fixes, updating Changes, prepping for release
nperez [Thu, 4 Feb 2010 14:36:26 +0000]
Some pod fixes, updating Changes, prepping for release

14 years agoinitial commit with working tests, docs, and conversion to dzil+podweaver
nperez [Thu, 4 Feb 2010 14:15:31 +0000]
initial commit with working tests, docs, and conversion to dzil+podweaver