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

chore: Remove the Github PR template #211

Merged
merged 1 commit into from
Feb 1, 2024
Merged

chore: Remove the Github PR template #211

merged 1 commit into from
Feb 1, 2024

Conversation

gkats
Copy link
Member

@gkats gkats commented Feb 1, 2024

Type of change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🌟 New feature (non-breaking change which adds functionality)
  • 🔨 Breaking change (fix or feature that would cause existing functionality)
  • 📖 Docs change / refactoring / dependency upgrade to change)

Description

The PR template is probably not needed.

Related Issue (optional)

The PR template is probably not needed.
@gkats gkats requested a review from a team as a code owner February 1, 2024 15:25
Copy link
Contributor

@alex-ntousias alex-ntousias left a comment

Choose a reason for hiding this comment

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

@gkats gkats merged commit a622b4c into v2 Feb 1, 2024
4 checks passed
@gkats gkats deleted the remove-pr-template branch February 1, 2024 15:53
@gkats gkats restored the remove-pr-template branch February 1, 2024 15:53
gkats added a commit that referenced this pull request Feb 1, 2024
The PR template is probably not needed.
gkats added a commit that referenced this pull request Feb 1, 2024
The PR template is probably not needed.
braden-clerk pushed a commit that referenced this pull request Jan 7, 2025
* chore: Remove the Github PR template (#211) (#212)

The PR template is probably not needed.

* feat: Ability to configure a SAML Connection via IdP Metadata URL

Some IdP providers, expose a metadata url which contains all their necessary
information in order to configure an integration. We update our SAML Connection
Create & Update operations to accept this new url as the 'idp_metadata_url'
property

* fix: Add URL to actor token responses (#217)

Added the ActorTokenResponse.URL field.

* feat: Support define SAML Connection Attribute mapping

As part of the SAML Connection Create and Update operations, allow to define
the attribute mapping of IdP properties to Clerk's user properties

* feat: Add create session token given a template slug endpoint

* feat: Introduce 'allow_subdomains' SAML Connection property

We now expose a new property 'allow_subdomains' as part of the SAML Connection
response. You can also define it during the Update operation.
Default value is false

* feat: Introduce 'allow_idp_initiated' SAML Connection property

We now expose a new property 'allow_idp_initiated' as part of the SAML
Connection response. You can also define it during the Update operation.
Default value is false

* chore: add github action for semgrep to run security scans in monitoring mode (#264)

* feat: Allow SAML Connection configuration with IdP Metadata

Our SAML Connection Create/Update operations now accepts a new optional property
'IdpMetadata' which you can use in order to configure an IdP using the metadata
file. If provided, we also include it in the response as well

* feat: Add `external_account_id` to OAuth access token response (#274)

* feat: Support reply to email name for templates

* chore: Update CODEOWNERS

* docs: changing clerk hiring page

* Add IgnoreDotsForGmailAddresses on SDK restriction resource (#291)

* feat: add IgnoreDotsForGmailAddresses restriction on sdk

* test: IgnoreDotsForGmailAddresses restriction

* feat: Add SAMLAccounts for users (#299)

Backporting the SAMLAccounts field on the User struct for v1.

* sessions.go: Fix typo in tokens url for CreateTokenFromTemplate

This URL can be found here: https://clerk.com/docs/reference/backend-api/tag/Sessions#operation/CreateSessionTokenFromTemplate

* sessions_test.go: Update CreateTokenFromTemplate URL for integration tests

* chore: merge

* chore(commerce): revert accidental merge with wrong branch

* chore(commerce): more reverts for bad merge

* feat(commerce): add features to plan

* feat(commerce): feature responses

* feat(commerce): feature inputs

* fix(commerce): add missing fields

* feat(commerce): delete plan feature ids

* fix(commerce): update params name

* fix for deleting PlanFeatures

* feat(commerce): add payee types

* fix(commerce): fix payees package name

* update some payee types

* feat(commerce): add payers

* feat(commerce): add payment sources

* feat(commerce): payment source params

* fix(commerce): single feature create

* fix(commerce): change to payer

* add is_free to plan

* feat(commerce): missing fields

* feat(commerce): string dates to ms

---------

Co-authored-by: Giannis Katsanos <giannis@clerk.dev>
Co-authored-by: Haris Chaniotakis <haris@clerk.dev>
Co-authored-by: Roberto Garcia Navarro <info@soulcodex.es>
Co-authored-by: Ross Nanopoulos <2287187+zythosec@users.noreply.github.com>
Co-authored-by: Konstantinos Pittas <konstantinos@clerk.dev>
Co-authored-by: Mary Zhong <mary@clerk.dev>
Co-authored-by: pedroimpulcetto <pedro.impulcetto@gmail.com>
Co-authored-by: nicolas lopes <57234795+NicolasLopes7@users.noreply.github.com>
Co-authored-by: Shashank Verma <39261691+shank03@users.noreply.github.com>
Co-authored-by: Michael Osuna Jr <michael@clerk.dev>
Co-authored-by: Keiran Flanigan <keiran@aeliox.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.

2 participants