Commit graph

1123 commits

Author SHA1 Message Date
Rick Staa
7a6d7b4b73
ci: fix 'update-langs' workflow permissions (#3352) 2023-10-13 23:57:33 +03:00
Rick Staa
ee7cf1fec4
docs: add uptime badge (#3350) 2023-10-13 23:53:07 +03:00
Alexandr Garbuzov
7c5e998725
ci: fix master branch name in CodeQL analysis workflow (#3354) 2023-10-13 23:50:03 +03:00
Alexandr Garbuzov
cd9698bea5
infra: enable no-mixed-spaces-and-tabs eslint rule (#3285) 2023-10-13 22:25:34 +03:00
Alexandr Garbuzov
b753d49158
infra: enable radix eslint rule (#3261) 2023-10-13 22:21:12 +03:00
Alexandr Garbuzov
1c07f4142c
feature: fetch only requested data from GitHub GraphQL API to reduce load (#3208)
* feature: fetch only requested data from GitHub GraphQL API to reduce load

* dev

* dev
2023-10-13 22:14:06 +03:00
Rick Staa
7b1b78df2f
Revert "Update generate-theme-doc.js (#3308)" (#3353)
This reverts commit 28b65928d2.
2023-10-13 20:34:42 +05:30
sahilpawar01
28b65928d2
Update generate-theme-doc.js (#3308)
* Update generate-theme-doc.js

Optimize README generation code for efficiency and readability.

* fix(scripts): fix some small bugs

This commit fixes some small bugs that were still present in the script
code.

---------

Co-authored-by: rickstaa <rick.staa@outlook.com>
2023-10-13 13:36:06 +02:00
Alexandr Garbuzov
428e97bfcc
Add performance tests base (#3141)
* Add basic bench tests

* dev
2023-10-13 11:27:04 +02:00
Alexandr Garbuzov
0fd1ea3ce9
feature: do not aks user's to open issues on upstream API errors (#3273)
Co-authored-by: rickstaa <rick.staa@outlook.com>
2023-10-13 11:16:14 +02:00
Rick Staa
a39785189c
docs: fix relative README links (#3067) 2023-10-12 19:57:52 +02:00
Alexandr Garbuzov
d89edc07f2
infra: enable no-multiple-empty-lines eslint rule (#3262) 2023-10-12 16:54:14 +02:00
Alexandr Garbuzov
1728bb27c1
infra: enable no-with eslint rule (#3233) 2023-10-12 16:52:32 +02:00
Alexandr Garbuzov
4c7e297d1b
CI: Add static code analysis workflow (CodeQL) (#2918) 2023-10-12 16:36:37 +02:00
Vishal Sharma
18763ae9c3
docs: remove broken sponsor links (#3336)
solves: #3334

Removed broken "Supported by" links in documentation
2023-10-12 13:23:43 +02:00
Alexandr Garbuzov
3b53bedb11
docs: add available locales section (#3331)
* docs: add available locales section

* dev
2023-10-12 13:15:28 +02:00
Alexandr Garbuzov
88c507ce46
refactor: fix typo in TRY_AGAIN_LATER constant name (#3274) 2023-10-12 10:40:04 +02:00
Alexandr Garbuzov
35e4578fc6
docs(contributing guidelines): remove duplicate license section (#3333) 2023-10-11 15:34:45 +02:00
dependabot[bot]
dd68af3c39
Build(deps-dev): Bump eslint from 8.50.0 to 8.51.0 (#3345)
Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-09 22:20:59 +03:00
dependabot[bot]
971fc61419
Build(deps): Bump stefanzweifel/git-auto-commit-action (#3344)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.0.0.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](3ea6ae190b...8756aa072e)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-09 21:36:28 +03:00
dependabot[bot]
79384f4a28
Build(deps): Bump github/codeql-action from 2.21.9 to 2.22.1 (#3342)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](ddccb87388...fdcae64e14)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-09 21:35:22 +03:00
dependabot[bot]
3295d5d6c5
Build(deps): Bump rickstaa/empty-issues-closer-action (#3343)
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action) from 1.1.25 to 1.1.28.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases)
- [Commits](c73b7528ed...e9e79c66b8)

---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-09 21:33:29 +03:00
dependabot[bot]
5f378b88b8
Build(deps): Bump rickstaa/top-issues-action from 1.3.52 to 1.3.54 (#3341)
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action) from 1.3.52 to 1.3.54.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases)
- [Commits](2647f25b1d...a2f94d3653)

---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-09 21:32:40 +03:00
dependabot[bot]
2404f06a5f
Build(deps): Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#3340)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](08b4669551...483ef80eb9)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-09 21:31:29 +03:00
Alexandr Garbuzov
e04d17d7bd
ci(labeler): fix infrastructure label (#3284) 2023-10-05 08:39:44 +02:00
dependabot[bot]
558af5cd1e
Build(deps): Bump github/codeql-action from 2.21.8 to 2.21.9 (#3316)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.8 to 2.21.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](6a28655e3d...ddccb87388)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-02 21:50:28 +03:00
dependabot[bot]
52b402a371
Build(deps): Bump axios from 1.5.0 to 1.5.1 (#3315)
Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-10-02 21:49:36 +03:00
dependabot[bot]
712cb185f4
Build(deps-dev): Bump eslint from 8.49.0 to 8.50.0 (#3293)
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-25 21:59:32 +03:00
dependabot[bot]
3312e90443
Build(deps): Bump actions/checkout from 4.0.0 to 4.1.0 (#3291)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](3df4ab11eb...8ade135a41)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-25 21:19:53 +03:00
dependabot[bot]
5850506df4
Build(deps): Bump rickstaa/top-issues-action from 1.3.50 to 1.3.52 (#3292)
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action) from 1.3.50 to 1.3.52.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases)
- [Commits](1b36bbbc74...2647f25b1d)

---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-25 21:18:17 +03:00
dependabot[bot]
eb2652de60
Build(deps): Bump rickstaa/empty-issues-closer-action (#3290)
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action) from 1.1.24 to 1.1.25.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases)
- [Commits](e9f0932401...c73b7528ed)

---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-25 21:17:03 +03:00
dependabot[bot]
5c9ca138d2
Build(deps): Bump github/codeql-action from 2.21.7 to 2.21.8 (#3289)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.21.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](04daf014b5...6a28655e3d)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-25 21:16:30 +03:00
Alexandr Garbuzov
7bf4a873f1
refactor: add GitHub REST API error to CustomError class (#3272) 2023-09-22 17:43:58 +02:00
Alexandr Garbuzov
65c3300189
refactor(stats card fetcher): improve could not fetch total commits error message (#3255) 2023-09-21 20:30:24 +02:00
Alexandr Garbuzov
12f84f89c8
tests: add top langs endpoint proper cache header test (#3269) 2023-09-21 20:24:28 +02:00
Alexandr Garbuzov
1fb2d1abab
ci: add infrastructure label (#3270) 2023-09-21 20:23:58 +02:00
Alexandr Garbuzov
41a2ba8cbe
tests: add pin endpoint proper cache header test (#3260) 2023-09-20 15:29:45 +02:00
Alexandr Garbuzov
2ee803fc16
feature: extend default card cache time to 6 hours (#3242)
* feature: extend default card cache time to 8 hours

* reduce to six hours
2023-09-19 11:54:27 +02:00
Alexandr Garbuzov
eb787af325
infra: enable no-unneeded-ternary eslint rule (#3257) 2023-09-19 11:41:10 +02:00
Alexandr Garbuzov
772ef35fb1
infra: enable no-this-before-super eslint rule (#3256) 2023-09-19 11:40:38 +02:00
dependabot[bot]
078043585a
Build(deps-dev): Bump @testing-library/dom from 9.3.1 to 9.3.3 (#3251)
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.1 to 9.3.3.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.1...v9.3.3)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-19 03:08:13 +03:00
dependabot[bot]
40b58f07d0
Build(deps-dev): Bump jest-environment-jsdom from 29.6.4 to 29.7.0 (#3250)
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-19 03:07:38 +03:00
dependabot[bot]
b6d30dd3e9
Build(deps-dev): Bump jest from 29.6.4 to 29.7.0 (#3249)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-19 03:04:37 +03:00
dependabot[bot]
bec0540878
Build(deps): Bump rickstaa/top-issues-action from 1.3.46 to 1.3.50 (#3248)
Bumps [rickstaa/top-issues-action](https://github.com/rickstaa/top-issues-action) from 1.3.46 to 1.3.50.
- [Release notes](https://github.com/rickstaa/top-issues-action/releases)
- [Commits](20822b6d13...1b36bbbc74)

---
updated-dependencies:
- dependency-name: rickstaa/top-issues-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-18 21:30:05 +03:00
dependabot[bot]
5fcdee7de8
Build(deps): Bump bahmutov/npm-install from 1.8.34 to 1.8.35 (#3247)
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from 1.8.34 to 1.8.35.
- [Release notes](https://github.com/bahmutov/npm-install/releases)
- [Commits](5e78a2c1fa...c46e383050)

---
updated-dependencies:
- dependency-name: bahmutov/npm-install
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-18 21:29:31 +03:00
dependabot[bot]
1fca92efea
Build(deps): Bump github/codeql-action from 2.21.5 to 2.21.7 (#3246)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](00e563ead9...04daf014b5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-18 21:28:56 +03:00
dependabot[bot]
7a4f6a343e
Build(deps): Bump rickstaa/empty-issues-closer-action (#3245)
Bumps [rickstaa/empty-issues-closer-action](https://github.com/rickstaa/empty-issues-closer-action) from 1.1.20 to 1.1.24.
- [Release notes](https://github.com/rickstaa/empty-issues-closer-action/releases)
- [Commits](2976d7763c...e9f0932401)

---
updated-dependencies:
- dependency-name: rickstaa/empty-issues-closer-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
2023-09-18 21:28:10 +03:00
Alexandr Garbuzov
c1be93922d
infra: enable no-use-before-define eslint rule (#3234) 2023-09-17 15:55:27 +02:00
Rick Staa
bc8eaecaf4
feat: rate limit error chaching (#2448)
* feat: rate limit error chaching

Rate limit error caching to alleviate PATs.

* refactor: improve code comments
2023-09-17 15:45:17 +02:00
Alexandr Garbuzov
64f56e88b4
refactor: change confusing behavior of showing 0 commints when upstream API fails (#3238) 2023-09-17 11:14:40 +02:00