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: list contributors in file #3345

Merged
merged 5 commits into from Nov 10, 2022
Merged

chore: list contributors in file #3345

merged 5 commits into from Nov 10, 2022

Conversation

kevgo
Copy link
Contributor

@kevgo kevgo commented Nov 8, 2022

Related Issue or Design Document

https://github.com/ory-corp/general/issues/732

Checklist

  • I have read the contributing guidelines
    and signed the CLA.
  • I have referenced an issue containing the design document if my change
    introduces a new feature.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security vulnerability, I
    confirm that I got approval (please contact
    security@ory.sh) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added the necessary documentation within the code base (if
    appropriate).

@kevgo kevgo requested a review from aeneasr as a code owner November 8, 2022 22:21
@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Merging #3345 (6a8b205) into master (90152fa) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3345      +/-   ##
==========================================
+ Coverage   76.84%   76.86%   +0.02%     
==========================================
  Files         123      123              
  Lines        8922     8922              
==========================================
+ Hits         6856     6858       +2     
+ Misses       1638     1637       -1     
+ Partials      428      427       -1     
Impacted Files Coverage Δ
persistence/sql/persister_oauth2.go 82.88% <0.00%> (+0.76%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -92,6 +92,9 @@ quicktest:
quicktest-hsm:
docker build --progress=plain -f .docker/Dockerfile-hsm --target test-hsm .

authors: # updates the AUTHORS file
curl https://raw.githubusercontent.com/ory/ci/master/authors/authors.sh | env PRODUCT="Ory Hydra" bash
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Consider removing https://github.com/ory/hydra/blob/48603bac894bad157501e609c8f694e8ff17da70/Makefile#L183 if it is made obsolete by this.

  • The new implementation ignores .mailmap (%aN, %aE).

  • The new implementation doesn't check for shallow repositories. This can be a problem when CI makes commits.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Grant!! Thanks for this super helpful review!

@aeneasr aeneasr merged commit f9f0337 into ory:master Nov 10, 2022
harnash pushed a commit to Wikia/ory-hydra that referenced this pull request Apr 12, 2023
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

3 participants