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

Bump version #74

Merged
merged 3 commits into from
Jul 15, 2020
Merged

Bump version #74

merged 3 commits into from
Jul 15, 2020

Conversation

BradleyBoutcher
Copy link
Contributor

What does this PR do?

  • Updated Go Dependencies
  • Updated Ruby Gems and dependencies
  • Modified import statement in world.rb to meet newer dependency requirements
  • Modified string building in test.sh to work with newer versions of cucumber

What ticket does this PR close?

Connected to #66

Checklists

Change log

  • The CHANGELOG has been updated, or
  • This PR does not include user-facing changes and doesn't require a CHANGELOG update

Test coverage

  • This PR includes new unit and integration tests to go with the code changes, or
  • The changes in this PR do not require tests

Documentation

  • Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
  • This PR does not require updating any documentation

@BradleyBoutcher BradleyBoutcher requested a review from a team as a code owner July 14, 2020 18:19
Copy link
Contributor

@izgeri izgeri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

two small change requests. thanks @BradleyBoutcher!

test.sh Outdated
Comment on lines 23 to 24
ARG="--tags"
INT="not @integration"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should these be set to empty vars if the code doesn't hit this path?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The shell will disregard them if they aren't set, which they will not be if we don't hit this path.
In any case, there were more issues with string interpolation, so I modified the command.

conjur-env/go.mod Show resolved Hide resolved
@BradleyBoutcher BradleyBoutcher force-pushed the bump-version branch 2 times, most recently from c8be82b to 84ba4ff Compare July 14, 2020 18:48
@BradleyBoutcher BradleyBoutcher requested a review from izgeri July 15, 2020 14:01
test.sh Outdated Show resolved Hide resolved
test.sh Outdated Show resolved Hide resolved
test.sh Outdated Show resolved Hide resolved
test.sh Outdated
--out ./features/reports \
${INTEGRATION_TAG}
if [ -n "$CF_API_ENDPOINT" ]; then
# run tests against latest build of buildpack
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is 100% an ignorable nit but now you've capitalized one comment and I want it for all the others too

Suggested change
# run tests against latest build of buildpack
# Run tests against latest build of buildpack (including integration tests against remote foundation)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BradleyBoutcher I still think it'd be helpful to add something like I suggested to the end of this line

(including integration tests against remote foundation)

to clarify that in this flow, we are also running those tests

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah thank you! I didn't see the rest of this change and only capitalized the letter. I'll commit this change 👍

NOTICES.txt Outdated Show resolved Hide resolved
@BradleyBoutcher BradleyBoutcher force-pushed the bump-version branch 2 times, most recently from 1a6781d to d955a61 Compare July 15, 2020 17:13
test.sh Show resolved Hide resolved
@BradleyBoutcher BradleyBoutcher requested a review from izgeri July 15, 2020 18:36
- Small modification to test.sh syntax, as required by newer cucumber versions
- Updated all gems to newer versions
Update Summon version in Notices.txt
@izgeri izgeri merged commit 5dee9b0 into master Jul 15, 2020
@izgeri izgeri deleted the bump-version branch July 15, 2020 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants