Skip to content

Chore: change Name from AuthX to authx - #131

Merged
yezz123 merged 4 commits into
mainfrom
dev
Nov 8, 2021
Merged

Chore: change Name from AuthX to authx#131
yezz123 merged 4 commits into
mainfrom
dev

Conversation

@yezz123

@yezz123 yezz123 commented Nov 8, 2021

Copy link
Copy Markdown
Owner

No description provided.

@yezz123 yezz123 added documentation Improvements or additions to documentation docker Pull requests that update Docker code labels Nov 8, 2021
@yezz123 yezz123 self-assigned this Nov 8, 2021
@pull-request-quantifier-deprecated

Copy link
Copy Markdown

This PR has 200 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Medium
Size       : +107 -93
Percentile : 60%

Total files changed: 20

Change summary by file extension:
.yml : +52 -35
.md : +51 -54
.py : +4 -4

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detetcted.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

@sourcery-ai

sourcery-ai Bot commented Nov 8, 2021

Copy link
Copy Markdown
Contributor

Sourcery Code Quality Report

Merging this PR leaves code quality unchanged.

Quality metrics Before After Change
Complexity 0.00 ⭐ 0.00 ⭐ 0.00
Method Length 24.50 ⭐ 24.50 ⭐ 0.00
Working memory 4.86 ⭐ 4.86 ⭐ 0.00
Quality 89.95% 89.95% 0.00%
Other metrics Before After Change
Lines 55 55 0
Changed files Quality Before Quality After Quality Change
docs/src/main.py 86.81% ⭐ 86.81% ⭐ 0.00%
docs/src/mongo.py 91.39% ⭐ 91.39% ⭐ 0.00%
docs/src/redis.py 95.31% ⭐ 95.31% ⭐ 0.00%

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Working Memory Quality Recommendation

Legend and Explanation

The emojis denote the absolute quality of the code:

  • ⭐ excellent
  • 🙂 good
  • 😞 poor
  • ⛔ very poor

The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request.


Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Help us improve this quality report!

@yezz123
yezz123 merged commit b6974f7 into main Nov 8, 2021
@yezz123
yezz123 deleted the dev branch November 8, 2021 17:20
@lgtm-com

lgtm-com Bot commented Nov 8, 2021

Copy link
Copy Markdown

This pull request introduces 1 alert when merging cb60205 into 03e3a00 - view on LGTM.com

new alerts:

  • 1 for Mismatch between signature and use of an overriding method

yezz123 added a commit that referenced this pull request Nov 8, 2021
* chore: fix dockerfile commands ✨ (#130)

* Chore: change Name from `AuthX` to `authx` ✨ (#131)

* docs: Fix UpperCase

* chore: Fix Code Examples (UpperCase)

* docs: change `AuthX` to `authx`

* CI: Add Build Docs for PR

* Bump version from 0.1.1 to 0.1.2 ✨(#132)

* 📝 Update release notes

* Docs: Fix `no-bare-urls`
@stephane

stephane commented Nov 9, 2021

Copy link
Copy Markdown
Contributor

👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docker Pull requests that update Docker code documentation Improvements or additions to documentation Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants