author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
287,654
05.09.2017 11:22:14
25,200
094e263b82bca58a18a53d7dad7b0b2cae1efc60
Use https for links.
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/cli/test.rb", "new_path": "lib/honeybadger/cli/test.rb", "diff": "@@ -237,11 +237,11 @@ Honeybadger. For now, we've generated a test exception for you:\nOptional steps:\n- Show a feedback form on your error page:\n- http://docs.honeybadger.io/g...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Use https for links.
287,654
05.09.2017 14:25:26
25,200
7dec93d0c075d651d739cd460e31ec56d81bab53
Update gemfiles.
[ { "change_type": "MODIFY", "old_path": "gemfiles/.bundle/config", "new_path": "gemfiles/.bundle/config", "diff": "---\n-BUNDLE_WITHOUT: development\n+BUNDLE_WITHOUT: \"development\"\n+BUNDLE_RETRY: \"1\"\n" }, { "change_type": "MODIFY", "old_path": "gemfiles/binding_of_caller.gemfile", ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Update gemfiles.
287,654
06.09.2017 19:01:06
25,200
2533c8b71df2897d87e2e2f39ec618be47405b80
Coerce context from #to_honeybadger_context when defined.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -8,9 +8,10 @@ adheres to [Semantic Versioning](http://semver.org/).\n- The exception cause may now be set using an optional `:cause` option when\ncalling `Honeybadger.notify`. If not present, the exception...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Coerce context from #to_honeybadger_context when defined.
287,654
02.10.2017 14:29:30
25,200
2bc21f2ee8f4b92130cf7db29df956c48f676293
Unset _JAVA_OPTIONS to silence output during JRuby builds.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -3,7 +3,9 @@ branches:\n- master\nlanguage: ruby\ncache: bundler\n-before_install: gem install bundler\n+before_install:\n+ - unset _JAVA_OPTIONS\n+ - gem install bundler\nsudo: false\ngemfile:\n- gemfiles/s...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Unset _JAVA_OPTIONS to silence output during JRuby builds.
287,654
06.10.2017 13:37:55
25,200
0931489601adf9cc495a55474e9f18197688fa7d
Add #to_honeybadger conversion protocol to sanitizer... ...and add better handling of 3rd-party objects (even BasicObject).
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/conversions.rb", "new_path": "lib/honeybadger/conversions.rb", "diff": "@@ -2,9 +2,9 @@ module Honeybadger\nmodule Conversions\nmodule_function\n- # Internal: Coerce context into a Hash.\n+ # Internal: Convert context into a Hash.\n#\n- # conte...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add #to_honeybadger conversion protocol to sanitizer... (#239) ...and add better handling of 3rd-party objects (even BasicObject).
287,662
03.11.2017 19:52:06
-19,080
e1c33f4252a67b530f2585a97bf7e5c7938311c6
Move at_exit callback to an appropriate place for sinatra Closes
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -32,6 +32,8 @@ adheres to [Semantic Versioning](http://semver.org/).\n- Logs when reporting errors in development mode now mention that the error wasn't\n*actually* reported. :)\n- Support new Sidekiq job ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Move at_exit callback to an appropriate place for sinatra (#245) Closes #244
287,654
10.11.2017 15:21:45
28,800
870faa7062e0bbab64a00e4b338b9853dab42acd
Add depth check for #to_honeybadger calls.
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/util/sanitizer.rb", "new_path": "lib/honeybadger/util/sanitizer.rb", "diff": "@@ -106,6 +106,8 @@ module Honeybadger\nwhen String\nsanitize_string(data)\nwhen -> (d) { d.respond_to?(:to_honeybadger) }\n+ return DEPTH if depth >= max_depth\n+\nb...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add depth check for #to_honeybadger calls.
287,654
10.11.2017 15:38:50
28,800
b73e060a4c31834f0c463ea7df5fa8ef4a62976b
Call #to_honeybadger_context once.
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/notice.rb", "new_path": "lib/honeybadger/notice.rb", "diff": "@@ -324,15 +324,22 @@ module Honeybadger\nUtil::RequestPayload.build(request)\nend\n+ # Internal: Get optional context from exception.\n+ #\n+ # Returns the Hash context.\ndef except...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Call #to_honeybadger_context once.
287,654
21.11.2017 12:51:18
28,800
0216e3e20a2624f63df92bc26820ba4037b83e07
Disable JRuby/Rails 4.0 build.
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -58,6 +58,10 @@ matrix:\ngemfile: gemfiles/rails4.2.gemfile\n- rvm: jruby-9.1.4.0\ngemfile: gemfiles/binding_of_caller.gemfile\n+ # activesupport 4.0 depends on minitest ~> 4.2, Ruby 2.3 bundles minitest\n+ ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Disable JRuby/Rails 4.0 build.
287,662
22.11.2017 04:14:59
-19,080
fbbb9d7b86cf6730c508b424c275ca3a6108f59b
Added ability to perform check ins
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -25,6 +25,8 @@ adheres to [Semantic Versioning](http://semver.org/).\n- We're now using `String(object)` instead of `object.to_s` as the last resort\nduring sanitization.\n- `'[RAISED]'` is returned when `...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Added ability to perform check ins (#251)
287,662
08.12.2017 03:44:53
-19,080
7c2d5f4c86f54f7130b21998059e032620c259a4
Fix route name conflict in Rails
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Use a unique route name...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Fix route name conflict in Rails (#253)
287,654
12.12.2017 20:00:15
28,800
a2ca24482bceb7a3955d3359379b0fd28464c355
Use prepend to add Sidekiq Middleware.
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/plugins/sidekiq.rb", "new_path": "lib/honeybadger/plugins/sidekiq.rb", "diff": "@@ -17,7 +17,7 @@ module Honeybadger\nexecution do\n::Sidekiq.configure_server do |sidekiq|\nsidekiq.server_middleware do |chain|\n- chain.add Middleware\n+ chain.p...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Use prepend to add Sidekiq Middleware. #248 (#255)
287,662
25.01.2018 04:30:19
-19,080
8b19884742efa90623ff45d0b4a0dd7cd222c17a
Added a pull request checklist
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/PULL_REQUEST_TEMPLATE.md", "diff": "+**Before submitting a pull request,** please make sure the following is done:\n+\n+ 1. If you've fixed a bug or added code that should be tested, add tests!\n+ 2. Run `rake spec` in the repository roo...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Added a pull request checklist (#261)
287,658
26.01.2018 11:03:09
28,800
ae58b14b2b31db9bf2687430eb35946b5995269c
Add new Rack exceptions to default ignore list.
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -8,6 +8,8 @@ adheres to [Semantic Versioning](http://semver.org/).\n- Use a unique route name in rails to avoid name conflicts.\n- Use prepend to add Sidekiq Middleware to fix context getting cleared.\n- F...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add new Rack exceptions to default ignore list. (#262)
287,662
23.03.2018 02:44:16
-19,080
5db729695e758bcccf560e61bddcbb9b9a66201c
Add CHANGELOG entry for before_notify Finishes
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -5,6 +5,9 @@ adheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n### Added\n+- Added `before_notify` hooks to be defined, this allows setting up of multiple\n+ hooks which will be invok...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add CHANGELOG entry for before_notify (#274) Finishes #273
287,654
22.03.2018 14:26:44
25,200
e495f4307e7af584653f007fc94e2b9c415401cf
Fix a bug where the logger isn't initialized... ...when logging in `Config::Ruby`. The #logger and #backend methods both do some lazy initialization.
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/config/ruby.rb", "new_path": "lib/honeybadger/config/ruby.rb", "diff": "@@ -70,7 +70,7 @@ module Honeybadger\nend\ndef logger\n- get(:logger)\n+ get(:logger) || config.logger\nend\ndef backend=(backend)\n@@ -78,7 +78,7 @@ module Honeybadger\nen...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Fix a bug where the logger isn't initialized... (#270) ...when logging in `Config::Ruby`. The #logger and #backend methods both do some lazy initialization.
287,662
10.04.2018 18:18:11
-19,080
ebccd0d56eef6de9bc0064ca6129f7fb84ec90b3
Add rails5.2 to the travis test matrix
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -22,6 +22,7 @@ gemfile:\n- gemfiles/rails.gemfile\n- gemfiles/rails5.0.gemfile\n- gemfiles/rails5.1.gemfile\n+ - gemfiles/rails5.2.gemfile\nrvm:\n- 2.1.10\n- 2.2.6\n@@ -49,6 +50,8 @@ matrix:\ngemfile: gemfil...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add rails5.2 to the travis test matrix (#276)
287,662
03.08.2018 00:21:41
-19,080
665f9a33c42e648c86ad1893e1920c713bb1337a
Fix sync throttling in shoryuken
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -65,6 +65,10 @@ adheres to [Semantic Versioning](http://semver.org/).\n### Removed\n- The `disabled` option is now removed, Use the `report_data` option instead.\n+## [3.3.1] - 2018-08-02\n+### Fixed\n+- F...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Fix sync throttling in shoryuken (#284)
287,662
09.08.2018 21:06:02
-19,080
35d210bb2a97ab3d19c892defa40c0854a0ebe50
Remove accessor method on notice
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -32,6 +32,9 @@ adheres to [Semantic Versioning](http://semver.org/).\n### Fixed\n- Ignore SIGTERM SignalExceptions.\n+### Removed\n+- Removed Notice#[]\n+\n### Changed\n- The public method `Notice#backtrac...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Remove accessor method on notice (#286)
287,654
21.08.2018 11:35:08
25,200
cde773db897f751524ac0a3776f47529927eba79
Add bump_changelog task
[ { "change_type": "MODIFY", "old_path": "Rakefile", "new_path": "Rakefile", "diff": "@@ -38,6 +38,11 @@ task spec: :'spec:all'\ntask test: :spec\ntask default: :spec\n+desc \"Bump CHANGELOG v#{Release.next_version(VERSION)}\"\n+task :bump_changelog, [:version] do |_, args|\n+ Release.bump_changelog(a...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add bump_changelog task
287,678
24.09.2018 23:01:00
18,000
3a1e46a15a2486af643c4a70b76192683adf9828
Update CHANGELOG.md fix changelog exception fingerprint example
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -83,7 +83,7 @@ adheres to [Semantic Versioning](http://semver.org/).\n```ruby\nHoneybadger.configure do |config|\nconfig.before_notify do |notice|\n- notice.exception_fingerprint = 'new fingerprint'\n+ not...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Update CHANGELOG.md (#297) fix changelog exception fingerprint example
287,678
30.11.2018 09:41:53
21,600
a807c96337835b3c16ed47cc934aedcfa8c988a6
use job defined retry number as the max retries if it is less than sidekiq.attempt_threshold
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Changed\n+- Issue a Notification ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
use job defined retry number as the max retries if it is less than sidekiq.attempt_threshold (#299)
287,654
30.11.2018 08:44:07
28,800
748e21e387d136bbbbb03b9c9d731b6d78f667db
Document Plugin class.
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/plugin.rb", "new_path": "lib/honeybadger/plugin.rb", "diff": "require 'forwardable'\nmodule Honeybadger\n- # @api private\n+ # +Honeybadger::Plugin+ defines the API for registering plugins with\n+ # Honeybadger. Each plugin has requirements whi...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Document Plugin class.
287,654
28.01.2019 14:26:54
28,800
728e7b9f8cbc08e1dc04ff5a391bcf3e412b8263
Remove unsupported Rails/Ruby versions
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -15,17 +15,12 @@ gemfile:\n- gemfiles/rack.gemfile\n- gemfiles/sinatra_1.gemfile\n- gemfiles/sinatra.gemfile\n- - gemfiles/rails3.2.gemfile\n- - gemfiles/rails4.0.gemfile\n- - gemfiles/rails4.1.gemfile\n- ge...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Remove unsupported Rails/Ruby versions https://guides.rubyonrails.org/maintenance_policy.html https://www.ruby-lang.org/en/downloads/branches/
287,654
28.01.2019 17:42:46
28,800
1ca5d5f9edba6f32ca58c390e2867ae542e7123c
update jruby target
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -24,7 +24,7 @@ rvm:\n- 2.3.3\n- 2.4.0\n- 2.5.0\n- - jruby-9.1.7.0\n+ - jruby-9.2.5.0\nmatrix:\nfast_finish: true\nallow_failures:\n@@ -34,14 +34,14 @@ matrix:\ngemfile: gemfiles/rails.gemfile\n- rvm: 2.5.0\n...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
update jruby target
287,654
28.01.2019 19:21:37
28,800
c9d99f54c5cb547f00f7e1d1cbb8c3cefe0a5656
skip JRuby/Rails 4.2
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -43,6 +43,8 @@ matrix:\ngemfile: gemfiles/rails4.2.gemfile\n- rvm: jruby-9.2.5.0\ngemfile: gemfiles/binding_of_caller.gemfile\n+ - rvm: jruby-9.2.5.0\n+ gemfile: gemfiles/rails4.2.gemfile\nenv:\nglobal:\nsec...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
skip JRuby/Rails 4.2
287,654
01.02.2019 16:58:28
28,800
3fee154adf83774ea7af42bb1c11408250376b52
fix before_notify hooks bug before_notify hooks are overridden on subsequent Honeybadger.configure calls Fixes
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,9 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Fix #301 - before_notif...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
fix before_notify hooks bug (#302) before_notify hooks are overridden on subsequent Honeybadger.configure calls Fixes #301
287,654
19.03.2019 08:33:52
25,200
1114b40436e83e0e2a5e334470a2beefc77f9ce8
Infer correct types when parsing backtraces * Infer correct types when parsing backtraces Fixes * Dry up backtrace conversion * Missed one * Make spec less Ruby-dependent (JRuby)
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/backtrace.rb", "new_path": "lib/honeybadger/backtrace.rb", "diff": "@@ -114,10 +114,10 @@ module Honeybadger\nattr_reader :lines, :application_lines\ndef self.parse(ruby_backtrace, opts = {})\n- ruby_lines = split_multiline_backtrace(ruby_backt...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Infer correct types when parsing backtraces (#307) * Infer correct types when parsing backtraces Fixes #305 * Dry up backtrace conversion * Missed one * Make spec less Ruby-dependent (JRuby)
287,668
21.03.2019 11:26:23
18,000
7bc53e6055b9ad6823007642585f0e27ac839571
Minor CLI desc fix
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/cli/main.rb", "new_path": "lib/honeybadger/cli/main.rb", "diff": "@@ -90,7 +90,7 @@ WELCOME\noption :message, required: true, type: :string, aliases: :'-m', desc: 'The error message.'\noption :action, required: false, type: :string, aliases: :'...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Minor CLI desc fix (#308)
287,654
17.05.2019 13:59:25
25,200
56c567fd3d2cbd7510f331ef6417b2e7c19870d0
Use bump gem
[ { "change_type": "MODIFY", "old_path": "Gemfile", "new_path": "Gemfile", "diff": "@@ -27,3 +27,5 @@ gem 'listen', '~> 3.0.8'\nplatforms :ruby_25 do\ngem \"mathn\"\nend\n+\n+gem \"bump\", \"~> 0.8.0\"\n" }, { "change_type": "MODIFY", "old_path": "Rakefile", "new_path": "Rakefile", ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Use bump gem
287,654
17.05.2019 14:47:10
25,200
05bdfb3a46390e74169181038cae51a3145713a3
Add exit command back
[ { "change_type": "MODIFY", "old_path": "Rakefile", "new_path": "Rakefile", "diff": "@@ -58,6 +58,7 @@ namespace :bump do\ntask bump do\nRelease.run_before(version)\nBump::Bump.run(bump, commit: false)\n+ Release.run_after(version)\nend\nend\n@@ -70,6 +71,7 @@ namespace :bump do\nRelease.run_before(E...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add exit command back
287,649
30.07.2019 09:54:08
25,200
aa1bc14d4f25171c88b6c773ae02d18709d40555
Deal with non-string breadcrumb log inputs
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Allow non-strings to be...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Deal with non-string breadcrumb log inputs (#316)
287,663
01.08.2019 09:58:17
25,200
762bfd138a6e3a8f1c4e48d6c9acc6086c0ecff7
Handle notifications with no finished time.
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/plugins/breadcrumbs.rb", "new_path": "lib/honeybadger/plugins/breadcrumbs.rb", "diff": "@@ -101,7 +101,9 @@ module Honeybadger\n# @api private\ndef self.subscribe_to_notification(name, notification_config)\nActiveSupport::Notifications.subscrib...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Handle notifications with no finished time. (#320)
287,649
01.08.2019 10:12:15
25,200
3cbc6006457f8901a96a1129a03642ebd64576fe
Added specs and updated changelog
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,9 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Handle ActiveSupport::N...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Added specs and updated changelog
287,649
13.08.2019 11:22:17
25,200
e369d21302a0d703f16964812b30e4a2a5edbce5
Added attribution to Changelog fixes
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,12 +4,11 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n-### Fixed\n-- When `breadcrumbs` ar...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Added attribution to Changelog fixes
287,657
19.08.2019 07:51:44
25,200
b0b0d29a1123169673b888e6408571c3806ff23f
Target Ruby 2.3
[ { "change_type": "MODIFY", "old_path": "honeybadger.gemspec", "new_path": "honeybadger.gemspec", "diff": "@@ -11,7 +11,7 @@ Gem::Specification.new do |s|\ns.homepage = 'https://github.com/honeybadger-io/honeybadger-ruby'\ns.license = 'MIT'\n- s.required_ruby_version = '>= 2.1.0'\n+ s.required_ruby_v...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Target Ruby 2.3
287,654
17.09.2019 14:55:27
25,200
ea2852e5f87049ff06d8ae38873c30ec647587b7
Document :sync option to Honeybadger.notify
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/agent.rb", "new_path": "lib/honeybadger/agent.rb", "diff": "@@ -102,6 +102,7 @@ module Honeybadger\n# @option opts [Array] :backtrace The backtrace of the error (optional).\n# @option opts [String] :fingerprint The grouping fingerprint of the e...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Document :sync option to Honeybadger.notify
287,654
07.01.2020 10:27:29
28,800
f3632c096a60364edb1072993636ab63319fa727
Build Ruby 2.7 on Circle Closes
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -49,6 +49,15 @@ jobs:\n- <<: *bundle\n- <<: *save\n- <<: *test\n+ \"ruby-2.7\":\n+ docker:\n+ - image: circleci/ruby:2.7\n+ steps:\n+ - checkout\n+ - <<: *restore\n+ - <<: *bundle\n+ - <<: ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Build Ruby 2.7 on Circle Closes #340
287,654
07.01.2020 12:14:59
28,800
45101067e5eefeb0875c394b96f0d0733dcd4a86
Remove Rails 4.2 from test matrix Rails 4.2 is no longer maintained
[ { "change_type": "MODIFY", "old_path": "Appraisals", "new_path": "Appraisals", "diff": "@@ -26,15 +26,6 @@ appraise 'resque' do\ngem 'mock_redis'\nend\n-appraise 'rails4.2' do\n- gem 'rails', '~> 4.2.4'\n- gem 'sqlite3', '< 1.4', platform: :mri\n- gem 'activerecord-jdbcsqlite3-adapter', '1.3.25', pl...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Remove Rails 4.2 from test matrix Rails 4.2 is no longer maintained https://guides.rubyonrails.org/maintenance_policy.html
287,654
07.01.2020 12:31:14
28,800
6455e82dff3bc97d4755c6c79adbc72339325b57
Delete bad test case This is failing in Ruby 2.7. It's testing Ruby's implementation of what is basically a duck type. I don't think we need to test the underlying data type of `logger.level`, as long as the predicate methods work. See for why this was originally introduced.
[ { "change_type": "MODIFY", "old_path": "spec/unit/honeybadger/logging_spec.rb", "new_path": "spec/unit/honeybadger/logging_spec.rb", "diff": "@@ -37,34 +37,6 @@ describe Honeybadger::Logging::BootLogger.instance do\nend\nend\n-describe Honeybadger::Logging::Helper do\n- let(:logger) { Logger.new('/d...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Delete bad test case This is failing in Ruby 2.7. It's testing Ruby's implementation of what is basically a duck type. I don't think we need to test the underlying data type of `logger.level`, as long as the predicate methods work. See b2ba41ad for why this was originally introduced.
287,649
29.01.2020 08:15:41
28,800
c27f1bffe345a5bd5cde867fae0b8682b170c80a
Faktory Plugin
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Changed\n+- Added Faktory plugin ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Faktory Plugin (#344)
287,649
03.02.2020 09:59:00
28,800
f6d048e93a47e6d88441f9e41cd3ffe659240c7d
Dup #notify opts before mutating
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Dup notify opts before ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Dup #notify opts before mutating (#345)
287,649
11.03.2020 09:31:03
25,200
05893c34a0d0a0d15e80098e4f78fa7b36fe0c37
Breadcrumbs on by default
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -9,6 +9,7 @@ adheres to [Semantic Versioning](http://semver.org/).\nof the setting\n- Dup notify opts before mutating (#345)\n### Changed\n+- Breadcrumbs on by default\n- Added Faktory plugin -@scottrobert...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Breadcrumbs on by default (#348)
287,654
01.04.2020 11:00:28
25,200
1aac54cde57b01a4ea67f4b4fad684595e78c2cb
Delete Circle and Travis
[ { "change_type": "DELETE", "old_path": ".circleci/config.yml", "new_path": null, "diff": "-version: 2\n-references:\n- test: &test\n- run:\n- name: Run test suite\n- command: bundle exec appraisal rake\n- restore: &restore\n- restore_cache:\n- keys:\n- - v1-dependencies-{{ checksum \"Gemfile.lock\" ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Delete Circle and Travis
287,677
06.04.2020 18:04:12
14,400
ae2163639c9094ef340bc4b1a0287ea815c9753c
Fix Rails 6.1 deprecation warning. * Change ActiveRecord::Base.connection_config to connection_db_config Rails 6.1 causes a deprecation warning for this: DEPRECATION WARNING: connection_config is deprecated and will be removed from Rails 6.2 (Use connection_db_config instead) (called from block in default_notifications a .../gems/honeybadger-4.6.0/lib/honeybadger/breadcrumbs/active_support.rb:21) * Add conditional check
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -5,6 +5,8 @@ adheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+- Fix Rails 6.1 deprecation warning with ActiveRecord::Base.connection_config\n+\n## [4.6.0] - 2020-03-12\n### Fixed\n-...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Fix Rails 6.1 deprecation warning. (#351) * Change ActiveRecord::Base.connection_config to connection_db_config Rails 6.1 causes a deprecation warning for this: DEPRECATION WARNING: connection_config is deprecated and will be removed from Rails 6.2 (Use connection_db_config instead) (called from block in default_notifications a .../gems/honeybadger-4.6.0/lib/honeybadger/breadcrumbs/active_support.rb:21) * Add conditional check Co-authored-by: Josh Wood <josh@honeybadger.io>
287,654
06.04.2020 15:05:58
25,200
22faf96745bc7bca0b87d3e83f3cba177ce715fc
Alias Notice#controller= Notice#component=
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Alias Notice#controller...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Alias Notice#controller= Notice#component= (#352)
287,672
29.05.2020 21:36:12
-7,200
a5d2126a41e79a2009a9a9e249824094a6430a16
Add option to skip rails load on deployment notification
[ { "change_type": "MODIFY", "old_path": "vendor/capistrano-honeybadger/README.md", "new_path": "vendor/capistrano-honeybadger/README.md", "diff": "@@ -14,6 +14,7 @@ set :honeybadger_api_key, 'asdf' # The Honeybadger API key\nset :honeybadger_server, primary(:app) # The server performing the notificat...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Add option to skip rails load on deployment notification (#355)
287,657
09.06.2020 09:39:25
25,200
95e80ff98bf6c4a8e51320b5aea8a82b3d4fdc9c
Use curl instead of ping for connectivity testing
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/cli/helpers.rb", "new_path": "lib/honeybadger/cli/helpers.rb", "diff": "@@ -15,7 +15,7 @@ To fix this issue, please try the following:\n- Make sure the gem is configured properly.\n- Retry executing this command a few times.\n- - Make sure you ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Use curl instead of ping for connectivity testing (#356)
287,676
03.08.2020 22:48:41
14,400
24a9fa9416916a5d6d7822f88f111467929b2b30
Fix Ruby 2.7 deprecation warning in sql.rb
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -9,6 +9,7 @@ adheres to [Semantic Versioning](http://semver.org/).\nallowing for multiple databases.\n- Fix Rails deprecation of `ActionDispatch::ParamsParser::ParseError`\n- Deal with invalid UTF-8 byte s...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Fix Ruby 2.7 deprecation warning in sql.rb (#368)
287,649
12.08.2020 11:57:00
25,200
e17fb61cba941023326af8ab98efbf9ce7292ce1
Encode sql in exclusion check
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/breadcrumbs/active_support.rb", "new_path": "lib/honeybadger/breadcrumbs/active_support.rb", "diff": "@@ -26,7 +26,8 @@ module Honeybadger\nend,\nexclude_when: lambda do |data|\n# Ignore schema, begin, and commit transaction queries\n- data[:na...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Encode sql in exclusion check (#370)
287,649
17.08.2020 11:48:03
25,200
3ec8c6174f8d599ada954128377f155bc6f4aece
Changelog for other commit
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -6,6 +6,7 @@ adheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n### Fixed\n- Remove usage of `ActiveRecord::Base.connection` (thanks @jcoyne for testing)\n+- Check for UTF-8 in ActiveR...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Changelog for other commit
287,669
08.03.2021 18:21:54
0
7666a9f1b931b3531be89d0991997597fbc3a5e7
Support deployment tracking in code Resolves
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/agent.rb", "new_path": "lib/honeybadger/agent.rb", "diff": "@@ -190,6 +190,29 @@ module Honeybadger\nresponse.success?\nend\n+ # Track a new deployment\n+ #\n+ # @example\n+ # Honeybadger.track_deployment(revision: 'be2ceb6')\n+ #\n+ # @param [...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Support deployment tracking in code (#397) Resolves #396
287,656
15.04.2021 20:33:30
-7,200
d6b301b18ed868ddf51713ad1770a080265ad63e
Properly set environment in deployment tracking * Properly set environment in deployment tracking Follow-up to * Add proper PR reference to Changelog * env => environment
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -7,6 +7,7 @@ adheres to [Semantic Versioning](http://semver.org/).\n- Added 'ActionDispatch::Http::MimeNegotiation::InvalidType' (Rails 6.1) to\ndefault ignore list. (#402, @jrochkind)\n- Replaced fixed nu...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Properly set environment in deployment tracking (#404) * Properly set environment in deployment tracking Follow-up to #397 * Add proper PR reference to Changelog * env => environment
287,654
15.02.2022 13:09:59
28,800
5646f38b8dafc3d8fa5d0dfaadd91922e8a7bcc2
Allow special characters in tags * Allow special characters in tags Also adds support for space-delimited tags; these strings are equivalent: "foo, bar, baz" "foo bar baz" "foo, bar baz" * downcase
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,9 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Allow special character...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Allow special characters in tags (#422) * Allow special characters in tags Also adds support for space-delimited tags; these strings are equivalent: - "foo, bar, baz" - "foo bar baz" - "foo, bar baz" * downcase
287,654
25.03.2022 08:58:27
25,200
f69ebb65bb8c5fa6d2306d57f3a04e3531f1cbec
Change exception_message key name for error breadcrumb metadata
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Change `:exception_mess...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Change exception_message key name for error breadcrumb metadata (#424)
287,654
03.06.2022 11:24:26
25,200
983798a38c66a75f339859a259d73f29cd2be06a
Lock activerecord-jdbcsqlite3-adapter to 61 for jruby
[ { "change_type": "MODIFY", "old_path": "Appraisals", "new_path": "Appraisals", "diff": "@@ -52,11 +52,7 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.5.0')\nappraise 'rails6.1' do\nRAILS_GEMS.each { |rails_gem| gem rails_gem, \"~> 6.1\" }\ngem 'sqlite3', '~> 1.4', platforms: :mri\n-\n-...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Lock activerecord-jdbcsqlite3-adapter to 61 for jruby (#438)
287,654
06.06.2022 11:43:04
25,200
00b9fc286851408d79b1c6e26cee62145c0d346f
Remove css height on feedback form submit
[ { "change_type": "MODIFY", "old_path": "lib/honeybadger/templates/feedback_form.erb", "new_path": "lib/honeybadger/templates/feedback_form.erb", "diff": "#honeybadger_feedback_form label { font-weight: bold; }\n#honeybadger_feedback_name, #honeybadger_feedback_email, #honeybadger_feedback_comment { ...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Remove css height on feedback form submit (#437)
287,657
22.09.2022 14:36:05
25,200
5c52b1ff1616938607bbc753f10e4bae8fea1ae4
Replace deployhook with release webhook * Replace deployhook with release webhook See for more info * Update CHANGELOG.md
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "@@ -4,6 +4,9 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project\nadheres to [Semantic Versioning](http://semver.org/).\n## [Unreleased]\n+### Fixed\n+- Replace deployhook with...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Replace deployhook with release webhook (#444) * Replace deployhook with release webhook See https://blog.heroku.com/deployhooks-sunset for more info * Update CHANGELOG.md Co-authored-by: Joshua Wood <josh@joshuawood.net> Co-authored-by: shalvah <diakon.ng@gmail.com>
287,654
05.12.2022 13:58:09
28,800
f4ad876c637fbf0935c6f2f13db047aecbe3a0c5
Update gem metadata See here
[ { "change_type": "MODIFY", "old_path": "honeybadger.gemspec", "new_path": "honeybadger.gemspec", "diff": "@@ -8,8 +8,15 @@ Gem::Specification.new do |s|\ns.description = 'Make managing application errors a more pleasant experience.'\ns.authors = ['Honeybadger Industries LLC']\ns.email = ['support@ho...
Ruby
MIT License
honeybadger-io/honeybadger-ruby
Update gem metadata (#455) See here https://guides.rubygems.org/specification-reference/#metadata
139,040
01.07.2017 20:44:34
-7,200
de185d8148fdc651916a88744486e024f8f39b57
Arrays and Loop Page
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Advanced Functions/Arrays and Loops.md", "diff": "+# Arrays\n+\n+An array is a List containing several items of the same kind.\n+\n+\n+## Declaring Arrays\n+It is declared using ```[``` and ```]```.\n+```\n+//Array containing \"Hello\" and ...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Arrays and Loop Page
139,040
01.07.2017 22:36:33
-7,200
cd8fae91479c0950d9d97ac5731767988f6b8df6
Added Conditional Statements
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Advanced Functions/Conditional Statments.md", "diff": "+#Conditional Statements\n+\n+You might want to include code that will only be executed if certain criteria are met (or if they are not).\n+That's what you need conditional Statements f...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Conditional Statements
139,040
01.07.2017 23:21:32
-7,200
535171effc274b410e3df4907826b014df739970
Update CondutionalStatements again Rename and Fixed and from && to & (no real difference though)
[ { "change_type": "RENAME", "old_path": "docs/Advanced Functions/Conditional Statments.md", "new_path": "docs/Advanced Functions/Conditional Statements.md", "diff": "@@ -44,7 +44,7 @@ if(test == 0){//false\n## Things to check for\nSupported Calculations are +,-,*,/,mod,concatenation(~)\n-Supported Op...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Update CondutionalStatements again Rename and Fixed and from && to & (no real difference though)
139,040
01.07.2017 23:52:54
-7,200
3eba30d9a2622d91581f971c60bb6185dc35d72a
Added for iterator with in parameter
[ { "change_type": "MODIFY", "old_path": "docs/Advanced Functions/Arrays and Loops.md", "new_path": "docs/Advanced Functions/Arrays and Loops.md", "diff": "@@ -95,4 +95,9 @@ for i, item in IArray {\n//Crafts Item of IArray using item of JArray and KArray (i.e. Dirt with grass and wooden axe, planks wi...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added for iterator with in parameter
139,040
02.07.2017 09:08:53
-7,200
2636ee69a448965a27e8c95493ae9a00bfc40695
Updated Import.md Now use the JEI package instead of Botania to demonstrate the import functions
[ { "change_type": "MODIFY", "old_path": "docs/Advanced Functions/Import.md", "new_path": "docs/Advanced Functions/Import.md", "diff": "@@ -9,17 +9,17 @@ Imports have to be declared at the top of a Script. You will have to declare imp\nBe careful not to import two functions with the same name, use the...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Updated Import.md Now use the JEI package instead of Botania to demonstrate the import functions
139,040
02.07.2017 12:07:53
-7,200
0d9d746a2dd4474a00ccb1bd382ab606d14fe444
Added Variable Types Section Hope the explanations are correct.. do you know what the native type is for?
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Advanced Functions/Variable Types.md", "diff": "+# Variable Types\n+\n+As you surely already messed a bit with variables and values, you must've wondered, how CraftTweaker knows whether it's dealing with an integer, an Item or an oreDic ent...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Variable Types Section Hope the explanations are correct.. @jaredlll08 do you know what the native type is for?
139,040
02.07.2017 15:49:54
-7,200
d1b97fa3a34eef08314d66fed47b9cbc1b71a6c6
Created Custom Functions Page
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Advanced Functions/Custom Functions.md", "diff": "+# Custom Functions\n+\n+Sometimes the functions supplied by CT and addons just won't do it.\n+Here's how to write your own functions!\n+You can even nest functions in funnctions\n+\n+## Bas...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Created Custom Functions Page
139,040
02.07.2017 16:40:16
-7,200
a1e39210a65a65c36c17bd53665f6c4830b6c96c
Removed Native type from table Users usually won't need it anyways
[ { "change_type": "MODIFY", "old_path": "docs/Advanced Functions/Variable Types.md", "new_path": "docs/Advanced Functions/Variable Types.md", "diff": "@@ -47,7 +47,6 @@ Here's an (incomplete) List of most variable types\n| Floating Point (float) | Decimals | var test = 1.25 as float; | |\n| Double Pr...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Removed Native type from table Users usually won't need it anyways
139,040
03.07.2017 16:52:32
-7,200
4f36e168b26ddbb0b1124ee7a4d2325b06472498
Updated Custom Functions.md wrapped as in "```"
[ { "change_type": "MODIFY", "old_path": "docs/Advanced Functions/Custom Functions.md", "new_path": "docs/Advanced Functions/Custom Functions.md", "diff": "@@ -46,7 +46,7 @@ function realTens(a as string){\n## Return functions\nYou can also specify a value that should be returned by a function.\n-It i...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Updated Custom Functions.md wrapped as in "```"
139,040
03.07.2017 20:43:14
-7,200
acefefe8347f889ca5c49f53b8716063b6748663
Updated Recipes_Crafting_Table.md Added Context
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/Recipes/Recipes_Crafting_Table.md", "new_path": "docs/Vanilla/Recipes/Recipes_Crafting_Table.md", "diff": "# Recipes\n+\n+## Recipe Types\n+There are several types of recipes:\n+\n+### Shaped Recipes\n+Shaped Recipes are recipes, where it matters,...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Updated Recipes_Crafting_Table.md Added Context
139,040
03.07.2017 20:56:31
-7,200
0790d6e242a8c9abc6af5f0fbc29f21430d4239e
Updated Recipes_Crafting_Table again I'm still bad at Markdown -.-
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/Recipes/Recipes_Crafting_Table.md", "new_path": "docs/Vanilla/Recipes/Recipes_Crafting_Table.md", "diff": "@@ -37,10 +37,12 @@ recipes.removeShaped(output, inputs);\n```\nThis one is more strict on which recipes to remove and will only remove shap...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Updated Recipes_Crafting_Table again I'm still bad at Markdown -.-
139,040
04.07.2017 18:47:37
-7,200
f434b9b87b83a57071450730d49a94b4860507b2
Renamed Stuff so it now looks like Jareds repo again Still a newbie at github...
[ { "change_type": "RENAME", "old_path": "docs/Advanced Functions/Arrays and Loops.md", "new_path": "docs/AdvancedFunctions/Arrays_and_Loops.md", "diff": "" }, { "change_type": "RENAME", "old_path": "docs/Advanced Functions/Conditional Statements.md", "new_path": "docs/AdvancedFunction...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Renamed Stuff so it now looks like Jareds repo again Still a newbie at github...
139,040
04.07.2017 18:59:27
-7,200
665bc7a4c4cfd1b5775fbe1f16ad24468a15b481
Added ? Operator to Conditional_Statements
[ { "change_type": "MODIFY", "old_path": "docs/AdvancedFunctions/Conditional_Statements.md", "new_path": "docs/AdvancedFunctions/Conditional_Statements.md", "diff": "@@ -82,3 +82,23 @@ if(d==\"Hello\" & e == \"World\"){print(\"AND2!\");} //true\n## The ? Operator\nSurely, always typing out an if/else ...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added ? Operator to Conditional_Statements
139,040
04.07.2017 19:27:49
-7,200
4522fd273618c4bb3f793dc992f65e646330e880
Added OreDic entry to mkdocs.yml
[ { "change_type": "MODIFY", "old_path": "mkdocs.yml", "new_path": "mkdocs.yml", "diff": "@@ -14,6 +14,8 @@ pages:\n- Recipes:\n- Crafting Table Recipes: 'Vanilla/Recipes/Recipes_Crafting_Table.md'\n- Furnace Recipes: 'Vanilla/Recipes/Recipes_Furnace.md'\n+ - Ore Dictionary:\n+ - Ore Dictionary: 'Vani...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added OreDic entry to mkdocs.yml
139,040
04.07.2017 20:17:20
-7,200
42af49c64c1413f17e6d2a03b86b55ffcbb2e424
Added Operators Table to Conditional_Statements
[ { "change_type": "MODIFY", "old_path": "docs/AdvancedFunctions/Conditional_Statements.md", "new_path": "docs/AdvancedFunctions/Conditional_Statements.md", "diff": "@@ -102,3 +102,22 @@ print(switchy ? \"Hello\" : \"Bye\");\nswitchy ? print(\"Bye\") : print(\"Hello\");\n```\n+\n+## Operators\n+\n+You...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Operators Table to Conditional_Statements
139,040
04.07.2017 20:56:18
-7,200
e9c98f1c27f67f47eab50b6aa368443f278eeade
Added Calculations.md Explains the calculations Zenscript supports
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/AdvancedFunctions/Calculations.md", "diff": "+# Calculations\n+\n+Sometimes typing in numbers won't cut it. Sometimes you need some calculation.\n+Remember that you can use more than two numbers at one, `1+1+1+1` would work fine as well.\n+...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Calculations.md Explains the calculations Zenscript supports
139,040
04.07.2017 21:17:28
-7,200
358515d8985116c31e0941e6bcaf3b74c81e8ebc
Updated Arrays_and_Loops.md Added the for .. constructor
[ { "change_type": "MODIFY", "old_path": "docs/AdvancedFunctions/Arrays_and_Loops.md", "new_path": "docs/AdvancedFunctions/Arrays_and_Loops.md", "diff": "@@ -100,4 +100,9 @@ for i in 0 to 10 {\n//defines the variable \"i\" with each number from 0 to 9 (i.e. 0,1,2,...,8,9)\nprint(i);\n}\n+\n+for i in 1...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Updated Arrays_and_Loops.md Added the for .. constructor
139,040
08.07.2017 13:24:17
-7,200
9d7e834f7b11e464f5ee0a23252f43f97ea3e245
Added 1.12 Examples to the Crafting table recipes
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/Recipes/Recipes_Crafting_Table.md", "new_path": "docs/Vanilla/Recipes/Recipes_Crafting_Table.md", "diff": "@@ -71,13 +71,18 @@ All other functionalities stay the same. Remember that `name` needs to be unique\n### addShaped\n```\n+//pre-1.12\nrecip...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added 1.12 Examples to the Crafting table recipes
139,040
08.07.2017 13:24:55
-7,200
9f2b8cc9a3551a651361e46aa696b4160bd9f3ea
Removed AND AND and OR OR from conditional_Statements.md Nobody's gonna use them anyways, they're a bit complicated
[ { "change_type": "MODIFY", "old_path": "docs/AdvancedFunctions/Conditional_Statements.md", "new_path": "docs/AdvancedFunctions/Conditional_Statements.md", "diff": "@@ -119,5 +119,5 @@ All the examples given evaluate to true.\n| Fewer as | `>` | Checks if the value before is fewer than after | 2 > 1 ...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Removed AND AND and OR OR from conditional_Statements.md Nobody's gonna use them anyways, they're a bit complicated
139,040
08.07.2017 15:14:24
-7,200
da9df3afbcdfb5b5df3483b74a85e36d6abb1f58
Expanded OreDic entry Added contains method (or rather, `in` method) Added `firstItem` method
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/OreDic.md", "new_path": "docs/Vanilla/OreDic.md", "diff": "@@ -120,6 +120,19 @@ if(!OD.empty){\n}\n```\n+## Check if an oreDic contains an item\n+\n+Usually, you can just use NEI/JEI, but if you ever need CT to check if a oreDictionary contains a ...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Expanded OreDic entry Added contains method (or rather, `in` method) Added `firstItem` method
139,040
08.07.2017 15:15:03
-7,200
4ee66bbec599622e4acc08cee448e38ddfc12fb6
Expanded Conditional Statments entry Added the `in` Operator
[ { "change_type": "MODIFY", "old_path": "docs/AdvancedFunctions/Conditional_Statements.md", "new_path": "docs/AdvancedFunctions/Conditional_Statements.md", "diff": "@@ -121,3 +121,30 @@ All the examples given evaluate to true.\n| XOR | `^` | Checks if either the value before or after is true, false i...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Expanded Conditional Statments entry Added the `in` Operator
139,040
08.07.2017 18:47:50
-7,200
9cffd8571ecee7e78f2c156e038492830a67216b
Extended Furnace Entry Added Get Function
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/Recipes/Recipes_Furnace.md", "new_path": "docs/Vanilla/Recipes/Recipes_Furnace.md", "diff": "@@ -56,6 +56,16 @@ This will set the burn value of `input` to `burnTime`.\nSetting the `burnTime` to `0` will stop the `input` from being a fuel item.\n+#...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Extended Furnace Entry Added Get Function
139,040
08.07.2017 18:57:30
-7,200
7d4de3711291cd3fe479dd0ccc8ab0e418c9ae03
Added Item_Conditions.md Explains about NBT and Damage Tags for input and output items
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Item_Conditions.md", "diff": "+# Item Conditions\n+\n+Sometimes normal items won't cut it:\n+Sometimes we want to be able to specify recipes that only work when the input item fullfills some conditions.\n+Sometimes we want to be abl...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Item_Conditions.md Explains about NBT and Damage Tags for input and output items
139,040
08.07.2017 18:59:28
-7,200
2ef930adb6aea2eeed9418ea5f80f7d1f3d0f969
Moved Item_Conditions to own Subdir called Item_Modification
[ { "change_type": "RENAME", "old_path": "docs/Vanilla/Item_Conditions.md", "new_path": "docs/Vanilla/Item_Modification/Item_Conditions.md", "diff": "" }, { "change_type": "MODIFY", "old_path": "mkdocs.yml", "new_path": "mkdocs.yml", "diff": "@@ -8,7 +8,7 @@ pages:\n- Brackets:\n- ...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Moved Item_Conditions to own Subdir called Item_Modification
139,040
08.07.2017 19:37:22
-7,200
90310bada1b8cb07ec85ad2459031f411277b12c
Added Renaming/Tooltip entry
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Item_Modification/Renaming_Tooltips.md", "diff": "+# Renaming\n+\n+Always reading 'chest' is annoying, isn't it?\n+That's why there's the possibility to rename stuff.\n+\n+## Changing the display name\n+\n+This is probably the easie...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Renaming/Tooltip entry
139,040
09.07.2017 21:30:59
-7,200
78a573956a0cd53882c103f0bd7b365c2d0bfec0
Added Seeds entry
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Recipes/Seeds.md", "diff": "+# Seeds\n+Seeds are things you get from punching tall grass.\n+\n+## Print all seeds to the log\n+\n+This command will print all registeres seeds to the log.\n+Needs to be performed by a player or consol...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Seeds entry
139,040
16.07.2017 12:20:11
-7,200
48e6bf995b9efbae80b3808763920813744cbf74
Updated Bracket_Item.md Added more general Syntax Added some more Examples
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/Brackets/Bracket_Item.md", "new_path": "docs/Vanilla/Brackets/Bracket_Item.md", "diff": "@@ -10,12 +10,37 @@ Items are referenced in the Item Bracket Handler by like so:\nWith the `modid` being the modid of the mod that the Item belongs to, and `i...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Updated Bracket_Item.md Added more general Syntax Added some more Examples
139,040
16.07.2017 12:20:44
-7,200
f741d74d7b7c5d0e3fa5612578942d9358d24d56
Added 'Note on Imports' to import.ms
[ { "change_type": "MODIFY", "old_path": "docs/AdvancedFunctions/Import.md", "new_path": "docs/AdvancedFunctions/Import.md", "diff": "Instead of typing the whole function name all the time, you can just import a function to serve your needs.\nUseful when using mod functions.\n+## Note on pre 1.12 impo...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added 'Note on Imports' to import.ms
139,040
22.07.2017 16:05:32
-7,200
c027f8c8cc64eb7db0e0c5abcaa445e2afdf7f57
Fixed text in OreDict.md items returns a List, not an array
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/OreDict.md", "new_path": "docs/Vanilla/OreDict.md", "diff": "@@ -98,7 +98,7 @@ recipes.add(<minecraft:dirt>,[[iron,iron,iron],[iron,iron,null],[iron,iron,iron]\n## Iterating through an OreDictionary\n-You can iterate through an oreDictionary by ma...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Fixed text in OreDict.md items returns a List, not an array
139,040
22.07.2017 16:56:17
-7,200
bf86bd7471705fb4860372184448ccae090773e5
Added Bracket HAndler
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Brackets/Bracket_Entity.md", "diff": "+# Entity Bracket Handler\n+\n+The Entity Bracket Handler gives you access to the Entities (e.g. Mobs, tile ents etc.) in the game. It is only possible to get entities registered in the game, so...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Bracket HAndler
139,040
22.07.2017 16:56:38
-7,200
20770fadebb33555d7ebaf7d47b1ee9dea4facc3
Moved Variable Types and Added IEntityDefinition
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Variable_Types/IEntityDefinition.md", "diff": "+# IEntityDefinition\n+\n+This sounds scary, wo what does it mean?\n+Basically, it is a reference to an entity registered in the game, so it is a reference to, say a mob in the game.\n+...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Moved Variable Types and Added IEntityDefinition
139,040
22.07.2017 17:03:57
-7,200
6d48a904a860d62d62c66f108517159a79bf3bb2
Typo and refined example
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/Brackets/Bracket_Entity.md", "new_path": "docs/Vanilla/Brackets/Bracket_Entity.md", "diff": "@@ -10,7 +10,7 @@ Entities are referenced in the Entity handler this way:\n<entity:sheep>\n```\n-If the mob/entity is found, thiw will return an IEntityDe...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Typo and refined example
139,040
22.07.2017 18:05:04
-7,200
af0a0cf50fd3b6e968b64c77248b48aaccaba5f3
Added IItemStack entry
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Variable_Types/IItemStack.md", "diff": "+# IItemStack\n+\n+An IItemStack Object consists of an item definition, a meta/damage value and NBT data.\n+In other words, it refers an item or a block.\n+\n+## Calling an IItemStack\n+Usuall...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added IItemStack entry
139,040
22.07.2017 18:20:13
-7,200
78cb9683a277058b45995d31a5e899d0fb5ec223
Updated Variable_Types.md Put examples in '`' as readTheDocs.io was doing things
[ { "change_type": "MODIFY", "old_path": "docs/Vanilla/Variable_Types/Variable_Types.md", "new_path": "docs/Vanilla/Variable_Types/Variable_Types.md", "diff": "@@ -38,18 +38,18 @@ recipes.remove(test);\nHere's an (incomplete) List of most variable types\n| Name (Name in CT) | Explanation | Example | I...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Updated Variable_Types.md Put examples in '`' as readTheDocs.io was doing things
139,058
22.07.2017 22:30:01
14,400
31270f303aa8f96174070ad5143f94e850bd67db
Better With Mods Compatibility
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Mods/Modtweaker/BetterWithMods/Anvil.md", "diff": "+# Anvil\n+\n+The Anvil is a simple 4x4 Crafting Table with the same options.\n+\n+## Shaped\n+\n+### Addition\n+```\n+mods.betterwithmods.Anvil.addShaped(IItemStack output, IIngredient[][]...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Better With Mods Compatibility
139,058
23.07.2017 09:34:23
14,400
d6bf609611de174d380691a0b2fa00ff92b6b05c
Add new files to mkdocs.yml
[ { "change_type": "MODIFY", "old_path": "mkdocs.yml", "new_path": "mkdocs.yml", "diff": "@@ -41,7 +41,16 @@ pages:\n- Pulverizer: 'Mods/Modtweaker/ThermalExpansion/Pulverizer.md'\n- Refinery: 'Mods/Modtweaker/ThermalExpansion/Refinery.md'\n- Sawmill: 'Mods/Modtweaker/ThermalExpansion/Sawmill.md'\n-\n...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Add new files to mkdocs.yml
139,040
23.07.2017 16:09:15
-7,200
a8dba6b56f1809306dbb167253a8bc2346b27035
Added IIngredient Page
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Variable_Types/IIngredient.md", "diff": "+# IIngredient\n+\n+An IIngredient is an ingredient for recipes.\n+This could be an item, an ore dictionary entry, a liquid and much more.\n+\n+## Importing the IIngredient package\n+\n+Usual...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added IIngredient Page
139,040
28.07.2017 11:57:22
-7,200
9bd5f9a374eb38da75b9a074452c83a9b0cc5bac
Added Liquid Bracked Handler
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Brackets/Bracket_Liquid.md", "diff": "+# Liquid Bracket Handler\n+\n+The liquid Bracket Handler gives you access to the liquids in the game. It is only possible to get liquids registered in the game, so adding or removing mods may c...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Liquid Bracked Handler
139,040
28.07.2017 13:29:06
-7,200
afdc6d1c54acadbaae7ffec619c17ce1970ceb1b
Added ILiquidStack and ILiquidDefinition
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Variable_Types/ILiquidStack_ILiquidDefinition.md", "diff": "+# ILiquidStack\n+\n+A LiquidStack consists of a Liquid Definition as well as an optional tag and an optional amount value.\n+\n+## Creating an ILiquidStack\n+An ILiquidSta...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added ILiquidStack and ILiquidDefinition
139,040
28.07.2017 21:10:05
-7,200
4042e9b8e7130161de0191355088cd44a89a786a
Added IGame.md
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Game/IGame.md", "diff": "+# Game Class\n+\n+The IGame Class is used to obtain general game information.\n+Can be accessed using `game`\n+\n+## Zengetters\n+\n+| Zengetter | What does it do? | Return Type | Usage |\n+|-----------|---...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added IGame.md
139,040
28.07.2017 22:29:53
-7,200
d29d4722e5d103df4b28c84d21bdf4d265b219bb
Added Mods Entry
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/Vanilla/Game/Mods.md", "diff": "+# LoadedMods\n+\n+You can use the keyword `loadedMods` to access all currently loaded mods.\n+\n+## Check if a mod is loaded\n+\n+Use the `in`function to check if a mod is loaded:\n+```\n+//if MinecraftCoder...
TypeScript
MIT License
crafttweaker/crafttweaker-documentation
Added Mods Entry