{{ template "head.tpl.html" . }} {{ template "header.tpl.html" . }}
← Go back

Settings

         
{{ template "alerts.tpl.html" . }}
Change Password
Reset API Key
⚠️ Caution: Resetting your API key requires you to update your .wakatime.cfg files on all of your computers to make the WakaTime client send heartbeats again.
Language Mappings
You can specify custom mapping from file extensions to programming languages (e.g. a .jsx file could be mapped to React.)
{{ if .LanguageMappings }} {{ range $i, $mapping := .LanguageMappings }}
{{ $mapping.Extension }} {{ $mapping.Language }}
{{end}} {{else}}
No rules.
{{end}}
Badges
{{ if .User.BadgesEnabled }}

Badges are currently enabled. You can disable the feature by deactivating the respective API endpoint.

GET /api/compat/shields/v1

Examples

Shields.io badge
https://img.shields.io/endpoint?url=%s/api/compat/shields/v1/{{ .User.ID }}/interval:today&style=flat-square&color=blue&label=today
Shields.io badge
https://img.shields.io/endpoint?url=%s/api/compat/shields/v1/{{ .User.ID }}/interval:30_days&style=flat-square&color=blue&label=last 30d

You can also add /project:your-cool-project to the URL to filter by project.

{{ else }}

You have the ability to create badges from your coding statistics using Shields.io. To do so, you need to grant public, unauthorized access to the respective endpoint.

GET /api/compat/shields/v1
{{ end }}
⚠️ Danger Zone

Regenerate summaries

Wakapi improves its efficiency and speed by automatically aggregating individual heartbeats to summaries on a per-day basis. That is, historic summaries, i.e. such from past days, are generated once and only fetched from the database in a static fashion afterwards, unless you pass &recompute=true with your request.

If, for some reason, these aggregated summaries are faulty or preconditions have change (e.g. you modified language mappings retrospectively), you may want to re-generate them from raw heartbeats.

Note: Only run this action if you know what you are doing. Data might be lost is case heartbeats were deleted after the respective summaries had been generated.

{{ template "footer.tpl.html" . }} {{ template "foot.tpl.html" . }}