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

Bullet Train Update: 1.7.15 #36

Closed
wants to merge 40 commits into from
Closed

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    0b313c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

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

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    4edf74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24040d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    6265c57 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    f604f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd2f857 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    f8767e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6945fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73f1e64 View commit details
    Browse the repository at this point in the history
  4. Better & cheaper initial experience on Heroku (#1525)

    This PR does a few things to make the process of setting up an app on
    Heroku better and cheaper.
    
    1. It adds a buildpack for `jemalloc` and sets the `JEMALLOC_ENABLED`
       ENV var. Fixes: bullet-train-co/bullet_train#1524
    2. Makes the initial setup cheaper by using smaller dynos and the entry
       level for a number of addons. Fixes: bullet-train-co/bullet_train#1127
    3. Removes the Sentry addon. This was redundant since Honeybadger was
       already included, and Sentry isn't supported in review apps on
       Heroku, so having it in `app.json` prevents the use of review apps
       entirely which is frustrating. Fixes: bullet-train-co/bullet_train#1521
    4. Sets `RAILS_MAX_THREADS` and `WEB_CONCURRENCY` to match the values
       suggested by heroku here: https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#recommended-default-puma-process-and-thread-configuration
       Fixes: bullet-train-co/bullet_train#1523
    jagthedrummer authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2c89d70 View commit details
    Browse the repository at this point in the history
  5. BT-Core version bump: - 1.7.12 (#1538)

    Co-authored-by: jagthedrummer <[email protected]>
    jagthedrummer and jagthedrummer authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0fc6b2c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    c3a113d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5fc6c2 View commit details
    Browse the repository at this point in the history
  3. Run the PartialTest on a dedicated CI node (#1541)

    * Run the PartialTest on a dedicated CI node
    
    Previously every node that ran _any_ super scaffolding test would also run
    the super scaffolding test for `PartialTest`.
    
    This PR makes it so that we run that test on a dedicated node, and all
    the other nodes won't run it.
    
    * Need to keep that
    
    * consolidate some tests onto the same CI node
    jagthedrummer authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e26545d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    86a0fe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    95cf2b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    c35493b View commit details
    Browse the repository at this point in the history
  2. BT-Core version bump: - 1.7.13 (#1551)

    Co-authored-by: jagthedrummer <[email protected]>
    jagthedrummer and jagthedrummer authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    400150d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    601e25a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    377ffa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2097bb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    2cda556 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    2b88fe7 View commit details
    Browse the repository at this point in the history
  2. BT-Core version bump: - 1.7.14 (#1564)

    Co-authored-by: jagthedrummer <[email protected]>
    jagthedrummer and jagthedrummer authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7ddb930 View commit details
    Browse the repository at this point in the history
  3. Bump setup-node to v4 (#1565)

    * Bump setup-node to v4
    
    * Update actions/cache to v4
    jagthedrummer authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3e84b99 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    93b3c9d View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    400e8a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Jul 1, 2024

  1. Fix for crashes on MacOS related to ruby-pg (#1573)

    Some users are reporting crashes on MacOS when first trying to access
    the database. There's an issue open on `ruby-pg` that describes this
    temporary workaround. ged/ruby-pg#538
    
    Hopefully fixes: bullet-train-co/bullet_train#1379
    jagthedrummer authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9e25d2b View commit details
    Browse the repository at this point in the history
  2. Refactor bin/setup into a series of independent scripts (#1568)

    * wip
    
    * making progress
    
    * more refactoring
    
    * tweak
    
    * Move some stuff out of bin/configure and into bin/setup
    
    * linter
    jagthedrummer authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c3fe8c4 View commit details
    Browse the repository at this point in the history
  3. Update Node.js to version 20.15.0 (#1560)

    Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
    depfu[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f17a710 View commit details
    Browse the repository at this point in the history
  4. BT-Core version bump: - 1.7.15 (#1575)

    Co-authored-by: jagthedrummer <[email protected]>
    jagthedrummer and jagthedrummer authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    7373946 View commit details
    Browse the repository at this point in the history
  5. Merge tag 'v1.7.15'

    # Conflicts:
    #	Gemfile.lock
    jagthedrummer committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c93d733 View commit details
    Browse the repository at this point in the history