Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-12 | Merge pull request #23 from guedes/git-supportHEADmaster | Dickson S. Guedes | |
Added git support. | |||
2011-10-12 | fixing git url on README, ref #17git-support | Dickson S. Guedes | |
2011-10-12 | fixing git url on README, ref #17 | Dickson S. Guedes | |
2011-10-12 | bundle using git archive, ref #17 | Dickson S. Guedes | |
2011-10-07 | fixing tests | Dickson S. Guedes | |
2011-10-07 | adding git support, ref #16 | Dickson S. Guedes | |
Added more example to README Now pgxn_utils notice the repository creation Now pgxn_utils do an initial commit | |||
2011-09-28 | added initial git support. ref #16 | Dickson S. Guedes | |
2011-09-19 | create a default .gitignore file | Dickson S. Guedes | |
when create a extension using skeleton it now creates a default .gitignore file. Fix #15. | |||
2011-09-19 | just tabfying | Dickson S. Guedes | |
2011-09-08 | Merge branches 'master' and 'refactoring'v0.1.3 | Dickson S. Guedes | |
2011-09-08 | adjusting version | Dickson S. Guedes | |
2011-09-08 | refactored code and changed README | Dickson S. Guedes | |
2011-09-08 | PGXNfying pgxn-utils. | Dickson S. Guedes | |
2011-09-08 | adding post messagens with some instructions | Dickson S. Guedes | |
2011-09-07 | this was renamed | Dickson S. Guedes | |
2011-09-07 | renaming executable | Dickson S. Guedes | |
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. | |||
2011-07-16 | changing README | Dickson S. Guedes | |
2011-07-16 | showing version when no task is choosed | Dickson S. Guedes | |
2011-07-16 | fixing for OpenSSL backward compatibility with Ruby 1.8.7 version | Dickson S. Guedes | |
2011-06-28 | ensure use off SSL. Refs #14. | Dickson S. Guedes | |
2011-06-28 | Merge pull request #14 from pgxn/fix-uri | Dickson S. Guedes | |
Fix upload URI. | |||
2011-06-28 | Fix upload URI. | David E. Wheeler | |
2011-06-24 | Merge pull request #13 from guedes/issue_9v0.1.2 | Dickson S. Guedes | |
Prepare to 0.1.2. | |||
2011-06-24 | Using 'say' instead raising and fixing some codeissue_9 | Dickson S. Guedes | |
2011-06-23 | Fixing skeleton to checking if directory exists and checking for connection ↵ | Dickson S. Guedes | |
when send file | |||
2011-06-23 | Closing some issues | Dickson S. Guedes | |
2011-06-17 | adjusting json missing dependencie | Dickson S. Guedes | |
PGXN Utils failed on ruby 1.8 because json is missing. This fix that problem. Refs #11 | |||
2011-06-16 | adding tags to .gitignore | Dickson S. Guedes | |
2011-06-16 | adding ctags task | Dickson S. Guedes | |
2011-06-16 | Fixing strange behaviours on method #change | Dickson S. Guedes | |
Now #change checks if current_dir is an extension when no extension_name is supplied. Refs #9 | |||
2011-06-14 | Fixing extension in template | Dickson S. Guedes | |
Fix #12, per report from Hitoshi Harada | |||
2011-05-25 | WIP: change internal behaviour for extension name | Dickson S. Guedes | |
2011-05-23 | versioningv0.1.1 | Dickson S. Guedes | |
2011-05-23 | fixing #bundle to put files in right place inside zip | Dickson S. Guedes | |
2011-05-23 | Merge pull request #8 from guedes/issue_4v0.1.0 | Dickson S. Guedes | |
Issues: #4, #5 | |||
2011-05-23 | fixing README | Dickson S. Guedes | |
2011-05-23 | fixing code to start symlinks infrastructure | Dickson S. Guedes | |
2011-05-23 | prepare executable to play with symlinks | Dickson S. Guedes | |
2011-05-23 | fixing README | Dickson S. Guedes | |
2011-05-23 | versioning | Dickson S. Guedes | |
2011-05-22 | Adding more options to pgxn_utils | Dickson S. Guedes | |
Now pgxn_utils has options to bundle and change extension easily. Refs #4, #5 | |||
2011-05-22 | Merge pull request #3 from guedes/issue_1 | Dickson S. Guedes | |
Re-use options used at create skeleton to future | |||
2011-05-19 | Re-use options used at create skeleton to future | Dickson S. Guedes | |
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. | |||
2011-05-13 | fixed libdir for control file and added version testv0.0.4 | Dickson S. Guedes | |
2011-05-12 | changing README | Dickson S. Guedes | |
2011-05-12 | changing version | Dickson S. Guedes | |
2011-05-12 | Merge branches 'master' and 'pgxn_utils' | Dickson S. Guedes | |
2011-05-12 | adding .gitignore | Dickson S. Guedes | |
2011-05-12 | goodbye file, and thanks for all the fishes. | Dickson S. Guedes | |
2011-05-12 | added some new options to 'skeleton' | Dickson S. Guedes | |