Skip to content

automatically parse repo and rev from local repo#88

Merged
shime merged 4 commits intomasterfrom
feature/auto-rev-and-repo
Mar 30, 2016
Merged

automatically parse repo and rev from local repo#88
shime merged 4 commits intomasterfrom
feature/auto-rev-and-repo

Conversation

@shime
Copy link
Copy Markdown
Contributor

@shime shime commented Mar 1, 2016

repo and revision can be parsed automatically when deploying.

@shime shime force-pushed the feature/auto-rev-and-repo branch from b55339b to e9e087a Compare March 2, 2016 13:29
@shime shime force-pushed the feature/auto-rev-and-repo branch from e9e087a to 241826a Compare March 2, 2016 13:36
var hashish = require('hashish');
var querystring = require('querystring');
var stringify = require('json-stringify-safe');
var execSync = require('sync-exec');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shime Why add a dependency when you can use child_process.execSync

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jadengore we have to support older node versions, where child_process doesn't have execSync defined.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shime 👍

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shime Maybe there needs to be a support section to the README so people know what versions node-airbrake supports.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jadengore yeah, that's a good idea, I'll add it to the readme

@kyrylo
Copy link
Copy Markdown
Contributor

kyrylo commented Mar 3, 2016

LGTM

@kyrylo
Copy link
Copy Markdown
Contributor

kyrylo commented Mar 30, 2016

What's the status here?

@shime
Copy link
Copy Markdown
Contributor Author

shime commented Mar 30, 2016

@kyrylo waiting for @zefer's 👀

@zefer
Copy link
Copy Markdown

zefer commented Mar 30, 2016

LGTM. You didn't need to wait for my review :)

@shime shime merged commit e019bca into master Mar 30, 2016
@kyrylo kyrylo deleted the feature/auto-rev-and-repo branch March 30, 2016 14:03
@ebramanti
Copy link
Copy Markdown
Contributor

👏 👏 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants