Skip to content

Conversation

@cbermudez97
Copy link
Contributor

Changes:

  • Fix show command error when using containers tag

Types of changes

What types of changes does your code introduce?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Other (please describe):

Testing

Requires testing

  • Yes
  • No

In case you checked yes, did you write tests?

  • Yes
  • No

Comments about testing , should you have some (optional)

Further comments (optional)

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: +0.01 🎉

Comparison is base (0817aff) 86.69% compared to head (13375f7) 86.70%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #300      +/-   ##
===========================================
+ Coverage    86.69%   86.70%   +0.01%     
===========================================
  Files           78       78              
  Lines         4578     4582       +4     
===========================================
+ Hits          3969     3973       +4     
  Misses         523      523              
  Partials        86       86              
Flag Coverage Δ
unittests 86.70% <83.33%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cli/actions/getContainers.go 78.18% <83.33%> (+1.71%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Collaborator

@AntiD2ta AntiD2ta left a comment

Choose a reason for hiding this comment

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

approved!

@AntiD2ta AntiD2ta merged commit caf64a3 into develop Jul 24, 2023
@AntiD2ta AntiD2ta deleted the fix/show-tags-error branch July 24, 2023 13:18
stdevMac added a commit that referenced this pull request Jul 24, 2023
* test: add new show command test case

* fix: show command error when using containers tag

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>
AntiD2ta added a commit that referenced this pull request Jul 24, 2023
* chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update image versions to latest version.

* fix: Show command error when using containers tags (#300)

* test: add new show command test case

* fix: show command error when using containers tag

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>

* Fix Chiado checkpoint sync (#298)

* fix: chiado env templates

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>

* [docs] Update documentation and Changelog

* [docs] Update documentation and Changelog

* [fix] typo on doc

* [fix] typo on doc

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stdevMac <stdevMac@users.noreply.github.com>
Co-authored-by: Carlos Bermudez Porto <43155355+cbermudez97@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>
stdevMac added a commit that referenced this pull request Aug 10, 2023
* doc: Update sedge version in complete-guide.mdx

* doc: Update 1.2.0 to 1.2.1

* doc: Update CHANGELOG

* Release v1.2.2 (#306)

* chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update image versions to latest version.

* fix: Show command error when using containers tags (#300)

* test: add new show command test case

* fix: show command error when using containers tag

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>

* Fix Chiado checkpoint sync (#298)

* fix: chiado env templates

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>

* [docs] Update documentation and Changelog

* [docs] Update documentation and Changelog

* [fix] typo on doc

* [fix] typo on doc

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stdevMac <stdevMac@users.noreply.github.com>
Co-authored-by: Carlos Bermudez Porto <43155355+cbermudez97@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>

* [patch] rename xDai to gnosis

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>
Co-authored-by: AntiD2ta <mtpotro41@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stdevMac <stdevMac@users.noreply.github.com>
Co-authored-by: Carlos Bermudez Porto <43155355+cbermudez97@users.noreply.github.com>
AntiD2ta added a commit that referenced this pull request Aug 16, 2023
* chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update image versions to latest version.

* fix: Show command error when using containers tags (#300)

* test: add new show command test case

* fix: show command error when using containers tag

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>

* Fix Chiado checkpoint sync (#298)

* fix: chiado env templates

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>

* Support Erigon in Gnosis (#299)

* feat: add erigon to gnosis templates

* fix: broken tests

* fix: specific gnosis network tests checks

* fix: gnosis network tests checks

* fix: wrong network in test case

* Rename xdai to gnosis (#308)

* doc: Update sedge version in complete-guide.mdx

* doc: Update 1.2.0 to 1.2.1

* doc: Update CHANGELOG

* Release v1.2.2 (#306)

* chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update image versions to latest version.

* fix: Show command error when using containers tags (#300)

* test: add new show command test case

* fix: show command error when using containers tag

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>

* Fix Chiado checkpoint sync (#298)

* fix: chiado env templates

* chore: update changelog

---------

Co-authored-by: Marcos Antonio Maceo <35319980+stdevMac@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>

* [docs] Update documentation and Changelog

* [docs] Update documentation and Changelog

* [fix] typo on doc

* [fix] typo on doc

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stdevMac <stdevMac@users.noreply.github.com>
Co-authored-by: Carlos Bermudez Porto <43155355+cbermudez97@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>

* [patch] rename xDai to gnosis

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>
Co-authored-by: AntiD2ta <mtpotro41@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stdevMac <stdevMac@users.noreply.github.com>
Co-authored-by: Carlos Bermudez Porto <43155355+cbermudez97@users.noreply.github.com>

* [doc] update readme

* [doc] update documentation

* Update image versions to latest version. (#309)

Co-authored-by: stdevMac <stdevMac@users.noreply.github.com>

* [docs] Update changelog

* [docs] update Changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: stdevMac <stdevMac@users.noreply.github.com>
Co-authored-by: Carlos Bermudez Porto <43155355+cbermudez97@users.noreply.github.com>
Co-authored-by: Miguel Tenorio <46824157+AntiD2ta@users.noreply.github.com>
Co-authored-by: AntiD2ta <mtpotro41@gmail.com>
Co-authored-by: nethermind-machine <76107542+nethermind-machine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants