-
Notifications
You must be signed in to change notification settings - Fork 3
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
Likeno #103
Merged
Likeno #103
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3a862a4
Migrate configuration loading and Cucumber Helpers to Likeno
danielkza 9f3b86d
Update Likeno to version 0.0.1
8bc552d
Fix KalibroCucumberHelpers::cleaner behaviour
ed8cdae
Update likeno to v1.0.0
diegoamc 159a316
[ci skip] Adapt Base to use Likeno
rafamanzo bb909a7
Update likeno to v1.0.1
diegoamc d150012
Bump likeno version
rafamanzo 367c9f8
Fix cucumber steps relying on old error classes
rafamanzo 91777fc
Use Likeno::Entity#all implementation on KalibroConfigurations
diegoamc eb46db3
Use Likeno::Entity#all implementation on ReadingGroups
diegoamc 42bba5a
Use Likeno::Entity#all implementation on MetricCollectorDetails
diegoamc 9558cac
Use Likeno::Entity#all implementation on Projects
diegoamc 877a5bf
Use Likeno::Entity#all implementation on Repositories
diegoamc 69d4ee0
Rescue Likeno errors on MetricCollectorDetails
diegoamc 584fc8b
Use the default Likeno standard error class
diegoamc 682d480
Use Likeno's implementation of RequestErrors
diegoamc f10e008
Use Likeno's implementation of RecordInvalid errors
diegoamc 215c823
Rescue Likeno RecordNotFound errors on MetricConfiguration
diegoamc 76aaa56
Rescue Likeno request errors on MetricConfiguration
diegoamc 69e5153
Add deprecation warnings on error classes
diegoamc feefd01
Remove unnecessary mocks on Cleaner spec
diegoamc 7e7ceba
Remove unused XML helpers
diegoamc b4ef614
Fix MetricConfiguration steps to correct handle errors
diegoamc 49cccf1
Use Likeno errors instead of KalibroClient errors
diegoamc f1ed133
Use a more concise syntax to define kalibro_client's version
diegoamc fc95371
Release version v4.0.0.alpha1
diegoamc e0aacac
Fix excessive spaces in comment
danielkza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a good opportunity to make the new API just
errors
. There's no need to expose likeno externally, it can be just an implementation detail.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we prefix the errors with
kalibro
andlikeno
i order to avoid conflicts with Rails. But here is a issue to investigate this deeper: #106