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

add pimpmychangelog #22

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 28 additions & 30 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,26 +240,26 @@ orbs:
- store_artifacts:
path: /tmp/workspace/coverage/report/
destination: coverage
# changelog:
# <<: *test_job_default
# steps:
# - restore_cache:
# keys:
# - '{{ .Environment.CIRCLE_CACHE_VERSION }}-bundled-repo-<<parameters.ruby_version>>-{{ .Environment.CIRCLE_SHA1 }}'
# - restore_cache:
# keys:
# - bundle-{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ checksum ".circleci/images/primary/binary_version" }}-<<parameters.ruby_version>>-{{ checksum "lib/datadog/ci/version.rb" }}-{{ .Branch }}-{{ checksum ".circleci/bundle_checksum" }}
# - attach_workspace:
# at: /tmp/workspace
# - run:
# name: Format changelog
# command: bundle exec rake changelog:format
# - run:
# name: Check if changelog was unformatted
# command: |
# if ! git diff-files --quiet; then
# echo "Please run 'bundle exec rake changelog:format' and commit the results."
# fi
changelog:
<<: *test_job_default
steps:
- restore_cache:
keys:
- '{{ .Environment.CIRCLE_CACHE_VERSION }}-bundled-repo-<<parameters.ruby_version>>-{{ .Environment.CIRCLE_SHA1 }}'
- restore_cache:
keys:
- bundle-{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ checksum ".circleci/images/primary/binary_version" }}-<<parameters.ruby_version>>-{{ checksum "lib/datadog/ci/version.rb" }}-{{ .Branch }}-{{ checksum ".circleci/bundle_checksum" }}
- attach_workspace:
at: /tmp/workspace
- run:
name: Format changelog
command: bundle exec rake changelog:format
- run:
name: Check if changelog was unformatted
command: |
if ! git diff-files --quiet; then
echo "Please run 'bundle exec rake changelog:format' and commit the results."
fi
commands:
docker-wait:
description: Wait for containers to listen on a TCP port.
Expand Down Expand Up @@ -399,16 +399,14 @@ workflows:
- test-3.3
# ADD NEW RUBIES HERE
- test-jruby-9.4
# - orb/changelog:
# <<: *config-3_2-small
# name: changelog
# requires:
# - build-3.2
# filters:
# branches:
# only: /bump_to_version_.*/
#
# ADD NEW RUBIES HERE
- orb/changelog:
<<: *config-3_2-small
name: changelog
requires:
- build-3.2
filters:
branches:
only: /bump_to_version_.*/
- orb/build:
<<: *config-2_7
name: build-2.7
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased]

## [0.1.0] - 2023-03-13
## [0.1.0] - TBD

- Initial release

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem "standard", "~> 1.31.0"

gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"

gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 3"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -139,6 +140,7 @@ DEPENDENCIES
cucumber (~> 3)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 4"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
Expand Down Expand Up @@ -171,6 +172,7 @@ DEPENDENCIES
cucumber (~> 4)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 5"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
Expand Down Expand Up @@ -171,6 +172,7 @@ DEPENDENCIES
cucumber (~> 5)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 6"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
Expand Down Expand Up @@ -175,6 +176,7 @@ DEPENDENCIES
cucumber (~> 6)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 7"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -155,6 +156,7 @@ DEPENDENCIES
cucumber (~> 7)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 8"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -149,6 +150,7 @@ DEPENDENCIES
cucumber (~> 8)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_minitest_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "minitest", "~> 5"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -119,6 +120,7 @@ DEPENDENCIES
datadog-ci!
minitest (~> 5)
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/jruby_9.4.0.0_rspec_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"

Expand Down
2 changes: 2 additions & 0 deletions gemfiles/jruby_9.4.0.0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
pry (0.14.2-java)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -117,6 +118,7 @@ DEPENDENCIES
climate_control
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec (~> 3)
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7.6_cucumber_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 3"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -136,6 +137,7 @@ DEPENDENCIES
cucumber (~> 3)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7.6_cucumber_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 4"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
Expand Down Expand Up @@ -168,6 +169,7 @@ DEPENDENCIES
cucumber (~> 4)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7.6_cucumber_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 5"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
Expand Down Expand Up @@ -168,6 +169,7 @@ DEPENDENCIES
cucumber (~> 5)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7.6_cucumber_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 6"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
Expand Down Expand Up @@ -172,6 +173,7 @@ DEPENDENCIES
cucumber (~> 6)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7.6_cucumber_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "appraisal"
gem "standard", "~> 1.31.0"
gem "yard"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
gem "simplecov-cobertura", "~> 2.1.0"
gem "cucumber", "~> 7"
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/ruby_2.7.6_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pimpmychangelog (0.1.3)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -152,6 +153,7 @@ DEPENDENCIES
cucumber (~> 7)
datadog-ci!
os
pimpmychangelog (>= 0.1.2)
pry
rake
rspec
Expand Down
Loading