Commit Graph
754 Commits
Author SHA1 Message Date
Zohan Subhash e5ba3238ab Update readme.md 2023-02-18 12:25:52 +05:30
Zohan Subhash f4e731ee09 Delete top-langs.js 2023-02-18 12:23:14 +05:30
Zohan Subhash 6f07b51c00 Delete pin.js 2023-02-18 12:23:10 +05:30
Zohan Subhash 6e0522cdd9 Delete index.js 2023-02-18 12:23:06 +05:30
Zohan Subhash 4ce744f7b5 Merge pull request #2527 from Zo-Bro-23/custom-cards
Transfer branch from my fork to main repo
2023-02-18 12:22:23 +05:30
Zohan Subhash 3565f25c46 Merge branch 'zo/custom-cards' into custom-cards 2023-02-18 12:21:53 +05:30
AmirandZohan Subhash ba7c2f8b55 Support hide_progress for top-langs feature (#2514)
* Add support for hide_progress in top languages feature

* Fix mistake

* Add documents for all languages

* Remove unnecessary value check

* Update top-languages-card.js

* Revert document for all languages except English

* Update documentation

* Update documentation

---------

Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com>
2023-02-16 06:53:11 +05:30
강민지and강민지 888663a477 Add rose theme (#2480)
Co-authored-by: 강민지 <68285922+Kminzzi@users.noreply.github.com>
2023-02-14 06:20:12 +05:30
Rick Staa 112000667c ci: add update languages action (#2484)
* ci: add update languages action

* ci: make sure PR is created when upstream languages are updated
2023-01-29 15:19:01 +01:00
Anurag Hazra 7aa502d453 chore: minor changes in pat info (#2481) 2023-01-28 20:32:40 +05:30
Rick StaaandAnurag Hazra 077d40561a feat: add PAT monitoring functions (#2178)
* feat: add PAT monitoring functions

This commit adds two monitoring functions that can be used to check
whether the PATs are functioning correctly:
 - status/up: Returns whether the PATs are rate limited.
 - status/pat-info: Returns information about the PATs.

* feat: add shields.io dynamic badge json response

This commit adds the ability to set the return format of the
`/api/status/up` cloud function. When this format is set to `shields` a
dynamic shields.io badge json is returned.

* feat: add 'json' type to up monitor

* feat: cleanup status functions

* ci: decrease pat-info rate limiting time

* feat: decrease monitoring functions rate limits

* refactor: pat code

* feat: add PAT monitoring functions

This commit adds two monitoring functions that can be used to check
whether the PATs are functioning correctly:
 - status/up: Returns whether the PATs are rate limited.
 - status/pat-info: Returns information about the PATs.

* feat: add shields.io dynamic badge json response

This commit adds the ability to set the return format of the
`/api/status/up` cloud function. When this format is set to `shields` a
dynamic shields.io badge json is returned.

* feat: add 'json' type to up monitor

* feat: cleanup status functions

* ci: decrease pat-info rate limiting time

* feat: decrease monitoring functions rate limits

* refactor: pat code

* test: fix pat-info tests

* Update api/status/pat-info.js

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>

* test: fix broken tests

* chore: fix suspended account

* chore: simplify and refactor

* chore: fix test

* chore: add resetIn field

---------

Co-authored-by: Anurag <hazru.anurag@gmail.com>
2023-01-28 19:52:02 +05:30
Zohan Subhash a5114d12d0 Update top-langs.js 2023-01-26 16:52:36 +05:30
Zohan Subhash 20914797b0 Disable cache 2023-01-26 16:52:18 +05:30
Zohan Subhash 11cb8dffc1 Disable cache 2023-01-26 16:51:40 +05:30
Rick Staa 99d9d3cde0 ci: prevent certain actions from running on forks (#2466) 2023-01-25 09:20:36 +01:00
Rick Staa cd5cbcdb09 fix: fixes card overflow problem #2452 (#2460)
This commit makes sure that the card width is formatted correctly.
2023-01-24 20:10:11 +05:30
b2bf4fa487 fix: change prod deployment branch to vercel branch to fix maxDuration bug (#2424)
* Create deploy-prep.yml

* Create deploy-prep.py

* Update vercel.json

* Update deploy-prep.yml

* Update vercel.json

* Added coauthor

Co-authored-by: Dou Xiaobo <93511091+douxiaobo@users.noreply.github.com>

* Update deploy-prep.yml

* refactor: format code

* Added if condition to disable deployments on forks

Co-authored-by: Rick Staa <rick.staa@outlook.com>

* Update deploy-prep.yml

Co-authored-by: Dou Xiaobo <93511091+douxiaobo@users.noreply.github.com>
Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
Co-authored-by: rickstaa <rick.staa@outlook.com>
2023-01-24 20:04:26 +05:30
Anurag 4b17300126 Merge branch 'master' of https://github.com/anuraghazra/github-readme-stats 2023-01-22 00:39:56 +05:30
Anurag Hazraandrickstaa a17fa1cf5d chore: resolve conflict (#2453)
* test: fix e2e tests

* test: update snapshots

* test: fix e2e test data

* test: update e2e test data

Co-authored-by: rickstaa <rick.staa@outlook.com>
2023-01-22 00:39:36 +05:30
Anurag 8667ea9908 Merge branch 'master' of https://github.com/anuraghazra/github-readme-stats 2023-01-22 00:36:12 +05:30
60fae292a3 feat: enable multi page star fetching for private vercel instances (#2159)
* feat: enable multi-page stars' fetching for private vercel instances

This commit enables multi-page stars' support from fetching on private Vercel
instances. This feature can be disabled on the public Vercel instance by adding
the `FETCH_SINGLE_PAGE_STARS=true` as an env variable in the public Vercel
instance. This variable will not be present when people deploy their own Vercel
instance, causing the code to fetch multiple star pages.

* fix: improve stats multi-page fetching behavoir

This commit makes sure that the GraphQL api is only called one time per
100 repositories. The old method added one unnecesairy GraphQL call.

* docs: update documentation

* style: improve code syntax

Co-authored-by: Matteo Pierro <pierromatteo@gmail.com>

* lol happy new year

* docs: remove rate limit documentation for now

Remove the `FETCH_SINGLE_PAGE_STARS` from documentation for now since it
might confuse people.

* fix: fix error in automatic merge

* feat: make sure  env variable is read

Co-authored-by: Matteo Pierro <pierromatteo@gmail.com>
Co-authored-by: Anurag <hazru.anurag@gmail.com>
2023-01-21 18:32:37 +01:00
rickstaa c1dc7b850c fix: fix e2e test data 2023-01-21 17:58:35 +01:00
rickstaa 4ff2c2a425 feat: fix e2e tests 2023-01-21 17:52:51 +01:00
rickstaa fbb49e3c80 test: update e2e test data 2023-01-21 12:15:58 +01:00
rickstaa eab1402417 test: fix e2e test data 2023-01-21 11:37:41 +01:00
rickstaa cfa84232e2 test: update snapshots 2023-01-21 11:32:25 +01:00
rickstaa d5d1f44e1c test: fix e2e tests 2023-01-21 11:31:42 +01:00
Zohan Subhash 8bc69e761f Update readme.md (#2442) 2023-01-19 09:30:46 +01:00
Zohan Subhash a885425b52 Update readme.md 2023-01-17 17:07:41 +05:30
Zohan Subhash 017e3ba180 Update readme.md 2023-01-17 16:54:56 +05:30
Zohan Subhash 03465922b0 Update readme.md 2023-01-17 16:49:19 +05:30
Zohan Subhash 9829ab990d Update readme.md 2023-01-17 16:47:22 +05:30
Zohan Subhash 6243c702c3 Update top-langs.js 2023-01-17 16:33:50 +05:30
Zohan Subhash 97cef21e4e Update repo-card.js 2023-01-17 16:09:08 +05:30
Zohan Subhash 55a3cecd49 Update repo-card.js 2023-01-17 16:07:42 +05:30
Zohan Subhash e245941e5a Update repo-card.js 2023-01-17 16:05:24 +05:30
Zohan Subhash 04ed2bdd3f Update repo-card.js 2023-01-17 16:02:23 +05:30
Zohan Subhash c33f3f617a Update repo-card.js 2023-01-17 15:59:11 +05:30
Zohan Subhash 589badc483 Update pin.js 2023-01-17 15:57:59 +05:30
Zohan Subhash 05b611ad58 Update pin.js 2023-01-17 15:55:42 +05:30
Zohan Subhash bf0a15f94f Update pin.js 2023-01-17 15:52:46 +05:30
Zohan Subhash b8425d36c8 Update repo-card.js 2023-01-17 15:51:33 +05:30
Zohan Subhash 866e509d07 Create pin.js 2023-01-17 15:49:21 +05:30
Zohan Subhash c1e2858330 Update repo-card.js 2023-01-17 15:47:39 +05:30
Zohan Subhash 01f726c316 Update repo-card.js 2023-01-17 15:43:37 +05:30
Rick Staa 06a2a78cfc Revert "Revert "Add loading Animation to Most used Language card (#2197)" (#2396)" (#2419)
This reverts commit 4b8198fa21.
2023-01-16 12:30:39 +01:00
Rick Staa ad9db67b4c refactor: update code formatting 2023-01-16 12:28:31 +01:00
Rick Staa ab9c563ec5 Revert "Revert "ci: fix theme readme generation action (#2271)" (#2394)" (#2418)
This reverts commit 70f0264905.
2023-01-16 12:21:13 +01:00
Zohan Subhash 2770161e33 Update top-languages-card.js 2023-01-16 16:40:12 +05:30
Zohan Subhash b320054e90 Update top-languages-card.js 2023-01-16 16:38:33 +05:30