Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp redis plugin code and move to dzil #2

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
0ad6c8d
Move plugin_settings in "register redis" sub.
celogeek Mar 28, 2011
54bbcd7
revamp code
celogeek Jun 26, 2011
d3ade62
update gitignore
celogeek Jun 26, 2011
01687eb
fix version
celogeek Nov 28, 2011
16c637b
fix deprecated dist::zilla
celogeek Jan 11, 2012
d69c009
fix warnings if connection loose
celogeek Apr 23, 2012
b6e20bf
bump version
celogeek Apr 23, 2012
5660c39
Switch to CheckChangelog
celogeek May 11, 2012
16a2174
bump version and changes
celogeek May 11, 2012
1850b4d
Simplify Redis plugin, refresh the doc.
celogeek May 19, 2012
6056f24
bump changes and version
celogeek May 19, 2012
17ae3b4
Remove useless deps
celogeek May 20, 2012
24f3172
bump version and changes
celogeek May 20, 2012
4330ee7
We now have some tests for the plugin.
May 31, 2012
ae43dac
That's included with dzil.
May 31, 2012
250955d
Add repo info
May 31, 2012
d8db502
Remove unused method
May 31, 2012
af62b51
Add markdown for github
May 31, 2012
27c1cee
Merge pull request #1 from Ovid/master
celogeek May 31, 2012
49b5c6b
Add github project link
celogeek May 31, 2012
83f9ea8
bump version and changes
celogeek May 31, 2012
f5abb60
Add missing space for github link
celogeek May 31, 2012
199bc3b
Fix irc link
celogeek May 31, 2012
cee4678
Remove double link to github
celogeek May 31, 2012
87b4769
bump version and changes
celogeek May 31, 2012
2cc48ce
Add password support (requirepass redis conf)
celogeek Jun 1, 2012
f157279
bump change and version
celogeek Jun 1, 2012
41678e3
Move PASSWORD to Instance level instead of Class
celogeek Jun 3, 2012
c5175fd
bump changes and version
celogeek Jun 3, 2012
1a238a5
Change author name
celogeek Jun 8, 2012
97a5fa2
bump version and changes
celogeek Jun 8, 2012
4db844c
remove critic / tidy
celogeek Jul 8, 2012
5c50232
Clear doc
celogeek Jul 8, 2012
d2f0762
v0.13
celogeek Jul 8, 2012
15ed99e
use Dist::Zilla::PluginBundle::Author::Celogeek v0.7
celogeek Jul 16, 2012
8f63874
Pass perlcritic
celogeek Jul 16, 2012
e6a0fd6
v0.14
celogeek Jul 16, 2012
f77b5c9
move to common version number
celogeek Jul 17, 2012
1f57033
v0.2
celogeek Jul 17, 2012
3ef1996
use latest redis that support password
celogeek Nov 28, 2012
0b9952c
update meta
celogeek Nov 28, 2012
bc872e6
v0.3
celogeek Nov 28, 2012
fc0e610
add support of dancer2
celogeek Dec 28, 2012
ccbbb64
add dancer2 support
celogeek Dec 28, 2012
0f46358
use dancer_version
celogeek Dec 28, 2012
40c2409
reflect changes
celogeek Dec 28, 2012
1ba495e
add missing pod
celogeek Dec 28, 2012
fe44d5c
fix for perlcritic
celogeek Dec 28, 2012
d32a9d4
v0.4
celogeek Dec 28, 2012
fbcaa86
use plugin_args instead of dancer_version detection
celogeek Jan 2, 2013
3309ea5
reflect changes
celogeek Jan 2, 2013
33b8605
fix for perlcritic
celogeek Jan 2, 2013
c98466c
v0.5
celogeek Jan 2, 2013
1764b44
simplify test
celogeek Jan 2, 2013
a76d022
v0.6
celogeek Jan 3, 2013
690ce1c
fix test for D2
celogeek Jan 3, 2013
4a95c13
v0.7
celogeek Jan 3, 2013
895366b
update github mirror
celogeek Feb 1, 2014
98d13d3
move back to github
celogeek Feb 3, 2014
e9902b6
Add version in Changes
celogeek Feb 3, 2014
898e622
Update version DistZilla
celogeek Feb 3, 2014
b21d7e7
Merge redmine-release-v0.8
celogeek Feb 3, 2014
89fdf27
Merge redmine-release-v0.8
celogeek Feb 3, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github_mirror
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[email protected]:celogeek/Dancer-Plugin-Redis.git
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.build
Dancer-Plugin-Redis-*
*.sw*
xt
96 changes: 91 additions & 5 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,93 @@
Revision history for Dancer-Plugin-Redis
0.02 2011-01-01
Change github url and copyright
0.8 2014-02-03 19:50:34 GMT
Move back to github

0.01 2011-01-01
Initial version developed based on David Precious Dancer::Plugin::Database
0.7 2013-01-03 22:50:51 Europe/Paris

Upgrade test to support new D2 Dancer::Test call

0.6 2013-01-03 00:59:48 Europe/Paris

Simplify test

0.5 2013-01-02 20:18:07 Europe/Paris

* use plugin_args instead of dancer_version.

0.4 2012-12-28 20:09:43 Europe/Paris

* Support of Dancer2

0.3 2012-11-28 19:11:49 Europe/Paris

* update meta
* update redis deps : use password generator from it

0.2 2012-07-17 15:28:31 Europe/Paris

Move to bundle plugin version number

0.14 2012-07-16 22:32:14 Europe/Paris

Use Dist::Zilla::PluginBundle::Author::Celogeek v0.7
move RedisWithAuthSupport outside main module

0.13 2012-07-08 18:52:22 Europe/Paris

Use Dist::Zilla Bundle Celogeek

0.12 2012-06-08

Change author name

0.11 2012-06-04

Fix password connection for multiple connection.

0.10 2012-06-02

Add support of password option (requirepass)

0.09 2012-06-01

fix pod

0.08 2012-05-31

[Ovid]
Add some basic tests
Add meta and markdown

[celogeek]
Add link to github project

0.07 2012-05-21

remove useless deps

0.06 2012-05-19

simplify the code
use latest reconnect option of Redis module


0.05 2012-05-12

change base author
fix test unit

0.04 2012-04-23

fix warnings if connection loose

0.03 2011-06-26

Optimize redis connection lost and debug message
Revamp code
Remove time ping

0.02 2011-01-01
Change github url and copyright

0.01 2011-01-01
Initial version developed based on David Precious Dancer::Plugin::Database

10 changes: 0 additions & 10 deletions MANIFEST

This file was deleted.

24 changes: 0 additions & 24 deletions META.yml

This file was deleted.

21 changes: 0 additions & 21 deletions Makefile.PL

This file was deleted.

47 changes: 0 additions & 47 deletions README

This file was deleted.

5 changes: 0 additions & 5 deletions debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

25 changes: 0 additions & 25 deletions debian/control

This file was deleted.

14 changes: 0 additions & 14 deletions debian/copyright

This file was deleted.

This file was deleted.

Loading