Commit Graph

2556 Commits

Author SHA1 Message Date
Simon Lecoq
13a071e529 chore: rebuild files 2023-11-13 20:46:03 -05:00
Simon Lecoq
84df066c49 Update .gitignore 2023-11-13 20:39:30 -05:00
Simon Lecoq
08f1719ee0 chore(deps): disable npm dependabot as v4 won't use npm anymore 2023-10-31 06:24:59 +01:00
Simon Lecoq
d75fc5fbde fix: add missing partial 2023-10-11 00:54:51 +00:00
Thanh Tran
9f08a38cc0 feat: add plugins crypto (#1535) 2023-10-07 15:44:19 +02:00
Movrsi
c430d64381 fic(docs): correct metric image centering. (#1541) 2023-10-05 03:57:36 +02:00
github-actions[bot]
1e8d436e6a ci: auto-regenerate files 2023-09-14 04:34:24 +00:00
github-actions[bot]
6218d94ea3 chore: code formatting 2023-09-14 04:33:38 +00:00
Simon Lecoq
4362c2a27b chore(deps): upgrade marked (cannot do it to 8.0.0 because of deprecated options still used) 2023-09-14 05:54:31 +02:00
Simon Lecoq
183ade98e3 fix(app/web): accomodate express rate limit breaking change 2023-09-14 05:49:43 +02:00
Simon Lecoq
842cd274f6 chore(deps): upgrade 2023-09-14 05:49:19 +02:00
Simon Lecoq
2656eccd1b fix(plugins/core): empty scope listing 2023-09-14 05:22:10 +02:00
Simon Lecoq
47746add1e fix(ci): potential security vulnerabilities 2023-09-14 05:06:30 +02:00
Simon Lecoq
c69b0e9190 chore: create version 3.35-beta 2023-09-14 05:06:10 +02:00
github-actions[bot]
6583672309 chore: code formatting 2023-09-12 22:27:42 +00:00
Simon Lecoq
14179f2d88 Release v3.34 [release] 2023-09-12 17:41:58 -04:00
Simon Lecoq
54d67ecbab fix(plugins/lines): don't wait twice 2023-09-12 17:41:50 -04:00
Simon Lecoq
b53107d5ce Release v3.34 [release] 2023-09-12 13:05:56 -04:00
Simon Lecoq
f03795a323 Update README.md 2023-09-12 13:05:45 -04:00
Simon Lecoq
1c4c9faed0 chore: prepare release v3.34 (#1531) [skip ci] 2023-09-12 19:05:03 +02:00
Simon Lecoq
52459b822a ci: update examples for lines [skip ci] 2023-09-12 13:04:47 -04:00
github-actions[bot]
0749611452 ci: auto-regenerate files 2023-09-12 03:40:36 +00:00
github-actions[bot]
e0729b29f4 chore: code formatting 2023-09-12 03:39:49 +00:00
Simon Lecoq
53f4cb6920 feat(plugins/lines): add plugin_lines_delay to mitigate first query results (#1530) 2023-09-12 05:07:57 +02:00
dependabot[bot]
8b410f24de chore(deps): bump eslint from 8.47.0 to 8.49.0 (#1528) [skip ci] 2023-09-12 05:06:46 +02:00
github-actions[bot]
fc8615fafe chore: code formatting 2023-09-12 02:57:49 +00:00
Simon Lecoq
2e12f12147 fix(plugin/achievements): use graphql first for initial setup and fix regex (#1532) 2023-09-12 04:23:48 +02:00
Simon Lecoq
d4d0137ac0 chore(deps): upgrade 2023-09-11 21:23:42 -04:00
Simon Lecoq
87081009b4 fix(app/utils): pie graph when less than 3 values
Needs to handle more than X values in the future, `d3.schemeSpectral` is not infinite
2023-09-11 20:54:45 -04:00
Simon Lecoq
956b0a78ce fix: remove some loggers 2023-09-11 20:36:55 -04:00
Simon Lecoq
d0578c0db4 fix(ci): failing step 2023-09-11 19:36:05 -04:00
github-actions[bot]
271648e46e ci: auto-regenerate files 2023-08-25 04:21:38 +00:00
Simon Lecoq
f9fa07d833 ci: change stale/inactivity threshold for bot [skip ci] 2023-08-24 23:59:48 -04:00
Simon Lecoq
2790543c08 ci: exclude markdown template example from spell-check 2023-08-24 23:43:00 -04:00
Simon Lecoq
d2a73059b5 fix(ci): markdown screenshot example 2023-08-24 23:37:29 -04:00
Simon Lecoq
8f3910382f fix: deprecate twitter markdown plugin 2023-08-24 23:27:16 -04:00
Simon Lecoq
84e1732079 fix(ci): update node-version to 20 2023-08-24 22:19:40 -04:00
Simon Lecoq
ac9e0f445f fix(app/utils): don't die on undefined file type buffer (relates #1431) [skip ci] 2023-08-24 22:12:15 -04:00
鹤翔万里
693ba354e1 fix(plugins/achievements): fix progress of rank A (#1430) [skip ci] 2023-08-24 21:51:33 -04:00
Lucas Larson
125c4dedb9 fix(plugins/achievements): find pre-2007 activity (#1493) [skip ci] 2023-08-24 21:42:28 -04:00
github-actions[bot]
372e08b0e4 ci: auto-regenerate files 2023-08-24 22:34:58 +00:00
github-actions[bot]
bfeb5c452c chore: code formatting 2023-08-24 22:33:16 +00:00
Simon Lecoq
f5a958ab77 fix(tests): change how Proxy is used for octokit rest
It seems that rest octokit is alredy using some kind of meta-programming with conflicts with the way of how metrics mocks data (assignement does not override value, despite `writable: true, configurable: true` as property descriptors, and ends up hitting the real api). current fix will only support 2 level depth, but should be good enough for now
2023-08-24 17:51:59 -04:00
Simon Lecoq
f06c102e6a fix(tests): faker moved api 2023-08-24 17:49:19 -04:00
Simon Lecoq
3e717c17f6 chore: update dependencies 2023-08-24 17:49:06 -04:00
Simon Lecoq
67d93c3048 chore: remove node-fetch to use native fetch 2023-08-24 17:48:49 -04:00
Simon Lecoq
485f50249c chore: upgrade to node 20 2023-08-24 00:09:17 -04:00
Simon Lecoq
c8fa0b0369 fix(ci): disable skyline for now as it's always returning 404 2023-08-23 23:58:36 -04:00
Simon Lecoq
e34c90b129 fix(ci): octokit.request.defaults is not a function
mocking was not keeping functions with extra properties
2023-08-23 22:59:52 -04:00
Simon Lecoq
54e28d361f fix: don't die on missing optional dependency gifencoder 2023-08-23 22:59:05 -04:00