-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: frozenfung/hypernova-ruby
base: master
head repository: polydice/hypernova-ruby
compare: master
- 17 commits
- 16 files changed
- 9 contributors
Commits on Jan 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 091fb31 - Browse repository at this point
Copy the full SHA 091fb31View commit details -
Merge pull request airbnb#10 from dlackty/patch-1
Run CI on Ruby 2.3 as well
Configuration menu - View commit details
-
Copy full SHA for cc23523 - Browse repository at this point
Copy the full SHA cc23523View commit details
Commits on Feb 9, 2017
-
[dev] display stack trace in monospace
Babel and other compilers omit nice error messages, but those messages rely on the pre-wrap spacing behavior of a monospaced terminal. This commit changes the development mode plugin to emit stacks in a pre-like block. 
Jake Teton-Landis committedFeb 9, 2017 Configuration menu - View commit details
-
Copy full SHA for f031dff - Browse repository at this point
Copy the full SHA f031dffView commit details -
[spec] fix unrelated WebMock spec failure
Loosten the specificity of the WebMock request being stubbed here; the stub message was generated by webmock and copy-pasted into Rspec, which worked for Faraday 0.10. Faraday 0.11 generated different, even more detailed headers. But are we really testing the specifc headers of Faraday here? No. it doesn't matter at all. This commit removes the over-specificity of this stub_request call to reduce these sorts of spurious failures.
Jake Teton-Landis committedFeb 9, 2017 Configuration menu - View commit details
-
Copy full SHA for dc94323 - Browse repository at this point
Copy the full SHA dc94323View commit details -
Merge pull request airbnb#11 from justjake/jake--monospace-stack-trace
[dev] display stack trace in monospace
Configuration menu - View commit details
-
Copy full SHA for 111183a - Browse repository at this point
Copy the full SHA 111183aView commit details -
Update CHANGELOG.md for airbnb#11
From airbnb#11: > Babel and other compilers omit nice error messages, but those messages > rely on the pre-wrap spacing behavior of a monospaced terminal. > This commit changes the development mode plugin to emit stacks in a > pre-like block. It also html_escapes the stack trace to prevent strange > rendering errors that sometimes occur if the error contains <html>.
Configuration menu - View commit details
-
Copy full SHA for 9fada5b - Browse repository at this point
Copy the full SHA 9fada5bView commit details -
Merge pull request airbnb#12 from justjake/patch-1
Update CHANGELOG.md for airbnb#11
Configuration menu - View commit details
-
Copy full SHA for 14c6a2f - Browse repository at this point
Copy the full SHA 14c6a2fView commit details
Commits on Feb 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7614f8f - Browse repository at this point
Copy the full SHA 7614f8fView commit details
Commits on Jul 25, 2017
-
Gil Birman committedJul 25, 2017 Configuration menu - View commit details
-
Copy full SHA for aecc462 - Browse repository at this point
Copy the full SHA aecc462View commit details -
fix plugin_helper.rb and pass in nil instead of {}
Gil Birman committedJul 25, 2017 Configuration menu - View commit details
-
Copy full SHA for d9691fb - Browse repository at this point
Copy the full SHA d9691fbView commit details
Commits on Jul 28, 2017
-
Gil Birman committedJul 28, 2017 Configuration menu - View commit details
-
Copy full SHA for c5dbe83 - Browse repository at this point
Copy the full SHA c5dbe83View commit details -
Merge pull request airbnb#18 from gilbox/gil--on_error-args
Pass hash into on_error
Configuration menu - View commit details
-
Copy full SHA for e65ff7c - Browse repository at this point
Copy the full SHA e65ff7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdee4f3 - Browse repository at this point
Copy the full SHA cdee4f3View commit details
Commits on Dec 13, 2018
-
fix: render_batch receives jobs in hash form.
All occurrences of RequestService's `render_batch` receive their jobs input in hash form but were expecting it to be an array. This caused the on_error callbacks to always silently get called with a nil job. Since the consistent form of arguments to the RequestService's methods is a hash, the mock jobs in its test are also wrapped in a hash ( instead of an array ).
Dimitris Bachtis committedDec 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 6906901 - Browse repository at this point
Copy the full SHA 6906901View commit details
Commits on Jan 15, 2019
-
Merge pull request airbnb#21 from 0xdiba/send_job_info_on_error
fix: render_batch receives jobs in hash form.
Configuration menu - View commit details
-
Copy full SHA for 9fa2a7f - Browse repository at this point
Copy the full SHA 9fa2a7fView commit details
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce24970 - Browse repository at this point
Copy the full SHA ce24970View commit details
Commits on May 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6b96d0b - Browse repository at this point
Copy the full SHA 6b96d0bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master