14 years agoVersion 1.19. 1.19
Florian Ragwitz [Sun, 28 Jun 2009 22:41:32 +0000]
Version 1.19.

14 years agoUn-merge r10556:10548 leaving gsoc code in branch as whilst all the things have been...
Tomas Doran [Sun, 28 Jun 2009 21:54:48 +0000]
Un-merge r10556:10548 leaving gsoc code in branch as whilst all the things have been fixed in the branch we need to release this first step, I can't be bothered cherry picking them, so I'm just going to give up with Catalyst::Script::* is baked

14 years agoRemove blank file, add more ignore props
Tomas Doran [Sun, 28 Jun 2009 21:42:57 +0000]
Remove blank file, add more ignore props

14 years agoRemove warnings
Tomas Doran [Sun, 28 Jun 2009 21:42:08 +0000]
Remove warnings

14 years agoremoved crap
Devin Austin [Sun, 28 Jun 2009 21:37:27 +0000]
removed crap

14 years agoAlways use unix paths in generated Makefile.PLs.
Florian Ragwitz [Sun, 28 Jun 2009 17:53:11 +0000]
Always use unix paths in generated Makefile.PLs.

14 years agoLets compile. That would be novel. merge fail
Tomas Doran [Tue, 16 Jun 2009 19:54:16 +0000]
Lets compile. That would be novel. merge fail

14 years agoMerge gsoc branch down. Specifically merged some revisions, but may have missed some...
Tomas Doran [Tue, 16 Jun 2009 08:36:04 +0000]
Merge gsoc branch down. Specifically merged some revisions, but may have missed some - need to specifically check a TestApp generated before and after this branch to ensure nothing 'got lost' - note I have note done this yet as it's time => work

14 years agoVersion 1.18. 1.18
Florian Ragwitz [Wed, 10 Jun 2009 17:03:17 +0000]
Version 1.18.

14 years agoC::Devel - handling some "Use of uninit. value" warnings in Module::Install::Catalyst
kmx [Tue, 9 Jun 2009 19:04:59 +0000]
C::Devel - handling some "Use of uninit. value" warnings in Module::Install::Catalyst

14 years agoDoc changes for forking restarter
Dave Rolsky [Mon, 1 Jun 2009 19:43:39 +0000]
Doc changes for forking restarter

14 years agoWait on the child process before starting a new child - hopefully will
Dave Rolsky [Mon, 1 Jun 2009 19:42:28 +0000]
Wait on the child process before starting a new child - hopefully will
fix intermittent problems arcanez reported where the restarter cannot
start a new child because the port is not available.

14 years agoChanges for my win32 fix
Dave Rolsky [Fri, 29 May 2009 22:29:29 +0000]
Changes for my win32 fix

14 years agoWe need to capture @ARGV in the restarter, for the benefit of Win32
Dave Rolsky [Fri, 29 May 2009 22:28:39 +0000]
We need to capture @ARGV in the restarter, for the benefit of Win32
only, so that it can re-execute itself with the right
options. Getopt::Long eats @ARGV before we have a chance to get to it.

14 years agoBump required versions of Module::Install in Makefile.PL
Tomas Doran [Thu, 28 May 2009 10:35:08 +0000]
Bump required versions of Module::Install in Makefile.PL

14 years agoAdd an 's'
Dave Rolsky [Sun, 24 May 2009 18:09:15 +0000]
Add an 's'

14 years agoVersion 1.17. 1.17
Florian Ragwitz [Sun, 24 May 2009 16:19:34 +0000]
Version 1.17.

14 years agoAdd changes for 1.17
Dave Rolsky [Sun, 24 May 2009 15:57:46 +0000]
Add changes for 1.17

14 years agoDoh, accidentally left in use threads & Thread::Cancel
Dave Rolsky [Sun, 24 May 2009 15:56:38 +0000]
Doh, accidentally left in use threads & Thread::Cancel

14 years agoVersion 1.16. 1.16
Florian Ragwitz [Sat, 23 May 2009 15:31:16 +0000]
Version 1.16.

14 years agoFix a typo in my comment
Dave Rolsky [Sat, 23 May 2009 15:27:39 +0000]
Fix a typo in my comment

14 years agoUpdate pod for all restarter classes. Remove fork_and_start from Win32
Dave Rolsky [Sat, 23 May 2009 15:26:40 +0000]
Update pod for all restarter classes. Remove fork_and_start from Win32
which was just a copy of the parent's method.

14 years agoRevert "Add repository resource to all the MI Makefile.PLs"
Florian Ragwitz [Sat, 23 May 2009 15:24:44 +0000]
Revert "Add repository resource to all the MI Makefile.PLs"

This reverts commit r10249 (311bed4b4bdbea3b0c255af8ac12b561b900a5e2).

-Devel's Makefile.PL already had a repository url.

14 years agoAdd repository resource to all the MI Makefile.PLs
Tomas Doran [Sat, 23 May 2009 11:09:06 +0000]
Add repository resource to all the MI Makefile.PLs

14 years agoI fail at fixing things which don't have tests (redux)
Tomas Doran [Thu, 21 May 2009 19:46:46 +0000]
I fail at fixing things which don't have tests (redux)

14 years agoBack out - what the hell was the unexpected hunk. I fail at today.
Tomas Doran [Thu, 21 May 2009 19:45:42 +0000]
Back out - what the hell was the unexpected hunk. I fail at today.

14 years agoI fail at fixing things which don't have tests
Tomas Doran [Thu, 21 May 2009 19:42:09 +0000]
I fail at fixing things which don't have tests

14 years agoLooks like 1.16 did not actually get released
Dave Rolsky [Thu, 21 May 2009 18:57:03 +0000]
Looks like 1.16 did not actually get released

14 years agoBump SCRIPT_GEN since I changed the scripts
Dave Rolsky [Tue, 19 May 2009 16:15:25 +0000]
Bump SCRIPT_GEN since I changed the scripts

14 years agoAdded changes for 1.17
Dave Rolsky [Tue, 19 May 2009 16:14:54 +0000]
Added changes for 1.17

14 years agoIt turns out the restarter didn't really work on Win32. This checkin
Dave Rolsky [Tue, 19 May 2009 16:13:06 +0000]
It turns out the restarter didn't really work on Win32. This checkin
adds a hacktastic Win32-specific restarter that uses Proc::Background
(which uses Win32::Process) and actually works.

You won't get any of the benefits of the new restarter code on Win32,
since it reloads everything on every restart, but it does actually
seem to work, and it's not any worse than the old version.

14 years agoremove unnecessary escape
Rafael Kitover [Sat, 16 May 2009 19:19:41 +0000]
remove unnecessary escape

14 years agoC::Devel - better check for invalid app name
Rafael Kitover [Sat, 16 May 2009 18:45:15 +0000]
C::Devel - better check for invalid app name

14 years agoFix some spacing in the Changes file
Dave Rolsky [Thu, 14 May 2009 15:33:42 +0000]
Fix some spacing in the Changes file

14 years agoAdd my name to the changes I made
Dave Rolsky [Thu, 14 May 2009 15:21:56 +0000]
Add my name to the changes I made

14 years agoAdded shebang line to .t files and Makefile.PL
Dan Dascalescu [Thu, 14 May 2009 01:43:53 +0000]
Added shebang line to .t files and Makefile.PL

14 years agoConverted one tab to 8 spaces.
Dan Dascalescu [Thu, 14 May 2009 01:42:04 +0000]
Converted one tab to 8 spaces.

14 years agoCapitalized warning about deleting Makefile.PL
Dan Dascalescu [Thu, 14 May 2009 01:16:25 +0000]
Capitalized warning about deleting Makefile.PL

14 years agoCatalyst prereq changed to 5.80. Thanks, kold!
Jay Hannah [Wed, 13 May 2009 21:03:37 +0000]
Catalyst prereq changed to 5.80. Thanks, kold!

14 years agoVersion 1.15. 1.15
Florian Ragwitz [Wed, 13 May 2009 18:04:04 +0000]
Version 1.15.

14 years agoBump script version for the -pidfile fix.
Florian Ragwitz [Wed, 13 May 2009 18:03:54 +0000]
Bump script version for the -pidfile fix.

14 years agoMerge branch 'improved-restarter'
Florian Ragwitz [Wed, 13 May 2009 18:03:45 +0000]
Merge branch 'improved-restarter'

Conflicts:
Changes
lib/Catalyst/Devel.pm

14 years agoUnfuck -p option to do what I have a finger macro for
Tomas Doran [Wed, 13 May 2009 17:41:21 +0000]
Unfuck -p option to do what I have a finger macro for

14 years agoVersion 1.14_02. 1.14_02
Florian Ragwitz [Tue, 12 May 2009 02:31:57 +0000]
Version 1.14_02.

14 years agoBump script generation for latest ChangeNotify changes.
Florian Ragwitz [Tue, 12 May 2009 02:31:51 +0000]
Bump script generation for latest ChangeNotify changes.

14 years agodepend on File::ChangeNotify 0.03.
Dave Rolsky [Tue, 12 May 2009 02:26:11 +0000]
depend on File::ChangeNotify 0.03.
Bump version & update changes

14 years agoAdd a default directory if none is specific.
Dave Rolsky [Tue, 12 May 2009 02:22:55 +0000]
Add a default directory if none is specific.

This was in File::ChangeNotify but it's really Catalyst-specific, and
doesn't belong there.

14 years agoMake sure the app blows up if ::Runtime is too old.
Florian Ragwitz [Tue, 12 May 2009 00:03:20 +0000]
Make sure the app blows up if ::Runtime is too old.

Couresy of miyagawa++.

14 years agoVersion 1.14_01. 1.14_01
Florian Ragwitz [Mon, 11 May 2009 02:00:23 +0000]
Version 1.14_01.

14 years agodon't expect coverage for BUILD or DEMOLISH
Dave Rolsky [Mon, 11 May 2009 01:55:00 +0000]
don't expect coverage for BUILD or DEMOLISH

14 years agoWrite docs for Restarter
Dave Rolsky [Mon, 11 May 2009 01:54:00 +0000]
Write docs for Restarter
s/restart_sub/start_sub/g

14 years agoAdd changes for restarter
Dave Rolsky [Mon, 11 May 2009 01:42:53 +0000]
Add changes for restarter

14 years agoRequire the new, much less buggy, File::ChangeNotify 0.02
Dave Rolsky [Mon, 11 May 2009 01:33:13 +0000]
Require the new, much less buggy, File::ChangeNotify 0.02

14 years agoBump the script generation for the restarter changes.
Florian Ragwitz [Mon, 11 May 2009 01:19:32 +0000]
Bump the script generation for the restarter changes.

14 years agoMerge commit 'svn/trunk' into improved-restarter
Florian Ragwitz [Mon, 11 May 2009 01:15:51 +0000]
Merge commit 'svn/trunk' into improved-restarter

Conflicts:
Changes
Makefile.PL
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

14 years agoVersion 1.13.
Florian Ragwitz [Mon, 11 May 2009 00:54:32 +0000]
Version 1.13.

14 years agoCatalyst::Devel - add pidfile option to _server.pl
Rafael Kitover [Sun, 10 May 2009 16:07:39 +0000]
Catalyst::Devel - add pidfile option to _server.pl

14 years agoCatalyst::Devel - bump up Config::General dep
Rafael Kitover [Sun, 10 May 2009 14:18:18 +0000]
Catalyst::Devel - bump up Config::General dep

14 years agomerge from trunk to improved-restarter branch
Dave Rolsky [Thu, 7 May 2009 23:08:19 +0000]
merge from trunk to improved-restarter branch

14 years agoRewrote restarter to use the soon-to-be-on-CPAN File::ChangeNotify
Dave Rolsky [Thu, 7 May 2009 23:06:08 +0000]
Rewrote restarter to use the soon-to-be-on-CPAN File::ChangeNotify

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

14 years agoBump required Module::Install version in everything. janus++
Tomas Doran [Thu, 7 May 2009 13:19:53 +0000]
Bump required Module::Install version in everything. janus++

15 years agoNo need to cancel the watcher on a DELETE_SELF event, Inotify2 does that internally.
Dave Rolsky [Tue, 5 May 2009 19:50:28 +0000]
No need to cancel the watcher on a DELETE_SELF event, Inotify2 does that internally.

15 years agoRemove unneeded extra parens
Dave Rolsky [Tue, 5 May 2009 19:49:55 +0000]
Remove unneeded extra parens

15 years agoRemove a useless newline
Dave Rolsky [Tue, 5 May 2009 19:31:20 +0000]
Remove a useless newline

15 years agoMake the inotify watcher actually work.
Dave Rolsky [Tue, 5 May 2009 19:29:21 +0000]
Make the inotify watcher actually work.

It was totally broken before, but I _thought_ it was working because
of a combination of stupidity, and the fact that I'd improved the
FileModified code made it less obvious that I was using the old
watcher code.

15 years agoFix the default regex so it just contains one anchor
Dave Rolsky [Tue, 5 May 2009 19:28:34 +0000]
Fix the default regex so it just contains one anchor

15 years agoActually report failure to load the Inotify module unless it's not
Dave Rolsky [Tue, 5 May 2009 19:14:20 +0000]
Actually report failure to load the Inotify module unless it's not
because Linux::Inotify2 isn't installed.

15 years agomerge trunk to improved-restarter branch
Dave Rolsky [Tue, 5 May 2009 15:51:00 +0000]
merge trunk to improved-restarter branch

15 years agoforgot to re-add Watcher.pm
Dave Rolsky [Sat, 2 May 2009 02:01:04 +0000]
forgot to re-add Watcher.pm

15 years agoLots of changes to how the restarter & watcher work.
Dave Rolsky [Sat, 2 May 2009 01:55:00 +0000]
Lots of changes to how the restarter & watcher work.

First, the "wait on events" loop is no longer in the restarter. The
restarter lets the watcher handle this. When an event happens, the
watcher calls

   $restarter->handle_changes(@events);

This made it _much_ easier to implement the Inotify-based watcher I've
added. Catalyst::Watcher is now a parent & factory. The old watcher
code has been split between ::Watcher and ::Watcher::FileModified.

The FileModified version has been fixed to handle file deletions a
little better, but it's still kind of broken.

The Inotify version handles everything correctly, though sometimes
it's reports of what changed can be off (but it restarts as needed,
and adds new directories to the watch list properly).

Finally, I fixed some bugs in the Helper module where the generated
script did not use the right names for arguments passed when creating
the restarter.

15 years agoCatalyst::Devel - kill C3 warnings on 5.10
Rafael Kitover [Thu, 30 Apr 2009 20:11:57 +0000]
Catalyst::Devel - kill C3 warnings on 5.10

15 years agoAdd some tests for the restarter. These are not very reliable and seem very timing...
Dave Rolsky [Tue, 28 Apr 2009 01:50:00 +0000]
Add some tests for the restarter. These are not very reliable and seem very timing dependent. I _have_ seen them run all the way through successfully. They need a lot of improvement to be truly useful.

15 years agoTurn off buffering when running under the test harness (it's a hack,
Dave Rolsky [Tue, 28 Apr 2009 01:49:09 +0000]
Turn off buffering when running under the test harness (it's a hack,
but better than just turning off buffering entirely).

15 years agoMove killing the child into its own method and add a Win32-specific hack
Dave Rolsky [Mon, 27 Apr 2009 21:10:00 +0000]
Move killing the child into its own method and add a Win32-specific hack

15 years agomerge from trunk
Dave Rolsky [Sun, 26 Apr 2009 14:22:28 +0000]
merge from trunk

15 years agoVersion 1.12. 1.12
Florian Ragwitz [Sun, 26 Apr 2009 13:46:39 +0000]
Version 1.12.

15 years agoRemove deprecated BindLex from _create.pl help message.
Florian Ragwitz [Sun, 26 Apr 2009 13:46:30 +0000]
Remove deprecated BindLex from _create.pl help message.

15 years agoCannot run in the background when also watching for file changes and restarting.
Dave Rolsky [Fri, 24 Apr 2009 02:14:28 +0000]
Cannot run in the background when also watching for file changes and restarting.

15 years agoAdd an empty line for restart message.
Dave Rolsky [Fri, 24 Apr 2009 02:13:43 +0000]
Add an empty line for restart message.

15 years agoRestore background feature lost in branch creation.
Dave Rolsky [Fri, 24 Apr 2009 02:09:45 +0000]
Restore background feature lost in branch creation.

15 years agomerge from trunk
Dave Rolsky [Fri, 24 Apr 2009 02:08:29 +0000]
merge from trunk

15 years agoUpdate docs
Dave Rolsky [Fri, 24 Apr 2009 02:06:19 +0000]
Update docs

15 years agoRevamped how the restarter stuff works so it's totally separate from
Dave Rolsky [Fri, 24 Apr 2009 02:02:19 +0000]
Revamped how the restarter stuff works so it's totally separate from
the Catalyst Engine modules.

This is _much_ simpler, and there's no need to test for
reloadability. If it fails to reload, the server dies, but it keeps
watching for changes, and will keep trying to reload as you change
things.

15 years agoBranch to put the restarter in C::Devel
Dave Rolsky [Fri, 24 Apr 2009 01:54:03 +0000]
Branch to put the restarter in C::Devel

15 years agoFix changelog fail. 1.11
Florian Ragwitz [Wed, 22 Apr 2009 20:57:15 +0000]
Fix changelog fail.

15 years agoVersion 0.11.
Florian Ragwitz [Wed, 22 Apr 2009 17:07:00 +0000]
Version 0.11.

15 years agoAdd .gitignore.
Florian Ragwitz [Wed, 22 Apr 2009 17:05:32 +0000]
Add .gitignore.

15 years agoExclude git files from MANIFEST.
Florian Ragwitz [Wed, 22 Apr 2009 17:03:42 +0000]
Exclude git files from MANIFEST.

15 years agoBump script version.
Florian Ragwitz [Wed, 22 Apr 2009 17:03:36 +0000]
Bump script version.

15 years agoChangelogging.
Florian Ragwitz [Wed, 22 Apr 2009 16:59:45 +0000]
Changelogging.

15 years agoRemove duplicate changelog entry.
Florian Ragwitz [Wed, 22 Apr 2009 16:58:06 +0000]
Remove duplicate changelog entry.

15 years agoC::D - update Changes
Rafael Kitover [Tue, 21 Apr 2009 07:50:04 +0000]
C::D - update Changes

15 years agoC::D - minor rewording of unknown error warning
Rafael Kitover [Tue, 21 Apr 2009 07:48:55 +0000]
C::D - minor rewording of unknown error warning

15 years agoAdd "Unknown error" check
Rafael Kitover [Tue, 21 Apr 2009 06:56:29 +0000]
Add "Unknown error" check

15 years agoChanglog merges
Tomas Doran [Sat, 28 Mar 2009 17:31:14 +0000]
Changlog merges

15 years agoPull the part of ashs r8144 which didn't make it from 1.10
Tomas Doran [Sat, 28 Mar 2009 17:26:06 +0000]
Pull the part of ashs r8144 which didn't make it from 1.10

15 years agoMerge r9317 from broken 1.10 branch
Tomas Doran [Sat, 28 Mar 2009 17:16:49 +0000]
Merge r9317 from broken 1.10 branch

15 years agoMerge r8655 from broken 1.10 branch
Tomas Doran [Sat, 28 Mar 2009 17:13:13 +0000]
Merge r8655 from broken 1.10 branch

15 years agorevprops to ignore generated files
Tomas Doran [Sat, 28 Mar 2009 17:00:12 +0000]
revprops to ignore generated files