-
Couldn't load subscription status.
- Fork 3
Fix broken tests + Add code coverage tracking #5
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
50cfb6c
Updated NationalCloud tests and Exception tests
Ndiritu e20238b
Add AbstractGraphClient tests
Ndiritu c18bf80
Add GraphRequest tests
Ndiritu ed45e10
Fix GraphCollectionRequest tests
Ndiritu 7a58e0f
Fix GraphRequestUtil tests
Ndiritu 1c54d1d
Fix GraphResponse tests
Ndiritu f29255a
Remove unnecessary test class
Ndiritu 5e29901
Minor fixes to failing tests
Ndiritu 10c3b87
Fix merge conflicts
Ndiritu cbcb26f
Use existing test data models
Ndiritu 908be4e
Minor tweaks
Ndiritu 9fbe9e9
Merge branch 'philip/feat/graph-request-changes' into philip/fix/tests
Ndiritu 807ae85
Use phpstan/phpstan
Ndiritu 354ac97
Make all full endpoint urls valid
Ndiritu 160a67b
Prevent sending tokens to non-graph endpoints
Ndiritu a5b2578
Refactor validation of base urls and national cloud host urls
Ndiritu 3629482
Fix failing Graph request constructor test
Ndiritu aeb7c4e
Support only StreamInterface as valid stream return type
Ndiritu b4855fb
Add code coverage output to validation workflow
Ndiritu d0b9097
Resolve merge conflicts
Ndiritu e2ce12d
Address static analysis issues
Ndiritu af3f36b
Add upgrade guide
Ndiritu 147bb24
Update sdk version header
Ndiritu c242188
minor updates
Ndiritu caa15e9
Merge pull request #16 from microsoftgraph/fix/sdk-version-header
Ndiritu 3d79614
Address PR feedback
Ndiritu 9cabb6f
Merge branch 'philip/fix/tests' of github.com:microsoftgraph/msgraph-…
Ndiritu 8d4e9f3
Update page iterator story + link highlights to description sections
Ndiritu fff1d93
Merge pull request #7 from microsoftgraph/feat/upgrade-guide
Ndiritu 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 hidden or 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 |
|---|---|---|
| @@ -1,27 +1,27 @@ | ||
| # top-most EditorConfig file | ||
| root = true | ||
| # All PHP files MUST use the Unix LF (linefeed) line ending. | ||
| # Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting. | ||
| # All PHP files MUST end with a single blank line. | ||
| # There MUST NOT be trailing whitespace at the end of non-blank lines. | ||
| [*] | ||
| charset = utf-8 | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
| # PHP-Files, Composer.json, MD-Files | ||
| [{*.php,composer.json,*.md}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
| # HTML-Files LESS-Files SASS-Files CSS-Files JS-Files JSON-Files | ||
| [{*.html,*.less,*.sass,*.css,*.js,*.json}] | ||
| indent_style = tab | ||
| indent_size = 4 | ||
| # Gitlab-CI, Travis-CI | ||
| [*.yml] | ||
| indent_style = space | ||
| indent_size = 2 | ||
| # top-most EditorConfig file | ||
| root = true | ||
|
|
||
| # All PHP files MUST use the Unix LF (linefeed) line ending. | ||
| # Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting. | ||
| # All PHP files MUST end with a single blank line. | ||
| # There MUST NOT be trailing whitespace at the end of non-blank lines. | ||
| [*] | ||
| charset = utf-8 | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
|
|
||
| # PHP-Files, Composer.json, MD-Files | ||
| [{*.php,composer.json,*.md}] | ||
| indent_style = space | ||
| indent_size = 4 | ||
|
|
||
| # HTML-Files LESS-Files SASS-Files CSS-Files JS-Files JSON-Files | ||
| [{*.html,*.less,*.sass,*.css,*.js,*.json}] | ||
| indent_style = tab | ||
| indent_size = 4 | ||
|
|
||
| # Gitlab-CI, Travis-CI | ||
| [*.yml] | ||
| indent_style = space | ||
| indent_size = 2 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.