-
Couldn't load subscription status.
- Fork 30
release 2.0.5 #236
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
release 2.0.5 #236
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
dc77d1b
- adds worfklow dispatch event to be able to manually trigger the wor…
baywet b73627f
Merge pull request #224 from microsoftgraph/feature/workflow-dispatch
baywet 2aebd82
- updates sonarcloud configuration to match organization
baywet 85b64cd
Merge pull request #225 from microsoftgraph/baywet-patch-1
baywet 070de5b
Bump mockito-inline from 3.10.0 to 3.11.0
dependabot[bot] 63b6dc3
Bump mockito-inline from 3.10.0 to 3.11.0
dependabot[bot] 33cbaf9
Merge pull request #226 from microsoftgraph/dependabot/gradle/org.moc…
baywet 9505b56
Merge pull request #227 from microsoftgraph/dependabot/maven/org.mock…
baywet cd5e4cb
Bump azure-core from 1.16.0 to 1.17.0
dependabot[bot] a3b7ebc
Bump azure-core from 1.16.0 to 1.17.0
dependabot[bot] fe6bfe0
Merge pull request #228 from microsoftgraph/dependabot/gradle/com.azu…
baywet 35dd4fd
Merge pull request #229 from microsoftgraph/dependabot/maven/com.azur…
baywet ec55ce4
Bump org.sonarqube from 3.2.0 to 3.3
dependabot[bot] 11397dc
Merge pull request #231 from microsoftgraph/dependabot/gradle/org.son…
baywet 739b59e
- fixes a bug where passing null to additional data manager could lea…
baywet cde5553
- fixes a bug where the serializer would only look at first level pro…
baywet 2b532c0
- code linting
baywet 98e44d9
- more code linting
baywet 0f3fb83
- pr feedback
baywet 08f978e
- bumps patch version
baywet 670f02a
Merge pull request #232 from microsoftgraph/bugfix/batch-serialization
baywet 0cea75b
Merge pull request #233 from microsoftgraph/release/2-0-5
baywet 735339e
Bump mockito-inline from 3.11.0 to 3.11.1
dependabot[bot] 8af0ccd
Bump mockito-inline from 3.11.0 to 3.11.1
dependabot[bot] a3a02ea
Merge pull request #235 from microsoftgraph/dependabot/maven/org.mock…
baywet 51aa1d1
Merge pull request #234 from microsoftgraph/dependabot/gradle/org.moc…
baywet 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
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,6 +1,7 @@ | ||
| name: "CodeQL" | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: [dev, master] | ||
| pull_request: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| name: "samples build check" | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| paths: | ||
| - '**/*.java' | ||
|
|
||
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,5 +1,6 @@ | ||
| name: Static analysis with SonarCloud | ||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - master | ||
|
|
||
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
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.
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.
What happened to
microsoftgraphorg?