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

[pull] master from anuraghazra:master #74

Closed
wants to merge 156 commits into from

Commits on Feb 25, 2023

  1. add holi_theme (#2539)

    * add holi_theme
    
    * add holi_theme
    mohamedhassan279 authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    5f20e6c View commit details
    Browse the repository at this point in the history
  2. Add one_dark_pro (#2507)

    This colors were taken from One Dark Pro theme in VSCode extention. Please add it and I will use it in my profile
    
    Co-authored-by: Zohan Subhash <[email protected]>
    b3dyk and Zo-Bro-23 authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    a6ff0fa View commit details
    Browse the repository at this point in the history
  3. fix: fix JSON themes bug. (#2544)

    This fixes a JSON bug that was introduced in #2507.
    catelinemnemosyne authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f3f7a48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55a303b View commit details
    Browse the repository at this point in the history
  5. ci: fix unsafe directory bug (#2518)

    This commit fixes a bug that was introduced due to a upstream change in
    the git package. See https://stackoverflow.com/questions/71849415/i-cannot-add-the-parent-directory-to-safe-directory-in-git/71904131#71904131
    for more information.
    rickstaa authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    91345ed View commit details
    Browse the repository at this point in the history
  6. Update readme.md (#2414)

    fix: missing "&" in show_icons=true in Showing icons section
    raphaelricardo10 authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    8898d01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3c6f87 View commit details
    Browse the repository at this point in the history
  8. fix: for issue #2534 (#2536)

    md-rehman authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    2ab8b85 View commit details
    Browse the repository at this point in the history
  9. Add option to deploy using other services (#2525)

    * Create express.js
    
    * Update readme.md
    
    * Update readme.md
    Zo-Bro-23 authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1d528da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82224fa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5fbfb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    252c2b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. refactor: update languages JSON (#2554)

    Co-authored-by: rickstaa <[email protected]>
    github-actions[bot] and rickstaa authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d60d53c View commit details
    Browse the repository at this point in the history
  2. Preview theme workflow fix (#2557)

    * Fix octokit error
    
    * ci: make octokit instance global
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    Zo-Bro-23 and rickstaa authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8849b5f View commit details
    Browse the repository at this point in the history
  3. ci: preview theme workflow fix (#2559)

    * Fix octokit error
    
    * ci: make octokit instance global
    
    * Fix preview theme (move declarations to global)
    
    * refactor: make constants uppercase
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    Zo-Bro-23 and rickstaa authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a1c3c6a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    9ec2c83 View commit details
    Browse the repository at this point in the history
  2. Preview action fix (#2561)

    * Fix error
    
    * refactor: remove unused code
    
    ---------
    
    Co-authored-by: Rick Staa <[email protected]>
    Zo-Bro-23 and rickstaa authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7bc8f19 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    9767710 View commit details
    Browse the repository at this point in the history
  2. fix theme preview (#2564)

    * ci: fix theme preview action
    
    * fix: fix some bugs in the 'theme-preveiw' action
    rickstaa authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    1e61f9f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    ed18914 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    b93aee3 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Added "Shadow" set (Red, Green, Blue, transparent BG) (#2529)

    * Added "Shadow" set (Red, Green, Blue, transparent BG)
    
    3 additional themes sticking primarily to flat colors, which the exception of icons and border being slightly darker. All 3 themes also have transparent backgrounds that will show differently per-user via GiHub's own light and dark themes. Transparency should also still provide easy readability for both.
    
    * Test
    
    Just want to see if we can make the themes have a transparent background.
    
    * Shadows moved under Transparent
    
    ---------
    
    Co-authored-by: Zohan Subhash <[email protected]>
    Etanarvazac and Zo-Bro-23 authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c5063b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    2bd9d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    3299829 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. refactor: update languages JSON (#2596)

    Co-authored-by: rickstaa <[email protected]>
    github-actions[bot] and rickstaa authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b928f51 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Add format stats option (#2155)

    * feat: added `format_stats` option (#2128)
    
    * refactor: change `format_stats` to `short_values` (#2128)
    
    * test: create shorten values test (#2128)
    
    * Update readme.md
    
    Co-authored-by: Rick Staa <[email protected]>
    
    * refactor: rename ``short_values`` to ``number_format``
    
    * Update readme.md
    
    Co-authored-by: Rick Staa <[email protected]>
    
    * Update src/cards/stats-card.js
    
    Co-authored-by: Rick Staa <[email protected]>
    
    * refactor: format codebase
    
    ---------
    
    Co-authored-by: Rick Staa <[email protected]>
    CaedenPH and rickstaa authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    d8244a7 View commit details
    Browse the repository at this point in the history
  2. add github_dark_dimmed theme (#2594)

    * feat(theme): add github_dark_dimmed theme
    
    * feat(theme): change github_dark_dimmed icon color
    
    * contrast ratio adjustment
    
    contrast ratio adjustment on github_dark_dimmed theme
    
    * feat(theme): readme preview
    
    * feat(theme): github themes next to each other
    
    * github themes next to each other
    fabianocouto authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    4d1d83d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. feat(RankIcon): add rank_icon option (#2628)

    * feat(theme): add github_dark_dimmed theme
    
    * feat(theme): change github_dark_dimmed icon color
    
    * contrast ratio adjustment
    
    contrast ratio adjustment on github_dark_dimmed theme
    
    * feat(theme): readme preview
    
    * feat(theme): github themes next to each other
    
    * github themes next to each other
    
    * feat(RankIcon): add rank icon option
    
    * feat(RankIcon): extract rankIcon to icons file
    
    * feat(RankIcon): update readme
    
    * feat(RankIcon): test coverage
    
    * Update readme.md
    
    Co-authored-by: Rick Staa <[email protected]>
    
    ---------
    
    Co-authored-by: Rick Staa <[email protected]>
    fabianocouto and rickstaa authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    879937c View commit details
    Browse the repository at this point in the history
  2. Updated the custom error there was a Typo. (#2618)

    "Something went while trying to retrieve the stats data using the GraphQL API." -> "Something went wrong while trying to retrieve the stats data using the GraphQL API."
    LokeshXs authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    aec73d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be0d966 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    da5f82f View commit details
    Browse the repository at this point in the history
  2. dev (#1782)

    qwerty541 authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8aacec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a9ba4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da46a50 View commit details
    Browse the repository at this point in the history
  5. New top language algorithm implementation (#1732)

    * Reduced vercel maxDuration
    
    * Implemented new algorithm for Top Langs
    
    * Revert "Reduced vercel maxDuration"
    
    This reverts commit b0bc626.
    
    * Added documentation
    
    * Fixed broken implementation
    
    * Update fetchTopLanguages.test.js
    
    Changed tests
    
    * Now uses the general formula
    
    The parameters p and q can be set by the user.
    
    * Updated tests and added new test
    
    * Added new test
    
    New test for order by repo count.
    
    * Updated documentation
    
    Added explanation and examples for new options.
    
    * Updated documentation
    
    This was overwritten in the merge commit.
    
    * docs: improve docs and fix tests
    
    * Renamed parameters
    
    Renamed `p` and `q` to `size_weight` and `count_weight`, respectively.
    
    * Updated the documentation
    
    Changes introduced in f2516d6
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    kitswas and rickstaa authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5577bbf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    f5f0a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd64333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a45d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eebfe3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a82a617 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31d1ab4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    3bd6519 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    2f4279e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    cb99414 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    a4d6fe1 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    0dc3531 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    311204f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6dab8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c656f3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d306bec View commit details
    Browse the repository at this point in the history
  5. build(deps): bump yaml from 2.1.3 to 2.2.2 (#2644)

    Bumps [yaml](https://github.com/eemeli/yaml) from 2.1.3 to 2.2.2.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.1.3...v2.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2023
    Configuration menu
    Copy the full SHA
    2619c12 View commit details
    Browse the repository at this point in the history
  6. fix(wakatime-fetcher): add default range to prevent user not found er…

    …ror (#2670)
    
    * feat(theme): add github_dark_dimmed theme
    
    * feat(theme): change github_dark_dimmed icon color
    
    * contrast ratio adjustment
    
    contrast ratio adjustment on github_dark_dimmed theme
    
    * feat(theme): readme preview
    
    * feat(theme): github themes next to each other
    
    * github themes next to each other
    
    * feat(RankIcon): add rank icon option
    
    * feat(RankIcon): extract rankIcon to icons file
    
    * feat(RankIcon): update readme
    
    * feat(RankIcon): test coverage
    
    * Update readme.md
    
    Co-authored-by: Rick Staa <[email protected]>
    
    * add wakatime default range
    
    * update wakatime demos in readme with most active user
    
    * update wakatime demo in readme
    
    * remove &range=all_time from wakatime demos in readme
    
    ---------
    
    Co-authored-by: Rick Staa <[email protected]>
    fabianocouto and rickstaa authored May 5, 2023
    Configuration menu
    Copy the full SHA
    a340900 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    0c2fe4e View commit details
    Browse the repository at this point in the history
  2. test: fix mistaken pageInfo.endCursor keys (#2657)

    The previous mock logic was too simplistic and has been fixed in the
    commit. If the mock logic had been properly implemented, then the
    mistaken pageInfo.endCursor keys should have made the test case "should
    fetch two pages of stars if 'FETCH_MULTI_PAGE_STARS' env variable is set
    to `true`" stuck.
    Rongronggg9 authored May 6, 2023
    Configuration menu
    Copy the full SHA
    0caa4c5 View commit details
    Browse the repository at this point in the history
  3. docs: update wakatime user (#2697)

    The old example user doesn't have a WakaTime account anymore.
    rickstaa authored May 6, 2023
    Configuration menu
    Copy the full SHA
    688f4e4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    6f449a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15436e2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    ce116e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550b88c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ff5a3b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    daa1977 View commit details
    Browse the repository at this point in the history
  2. add pie chart layout to language card (#2099)

    * add pie chart layout to language card
    
    * resolve failing top-lang card tests
    
    * scale down pie chart
    
    * update readme.md
    
    * Update readme.md
    
    Co-authored-by: Rick Staa <[email protected]>
    
    * style: format code
    
    * update donut layout to be created without dependencies
    
    * minor update
    
    * style: format readme
    
    * resolve failing tests
    
    * refactor: clean up code and add extra tests
    
    This commit cleans up the pie chart generation code and adds additional
    tests.
    
    * feat: improve pie chart positioning
    
    * rename layout pie to donut
    
    * add animation to donut layout
    
    * refactor: rename pie and doughnut to donut
    
    * feat: decrease donus animation delay
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    arndom and rickstaa authored May 9, 2023
    Configuration menu
    Copy the full SHA
    c5e7f7b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    4b19453 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    1f4a2c4 View commit details
    Browse the repository at this point in the history
  2. Top languages card pie layout (#2709)

    * Top languages card donut layout
    
    * Top languages card pie layout
    
    * renames
    
    * dev
    
    * docs
    
    * dev
    
    * dev
    
    * animations
    
    * dev
    
    * handle one language
    qwerty541 authored May 11, 2023
    Configuration menu
    Copy the full SHA
    ff9839b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    d59a805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d45f89 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    7ec1a76 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Top languages card donut vertical layout (#2701)

    * Top languages card donut layout
    
    * dev
    
    * dev
    
    * dev
    
    * dev
    qwerty541 authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f9427b2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    c8d5eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff2e02b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Ranking System v2 (#1186)

    * Revise rank calculation
    
    * Replace contributions by commits
    
    * Lower average stats and S+ threshold
    
    * Fix calculateRank.test.js
    
    Missing key in dictionary constructor
    
    Co-authored-by: Rick Staa <[email protected]>
    
    * refactor: run prettier
    
    * feat: change star weight to 0.75
    
    * Separate PRs and issues
    
    * Tweak weights
    
    * Add count_private back
    
    * fix: enable 'count_private' again
    
    * test: fix tests
    
    * refactor: improve code formatting
    
    * Higher targets
    
    ---------
    
    Co-authored-by: Rick Staa <[email protected]>
    francois-rozet and rickstaa authored May 26, 2023
    Configuration menu
    Copy the full SHA
    c96e84a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    73b0a91 View commit details
    Browse the repository at this point in the history
  2. Show notice about no languages data instead of empty card (#2755)

    * Show message about no languages data instead of empty card
    
    * dev
    
    * dev
    
    * dev
    
    * dev
    
    * dev
    
    * dev
    qwerty541 authored May 29, 2023
    Configuration menu
    Copy the full SHA
    275c1fc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. refactor: update languages JSON (#2760)

    Co-authored-by: rickstaa <[email protected]>
    github-actions[bot] and rickstaa authored May 31, 2023
    Configuration menu
    Copy the full SHA
    e0b3d83 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. fix: Make WakaTime card compatible with new API (#2707)

    * fix: Make WakaTime card compatible with new API
    
    This commit makes sure that the WakaTime card works with the new
    WakaTime API. See #2698
    for more information.
    
    * fix: fix chinese simplified translations
    
    * fix: improve WakaTime range order
    
    * test: fix WakaTime tests
    
    * refactor: remove WakaTime range loop
    
    * refactor: remove redundant WakaTime call
    
    * test: fix e2e tests
    
    Co-authored-by: Hakula Chen <[email protected]>
    
    ---------
    
    Co-authored-by: Hakula Chen <[email protected]>
    rickstaa and hakula139 authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c301289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a2a82c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    98b0477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e0183d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14fe4cf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    fa4d7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cec5ee3 View commit details
    Browse the repository at this point in the history
  3. Different default languages count for different languages card layouts (

    #2774)
    
    * Different default languages count for different layouts
    
    * docs: update default  documentation
    
    Updates the README so that the new `langs_count` default behavoir is
    explained to users.
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    qwerty541 and rickstaa authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    894f2e2 View commit details
    Browse the repository at this point in the history
  4. chore: added new dono link (#2779)

    * chore: added new dono link
    
    * chore: update
    anuraghazra authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a8ecd3d View commit details
    Browse the repository at this point in the history
  5. Add note about private contributions into readme (#2776)

    * Add note about private contributions into readme
    
    * dev
    qwerty541 authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bdef1cc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    31ffe56 View commit details
    Browse the repository at this point in the history
  2. fix: fix stats contributed to translations (#2708)

    * fix: fix stats contributed to translations
    
    * Improved russian and ukrainian translation of statcard.contribs (#2715)
    
    ---------
    
    Co-authored-by: Alexandr Garbuzov <[email protected]>
    rickstaa and qwerty541 authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    f2841e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4044a0b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfe0766 View commit details
    Browse the repository at this point in the history
  5. Fix no languages data node function docstring (#2782)

    * Fix docstring for noLanguagesDataNode function
    
    * dev
    qwerty541 authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    606775c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fe51cd View commit details
    Browse the repository at this point in the history
  7. feat: remove 'include_private' (#2736)

    * feat: remove 'include_private'
    
    As explained in #2517 the 'include_private' flag is confusing and
    doesn't work as expected. This commit therefore removes this flag.
    
    * fix: fix tests
    
    * docs: remove redundant private deploy note
    rickstaa authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b9200c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    7053a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c8a7a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. feat: add CACHE_SECONDS environment variable (#2266)

    * feat: add CACHE_SECONDS environment variable
    
    This commit adds the CACHE_SECONDS environment variable. This variable
    can be used to circumvent our cache clamping values for self hosted
    Vercel instances.
    
    * refactor: apply formatter
    rickstaa authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3e66189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5f5bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3416ae1 View commit details
    Browse the repository at this point in the history
  4. Docs: add warning about top languages card behavior. (#2789)

    * Docs: add warning about top languages card behavior.
    
    * dev
    
    * dev
    qwerty541 authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7a302f6 View commit details
    Browse the repository at this point in the history
  5. Update readme.md about maxDuration (#2792)

    * Update readme.md about maxDuration
    
    I think we can remove this warning section since that value in  `.json` has been changed to 10 by default nowadays?
    
    * Update readme.md
    
    remove related section in self deployment section as well
    
    * docs: add inverse maxDuration warning
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    ForsakenRei and rickstaa authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    44c268e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    ec5b110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eda5cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c506ecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a775176 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Docs: fixed table of contents aligment (#2795)

    * Fixed table of contents aligment inside README
    
    * dev
    
    * docs: decrease toc depth
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    qwerty541 and rickstaa authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    5696c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec686a View commit details
    Browse the repository at this point in the history
  3. docs: add FAQ to readme (#2804)

    * docs: add FAQ to readme
    
    * Change separation symbol to correct one
    
    * dev
    
    ---------
    
    Co-authored-by: Alexandr <[email protected]>
    rickstaa and qwerty541 authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    a664532 View commit details
    Browse the repository at this point in the history
  4. docs: add PAT permission to docs (#2805)

    This commit changes the README so that users are aware that they also
    need to set the `user` permission when creating the PAT when they want
    their private commits to show up.
    rickstaa authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9105c74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9520baa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc60ea9 View commit details
    Browse the repository at this point in the history
  7. Added neon theme (#2579)

    Added neon themes with bright colors that goes well with dark backgrounds.
    anirban12d authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    041ef07 View commit details
    Browse the repository at this point in the history
  8. Add yzhang.markdown-all-in-one to recommended workspace extensions (#…

    …2809)
    
    * Add yzhang.markdown-all-in-one to recommended workspace extensions
    
    * refactor: update .gitignore
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    qwerty541 and rickstaa authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    2704e25 View commit details
    Browse the repository at this point in the history
  9. docs(theme): Auto update theme readme (#2810)

    Co-authored-by: GitHub Readme Stats Bot <[email protected]>
    rickstaa and GitHub Readme Stats Bot authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    92a9d85 View commit details
    Browse the repository at this point in the history
  10. Update automated themes preview workflow contributions guideline (#2808)

    * Update automated themes preview workflow contributions guideline
    
    * docs: link to top-issues dashboard
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    qwerty541 and rickstaa authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    faf0c25 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Docs (translations): Regenerated tables of contents using yzhang.mark…

    …down-all-in-one extension (#2811)
    qwerty541 authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a967581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5218e34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d560f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    768721f View commit details
    Browse the repository at this point in the history
  5. Add finer ranking levels (#2762)

    * Add finer ranking levels
    
    * Update rank description
    francois-rozet authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    66e5492 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. test: update 2e2 rank values (#2816)

    This commit ensures the new rank values introduced by #2762 are added
    to the 2e2 test.
    rickstaa authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9831d25 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    c4035a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    d5a4dbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1474a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c86cc72 View commit details
    Browse the repository at this point in the history
  4. Added pr reviews to stats (#1404)

    * Added pr reviews to stats
    
    * Add 'show' query parameter
    
    * Fix show test
    
    * refactoring
    
    * cleanup
    
    * refactor: restructure stats-card code
    
    ---------
    
    Co-authored-by: Markus <[email protected]>
    Co-authored-by: Alexandr <[email protected]>
    Co-authored-by: rickstaa <[email protected]>
    4 people authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1bb65dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89e37aa View commit details
    Browse the repository at this point in the history
  6. Revert "Use default json import (#2820)" (#2829)

    This reverts commit 1474a3a.
    rickstaa authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    632549d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22a12e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    7a89cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3831d18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05efc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4db78d7 View commit details
    Browse the repository at this point in the history
  5. Fixed docstring for trimTopLanguages function (#2833)

    * Fixed docstring for trimTopLanguages function
    
    * dev
    qwerty541 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    99aca1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1997328 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    a43fb81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    331fa11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5d4bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cbb08e View commit details
    Browse the repository at this point in the history
  5. Stats card: migrate from show_total_reviews to show option (resolves #…

    …2836) (#2844)
    
    * Stats card: migrate from show_total_reviews to show option (resolves #2836)
    
    * dev
    
    * docs: improve documentation
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    qwerty541 and rickstaa authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b70b089 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e65a2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eebaa44 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    03b0ba0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    a5260cb View commit details
    Browse the repository at this point in the history
  2. Stats card: show started and answered discussions stats (#2849)

    * Stats card: show started and answered discussions stats
    
    * trans
    
    * dev
    qwerty541 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    92518e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d727d17 View commit details
    Browse the repository at this point in the history
  4. Set prettier as workspace default formatter (#2854)

    * Set prettier as workspace default formatter
    
    * fix: fix conflicts
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    qwerty541 and rickstaa authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9a1cbaf View commit details
    Browse the repository at this point in the history
  5. Remove several redundant number -> string -> number conversions (#2856)

    * Top langs card: remove redundant number -> string -> number conversion
    
    * refactor(waka): remove redundant praseInt
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    qwerty541 and rickstaa authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    62080c0 View commit details
    Browse the repository at this point in the history
  6. feat: add 'progress' rank icon (#2858)

    This pull request allows users to replace the rank level with the rank progress
    by setting the `rank_icon` query to `progress`.
    rickstaa authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a362af0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    697c3e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6e2cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de093e8 View commit details
    Browse the repository at this point in the history
  4. add percentile rank icon (#2859)

    * feat: add 'percentile' rank icon
    
    This commit adds the `percentile` option for the `rank_icon` query
    variable. This option displays the rank percentile the user belongs to.
    
    * style: improve percentile rank icon styling
    
    * dev
    
    * dev
    
    * dev
    
    ---------
    
    Co-authored-by: Alexandr <[email protected]>
    rickstaa and qwerty541 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2642fc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    de431b9 View commit details
    Browse the repository at this point in the history
  2. Docs: improve quick align tip section (#2865)

    * Docs: move extra pins align tip into correct section
    
    * dev
    
    * dev
    
    * dev
    
    * dev
    
    * dev
    
    * dev
    qwerty541 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f282ce4 View commit details
    Browse the repository at this point in the history
  3. Fixed resizing of stats card when all metrics except rank are hidden (#…

    …2868)
    
    * fixed card resizing in case of rank only
    
    * fixed to display error when both stats and rank are hidden
    
    * fix: fix visual alignment
    
    ---------
    
    Co-authored-by: rickstaa <[email protected]>
    iwbc-mzk and rickstaa authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a48d653 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5f1399 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    5486e2c View commit details
    Browse the repository at this point in the history