-
Notifications
You must be signed in to change notification settings - Fork 135
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
New issue services #42
base: master
Are you sure you want to change the base?
Conversation
certificate was just bad on test server
should probably add some examples to the documentation from |
I plan on getting to this once I have some time. (Just a bump!) |
Cool. Let me know if you need anything. Also github has its own blessed ruby api client https://github.com/peter-murach/github |
authentication: | ||
strategy: api_key | ||
key: "YOUR_API_KEY" | ||
api_host: "http://ur_gitlab/api/version3/project_id/1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be nice and professional we should say "your.gitlab" or "YOUR_GITLAB" :)
Hey all- Wondering if it would be worthwhile to take up the torch and write a separate github-issue-generator pull request. Also, still no visual treatment on these, which might be useful. |
@davegoldberg yeah I think github warrants its own pull request. Also it will be a couple of weeks before I can update this pull with feedback and I'll add some screen shots too. |
what is the status of this MR so far ? Thanks, |
When is "gitlab issue api support" is going to be integrated ? We use Gitlab for project hosting and would like to use Squash with it. Thanks, |
@kirantpatil it works but I just haven't had time to update with tests and stuff Its pretty straight forward what it does if you want to pick this up. I'll be happy to help also |
Thanks a lot, I will let you know once we start using the Squash. Thanks once again for your helping hand. On Wed, Jun 5, 2013 at 8:11 AM, williscool [email protected] wrote:
|
Added api calls for redmine and gitlab.
Please be gentle its a hackathon not a perfectly-finished-product-athon :)
They need tests and github also (you have to sign up for an oauth though and these are all I need for the demo)
I'm working on the UI now but wanted to get it out there so people can tell me all the better ways to go that I missed and help me refactor and test
Thanks,
Will