pgxn-utils.git
13 years agoMerge pull request #23 from guedes/git-support master
Dickson S. Guedes [Wed, 12 Oct 2011 22:35:19 +0000 (15:35 -0700)]
Merge pull request #23 from guedes/git-support

Added git support.

13 years agofixing git url on README, ref #17 git-support
Dickson S. Guedes [Wed, 12 Oct 2011 18:16:06 +0000 (15:16 -0300)]
fixing git url on README, ref #17

13 years agofixing git url on README, ref #17
Dickson S. Guedes [Wed, 12 Oct 2011 18:00:43 +0000 (15:00 -0300)]
fixing git url on README, ref #17

13 years agobundle using git archive, ref #17
Dickson S. Guedes [Wed, 12 Oct 2011 17:57:00 +0000 (14:57 -0300)]
bundle using git archive, ref #17

13 years agofixing tests
Dickson S. Guedes [Fri, 7 Oct 2011 02:35:07 +0000 (23:35 -0300)]
fixing tests

13 years agoadding git support, ref #16
Dickson S. Guedes [Fri, 7 Oct 2011 01:49:47 +0000 (22:49 -0300)]
adding git support, ref #16

Added more example to README
Now pgxn_utils notice the repository creation
Now pgxn_utils do an initial commit

13 years agoadded initial git support. ref #16
Dickson S. Guedes [Wed, 28 Sep 2011 03:50:49 +0000 (00:50 -0300)]
added initial git support. ref #16

13 years agocreate a default .gitignore file
Dickson S. Guedes [Mon, 19 Sep 2011 00:56:50 +0000 (21:56 -0300)]
create a default .gitignore file

when create a extension using skeleton it now creates a default
.gitignore file.

Fix #15.

13 years agojust tabfying
Dickson S. Guedes [Mon, 19 Sep 2011 00:29:51 +0000 (21:29 -0300)]
just tabfying

13 years agoMerge branches 'master' and 'refactoring' v0.1.3
Dickson S. Guedes [Thu, 8 Sep 2011 05:01:54 +0000 (02:01 -0300)]
Merge branches 'master' and 'refactoring'

13 years agoadjusting version
Dickson S. Guedes [Thu, 8 Sep 2011 05:01:33 +0000 (02:01 -0300)]
adjusting version

13 years agorefactored code and changed README
Dickson S. Guedes [Thu, 8 Sep 2011 04:57:28 +0000 (01:57 -0300)]
refactored code and changed README

13 years agoPGXNfying pgxn-utils.
Dickson S. Guedes [Thu, 8 Sep 2011 04:49:57 +0000 (01:49 -0300)]
PGXNfying pgxn-utils.

13 years agoadding post messagens with some instructions
Dickson S. Guedes [Thu, 8 Sep 2011 04:28:22 +0000 (01:28 -0300)]
adding post messagens with some instructions

13 years agothis was renamed
Dickson S. Guedes [Wed, 7 Sep 2011 22:51:59 +0000 (19:51 -0300)]
this was renamed

13 years agorenaming executable
Dickson S. Guedes [Wed, 7 Sep 2011 22:48:42 +0000 (19:48 -0300)]
renaming executable

with this change, after next PGXN client version, you will be able
to call pgxn-utils in two ways

1) $ pgxn-utils

or

2) $ pgxn utils

But you must have pgxnclient installed in you system.

13 years agochanging README
Dickson S. Guedes [Sat, 16 Jul 2011 23:03:06 +0000 (20:03 -0300)]
changing README

13 years agoshowing version when no task is choosed
Dickson S. Guedes [Sat, 16 Jul 2011 19:58:14 +0000 (16:58 -0300)]
showing version when no task is choosed

13 years agofixing for OpenSSL backward compatibility with Ruby 1.8.7 version
Dickson S. Guedes [Sat, 16 Jul 2011 19:01:16 +0000 (16:01 -0300)]
fixing for OpenSSL backward compatibility with Ruby 1.8.7 version

13 years agoensure use off SSL. Refs #14.
Dickson S. Guedes [Tue, 28 Jun 2011 18:36:30 +0000 (15:36 -0300)]
ensure use off SSL. Refs #14.

13 years agoMerge pull request #14 from pgxn/fix-uri
Dickson S. Guedes [Tue, 28 Jun 2011 17:54:03 +0000 (10:54 -0700)]
Merge pull request #14 from pgxn/fix-uri

Fix upload URI.

13 years agoFix upload URI.
David E. Wheeler [Tue, 28 Jun 2011 05:05:28 +0000 (22:05 -0700)]
Fix upload URI.

13 years agoMerge pull request #13 from guedes/issue_9 v0.1.2
Dickson S. Guedes [Fri, 24 Jun 2011 22:46:00 +0000 (15:46 -0700)]
Merge pull request #13 from guedes/issue_9

Prepare to 0.1.2.

13 years agoUsing 'say' instead raising and fixing some code issue_9
Dickson S. Guedes [Fri, 24 Jun 2011 22:01:46 +0000 (19:01 -0300)]
Using 'say' instead raising and fixing some code

13 years agoFixing skeleton to checking if directory exists and checking for connection when...
Dickson S. Guedes [Thu, 23 Jun 2011 23:25:08 +0000 (20:25 -0300)]
Fixing skeleton to checking if directory exists and checking for connection when send file

13 years agoClosing some issues
Dickson S. Guedes [Thu, 23 Jun 2011 20:24:27 +0000 (17:24 -0300)]
Closing some issues

13 years agoadjusting json missing dependencie
Dickson S. Guedes [Fri, 17 Jun 2011 02:42:37 +0000 (23:42 -0300)]
adjusting json missing dependencie

PGXN Utils failed on ruby 1.8 because json is missing. This fix
that problem.

Refs #11

13 years agoadding tags to .gitignore
Dickson S. Guedes [Thu, 16 Jun 2011 03:51:01 +0000 (00:51 -0300)]
adding tags to .gitignore

13 years agoadding ctags task
Dickson S. Guedes [Thu, 16 Jun 2011 03:38:00 +0000 (00:38 -0300)]
adding ctags task

13 years agoFixing strange behaviours on method #change
Dickson S. Guedes [Thu, 16 Jun 2011 03:33:51 +0000 (00:33 -0300)]
Fixing strange behaviours on method #change

Now #change checks if current_dir is an extension when no
extension_name is supplied.

Refs #9

13 years agoFixing extension in template
Dickson S. Guedes [Tue, 14 Jun 2011 23:29:37 +0000 (20:29 -0300)]
Fixing extension in template

Fix #12, per report from Hitoshi Harada

13 years agoWIP: change internal behaviour for extension name
Dickson S. Guedes [Wed, 25 May 2011 11:25:01 +0000 (08:25 -0300)]
WIP: change internal behaviour for extension name

13 years agoversioning v0.1.1
Dickson S. Guedes [Mon, 23 May 2011 03:34:13 +0000 (00:34 -0300)]
versioning

13 years agofixing #bundle to put files in right place inside zip
Dickson S. Guedes [Mon, 23 May 2011 03:33:38 +0000 (00:33 -0300)]
fixing #bundle to put files in right place inside zip

13 years agoMerge pull request #8 from guedes/issue_4 v0.1.0
Dickson S. Guedes [Mon, 23 May 2011 02:58:53 +0000 (19:58 -0700)]
Merge pull request #8 from guedes/issue_4

Issues: #4, #5

13 years agofixing README
Dickson S. Guedes [Mon, 23 May 2011 02:53:19 +0000 (23:53 -0300)]
fixing README

13 years agofixing code to start symlinks infrastructure
Dickson S. Guedes [Mon, 23 May 2011 02:49:16 +0000 (23:49 -0300)]
fixing code to start symlinks infrastructure

13 years agoprepare executable to play with symlinks
Dickson S. Guedes [Mon, 23 May 2011 02:41:32 +0000 (23:41 -0300)]
prepare executable to play with symlinks

13 years agofixing README
Dickson S. Guedes [Mon, 23 May 2011 02:40:38 +0000 (23:40 -0300)]
fixing README

13 years agoversioning
Dickson S. Guedes [Mon, 23 May 2011 00:55:12 +0000 (21:55 -0300)]
versioning

13 years agoAdding more options to pgxn_utils
Dickson S. Guedes [Sun, 22 May 2011 23:40:37 +0000 (20:40 -0300)]
Adding more options to pgxn_utils

Now pgxn_utils has options to bundle and change extension easily.

Refs #4, #5

13 years agoMerge pull request #3 from guedes/issue_1
Dickson S. Guedes [Sun, 22 May 2011 19:52:29 +0000 (12:52 -0700)]
Merge pull request #3 from guedes/issue_1

Re-use options used at create skeleton to future

13 years agoRe-use options used at create skeleton to future
Dickson S. Guedes [Thu, 19 May 2011 02:42:36 +0000 (23:42 -0300)]
Re-use options used at create skeleton to future

Now, when you create a new extension and sometime
after try to recreate it with 'skeleton', the
arguments has priority, and that args that isn't
explicit passed again, are re-used from META.json.

Refs #1.

13 years agofixed libdir for control file and added version test v0.0.4
Dickson S. Guedes [Fri, 13 May 2011 04:59:20 +0000 (01:59 -0300)]
fixed libdir for control file and added version test

13 years agochanging README
Dickson S. Guedes [Thu, 12 May 2011 23:32:55 +0000 (20:32 -0300)]
changing README

13 years agochanging version
Dickson S. Guedes [Thu, 12 May 2011 23:17:36 +0000 (20:17 -0300)]
changing version

13 years agoMerge branches 'master' and 'pgxn_utils'
Dickson S. Guedes [Thu, 12 May 2011 23:05:33 +0000 (20:05 -0300)]
Merge branches 'master' and 'pgxn_utils'

13 years agoadding .gitignore
Dickson S. Guedes [Thu, 12 May 2011 23:04:50 +0000 (20:04 -0300)]
adding .gitignore

13 years agogoodbye file, and thanks for all the fishes.
Dickson S. Guedes [Thu, 12 May 2011 22:46:59 +0000 (19:46 -0300)]
goodbye file, and thanks for all the fishes.

13 years agoadded some new options to 'skeleton'
Dickson S. Guedes [Thu, 12 May 2011 22:45:12 +0000 (19:45 -0300)]
added some new options to 'skeleton'

13 years agoadding options and fixing typo
Dickson S. Guedes [Thu, 12 May 2011 18:43:15 +0000 (15:43 -0300)]
adding options and fixing typo

13 years agoputting description in options
Dickson S. Guedes [Thu, 12 May 2011 05:18:26 +0000 (02:18 -0300)]
putting description in options

13 years agoadded more texts to templates
Dickson S. Guedes [Thu, 12 May 2011 04:45:08 +0000 (01:45 -0300)]
added more texts to templates

13 years agorefactoring options names
Dickson S. Guedes [Thu, 12 May 2011 03:48:06 +0000 (00:48 -0300)]
refactoring options names

now options follow the respective names in META based on SPEC.

13 years agorefactored tests and task
Dickson S. Guedes [Thu, 12 May 2011 00:12:19 +0000 (21:12 -0300)]
refactored tests and task

- 'create_extension' changed to 'sekeleton'
- tests are refactored
- a 'target' option was added to 'skeleton'

13 years agominor version updated
Dickson S. Guedes [Tue, 10 May 2011 22:34:42 +0000 (19:34 -0300)]
minor version updated

13 years agofixing site on gemspec
Dickson S. Guedes [Tue, 10 May 2011 22:19:31 +0000 (19:19 -0300)]
fixing site on gemspec

13 years agoadding more options to create_extension and changind templates
Dickson S. Guedes [Tue, 10 May 2011 22:12:05 +0000 (19:12 -0300)]
adding more options to create_extension and changind templates

13 years agoMerge branch 'pgxn_utils', remote branch 'origin/pgxn_utils' into pgxn_utils
Dickson S. Guedes [Tue, 10 May 2011 20:09:33 +0000 (17:09 -0300)]
Merge branch 'pgxn_utils', remote branch 'origin/pgxn_utils' into pgxn_utils

13 years agocreated a commandline client
Dickson S. Guedes [Sun, 8 May 2011 23:08:27 +0000 (20:08 -0300)]
created a commandline client

13 years agoadded templates, author name and author mail to CLI
Dickson S. Guedes [Sun, 8 May 2011 23:08:02 +0000 (20:08 -0300)]
added templates, author name and author mail to CLI

13 years agoadded initial specs and firt tests working
Dickson S. Guedes [Sat, 7 May 2011 01:40:30 +0000 (22:40 -0300)]
added initial specs and firt tests working

13 years agorenaming spec to a correct name
Dickson S. Guedes [Fri, 6 May 2011 04:45:40 +0000 (01:45 -0300)]
renaming spec to a correct name

13 years agoadded initial specs all pending at moment
Dickson S. Guedes [Fri, 6 May 2011 04:42:43 +0000 (01:42 -0300)]
added initial specs all pending at moment

13 years agochanging gemspec
Dickson S. Guedes [Fri, 6 May 2011 04:03:03 +0000 (01:03 -0300)]
changing gemspec

13 years agostarting make a gem
Dickson S. Guedes [Fri, 6 May 2011 03:09:05 +0000 (00:09 -0300)]
starting make a gem

13 years agofirst commit
Dickson S. Guedes [Thu, 5 May 2011 04:03:18 +0000 (01:03 -0300)]
first commit