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

Set localhost as default base_url (instead of prod link) #88

Merged
merged 10 commits into from
Nov 28, 2022

Conversation

guyp-descope
Copy link
Contributor

set localhost as default base_url (instead of prod link) + remove unnecessary unittest

@github-actions
Copy link

github-actions bot commented Nov 27, 2022

Coverage

Coverage Report
FileStmtsMissCoverMissing
__init__.py00100% 
auth.py01295%58, 419–420, 431, 474, 499–500, 517–520, 524
common.py00100% 
descope_client.py0397%53, 279, 299
exceptions.py00100% 
mgmt.py00100% 
authmethod
   __init__.py00100% 
   enchantedlink.py00100% 
   magiclink.py00100% 
   oauth.py00100% 
   otp.py00100% 
   saml.py00100% 
   totp.py00100% 
   webauthn.py00100% 
management
   common.py00100% 
   sso_settings.py00100% 
   tenant.py00100% 
   user.py00100% 
TOTAL10051598% 

@github-actions
Copy link

Coverage

Coverage Report
FileStmtsMissCoverMissing
__init__.py00100% 
auth.py01295%58, 419–420, 431, 474, 499–500, 517–520, 524
common.py00100% 
descope_client.py0297%269, 289
exceptions.py00100% 
mgmt.py00100% 
authmethod
   __init__.py00100% 
   magiclink.py00100% 
   oauth.py00100% 
   otp.py00100% 
   saml.py00100% 
   totp.py00100% 
   webauthn.py00100% 
management
   common.py00100% 
   sso_settings.py00100% 
   tenant.py00100% 
   user.py00100% 
TOTAL9521498% 

tests/test_oauth.py Outdated Show resolved Hide resolved
tests/test_saml.py Outdated Show resolved Hide resolved
Copy link
Member

@aviadl aviadl left a comment

Choose a reason for hiding this comment

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

Did you commit poetry.lock on purpose ?
Also what are all the tests that you removed ?

@guyp-descope
Copy link
Contributor Author

Did you commit poetry.lock on purpose ? Also what are all the tests that you removed ?

Nop its just crap I need to understand with @Omer how to overcome this crappy changes.
The tests I removed are such that not relevant anymore (from the time we adjust the validation to be just like in the GO-sdk (its just leftovers).

@omercnet
Copy link
Member

poetry is going through some lockfile updates, will handle it in a different issue, for now aligned the lockfile to reduce noise - the updates you see are to underlying deps updating

@guyp-descope guyp-descope marked this pull request as ready for review November 28, 2022 20:43
@guyp-descope guyp-descope merged commit 621149e into main Nov 28, 2022
@guyp-descope guyp-descope deleted the fix-usage-of-prod-url branch November 28, 2022 20:44
descope bot added a commit to descope/django-descope that referenced this pull request Nov 30, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [descope](https://descope.com/)
([source](https://togithub.com/descope/python-sdk)) | dependencies |
minor | `0.2.0` -> `==0.3.0` |
| [descope](https://descope.com/)
([source](https://togithub.com/descope/python-sdk)) | | minor |
`==0.2.0` -> `==0.3.0` |

---

### Release Notes

<details>
<summary>descope/python-sdk</summary>

###
[`v0.3.0`](https://togithub.com/descope/python-sdk/releases/tag/0.3.0)

[Compare
Source](https://togithub.com/descope/python-sdk/compare/0.2.0...0.3.0)

##### What's Changed

- Change exchange to POST by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#63
- Change access key and refresh session to POST by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#64
- 1. adjust email_validator for the new version (disable call for dns q…
by [@&#8203;guyp-descope](https://togithub.com/guyp-descope) in
[descope/python-sdk#65
- fix: use cov xml file for result by
[@&#8203;omercnet](https://togithub.com/omercnet) in
[descope/python-sdk#62
- chore(deps): update dependency black to v22.10.0 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#67
- Extend API to support custom claims by
[@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#68
- Change SAML start to be post by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#70
- Change oauth authorize to be post by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#71
- Fix oauth/saml start to be POST with query params by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#72
- Add useful headers by [@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#73
- Stepup take 2 by [@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#74
- Adjust jwt response for access key with authz by
[@&#8203;guyp-descope](https://togithub.com/guyp-descope) in
[descope/python-sdk#75
- fix(deps): update dependency cryptography to v38.0.3 \[security] by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#76
- fix(deps): update dependency pyjwt to v2.6.0 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#77
- chore(deps): update dependency pytest-cov to v4 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#69
- chore(deps): update dependency pytest to v7.2.0 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#79
- Add webauthn SignUpOrIn function by
[@&#8203;shilgapira](https://togithub.com/shilgapira) in
[descope/python-sdk#80
- Have both logout and logout_all as optinos by
[@&#8203;slavikm](https://togithub.com/slavikm) in
[descope/python-sdk#81
- Add MFA support by [@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#82
- chore(deps): update dependency liccheck to v0.7.3 by
[@&#8203;descope](https://togithub.com/descope) in
[descope/python-sdk#83
- Management by [@&#8203;itaihanski](https://togithub.com/itaihanski) in
[descope/python-sdk#84
- Add issuer support as url by
[@&#8203;dorsha](https://togithub.com/dorsha) in
[descope/python-sdk#85
- Get management key from env var or config params by
[@&#8203;shilgapira](https://togithub.com/shilgapira) in
[descope/python-sdk#87
- Enchanted link support by
[@&#8203;aviadl](https://togithub.com/aviadl) in
[descope/python-sdk#86
- Ensure management key is set before passing calls to management APIs
by [@&#8203;shilgapira](https://togithub.com/shilgapira) in
[descope/python-sdk#90
- Set localhost as default base_url (instead of prod link) by
[@&#8203;guyp-descope](https://togithub.com/guyp-descope) in
[descope/python-sdk#88
- update poetry lockfile by
[@&#8203;omercnet](https://togithub.com/omercnet) in
[descope/python-sdk#89

##### New Contributors

- [@&#8203;itaihanski](https://togithub.com/itaihanski) made their first
contribution in
[descope/python-sdk#84

**Full Changelog**:
descope/python-sdk@0.2.0...0.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzguMSIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC4xIn0=-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
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.

None yet

4 participants