-
Notifications
You must be signed in to change notification settings - Fork 24
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
Public Release for Fall24 meta-release #148
Merged
Merged
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
60db1b4
Update sim-swap.yaml
bigludo7 86617b9
Update sim-swap-subscriptions.yaml
bigludo7 784a17e
Update sim-swap-API-Readiness-Checklist.md
bigludo7 c83b001
Update sim-swap-API-Readiness-Checklist.md
bigludo7 06c98e6
Update sim-swap-API-Readiness-Checklist.md
bigludo7 72e5c1a
Update sim-swap-subscriptions-API-Readiness-Checklist.md
bigludo7 297feef
Update README.md
bigludo7 8178ac3
Update README.md
bigludo7 dee92c8
Update CHANGELOG.md
bigludo7 d296e0f
Update CHANGELOG.md
bigludo7 a924182
Update README.md
bigludo7 4f33ccd
Update CHANGELOG.md
bigludo7 ea61978
Update CHANGELOG.md
bigludo7 f1b1bfe
Update CHANGELOG.md
bigludo7 d72e9b6
Update CHANGELOG.md
bigludo7 07b54be
Update CHANGELOG.md
bigludo7 e6d0197
Update CHANGELOG.md
bigludo7 b376efa
Update code/API_definitions/sim-swap-subscriptions.yaml
bigludo7 3286af2
Update documentation/API_documentation/sim-swap-subscriptions-API-Rea…
bigludo7 30958fd
Update documentation/API_documentation/sim-swap-subscriptions-API-Rea…
bigludo7 f14dc85
Update documentation/API_documentation/sim-swap-subscriptions-API-Rea…
bigludo7 1b65846
Update CHANGELOG.md
bigludo7 306237f
Update CHANGELOG.md
bigludo7 b2e975c
Update and rename checkSimSwap.feature to check-sim-swap.feature
bigludo7 47c3c68
Update and rename retrieveSimSwapDate.feature to retrieve-sim-swap-da…
bigludo7 6f90939
Update sim-swap-API-Readiness-Checklist.md
bigludo7 61e299b
Update documentation/API_documentation/sim-swap-subscriptions-API-Rea…
bigludo7 73c4535
Update check-sim-swap.feature
bigludo7 456890f
Update retrieve-sim-swap-date.feature
bigludo7 313aa4d
Update sim-swap-subscriptions.feature
bigludo7 a37dd70
Update sim-swap-API-Readiness-Checklist.md
bigludo7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ Feature: CAMARA SIM Swap API, 1.0.0 - Operation retrieveSimSwapDate | |
# Testing assets: | ||
# | ||
# References to OAS spec schemas refer to schemas specifies in sim_swap.yaml, version 1.0.0 | ||
|
||
Get timestamp of last MSISDN <-> IMSI pairing change for the provided phone number. | ||
# | ||
# Get timestamp of last MSISDN <-> IMSI pairing change for the provided phone number. | ||
|
||
Background: Common retrieveSimSwapDate setup | ||
Given the resource "sim-swap/v0/retrieve-date" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It must be v1 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done :) |
||
|
@@ -25,7 +25,6 @@ Feature: CAMARA SIM Swap API, 1.0.0 - Operation retrieveSimSwapDate | |
And the response header "x-correlator" has same value as the request header "x-correlator" | ||
And the response body complies with the OAS schema at "/components/schemas/SimSwapInfo" | ||
|
||
|
||
# Scenarios testing specific situations | ||
|
||
@retrieve_sim_swap_date_2_valid_sim_swap | ||
|
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.
It must be v1
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.
Done