1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00
Commit Graph

802 Commits

Author SHA1 Message Date
Steven Tang
400f25c23e
fix: remove dead client-side proxy link in README [ci skip]
This link is present in Client Setup section
2021-11-25 20:28:43 +11:00
Ferdinand Mütsch
3aacd3461d
Merge pull request #265 from muety/ghcr
ci: add ghcr for Docker deploy, change cache
2021-10-21 13:42:29 +02:00
Steven Tang
7e2460e1f0
ci: add ghcr for Docker deploy, change cache 2021-10-21 20:54:13 +11:00
Ferdinand Mütsch
57175ae7f8 docs: update readme [ci skip] 2021-10-14 13:09:26 +02:00
Ferdinand Mütsch
5df0f48303 feat: user avatars 2021-10-14 12:04:21 +02:00
Ferdinand Mütsch
76a7cf7e80 chore: include runtime metrics 2021-10-14 10:35:01 +02:00
Ferdinand Mütsch
7cae3c43d0 chore: enhanced caching for user entity sets (resolve #264) 2021-10-14 10:22:59 +02:00
Ferdinand Mütsch
5fc87dd143 fix: tests 2021-10-13 17:51:54 +02:00
Ferdinand Mütsch
7329f6a34e chore: version 2021-10-13 17:47:33 +02:00
Ferdinand Mütsch
3b96bd3723 docs: include relay endpoint in swagger docs 2021-10-13 17:47:18 +02:00
Ferdinand Mütsch
2c7977cf63 chore: invert visualization of project labels (resolve #263) 2021-10-13 17:12:55 +02:00
Ferdinand Mütsch
782da0b49e chore: update landing page 2021-10-13 11:27:04 +02:00
Ferdinand Mütsch
ed9a7ccd5a fix: tests 2021-10-11 11:38:55 +02:00
Ferdinand Mütsch
9451848ad4 chore: bump version 2021-10-11 11:30:18 +02:00
Ferdinand Mütsch
6c0145b149 Merge branch 'gaocegege-auth' 2021-10-11 11:30:08 +02:00
Ferdinand Mütsch
a94092e31c test: add api tests for query auth 2021-10-11 11:29:38 +02:00
Ferdinand Mütsch
52744dbcd0 Merge branch 'auth' of https://github.com/gaocegege/wakapi into gaocegege-auth 2021-10-11 11:22:01 +02:00
Ferdinand Mütsch
cc11226eab fix: add missing non-zero field checks (fix #259) 2021-10-11 11:07:04 +02:00
Ferdinand Mütsch
8d073aaef2 feat: implement relay endpoint (see #237) 2021-10-11 11:00:50 +02:00
Ce Gao
d2f078443e fix: Remove hard coded string 2021-10-11 16:00:48 +08:00
Ce Gao
c6e1651d9e fix: Fix the empty key error 2021-10-11 15:58:29 +08:00
Ce Gao
630090e38a feat: Support query parameter token 2021-10-11 15:10:30 +08:00
Ferdinand Mütsch
5394349c73
update readme [ci skip] 2021-09-29 21:04:00 +02:00
Ferdinand Mütsch
5cd3bf83a6
Merge pull request #253 from muety/ci-test
feat: add test steps to Linux workflow
2021-09-18 14:25:15 +02:00
Ferdinand Mütsch
13cf911edf fix: make test script fail if tests fail [ci skip] 2021-09-18 14:24:16 +02:00
Steven Tang
fe0f41cecb
feat: add test steps to Linux workflow 2021-09-17 21:24:12 +10:00
Ferdinand Mütsch
265080453a
Merge pull request #252 from kondr1/gitpod
Config for working with repo use gitpod [ci skip]
2021-09-09 12:22:47 +02:00
Ferdinand Mütsch
f9fb7c7a8a chore: bump version 2021-09-07 23:23:06 +02:00
Ferdinand Mütsch
90477dbb01 chore: fix typo in test case 2021-09-07 23:22:22 +02:00
Ferdinand Mütsch
35926a19e2 Merge branch 'master' of https://github.com/kondr1/wakapi into kondr1-master 2021-09-07 23:19:15 +02:00
Konstantin Kondr
84dc594548 add statusbar endpoint test 2021-09-07 19:33:07 +03:00
Konstantin Kondr
2f9b8fbcfe .gitpod.yml 2021-09-07 13:29:36 +00:00
Konstantin Kondr
9235c1ca78 add statusbar endpoint to postman collection 2021-09-07 13:26:26 +03:00
Konstantin Kondr
a869897f80 statusbar endpoint fix 2021-09-07 10:12:24 +00:00
Ferdinand Mütsch
2f9cafc88c
Merge pull request #250 from muety/swagger-fix
fix: relative swagger-ui definition
2021-09-07 08:56:08 +02:00
Steven Tang
816d0c8cdc
fix: relative swagger-ui definition
Relevant for those hosting wakapi on subdirectory

Note: /swagger-ui redirects to /swagger-ui/
2021-09-07 14:42:52 +10:00
Konstantin Kondr
1ab29b22e1 add statusbar endpoint 2021-09-06 17:01:49 +00:00
Ferdinand Mütsch
cafe4133e4
Merge pull request #247 from muety/dist-perf
perf(dist): load external swagger-ui files
2021-09-06 14:02:10 +02:00
Steven Tang
5a0a3c40ca
perf(dist): load external swagger-ui files 2021-09-06 21:19:24 +10:00
Ferdinand Mütsch
9b5f00ea5d Merge remote-tracking branch 'origin/master' 2021-09-05 20:26:05 +02:00
Ferdinand Mütsch
7a418aa519 fix: continue chartjs migration 2021-09-05 20:25:24 +02:00
Ferdinand Mütsch
d96a48d5dc
Merge pull request #245 from hiroyaonoe/fix-wrong-parameter-openAPI
fix(docs): wrong parameter in OpenAPI-Docs [ci skip]
2021-09-05 09:54:53 +02:00
Steven Tang
fa4512f79b
fix: tooltip and legend 2021-09-05 14:28:00 +10:00
Hiroya Onoe
398b4c16d6 fix(docs): wrong parameter in OpenAPI-Docs
The parameter `range` of `/compat/wakatime/v1/users/{user}/stats/{range} [get]` is path.
However, it was described as query in OpenAPI-Docs.
So, I fixed it and generated files in `static/docs`.

Closes: #239

Signed-off-by: Hiroya Onoe <hiroyanoe.io@gmail.com>
2021-09-05 03:02:01 +09:00
Mawoka
d1577fc6be Reverted test-chings 2021-08-29 12:00:51 +02:00
Mawoka
23f8a5cf7f Started fixing things 2021-08-29 11:55:58 +02:00
Ferdinand Mütsch
81835a3d88 chore: bump version 2021-08-29 10:54:26 +02:00
Ferdinand Mütsch
30de96950b chore: persist raw user agent value 2021-08-29 10:54:00 +02:00
Ferdinand Mütsch
11291b0d6c fix: properly format x axis for durations (see #232) 2021-08-29 10:32:23 +02:00
Steven Tang
f0ac0f6153
fix: ui errors from conditional HasData on summary 2021-08-29 11:10:54 +10:00