Skip to content

Commit

Permalink
Merge pull request #284 from travis-ci/release_20240724
Browse files Browse the repository at this point in the history
[TBT-84] Enterprise merge (#283)
  • Loading branch information
DominikAlberski authored Jul 24, 2024
2 parents 550f73b + b27d097 commit 6967ad1
Show file tree
Hide file tree
Showing 16 changed files with 294 additions and 99 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ rvm: 3.2.2
git:
depth: 10

# Build master, enterprise-3.0 and PRs which merge into those branches
# We don't automatically build other branches when they're pushed; create a PR to cause the CI to run.
branches:
only:
- master
- enterprise-3.0

cache:
bundler: true
timeout: 600
Expand All @@ -26,6 +19,7 @@ stages:
if: commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true

before_install:
- gem install rubygems-update -v 3.4.22
- gem update --silent --system 3.4.13
- 'echo "gem: --no-document" >> ~/.gemrc' # Skip installing documentation
# - gem install bundler -v $(awk '/BUNDLED WITH/{getline; print}' Gemfile.lock)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'travis-conditions', git: 'https://github.com/travis-ci/travis-conditions'

group :web do
gem 'puma', '~> 6.3.0'
gem 'sinatra'
gem 'sinatra', '~> 2'
gem 'sinatra-contrib'
gem 'rack-cors'
gem 'rack-ssl-enforcer', '~> 0.2.9'
Expand Down
132 changes: 75 additions & 57 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/travis-ci/dpl.git
revision: 8a159e2d1fe5d047c17df190b92e2029cd0712aa
revision: 56e5a5c631da074a7aea7e9ecb23596745950edb
specs:
dpl (2.0.0.beta.2)
dpl (2.0.3.beta.4)
cl (~> 1.0)

GIT
Expand All @@ -15,7 +15,7 @@ GIT

GIT
remote: https://github.com/travis-ci/travis-config
revision: 601e9a6dcb799dc14944c40153c60aaf935629ee
revision: 42b56ca54b9e4341817a7d3dc8fdf61a436e05bb
specs:
travis-config (2.0.0)
hashr (~> 2.0)
Expand Down Expand Up @@ -45,34 +45,53 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
amatch (0.4.1)
mize
tins (~> 1.0)
atomic (1.1.101)
avl_tree (1.2.1)
atomic (~> 1.1)
backports (3.15.0)
bigdecimal (3.1.6)
cl (1.2.4)
regstry (~> 1.0.3)
coderay (1.1.3)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
e2mmap (0.1.0)
faraday (1.3.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
hashdiff (1.0.0)
hashdiff (1.1.0)
hashr (2.0.1)
hitimes (1.3.1)
json-schema (2.8.1)
addressable (>= 2.4)
json-schema (4.1.1)
addressable (>= 2.8)
memoyze (0.0.1)
method_source (1.0.0)
metriks (0.9.9.8)
Expand All @@ -83,82 +102,81 @@ GEM
metriks (>= 0.9.9.6)
mize (0.4.1)
protocol (~> 2.0)
multi_json (1.14.1)
multipart-post (2.1.1)
mustermann (1.1.1)
multi_json (1.15.0)
multipart-post (2.4.0)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.9)
nio4r (2.7.0)
oj (3.7.12)
parslet (1.8.2)
protocol (2.0.0)
ruby_parser (~> 3.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (3.0.3)
puma (6.3.0)
public_suffix (5.0.4)
puma (6.3.1)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.3)
rack-cors (1.1.1)
rack (2.2.8.1)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-protection (2.0.8.1)
rack-protection (2.2.4)
rack
rack-ssl-enforcer (0.2.9)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (13.0.1)
redcarpet (3.4.0)
rack-test (2.1.0)
rack (>= 1.3)
rake (13.1.0)
redcarpet (3.6.0)
regstry (1.0.15)
rexml (3.2.5)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.3)
rexml (3.2.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
ruby-obj (1.0.0)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.5)
ruby_parser (3.21.0)
racc (~> 1.5)
sexp_processor (~> 4.16)
safe_yaml (1.0.5)
sentry-raven (3.1.2)
faraday (>= 1.0)
sexp_processor (4.17.1)
sh_vars (1.0.2)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
tilt (~> 2.0)
sinatra-contrib (2.0.8.1)
backports (>= 2.8.2)
sinatra-contrib (2.2.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.8.1)
sinatra (= 2.0.8.1)
mustermann (~> 2.0)
rack-protection (= 2.2.4)
sinatra (= 2.2.4)
tilt (~> 2.0)
sync (0.5.0)
thwait (0.2.0)
e2mmap
tilt (2.0.10)
tilt (2.3.0)
tins (1.32.1)
sync
webmock (3.8.1)
addressable (>= 2.3.6)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
ruby
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
dpl!
Expand All @@ -173,7 +191,7 @@ DEPENDENCIES
rexml
rspec
sentry-raven (~> 3.1.2)
sinatra
sinatra (~> 2)
sinatra-contrib
thwait
travis-conditions!
Expand All @@ -183,7 +201,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.2.2
ruby 3.2.2p53

BUNDLED WITH
2.4.17
2 changes: 2 additions & 0 deletions lib/travis/yml/schema/def/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def define
require 'travis/yml/schema/def/deploy/cloudformation'
require 'travis/yml/schema/def/deploy/codedeploy'
require 'travis/yml/schema/def/deploy/convox'
require 'travis/yml/schema/def/deploy/ecr'
require 'travis/yml/schema/def/deploy/elasticbeanstalk'
require 'travis/yml/schema/def/deploy/engineyard'
require 'travis/yml/schema/def/deploy/firebase'
Expand All @@ -162,6 +163,7 @@ def define
require 'travis/yml/schema/def/deploy/launchpad'
require 'travis/yml/schema/def/deploy/netlify'
require 'travis/yml/schema/def/deploy/npm'
require 'travis/yml/schema/def/deploy/nuget'
require 'travis/yml/schema/def/deploy/openshift'
require 'travis/yml/schema/def/deploy/opsworks'
require 'travis/yml/schema/def/deploy/packagecloud'
Expand Down
23 changes: 23 additions & 0 deletions lib/travis/yml/schema/def/deploy/ecr.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# frozen_string_literal: true
module Travis
module Yml
module Schema
module Def
module Deploy
class Ecr < Deploy
register :ecr

def define
map :access_key_id, to: :secure, strict: false
map :secret_access_key, to: :secure
map :account_id, to: :str
map :source, to: :str
map :target, to: :str
map :region, to: :str
end
end
end
end
end
end
end
1 change: 0 additions & 1 deletion lib/travis/yml/schema/def/deploy/elasticbeanstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def define
map :label, to: :str
map :zip_file, to: :str
map :bucket_path, to: :str
map :only_create_app_version, to: :bool
map :wait_until_deployed, to: :bool
map :debug, to: :bool
end
Expand Down
22 changes: 22 additions & 0 deletions lib/travis/yml/schema/def/deploy/nuget.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# frozen_string_literal: true
module Travis
module Yml
module Schema
module Def
module Deploy
class Nuget < Deploy
register :nuget

def define
map :api_key, to: :secure, strict: false
map :registry, to: :str
map :src, to: :str
map :no_symbols, to: :bool
map :skip_duplicate, to: :bool
end
end
end
end
end
end
end
1 change: 1 addition & 0 deletions lib/travis/yml/schema/def/services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def define
value :redis, alias: :'redis-server'
value :riak
value :xvfb, only: { dist: 'xenial' }
value :'cri-dockerd'

export
end
Expand Down
Loading

0 comments on commit 6967ad1

Please sign in to comment.