Skip to content

Commit

Permalink
Merge branch 'features/incoming-webhooks-test' of github.com:bullet-t…
Browse files Browse the repository at this point in the history
…rain-co/bullet_train-core into features/incoming-webhooks-test
  • Loading branch information
gazayas committed Sep 1, 2023
2 parents 6fd52b5 + f6cd8ce commit 40ab508
Show file tree
Hide file tree
Showing 42 changed files with 442 additions and 344 deletions.
18 changes: 7 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
orbs:
ruby: circleci/ruby@2.0.0
node: circleci/node@5.1.0
browser-tools: circleci/browser-tools@1.4.1
browser-tools: circleci/browser-tools@1.4.4
aliases:
- &ruby_node_browsers_docker_image
- image: cimg/ruby:3.2.2-browsers
Expand Down Expand Up @@ -30,6 +30,8 @@ jobs:
- checkout
- browser-tools/install-browser-tools:
firefox-version: "112.0"
chrome-version: "116.0.5845.96" # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
replace-existing-chrome: true # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75

- ruby/install-deps:
clean-bundle: true
Expand Down Expand Up @@ -63,11 +65,8 @@ jobs:
path: ~/project
- browser-tools/install-browser-tools:
firefox-version: "112.0"

# TODO: This is a workaround to get `git clone` working, but it shouldn't be here.
# https://github.com/CircleCI-Public/browser-tools-orb/issues/62
- run:
command: rm LICENSE.chromedriver
chrome-version: "116.0.5845.96" # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
replace-existing-chrome: true # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75

- run: ../../bin/checkout-and-link-starter-repo

Expand Down Expand Up @@ -116,11 +115,8 @@ jobs:
path: ~/project
- browser-tools/install-browser-tools:
firefox-version: "112.0"

# TODO: This is a workaround to get `git clone` working, but it shouldn't be here.
# https://github.com/CircleCI-Public/browser-tools-orb/issues/62
- run:
command: rm LICENSE.chromedriver
chrome-version: "116.0.5845.96" # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75
replace-existing-chrome: true # TODO: remove -> https://github.com/CircleCI-Public/browser-tools-orb/issues/75

- run: ../../bin/checkout-and-link-starter-repo

Expand Down
2 changes: 1 addition & 1 deletion bullet_train-api/lib/bullet_train/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Api
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
2 changes: 1 addition & 1 deletion bullet_train-fields/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-fields (1.3.19)
bullet_train-fields (1.3.20)
chronic
cloudinary
phonelib
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-fields/lib/bullet_train/fields/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Fields
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
2 changes: 1 addition & 1 deletion bullet_train-fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bullet-train/fields",
"version": "1.3.19",
"version": "1.3.20",
"description": "Bullet Train Fields",
"source": "app/javascript/index.js",
"module": "app/assets/javascripts/fields.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-has_uuid/lib/bullet_train/has_uuid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module HasUuid
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module IncomingWebhooks
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module BulletTrain
module Integrations
module Stripe
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Integrations
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ObfuscatesId
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
json.extract! event,
:id,
:team_id,
BulletTrain::OutgoingWebhooks.parent_association.to_s.foreign_key.to_sym,
:uuid,
:event_type_id,
:subject_id,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module OutgoingWebhooks
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
2 changes: 1 addition & 1 deletion bullet_train-roles/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
bullet_train-roles (1.3.19)
bullet_train-roles (1.3.20)
active_hash
activesupport
cancancan
Expand Down
2 changes: 1 addition & 1 deletion bullet_train-roles/lib/bullet_train/roles/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Roles
VERSION = "1.3.19"
VERSION = "1.3.20"
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module ScopeQuestions
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
2 changes: 1 addition & 1 deletion bullet_train-scope_validator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bullet_train-scope_validator (1.3.19)
bullet_train-scope_validator (1.3.20)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module BulletTrain
module ScopeValidator
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
2 changes: 1 addition & 1 deletion bullet_train-sortable/lib/bullet_train/sortable/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module Sortable
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
2 changes: 1 addition & 1 deletion bullet_train-sortable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bullet-train/bullet-train-sortable",
"version": "1.3.19",
"version": "1.3.20",
"description": "Bullet Train - Sortable",
"source": "app/javascript/index.js",
"module": "app/assets/javascripts/bullet-train.esm.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module SuperLoadAndAuthorizeResource
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BulletTrain
module SuperScaffolding
VERSION = "1.3.19"
VERSION = "1.3.20"
end
end
Loading

0 comments on commit 40ab508

Please sign in to comment.