Skip to content
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

v0.3.3 #257

Merged
merged 68 commits into from
Mar 25, 2019
Merged

v0.3.3 #257

merged 68 commits into from
Mar 25, 2019

Conversation

GabeIsman
Copy link
Member

This release includes better docker support (thanks to @AnalogJ, @chriszs and @AlJohri). Special thanks to @AnalogJ who has helped us get a klaxon image up and running on Docker Hub. If you deploy Klaxon through Docker, take a close look at this release. You may need to modify your setup a little bit, especially as it relates to scheduling the rake check:all task.

This release also includes a new feature thanks to @kevinschaul. You can now exclude portions of a matched section of text on a page. This should help in situations where it's easier to specify the parts of a page to ignore than the parts to watch.

This release also includes a number of dependency updates.

…s-sdk-sqs-1.7.0

Bump aws-sdk-sqs from 1.6.0 to 1.7.0
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.4 to 1.8.5. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.8.4...v1.8.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…kogiri-1.8.5

[Security] Bump nokogiri from 1.8.4 to 1.8.5
by default the username will already be `whoami` so I don't think you need to specify that. you can test this by running `psql postgres://localhost/klaxon_development` locally and it will login via a user with the same name as `whoami`.

by default, the port is also 5432 so need to specify that

fixes #210 but haven't tested thoroughly
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.2 to 2.2.3. **This update includes security fixes.**
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](flavorjones/loofah@v2.2.2...v2.2.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…ofah-2.2.3

[Security] Bump loofah from 2.2.2 to 2.2.3
Bumps [rack](https://github.com/rack/rack) from 2.0.5 to 2.0.6. **This update includes security fixes.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@2.0.5...2.0.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…tparty-0.16.3

Bump httparty from 0.16.2 to 0.16.3
…ck-2.0.6

[Security] Bump rack from 2.0.5 to 2.0.6
…pec-rails-3.8.1

Bump rspec-rails from 3.8.0 to 3.8.1
Bumps [rails](https://github.com/rails/rails) from 5.2.1 to 5.2.2. **This update includes security fixes.**
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.2.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
- Add exclude_selector to Page
- Adjust Page.match_text and PageSnapshot.match_text to use exclude_selector
- Expose exclude_selector in relevant views
- Tests
- Documentation

Fixes #239
…ffy-3.3.0

Bump diffy from 3.2.1 to 3.3.0
…bmock-3.5.1

Bump webmock from 3.4.2 to 3.5.1
…natra-2.0.5

Bump sinatra from 2.0.4 to 2.0.5
Bump Dockerfile Ruby version to match Gemfile
dependabot-support and others added 29 commits February 28, 2019 10:21
Add exclude selector option to ignore some changes
…tenv-2.7.1

Bump dotenv from 2.5.0 to 2.7.1
…tparty-0.16.4

Bump httparty from 0.16.3 to 0.16.4
…ebug-11.0.0

Bump byebug from 10.0.2 to 11.0.0
…ck-cache-1.9.0

Bump rack-cache from 1.8.0 to 1.9.0
…pec-rails-3.8.2

Bump rspec-rails from 3.8.1 to 3.8.2
…ctory_bot_rails-5.0.1

Bump factory_bot_rails from 4.11.1 to 5.0.1
…otsnap-1.4.1

Bump bootsnap from 1.3.2 to 1.4.1
Bumps [rails](https://github.com/rails/rails) from 5.2.2 to 5.2.2.1. **This update includes security fixes.**
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.2.2...v5.2.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…ce runner (cron + app in same container). Added healthcheck to docker-compose file, simplifying docker instructions. Moved database into docker-compose from overrides, since its required for application startup.
Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v3.12.0...v3.12.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
…ils-5.2.2.1

[Security] Bump rails from 5.2.2 to 5.2.2.1
…ma-3.12.1

Bump puma from 3.12.0 to 3.12.1
…s-sdk-sqs-1.12.0

Bump aws-sdk-sqs from 1.10.0 to 1.12.0
…ebug-11.0.1

Bump byebug from 11.0.0 to 11.0.1
@GabeIsman GabeIsman merged commit c28afa9 into master Mar 25, 2019
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.

7 participants