Skip to content
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

Correct check for proxy port/host #238

Merged
merged 3 commits into from
Nov 30, 2018
Merged

Correct check for proxy port/host #238

merged 3 commits into from
Nov 30, 2018

Conversation

bdemers
Copy link
Contributor

@bdemers bdemers commented Nov 29, 2018

Proxy username/password configuration was NOT getting configured correctly

Fixes: #237

Proxy username/password configuration was NOT getting configured correctly

Fixes: #237
Roll back to the default (but older) version of Java 8 that is installed
@codecov-io
Copy link

codecov-io commented Nov 29, 2018

Codecov Report

Merging #238 into master will increase coverage by 0.28%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #238      +/-   ##
============================================
+ Coverage     66.04%   66.32%   +0.28%     
- Complexity     1349     1353       +4     
============================================
  Files           136      136              
  Lines          4745     4731      -14     
  Branches        786      786              
============================================
+ Hits           3134     3138       +4     
+ Misses         1316     1298      -18     
  Partials        295      295
Impacted Files Coverage Δ Complexity Δ
.../com/okta/sdk/impl/config/ClientConfiguration.java 92.53% <0%> (+2.98%) 40 <0> (+3) ⬆️
...n/java/com/okta/sdk/impl/http/support/Version.java 54.16% <0%> (+2.16%) 5% <0%> (ø) ⬇️
...a/com/okta/sdk/impl/resource/AbstractResource.java 76.34% <0%> (+3.9%) 62% <0%> (ø) ⬇️
api/src/main/java/com/okta/sdk/client/Proxy.java 38.09% <0%> (+4.76%) 8% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60ee1de...4f395a1. Read the comment docs.

Copy link
Collaborator

@bretterer bretterer left a comment

Choose a reason for hiding this comment

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

So happy to see a test here for a change you made!

@bdemers bdemers merged commit e9e6120 into master Nov 30, 2018
@bdemers bdemers deleted the issue-237 branch November 30, 2018 16:46
@bdemers bdemers added this to the 1.4.0 milestone Jan 17, 2019
arvindkrishnakumar-okta added a commit that referenced this pull request Jun 11, 2020
align with open api spec update PRs #238 and #239
arvindkrishnakumar-okta added a commit that referenced this pull request Jul 7, 2020
* upgrade to openapi v2.0.0 (#380)

* openapi spec update - remove 200 response from generateCsrForApplication

* Update OktaOrgCleaner.groovy

* Fix flaky GroupsIT#groupUserOperationsTest test

* Update GroupsIT.groovy

* OKTA-279039: Fix flaky ApplicationsIT associateUserWithApplication test

* Update GroupsIT.groovy

* Addressed review comment

* OKTA-289656: Add Applications API Integration Tests

* OKTA-289655: Add Admin role API Integration Tests

* Open API Csr rename update (#394)

* openapi csr rename update

* Merge pull request #396

* revert csr model rename (#398)

* revert csr model rename

* open api spec update (#401)

* open api spec update

* Open API spec - fix binding enum value for ProtocolEndpoint model (#406)

* OKTA-289662: Add SMS Templates API Integration Tests (#395)

* OKTA-289665: Add Linked Objects Integration Tests (#404)

* Updated Licence Header in LinkedObjectsIT (#410)

* OKTA-289668: Add User Type Integration Tests (#405)

* Open API Update - Sync with #238 #239  (#411)

* sync with open api pr #240 (#413)

* Open API Update - Sync with #241 (#412)

* Open API Update - Sync with #242 (#414)

* Open API Update - Sync with Open API PR 243 (#416)

* OKTA-289657: Add Factors API Integration Tests (#391)

* OKTA-289659: Add Event Hooks Integration Tests (#399)

* OKTA-289659: Add Authorization Server Integration Tests (#402)

* OKTA-289660: Add Inline Hooks Integration Tests (#400)

* Open API Update - Sync with Open API PR 244 (#418)

* fixed copy paste error

* OKTA-289661: Add Feature API Integration Tests (#397)

* Open API Update - Sync with Open API PR 249 (#420)

* OKTA-289663: Add IdP Integration Tests (#409)

* resolved merge conflicts with master changes

* removed Default prefix from few Idp builders

* added swagger code gen check for backward compatibility requirements per review comments

* fixed findbugs error

* updates per swagger regen code and one other update to Idp builder

* fixed expiresAt param type in spec

* deprecated old classes

* refactored InlineHooksIT - deactivate created hooks so it can be cleaned up after test

* Remove deprecated code (#426)

* Remove deprecated code

* fix typo

* fixed PMD violation - unused inports

* Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/CrudTestSupport.groovy

Co-authored-by: Brian Demers <bdemers@apache.org>

* Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/FactorsIT.groovy

Co-authored-by: Brian Demers <bdemers@apache.org>

* Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/UsersIT.groovy

Co-authored-by: Brian Demers <bdemers@apache.org>

* Update integration-tests/src/test/groovy/com/okta/sdk/tests/it/GroupsIT.groovy

Co-authored-by: Brian Demers <bdemers@apache.org>

* minor improvements (#427)

* OKTA-308935: Create Migration Guide for Java Mgmt SDK v2.0.0 (#423)

Co-authored-by: Ivan Ezeigbo <56391095+ivanezeigbo-okta@users.noreply.github.com>
Co-authored-by: Brian Demers <bdemers@apache.org>
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.

3 participants