6 years agoreleased master
Samuel Kaufman [Mon, 25 Sep 2017 14:19:00 +0000]
released

6 years agoversion bump v1.001039
Samuel Kaufman [Mon, 25 Sep 2017 14:01:06 +0000]
version bump

6 years agochangelog
Samuel Kaufman [Mon, 25 Sep 2017 14:00:45 +0000]
changelog

6 years agoremove trailing comma
Samuel Kaufman [Mon, 25 Sep 2017 14:00:10 +0000]
remove trailing comma

6 years agotagged and released
Samuel Kaufman [Wed, 20 Sep 2017 21:15:17 +0000]
tagged and released

6 years agoprepping for prod release v1.001038
Samuel Kaufman [Wed, 20 Sep 2017 21:12:06 +0000]
prepping for prod release

6 years agochangelog
Samuel Kaufman [Wed, 20 Sep 2017 21:11:48 +0000]
changelog

6 years agoMerge branch 'cngarrison-test-fix'
Samuel Kaufman [Wed, 20 Sep 2017 21:07:58 +0000]
Merge branch 'cngarrison-test-fix'

6 years agoMerge branch 'excludes-doc'
Samuel Kaufman [Wed, 20 Sep 2017 20:53:56 +0000]
Merge branch 'excludes-doc'

6 years agodoc patch simbabque++
Samuel Kaufman [Wed, 20 Sep 2017 20:53:30 +0000]
doc patch simbabque++

6 years agodocument the `excludes` option for dump
simbabque [Sun, 11 Jun 2017 16:41:35 +0000]
document the `excludes` option for dump

6 years agochangelog
Samuel Kaufman [Wed, 20 Sep 2017 20:49:29 +0000]
changelog

6 years agoprepping for release v1.001037
Samuel Kaufman [Wed, 20 Sep 2017 20:41:52 +0000]
prepping for release

6 years agoadd File::Path to deps, move test deps to TestRequires, add strict and warnings to...
Samuel Kaufman [Wed, 20 Sep 2017 20:15:20 +0000]
add File::Path to deps, move test deps to TestRequires, add strict and warnings to the test

6 years agoMerge remote-tracking branch 'semifor/exclude-virtual-columns'
Samuel Kaufman [Wed, 20 Sep 2017 20:12:51 +0000]
Merge remote-tracking branch 'semifor/exclude-virtual-columns'

6 years agoIgnore virtual columns in dump_object
Marc Mims [Thu, 14 Sep 2017 23:58:54 +0000]
Ignore virtual columns in dump_object

Don't dump virtual columns since they don't exist in the table and
populate will choke.

6 years agoAdd failing test
Marc Mims [Thu, 14 Sep 2017 23:33:56 +0000]
Add failing test

Fixtures dumps virtual columns which causes populate to fail because the
column doesn't exist in the table.

This failing test demonstrates the problem.

7 years agoRemoved check for ancient error results when…
Charlie Garrison [Wed, 19 Oct 2016 02:58:22 +0000]
Removed check for ancient error results when…

getting DateTime formatter from schema storage.

Error can occur earlier in code, unrelated to datetime formatter, and cause formatter to not be set. Don’t bail due to ancient errors.

Signed-off-by: Charlie Garrison <cngarrison@gmail.com>

7 years agoAdded failing tests for `external`, fix for tests
Charlie Garrison [Wed, 19 Oct 2016 02:43:42 +0000]
Added failing tests for `external`, fix for tests

If config follows has_many to dump a set, the set’s config is not used, so attrs such as `external` are not honoured. Even using `rules` does not solve the problem. Using unsorted `sets` array to specify dump order solves the problem.

Signed-off-by: Charlie Garrison <cngarrison@gmail.com>

8 years agoreleased
Samuel Kaufman [Mon, 21 Mar 2016 15:02:17 +0000]
released

8 years agoprepping stable release v1.001036
Samuel Kaufman [Mon, 21 Mar 2016 14:59:37 +0000]
prepping stable release

8 years agochangelog
Samuel Kaufman [Mon, 21 Mar 2016 14:52:06 +0000]
changelog

8 years agoprepping trial version v1.00103_5
Samuel Kaufman [Fri, 11 Mar 2016 20:39:36 +0000]
prepping trial version

8 years agoMerge branch 'people/TBSliver/oracle-sequence-ignore'
Samuel Kaufman [Fri, 11 Mar 2016 20:38:17 +0000]
Merge branch 'people/TBSliver/oracle-sequence-ignore'

8 years agochangelog
Samuel Kaufman [Fri, 11 Mar 2016 20:38:08 +0000]
changelog

8 years agoSkip trying to create sequences in Oracle people/TBSliver/oracle-sequence-ignore
Tom Bloor [Wed, 9 Mar 2016 19:05:38 +0000]
Skip trying to create sequences in Oracle

In Oracle, unlike in Postgres, you have to completely drop and recreate a
sequence if you want to change the current value - or do custom
increment/decrement logic for it. This means that making this work in a
universal way is extremely difficult if not impossible. If this proves to be an
issue in the future, this can be revisited.

8 years agochangelog
Samuel Kaufman [Tue, 5 Jan 2016 15:11:43 +0000]
changelog

8 years agoscrewed up the version, fixing v1.001034
Samuel Kaufman [Tue, 5 Jan 2016 15:05:16 +0000]
screwed up the version, fixing

8 years agoreleasing as stable
Samuel Kaufman [Tue, 5 Jan 2016 15:02:00 +0000]
releasing as stable

8 years agoupdated changelog, version
Samuel Kaufman [Tue, 8 Dec 2015 16:35:22 +0000]
updated changelog, version

8 years agochangelog v1.00103_3
Samuel Kaufman [Tue, 8 Dec 2015 16:29:27 +0000]
changelog

8 years agoMerge branch 'bugreport_108017'
Samuel Kaufman [Tue, 8 Dec 2015 16:28:40 +0000]
Merge branch 'bugreport_108017'

8 years agoautogenerated Makefile
Samuel Kaufman [Fri, 4 Dec 2015 16:00:28 +0000]
autogenerated Makefile

8 years agoMerge branch 'prereq'
Samuel Kaufman [Fri, 4 Dec 2015 15:54:31 +0000]
Merge branch 'prereq'

8 years agochangelog
Samuel Kaufman [Fri, 4 Dec 2015 15:54:16 +0000]
changelog

8 years agoadded bind_param
hatorikibble [Tue, 1 Dec 2015 08:27:27 +0000]
added bind_param

8 years agouse quote_identifiers for problematic column names
hatorikibble [Mon, 30 Nov 2015 20:01:21 +0000]
use quote_identifiers for problematic column names

8 years agoalso added requirement File::Temp in dist.ini
hatorikibble [Wed, 25 Nov 2015 19:21:32 +0000]
also added requirement File::Temp in dist.ini

8 years agoadded File::Temp as prerequisite since it is referenced in Fixtures.pm
hatorikibble [Wed, 25 Nov 2015 11:59:35 +0000]
added File::Temp as prerequisite since it is referenced in Fixtures.pm

8 years agoadded MetaJSON #105580 ether++
skaufman [Tue, 30 Jun 2015 19:03:09 +0000]
added MetaJSON #105580 ether++

8 years agoadded jnap into contributors
skaufman [Thu, 4 Jun 2015 15:13:25 +0000]
added jnap into contributors

8 years agoreleased
skaufman [Thu, 4 Jun 2015 15:06:10 +0000]
released

8 years agomakefile v1.001032
skaufman [Tue, 2 Jun 2015 19:02:33 +0000]
makefile

8 years agoversion bump
skaufman [Tue, 2 Jun 2015 17:33:00 +0000]
version bump

8 years agochangelog, and releasing as stable
skaufman [Tue, 2 Jun 2015 17:31:51 +0000]
changelog, and releasing as stable

8 years agochangelog
skaufman [Wed, 27 May 2015 14:55:48 +0000]
changelog

8 years agocontributors v1.001_031
skaufman [Wed, 27 May 2015 14:54:14 +0000]
contributors

8 years agoscrewed up on last release, forgot to merge in branch first
skaufman [Wed, 27 May 2015 14:49:22 +0000]
screwed up on last release, forgot to merge in branch first

8 years agoMerge branch 'people/TBSliver/source_order_fix'
skaufman [Wed, 27 May 2015 14:47:19 +0000]
Merge branch 'people/TBSliver/source_order_fix'

8 years agochangelog
skaufman [Wed, 27 May 2015 14:45:22 +0000]
changelog

8 years agoexplicitly meta noindex t/lib v1.001_030
skaufman [Wed, 27 May 2015 14:43:23 +0000]
explicitly meta noindex t/lib

8 years agochangelog and bump
skaufman [Wed, 27 May 2015 14:36:18 +0000]
changelog and bump

8 years agomove sorting call outside of transaction call
Tom Bloor [Fri, 22 May 2015 14:39:40 +0000]
move sorting call outside of transaction call

8 years agoremove Dwarn statement
Tom Bloor [Fri, 22 May 2015 11:45:24 +0000]
remove Dwarn statement

8 years agoMerged changes into .pm file properly
Tom Bloor [Fri, 22 May 2015 11:26:33 +0000]
Merged changes into .pm file properly

8 years agofix of minor non-necessary differences
Tom Bloor [Fri, 22 May 2015 11:25:49 +0000]
fix of minor non-necessary differences

8 years agore-thought the logic, basically stripped the SQLT logic of anything not needed
Tom Bloor [Wed, 20 May 2015 23:29:40 +0000]
re-thought the logic, basically stripped the SQLT logic of anything not needed

8 years agotesting work with non SQL::Translator algorithm
Tom Bloor [Tue, 19 May 2015 14:50:31 +0000]
testing work with non SQL::Translator algorithm

cant seem to find a way to ignore circular dependencies....

8 years agoTemporary fix using SQL::Translator
Tom Bloor [Tue, 19 May 2015 14:47:47 +0000]
Temporary fix using SQL::Translator

8 years agoadded Test::TempDir::Tiny dependency
skaufman [Wed, 27 May 2015 14:30:32 +0000]
added Test::TempDir::Tiny dependency

9 years agofixed test cases
John Napiorkowski [Tue, 21 Apr 2015 21:31:12 +0000]
fixed test cases

9 years agodelete junk file
John Napiorkowski [Tue, 21 Apr 2015 20:02:37 +0000]
delete junk file

9 years agoMerge branch 'itnode-master'
John Napiorkowski [Tue, 21 Apr 2015 20:02:02 +0000]
Merge branch 'itnode-master'

9 years agomerged
John Napiorkowski [Tue, 21 Apr 2015 20:01:46 +0000]
merged

9 years agoMerge branch 'RsrchBoy-topic/parallelize-tests'
John Napiorkowski [Tue, 21 Apr 2015 19:48:28 +0000]
Merge branch 'RsrchBoy-topic/parallelize-tests'

9 years agoMerge branch 'topic/parallelize-tests' of https://github.com/RsrchBoy/DBIx-Class...
John Napiorkowski [Tue, 21 Apr 2015 19:48:09 +0000]
Merge branch 'topic/parallelize-tests' of https://github.com/RsrchBoy/DBIx-Class-Fixtures into RsrchBoy-topic/parallelize-tests

9 years agounicode chars working, but german special chars giving errors
Patrick Simon [Sat, 11 Apr 2015 11:54:26 +0000]
unicode chars working, but german special chars giving errors

9 years ago Adding a test for unicode
Jens Gassmann [Sat, 11 Apr 2015 09:52:54 +0000]
 Adding a test for unicode

9 years agogitignore 'tmp/'
Chris Weyl [Tue, 7 Apr 2015 01:07:15 +0000]
gitignore 'tmp/'

9 years agoswitch tests to Test::TempDir::Tiny to enable parallelization
Chris Weyl [Tue, 7 Apr 2015 00:23:17 +0000]
switch tests to Test::TempDir::Tiny to enable parallelization

9 years agotests: init_schema now accepts a db_dir parameter
Chris Weyl [Tue, 7 Apr 2015 00:17:38 +0000]
tests: init_schema now accepts a db_dir parameter

...so we can use different directories for testing, and hopefully run tests in
parallel.

9 years agoexample for utf8 encoding
Patrick Simon [Wed, 1 Apr 2015 09:38:39 +0000]
example for utf8 encoding

9 years agonew test case with nested resultsources
John Napiorkowski [Fri, 6 Mar 2015 00:26:57 +0000]
new test case with nested resultsources

9 years agotesting for when resources are nested
John Napiorkowski [Fri, 6 Mar 2015 00:17:29 +0000]
testing for when resources are nested

9 years agonew test resultsource
John Napiorkowski [Thu, 5 Mar 2015 23:46:54 +0000]
new test resultsource

9 years agochangelog
Samuel Kaufman [Wed, 14 Jan 2015 15:44:37 +0000]
changelog

9 years agotest fixin v1.001_029
Samuel Kaufman [Wed, 14 Jan 2015 15:15:48 +0000]
test fixin

9 years agotrial version, bump
Samuel Kaufman [Wed, 14 Jan 2015 15:09:21 +0000]
trial version, bump

9 years agotry to figure out wtf is wrong with windows
Samuel Kaufman [Wed, 14 Jan 2015 15:06:02 +0000]
try to figure out wtf is wrong with windows

9 years agoreleasing as stable v1.001028
Samuel Kaufman [Mon, 5 Jan 2015 00:40:36 +0000]
releasing as stable

9 years agochangelog
Samuel Kaufman [Tue, 30 Dec 2014 19:52:50 +0000]
changelog

9 years agogitignore v1.001027_02
Samuel Kaufman [Tue, 30 Dec 2014 19:50:24 +0000]
gitignore

9 years agochangelog
Samuel Kaufman [Tue, 30 Dec 2014 19:49:00 +0000]
changelog

9 years agomade tests cross os compatible
Samuel Kaufman [Tue, 30 Dec 2014 19:45:19 +0000]
made tests cross os compatible

9 years agochangelog
Samuel Kaufman [Fri, 26 Dec 2014 17:07:24 +0000]
changelog

9 years agopreparing for 1.001027_01 v1.001027_01
Samuel Kaufman [Fri, 26 Dec 2014 17:05:37 +0000]
preparing for 1.001027_01

9 years agoMerge branch 'os_compat_files'
Samuel Kaufman [Fri, 26 Dec 2014 16:56:46 +0000]
Merge branch 'os_compat_files'

9 years agochangelog os_compat_files
Samuel Kaufman [Fri, 26 Dec 2014 16:55:39 +0000]
changelog

9 years agoremoved unused variable
Samuel Kaufman [Fri, 26 Dec 2014 16:54:01 +0000]
removed unused variable

9 years agoexplicitly stringify IO::All objects when they are leaving the immediate scope, or...
Samuel Kaufman [Fri, 26 Dec 2014 16:52:26 +0000]
explicitly stringify IO::All objects when they are leaving the immediate scope, or other functions might mistake them for strings

9 years agoRemoval of trailing white space
Mike Francis [Wed, 24 Dec 2014 15:24:11 +0000]
Removal of trailing white space

9 years agoMigrate to use IO::All for consistency
Mike Francis [Wed, 24 Dec 2014 12:17:02 +0000]
Migrate to use IO::All for consistency

9 years agoFix fixture filenames to be compatible with ntfs systems
Mike Francis [Wed, 24 Dec 2014 12:03:18 +0000]
Fix fixture filenames to be compatible with ntfs systems

9 years agoreplace ContributorsFromGit with Git::Contributors
Samuel Kaufman [Mon, 1 Dec 2014 18:47:57 +0000]
replace ContributorsFromGit with Git::Contributors

9 years agochangelog
skaufman [Mon, 1 Dec 2014 16:46:42 +0000]
changelog

9 years agoadded [VersionFromModule] plugin, as ::Fixtures uses the version for stuff v1.001026
skaufman [Mon, 1 Dec 2014 16:42:47 +0000]
added [VersionFromModule] plugin, as ::Fixtures uses the version for stuff

9 years agoMerge branch 'feature/support_scalar_ref_names'
skaufman [Mon, 1 Dec 2014 16:24:00 +0000]
Merge branch 'feature/support_scalar_ref_names'

9 years agochangelog
skaufman [Mon, 1 Dec 2014 16:21:22 +0000]
changelog

9 years agoUse source->name or source->source_name for naming of sources in a central method
Mike Francis [Thu, 27 Nov 2014 10:11:51 +0000]
Use source->name or source->source_name for naming of sources in a central method

9 years agochangelog
skaufman [Mon, 1 Dec 2014 14:52:09 +0000]
changelog