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

Upstream #14

Merged
merged 129 commits into from Jun 4, 2019
Merged

Upstream #14

merged 129 commits into from Jun 4, 2019

Commits on Apr 1, 2019

  1. Bump octokit from 4.13.0 to 4.14.0 (octobox#1709)

    Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.13.0 to 4.14.0.
    - [Release notes](https://github.com/octokit/octokit.rb/releases)
    - [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md)
    - [Commits](octokit/octokit.rb@v4.13.0...v4.14.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 1, 2019
    Copy the full SHA
    309b504 View commit details
    Browse the repository at this point in the history
  2. Bump parallel from 1.16.2 to 1.17.0 (octobox#1711)

    Bumps [parallel](https://github.com/grosser/parallel) from 1.16.2 to 1.17.0.
    - [Release notes](https://github.com/grosser/parallel/releases)
    - [Commits](grosser/parallel@v1.16.2...v1.17.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 1, 2019
    Copy the full SHA
    da5ef89 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ca2fb58 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    74ede1d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Bump yard from 0.9.18 to 0.9.19 (octobox#1715)

    Bumps [yard](https://github.com/lsegal/yard) from 0.9.18 to 0.9.19.
    - [Release notes](https://github.com/lsegal/yard/releases)
    - [Changelog](https://github.com/lsegal/yard/blob/master/CHANGELOG.md)
    - [Commits](lsegal/yard@v0.9.18...v0.9.19)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 2, 2019
    Copy the full SHA
    dc46fd0 View commit details
    Browse the repository at this point in the history
  2. Avoid using es6 syntax in javascript (octobox#1716)

    * Avoid using es6 syntax in javascript
    
    * Skip intermittenly failing test
    andrew committed Apr 2, 2019
    Copy the full SHA
    2c665c6 View commit details
    Browse the repository at this point in the history
  3. Bump regexp_parser from 1.3.0 to 1.4.0 (octobox#1717)

    Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 1.3.0 to 1.4.0.
    - [Release notes](https://github.com/ammar/regexp_parser/releases)
    - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
    - [Commits](ammar/regexp_parser@v1.3.0...v1.4.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 2, 2019
    Copy the full SHA
    d5f1e4b View commit details
    Browse the repository at this point in the history
  4. Bump rack from 2.0.6 to 2.0.7 (octobox#1718)

    Bumps [rack](https://github.com/rack/rack) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/rack/rack/releases)
    - [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
    - [Commits](rack/rack@2.0.6...2.0.7)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 2, 2019
    Copy the full SHA
    57f7b5c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Copy the full SHA
    4c63080 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. updated apple icon (octobox#1720)

    resolves octobox#1713
    GiacomoLaw authored and andrew committed Apr 4, 2019
    Copy the full SHA
    e179eb6 View commit details
    Browse the repository at this point in the history
  2. Bump commonmarker from 0.18.2 to 0.19.0 (octobox#1722)

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.18.2 to 0.19.0.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Commits](gjtorikian/commonmarker@v0.18.2...v0.19.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 4, 2019
    Copy the full SHA
    54e9957 View commit details
    Browse the repository at this point in the history
  3. Bump rubocop from 0.66.0 to 0.67.1 (octobox#1723)

    Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.66.0 to 0.67.1.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v0.66.0...v0.67.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 4, 2019
    Copy the full SHA
    051c5e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Support draft pull requests (octobox#1724)

    * Store draft boolean on subjects
    
    * Change colour icon for draft pull requests
    
    * Changes to draft field should cause updates over websocket
    
    * Add draft sidebar filter link
    
    * draft search prefix
    
    * Ignore rubocop warning
    
    * Add draft support to threadview badge
    
    * Document search prefix
    
    * Add test for draft search prefix
    andrew committed Apr 7, 2019
    Copy the full SHA
    5f9e3e7 View commit details
    Browse the repository at this point in the history
  2. Fix HTML in opencollective success flash (octobox#1726)

    The flash message had an unclosed HTML property value, which caused
    issues rendering the flash message.
    tombruijn authored and andrew committed Apr 7, 2019
    Copy the full SHA
    82083a8 View commit details
    Browse the repository at this point in the history
  3. Bump autoprefixer-rails from 9.5.0 to 9.5.1 (octobox#1727)

    Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.5.0 to 9.5.1.
    - [Release notes](https://github.com/ai/autoprefixer-rails/releases)
    - [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
    - [Commits](ai/autoprefixer-rails@9.5.0...9.5.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 7, 2019
    Copy the full SHA
    8faae1a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Bump pg_search from 2.1.4 to 2.1.5 (octobox#1728)

    Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.1.4 to 2.1.5.
    - [Release notes](https://github.com/Casecommons/pg_search/releases)
    - [Changelog](https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md)
    - [Commits](Casecommons/pg_search@v2.1.4...v2.1.5)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 8, 2019
    Copy the full SHA
    24a627a View commit details
    Browse the repository at this point in the history
  2. Bump rubocop from 0.67.1 to 0.67.2 (octobox#1729)

    Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.67.1 to 0.67.2.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v0.67.1...v0.67.2)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 8, 2019
    Copy the full SHA
    46aabb3 View commit details
    Browse the repository at this point in the history
  3. Bump bindex from 0.6.0 to 0.7.0 (octobox#1734)

    Bumps [bindex](https://github.com/gsamokovarov/bindex) from 0.6.0 to 0.7.0.
    - [Release notes](https://github.com/gsamokovarov/bindex/releases)
    - [Commits](gsamokovarov/skiptrace@v0.6.0...v0.7.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 8, 2019
    Copy the full SHA
    44d689e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Bump commonmarker from 0.19.0 to 0.20.0 (octobox#1735)

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.19.0 to 0.20.0.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Commits](gjtorikian/commonmarker@v0.19.0...v0.20.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 9, 2019
    Copy the full SHA
    3a2f328 View commit details
    Browse the repository at this point in the history
  2. Use _blank when opening external links (octobox#1736)

    When clicking the status button in the upper left of a thread view it links you to the external github item, however, it uses 'blank' instead of '_blank' for the href attribute. This means that if I:
    
    Click the status button to view something in github
    Navigate away to do something else with that tab
    Go back to octobox to view a thread
    Click the status button again
    
    Chrome will just activate the previously used tab instead of navigating the user to the item on github
    osdlge authored and andrew committed Apr 9, 2019
    Copy the full SHA
    8f836b6 View commit details
    Browse the repository at this point in the history
  3. Bump bootsnap from 1.4.2 to 1.4.3 (octobox#1733)

    Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.2 to 1.4.3.
    - [Release notes](https://github.com/Shopify/bootsnap/releases)
    - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
    - [Commits](Shopify/bootsnap@v1.4.2...v1.4.3)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 9, 2019
    Copy the full SHA
    d9e221f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. Copy the full SHA
    9b39caa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1fa73fb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a6c3683 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    49b456c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Bump capybara from 3.16.1 to 3.16.2 (octobox#1742)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.16.1 to 3.16.2.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.16.1...3.16.2)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 11, 2019
    Copy the full SHA
    dc17c8f View commit details
    Browse the repository at this point in the history
  2. Bump et-orbi from 1.1.7 to 1.1.8 (octobox#1743)

    Bumps [et-orbi](https://github.com/floraison/et-orbi) from 1.1.7 to 1.1.8.
    - [Release notes](https://github.com/floraison/et-orbi/releases)
    - [Changelog](https://github.com/floraison/et-orbi/blob/master/CHANGELOG.md)
    - [Commits](floraison/et-orbi@v1.1.7...v1.1.8)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 11, 2019
    Copy the full SHA
    28d4c37 View commit details
    Browse the repository at this point in the history
  3. Swap kaminari paginator for pagy (octobox#1741)

    * Swap kaminari paginator for pagy
    
    * Swap kaminari paginator for pagy
    andrew committed Apr 11, 2019
    Copy the full SHA
    5f03663 View commit details
    Browse the repository at this point in the history
  4. Remove simple_form gem (octobox#1744)

    Was only using it for one tiny form
    andrew committed Apr 11, 2019
    Copy the full SHA
    785c07b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3ac8381 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a918523 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    aaaa018 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Bump fugit from 1.1.9 to 1.1.10 (octobox#1749)

    Bumps [fugit](https://github.com/floraison/fugit) from 1.1.9 to 1.1.10.
    - [Release notes](https://github.com/floraison/fugit/releases)
    - [Changelog](https://github.com/floraison/fugit/blob/master/CHANGELOG.md)
    - [Commits](floraison/fugit@v1.1.9...v1.1.10)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 12, 2019
    Copy the full SHA
    99f5f11 View commit details
    Browse the repository at this point in the history
  2. Bump sidekiq from 5.2.5 to 5.2.6 (octobox#1750)

    Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.5 to 5.2.6.
    - [Release notes](https://github.com/mperham/sidekiq/releases)
    - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)
    - [Commits](sidekiq/sidekiq@v5.2.5...v5.2.6)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 12, 2019
    Copy the full SHA
    55a10d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Bump oj from 3.7.11 to 3.7.12 (octobox#1751)

    Bumps [oj](https://github.com/ohler55/oj) from 3.7.11 to 3.7.12.
    - [Release notes](https://github.com/ohler55/oj/releases)
    - [Changelog](https://github.com/ohler55/oj/blob/master/CHANGELOG.md)
    - [Commits](ohler55/oj@v3.7.11...v3.7.12)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 14, 2019
    Copy the full SHA
    d663b35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1671e02 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    630ced6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. Bump lograge from 0.10.0 to 0.11.0 (octobox#1754)

    Bumps [lograge](https://github.com/roidrage/lograge) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/roidrage/lograge/releases)
    - [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
    - [Commits](roidrage/lograge@v0.10.0...v0.11.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 15, 2019
    Copy the full SHA
    817f398 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Bump selenium-webdriver from 3.141.0 to 3.141.5926 (octobox#1759)

    Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.141.0 to 3.141.5926.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 18, 2019
    Copy the full SHA
    12c0221 View commit details
    Browse the repository at this point in the history
  2. Bump pg_search from 2.1.5 to 2.1.6 (octobox#1758)

    Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.1.5 to 2.1.6.
    - [Release notes](https://github.com/Casecommons/pg_search/releases)
    - [Commits](https://github.com/Casecommons/pg_search/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 18, 2019
    Copy the full SHA
    0203163 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Bump msgpack from 1.2.9 to 1.2.10 (octobox#1762)

    Bumps [msgpack](https://github.com/msgpack/msgpack-ruby) from 1.2.9 to 1.2.10.
    - [Release notes](https://github.com/msgpack/msgpack-ruby/releases)
    - [Changelog](https://github.com/msgpack/msgpack-ruby/blob/master/ChangeLog)
    - [Commits](msgpack/msgpack-ruby@v1.2.9...v1.2.10)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 19, 2019
    Copy the full SHA
    c6e5c55 View commit details
    Browse the repository at this point in the history
  2. Bump capybara from 3.16.2 to 3.17.0 (octobox#1761)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.16.2 to 3.17.0.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.16.2...3.17.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 19, 2019
    Copy the full SHA
    856fe63 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Bump pg_search from 2.1.6 to 2.1.7 (octobox#1765)

    Bumps [pg_search](https://github.com/Casecommons/pg_search) from 2.1.6 to 2.1.7.
    - [Release notes](https://github.com/Casecommons/pg_search/releases)
    - [Changelog](https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md)
    - [Commits](Casecommons/pg_search@v2.1.6...v2.1.7)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 20, 2019
    Copy the full SHA
    2cc3217 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Bump rufus-scheduler from 3.5.2 to 3.6.0 (octobox#1767)

    Bumps [rufus-scheduler](https://github.com/jmettraux/rufus-scheduler) from 3.5.2 to 3.6.0.
    - [Release notes](https://github.com/jmettraux/rufus-scheduler/releases)
    - [Changelog](https://github.com/jmettraux/rufus-scheduler/blob/master/CHANGELOG.md)
    - [Commits](jmettraux/rufus-scheduler@v3.5.2...v3.6.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 22, 2019
    Copy the full SHA
    a51421c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    df450f0 View commit details
    Browse the repository at this point in the history
  3. [Security] Bump nokogiri from 1.10.2 to 1.10.3 (octobox#1769)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.2 to 1.10.3. **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.10.2...v1.10.3)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 22, 2019
    Copy the full SHA
    e84eb93 View commit details
    Browse the repository at this point in the history
  4. Bump sassc-rails from 2.1.0 to 2.1.1 (octobox#1770)

    Bumps [sassc-rails](https://github.com/sass/sassc-rails) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/sass/sassc-rails/releases)
    - [Commits](sass/sassc-rails@v2.1.0...v2.1.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 22, 2019
    Copy the full SHA
    3a67ba3 View commit details
    Browse the repository at this point in the history
  5. Bump sidekiq from 5.2.6 to 5.2.7 (octobox#1768)

    Bumps [sidekiq](https://github.com/mperham/sidekiq) from 5.2.6 to 5.2.7.
    - [Release notes](https://github.com/mperham/sidekiq/releases)
    - [Changelog](https://github.com/mperham/sidekiq/blob/master/Changes.md)
    - [Commits](sidekiq/sidekiq@v5.2.6...v5.2.7)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 22, 2019
    Copy the full SHA
    b63e5c1 View commit details
    Browse the repository at this point in the history
  6. Bump capybara from 3.17.0 to 3.18.0 (octobox#1771)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.17.0 to 3.18.0.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.17.0...3.18.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 22, 2019
    Copy the full SHA
    f8906e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Bump hashdiff from 0.3.8 to 0.3.9 (octobox#1773)

    Bumps [hashdiff](https://github.com/liufengyun/hashdiff) from 0.3.8 to 0.3.9.
    - [Release notes](https://github.com/liufengyun/hashdiff/releases)
    - [Changelog](https://github.com/liufengyun/hashdiff/blob/master/changelog.md)
    - [Commits](https://github.com/liufengyun/hashdiff/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 23, 2019
    Copy the full SHA
    abeefd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Bump selenium-webdriver from 3.141.5926 to 3.142.0 (octobox#1774)

    Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.141.5926 to 3.142.0.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 24, 2019
    Copy the full SHA
    9b8002c View commit details
    Browse the repository at this point in the history
  2. Bump bootsnap from 1.4.3 to 1.4.4 (octobox#1775)

    Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.4.3 to 1.4.4.
    - [Release notes](https://github.com/Shopify/bootsnap/releases)
    - [Changelog](https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md)
    - [Commits](Shopify/bootsnap@v1.4.3...v1.4.4)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 24, 2019
    Copy the full SHA
    e857718 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Bump bullet from 5.9.0 to 6.0.0 (octobox#1777)

    Bumps [bullet](https://github.com/flyerhzm/bullet) from 5.9.0 to 6.0.0.
    - [Release notes](https://github.com/flyerhzm/bullet/releases)
    - [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
    - [Commits](flyerhzm/bullet@5.9.0...6.0.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 25, 2019
    Copy the full SHA
    df81eec View commit details
    Browse the repository at this point in the history
  2. Bump et-orbi from 1.1.8 to 1.2.0 (octobox#1776)

    Bumps [et-orbi](https://github.com/floraison/et-orbi) from 1.1.8 to 1.2.0.
    - [Release notes](https://github.com/floraison/et-orbi/releases)
    - [Changelog](https://github.com/floraison/et-orbi/blob/master/CHANGELOG.md)
    - [Commits](floraison/et-orbi@v1.1.8...v1.2.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 25, 2019
    Copy the full SHA
    d45f3ab View commit details
    Browse the repository at this point in the history
  3. Bump skylight from 4.0.0.beta2 to 4.0.0.beta3 (octobox#1779)

    Bumps [skylight](https://github.com/skylightio/skylight-ruby) from 4.0.0.beta2 to 4.0.0.beta3.
    - [Release notes](https://github.com/skylightio/skylight-ruby/releases)
    - [Changelog](https://github.com/skylightio/skylight-ruby/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/skylightio/skylight-ruby/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 25, 2019
    Copy the full SHA
    2727c56 View commit details
    Browse the repository at this point in the history
  4. Bump gemoji from 3.0.0 to 3.0.1 (octobox#1778)

    Bumps [gemoji](https://github.com/github/gemoji) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/github/gemoji/releases)
    - [Commits](https://github.com/github/gemoji/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 25, 2019
    Copy the full SHA
    afc6e20 View commit details
    Browse the repository at this point in the history
  5. Account for plan switches in OC task (octobox#1755)

    * Account for plan switches in OC task
    
    * checkpoint
    
    * Uncomment subscription plan removal
    * Add OC members fixture
    * Add oc rake task test outline
    * Add stub helper for oc members request
    
    * Update test plan
    
    * factory
    
    * Fixed test
    
    * Fixed another test
    BenJam authored and andrew committed Apr 25, 2019
    Copy the full SHA
    0c19c68 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e0bb552 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Fix Open Collective rake task (octobox#1782)

    Account for plan switches in OC task
    Don't remove subscriptions for subscribers that have a next billing date
    Add tests
    BenJam committed Apr 26, 2019
    Copy the full SHA
    23e1cf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Bump parser from 2.6.2.1 to 2.6.3.0 (octobox#1786)

    Bumps [parser](https://github.com/whitequark/parser) from 2.6.2.1 to 2.6.3.0.
    - [Release notes](https://github.com/whitequark/parser/releases)
    - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
    - [Commits](whitequark/parser@v2.6.2.1...v2.6.3.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 29, 2019
    Copy the full SHA
    cb54b3e View commit details
    Browse the repository at this point in the history
  2. Bump commonmarker from 0.20.0 to 0.20.1 (octobox#1787)

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.20.0 to 0.20.1.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Commits](gjtorikian/commonmarker@v0.20.0...v0.20.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 29, 2019
    Copy the full SHA
    fe3dd5c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    82a9ceb View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Determine Dyno RAM (octobox#1789)

    If $DYNO_RAM is set, us that, otherwise use the cgroup memory
    controller's limit info to calculate the RAM limit. Failing either of
    those return the default of 512.
    
    This works in Heroku's Dyno containers and may/probably works in other
    containers that mount in the containers cgroup controler.
    Edward Muller authored and andrew committed Apr 30, 2019
    Copy the full SHA
    478befe View commit details
    Browse the repository at this point in the history
  2. Sync supporters fix (octobox#1788)

    Ignore purchases without a corresponding app_installation
    BenJam committed Apr 30, 2019
    Copy the full SHA
    60e74f4 View commit details
    Browse the repository at this point in the history
  3. Bump rubocop from 0.67.2 to 0.68.0 (octobox#1790)

    * Bump rubocop from 0.67.2 to 0.68.0
    
    Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.67.2 to 0.68.0.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v0.67.2...v0.68.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Fix rubocop warnings
    dependabot[bot] authored and andrew committed Apr 30, 2019
    Copy the full SHA
    0d0a529 View commit details
    Browse the repository at this point in the history
  4. Bump pagy from 2.1.5 to 3.0.0 (octobox#1785)

    Bumps [pagy](https://github.com/ddnexus/pagy) from 2.1.5 to 3.0.0.
    - [Release notes](https://github.com/ddnexus/pagy/releases)
    - [Changelog](https://github.com/ddnexus/pagy/blob/master/LEGACY_CHANGELOG.md)
    - [Commits](https://github.com/ddnexus/pagy/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed Apr 30, 2019
    Copy the full SHA
    b36843b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Bump rubocop from 0.68.0 to 0.68.1 (octobox#1793)

    Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.68.0 to 0.68.1.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v0.68.0...v0.68.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 1, 2019
    Copy the full SHA
    696a09a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ac83d1 View commit details
    Browse the repository at this point in the history
  3. Bump et-orbi from 1.2.0 to 1.2.1 (octobox#1794)

    Bumps [et-orbi](https://github.com/floraison/et-orbi) from 1.2.0 to 1.2.1.
    - [Release notes](https://github.com/floraison/et-orbi/releases)
    - [Changelog](https://github.com/floraison/et-orbi/blob/master/CHANGELOG.md)
    - [Commits](floraison/et-orbi@v1.2.0...v1.2.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 1, 2019
    Copy the full SHA
    3e689b0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    aa03d01 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Bump sawyer from 0.8.1 to 0.8.2 (octobox#1798)

    Bumps [sawyer](https://github.com/lostisland/sawyer) from 0.8.1 to 0.8.2.
    - [Release notes](https://github.com/lostisland/sawyer/releases)
    - [Commits](lostisland/sawyer@v0.8.1...v0.8.2)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 2, 2019
    Copy the full SHA
    b313ceb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Add browser pre-rendering for unread notifications. (octobox#1784)

    * Added browser pre-rendering for unread notifications.
    
    * Added prerender exclusion for already merged PRs.
    
    * fixup! Added prerender exclusion for already merged PRs.
    
    * Added prerender exclusion for already merged PRs.
    
    * Moved condition check to notification model and check threads.
    juliquiron authored and andrew committed May 3, 2019
    Copy the full SHA
    d200ef5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Bump fugit from 1.2.0 to 1.2.1 (octobox#1801)

    Bumps fugit from 1.2.0 to 1.2.1.
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 4, 2019
    Copy the full SHA
    3ba6f07 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Bump autoprefixer-rails from 9.5.1 to 9.5.1.1 (octobox#1802)

    Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails) from 9.5.1 to 9.5.1.1.
    - [Release notes](https://github.com/ai/autoprefixer-rails/releases)
    - [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md)
    - [Commits](ai/autoprefixer-rails@9.5.1...9.5.1.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 6, 2019
    Copy the full SHA
    6c863a6 View commit details
    Browse the repository at this point in the history
  2. Add delay to display of [data-toggle=popover] (octobox#1648)

    * Add delay to display of [data-toggle=popover]
    
    * fix this context in setTimeout
    Spencer authored and andrew committed May 6, 2019
    Copy the full SHA
    a2379e3 View commit details
    Browse the repository at this point in the history
  3. rake test:skip_visuals should run services tests (octobox#1725)

    * skip_visuals should run services tests
    
    * Fix download service tests
    
    * Fix rubocop warning
    andrew committed May 6, 2019
    Copy the full SHA
    7f01fcc View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c965619 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    46f7ee8 View commit details
    Browse the repository at this point in the history
  6. Bump redis from 4.1.0 to 4.1.1 (octobox#1806)

    Bumps [redis](https://github.com/redis/redis-rb) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/redis/redis-rb/releases)
    - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md)
    - [Commits](redis/redis-rb@v4.1.0...v4.1.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 6, 2019
    Copy the full SHA
    2cfe8e5 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    158fb16 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Add Timecop and freeze time for open collective tests (octobox#1812)

    * Add Timecop and freeze time for open collective tests
    
    * Tweak timecop usage
    BenJam authored and andrew committed May 8, 2019
    Copy the full SHA
    fe16e0a View commit details
    Browse the repository at this point in the history
  2. Bump selenium-webdriver from 3.142.0 to 3.142.1 (octobox#1808)

    Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.0 to 3.142.1.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 8, 2019
    Copy the full SHA
    95cabd6 View commit details
    Browse the repository at this point in the history
  3. Bump pagy from 3.0.0 to 3.1.0 (octobox#1809)

    Bumps [pagy](https://github.com/ddnexus/pagy) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/ddnexus/pagy/releases)
    - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
    - [Commits](ddnexus/pagy@3.0.0...3.1.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 8, 2019
    Copy the full SHA
    62af24c View commit details
    Browse the repository at this point in the history
  4. Bump multipart-post from 2.0.0 to 2.1.0 (octobox#1810)

    Bumps [multipart-post](https://github.com/nicksieger/multipart-post) from 2.0.0 to 2.1.0.
    - [Release notes](https://github.com/nicksieger/multipart-post/releases)
    - [Changelog](https://github.com/socketry/multipart-post/blob/master/History.txt)
    - [Commits](socketry/multipart-post@v2.0.0...v2.1.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 8, 2019
    Copy the full SHA
    3d0da2a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    278522c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. fix open collective test (octobox#1824)

    BenJam authored and andrew committed May 13, 2019
    Copy the full SHA
    e431e44 View commit details
    Browse the repository at this point in the history
  2. Bump skylight from 4.0.0 to 4.0.1 (octobox#1815)

    Bumps [skylight](https://github.com/skylightio/skylight-ruby) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/skylightio/skylight-ruby/releases)
    - [Changelog](https://github.com/skylightio/skylight-ruby/blob/master/CHANGELOG.md)
    - [Commits](skylightio/skylight-ruby@v4.0.0...v4.0.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 13, 2019
    Copy the full SHA
    86d92a1 View commit details
    Browse the repository at this point in the history
  3. Bump pagy from 3.1.0 to 3.2.0 (octobox#1816)

    Bumps [pagy](https://github.com/ddnexus/pagy) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/ddnexus/pagy/releases)
    - [Changelog](https://github.com/ddnexus/pagy/blob/master/LEGACY_CHANGELOG.md)
    - [Commits](https://github.com/ddnexus/pagy/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 13, 2019
    Copy the full SHA
    ad60a1b View commit details
    Browse the repository at this point in the history
  4. Bump selenium-webdriver from 3.142.1 to 3.142.2 (octobox#1817)

    Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.1 to 3.142.2.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 13, 2019
    Copy the full SHA
    61d9535 View commit details
    Browse the repository at this point in the history
  5. Bump capybara from 3.18.0 to 3.19.1 (octobox#1819)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.18.0 to 3.19.1.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.18.0...3.19.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 13, 2019
    Copy the full SHA
    fdb3843 View commit details
    Browse the repository at this point in the history
  6. Bump brakeman from 4.5.0 to 4.5.1 (octobox#1820)

    Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/presidentbeef/brakeman/releases)
    - [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md)
    - [Commits](https://github.com/presidentbeef/brakeman/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 13, 2019
    Copy the full SHA
    c153861 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    6b43bc3 View commit details
    Browse the repository at this point in the history
  8. Bump rubocop from 0.68.1 to 0.69.0 (octobox#1823)

    Bumps rubocop from 0.68.1 to 0.69.0.
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 13, 2019
    Copy the full SHA
    e75a818 View commit details
    Browse the repository at this point in the history
  9. Bump jbuilder from 2.8.0 to 2.9.0 (octobox#1825)

    Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.8.0 to 2.9.0.
    - [Release notes](https://github.com/rails/jbuilder/releases)
    - [Changelog](https://github.com/rails/jbuilder/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rails/jbuilder/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 13, 2019
    Copy the full SHA
    22e7352 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Bump multipart-post from 2.1.0 to 2.1.1 (octobox#1827)

    Bumps [multipart-post](https://github.com/nicksieger/multipart-post) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/nicksieger/multipart-post/releases)
    - [Changelog](https://github.com/socketry/multipart-post/blob/master/History.txt)
    - [Commits](socketry/multipart-post@v2.1.0...v2.1.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 14, 2019
    Copy the full SHA
    42113ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e23b7c View commit details
    Browse the repository at this point in the history
  3. Fix broken UI issue for long words (octobox#1828)

    Currently, if a notification's subject is a single word and
    more than certain characters then it breaks the listing and
    doesn't shows all of the filelds
    
    This commit changes a style rule, so longer words will work
    like any other title, break it down to a certain limits.
    
    Fixes 1799
    abunashir authored and andrew committed May 14, 2019
    Copy the full SHA
    02a6b39 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Bump capybara from 3.19.1 to 3.20.0 (octobox#1830)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.19.1 to 3.20.0.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.19.1...3.20.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 15, 2019
    Copy the full SHA
    ab4a20d View commit details
    Browse the repository at this point in the history
  2. Bump regexp_parser from 1.4.0 to 1.5.0 (octobox#1831)

    Bumps regexp_parser from 1.4.0 to 1.5.0.
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 15, 2019
    Copy the full SHA
    a251166 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Bump jbuilder from 2.9.0 to 2.9.1 (octobox#1829)

    Bumps [jbuilder](https://github.com/rails/jbuilder) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/rails/jbuilder/releases)
    - [Changelog](https://github.com/rails/jbuilder/blob/v2.9.1/CHANGELOG.md)
    - [Commits](rails/jbuilder@v2.9.0...v2.9.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 16, 2019
    Copy the full SHA
    8482b87 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Bump lograge from 0.11.0 to 0.11.1 (octobox#1832)

    Bumps [lograge](https://github.com/roidrage/lograge) from 0.11.0 to 0.11.1.
    - [Release notes](https://github.com/roidrage/lograge/releases)
    - [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
    - [Commits](roidrage/lograge@v0.11.0...v0.11.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 17, 2019
    Copy the full SHA
    9807790 View commit details
    Browse the repository at this point in the history
  2. Bump capybara from 3.20.0 to 3.20.1 (octobox#1834)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.20.0 to 3.20.1.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.20.0...3.20.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 17, 2019
    Copy the full SHA
    c0c84eb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Bump ffi from 1.10.0 to 1.11.0 (octobox#1833)

    Bumps [ffi](https://github.com/ffi/ffi) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/ffi/ffi/releases)
    - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
    - [Commits](ffi/ffi@1.10.0...1.11.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 18, 2019
    Copy the full SHA
    3b57e31 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Bump capybara from 3.20.1 to 3.20.2 (octobox#1835)

    Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.20.1 to 3.20.2.
    - [Release notes](https://github.com/teamcapybara/capybara/releases)
    - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
    - [Commits](teamcapybara/capybara@3.20.1...3.20.2)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 20, 2019
    Copy the full SHA
    477cb7c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Bump selenium-webdriver from 3.142.2 to 3.142.3 (octobox#1839)

    Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.2 to 3.142.3.
    - [Release notes](https://github.com/SeleniumHQ/selenium/releases)
    - [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
    - [Commits](https://github.com/SeleniumHQ/selenium/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 21, 2019
    Copy the full SHA
    75ed403 View commit details
    Browse the repository at this point in the history
  2. Bump sidekiq-status from 1.1.2 to 1.1.3 (octobox#1837)

    Bumps [sidekiq-status](https://github.com/utgarda/sidekiq-status) from 1.1.2 to 1.1.3.
    - [Release notes](https://github.com/utgarda/sidekiq-status/releases)
    - [Changelog](https://github.com/utgarda/sidekiq-status/blob/master/CHANGELOG.md)
    - [Commits](utgarda/sidekiq-status@v1.1.2...v1.1.3)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 21, 2019
    Copy the full SHA
    e68e9c5 View commit details
    Browse the repository at this point in the history
  3. Bump skylight from 4.0.1 to 4.0.2 (octobox#1840)

    Bumps [skylight](https://github.com/skylightio/skylight-ruby) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/skylightio/skylight-ruby/releases)
    - [Changelog](https://github.com/skylightio/skylight-ruby/blob/master/CHANGELOG.md)
    - [Commits](skylightio/skylight-ruby@v4.0.1...v4.0.2)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 21, 2019
    Copy the full SHA
    df052e2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Bump rubocop from 0.69.0 to 0.70.0 (octobox#1842)

    Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.69.0 to 0.70.0.
    - [Release notes](https://github.com/rubocop-hq/rubocop/releases)
    - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v0.69.0...v0.70.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot[bot] authored and andrew committed May 22, 2019
    Copy the full SHA
    dd0d086 View commit details
    Browse the repository at this point in the history
  2. Launch 'conversations' (octobox#1645)

    * remove beta banner from user settings panel
    * add rake task to update user records
    BenJam committed May 22, 2019
    Copy the full SHA
    3d85558 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Copy the full SHA
    a7aa6de View commit details
    Browse the repository at this point in the history
  2. Add security.md (octobox#1845)

    copy of /docs/VULNERABILITY_DISCLOSURE_POLICY.md as a starter
    BenJam committed May 23, 2019
    Copy the full SHA
    b8e2b18 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ddc4fc4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    24ade97 View commit details
    Browse the repository at this point in the history
  5. Add next_billing_date to open collective synchronous transactions (oc…

    …tobox#1843)
    
    Simplify logic for removing subscriptions in OC rake task
    BenJam authored and andrew committed May 23, 2019
    Copy the full SHA
    ffc307f View commit details
    Browse the repository at this point in the history
  6. Order pinned searches by name (octobox#1836)

    Short of adding full ordered list capability, this allows users some basic
    control over the order of the search. Either by prefixing the search with a
    number or careful naming.
    tomgatzgates authored and andrew committed May 23, 2019
    Copy the full SHA
    dd2e147 View commit details
    Browse the repository at this point in the history
  7. Bump rubyzip from 1.2.2 to 1.2.3 (octobox#1849)

    Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.2 to 1.2.3.
    - [Release notes](https://github.com/rubyzip/rubyzip/releases)
    - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
    - [Commits](rubyzip/rubyzip@v1.2.2...v1.2.3)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and andrew committed May 23, 2019
    Copy the full SHA
    daec8c6 View commit details
    Browse the repository at this point in the history
  8. Bump jwt from 2.1.0 to 2.2.0 (octobox#1850)

    Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/jwt/ruby-jwt/releases)
    - [Changelog](https://github.com/jwt/ruby-jwt/blob/master/CHANGELOG.md)
    - [Commits](jwt/ruby-jwt@v2.1.0...v2.2.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and andrew committed May 23, 2019
    Copy the full SHA
    90f58a7 View commit details
    Browse the repository at this point in the history
  9. Bump regexp_parser from 1.5.0 to 1.5.1 (octobox#1851)

    Bumps [regexp_parser](https://github.com/ammar/regexp_parser) from 1.5.0 to 1.5.1.
    - [Release notes](https://github.com/ammar/regexp_parser/releases)
    - [Changelog](https://github.com/ammar/regexp_parser/blob/master/CHANGELOG.md)
    - [Commits](ammar/regexp_parser@v1.5.0...v1.5.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and andrew committed May 23, 2019
    Copy the full SHA
    c11269a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Bump jwt from 2.2.0 to 2.2.1 (octobox#1852)

    Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.2.0 to 2.2.1.
    - [Release notes](https://github.com/jwt/ruby-jwt/releases)
    - [Changelog](https://github.com/jwt/ruby-jwt/blob/master/CHANGELOG.md)
    - [Commits](jwt/ruby-jwt@v2.2.0...v2.2.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and andrew committed May 24, 2019
    Copy the full SHA
    047a13b View commit details
    Browse the repository at this point in the history
  2. Bump pagy from 3.2.0 to 3.2.1 (octobox#1853)

    Bumps [pagy](https://github.com/ddnexus/pagy) from 3.2.0 to 3.2.1.
    - [Release notes](https://github.com/ddnexus/pagy/releases)
    - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
    - [Commits](ddnexus/pagy@3.2.0...3.2.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    dependabot-preview[bot] authored and andrew committed May 24, 2019
    Copy the full SHA
    3fb0f9b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1718d2a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Copy the full SHA
    dab7ae6 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Copy the full SHA
    e9f835e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Copy the full SHA
    91555d2 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Copy the full SHA
    9440a1e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Copy the full SHA
    3e62097 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e6072ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    df0bfb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Merge remote-tracking branch 'upstream/master' into upstream

    * upstream/master: (128 commits)
      Bump rubocop from 0.70.0 to 0.71.0 (octobox#1867)
      Bump redis from 4.1.1 to 4.1.2 (octobox#1866)
      Bump capybara from 3.21.0 to 3.22.0 (octobox#1864)
      Bump hashdiff from 0.3.9 to 0.4.0 (octobox#1862)
      Bump ruby-progressbar from 1.10.0 to 1.10.1 (octobox#1860)
      Bump public_suffix from 3.0.3 to 3.1.0 (octobox#1857)
      Bump pg_search from 2.1.7 to 2.2.0 (octobox#1855)
      Bump capybara from 3.20.2 to 3.21.0 (octobox#1854)
      Bump pagy from 3.2.0 to 3.2.1 (octobox#1853)
      Bump jwt from 2.2.0 to 2.2.1 (octobox#1852)
      Bump regexp_parser from 1.5.0 to 1.5.1 (octobox#1851)
      Bump jwt from 2.1.0 to 2.2.0 (octobox#1850)
      Bump rubyzip from 1.2.2 to 1.2.3 (octobox#1849)
      Order pinned searches by name (octobox#1836)
      Add next_billing_date to open collective synchronous transactions (octobox#1843)
      Fix for stripping quotes from seach query when parsing. (octobox#1848)
      Don't strip quotes from seach query when parsing. (octobox#1847)
      Add security.md (octobox#1845)
      Create FUNDING.yml (octobox#1844)
      Launch 'conversations' (octobox#1645)
      ...
    
    # Conflicts:
    #	Gemfile.lock
    coreyja committed Jun 4, 2019
    Copy the full SHA
    6dc561a View commit details
    Browse the repository at this point in the history