Sharkey/packages/backend/src
dakkar 872258b04c embed git commit info in nodeinfo&c
this will make it much easier to debug problems for instances that run
unreleased versions!

when run on a tagged commit, `git describe --tags` prints the tag name;
otherwise it prints something like `2025.4.3-32-ga4c0ef824c` which
means:

- the closest tag is 2025.4.3
- there are 32 commits between that tag and this commit
- this commit's id is `a4c0ef824c` (the `g` is just a prefix)

notice that the version as reported by the frontend (in
`/about-sharkey` for example) is _not_ changed, that one is still
sourced from `/package.json` (so, for example, you don't get a
"sharkey has been updated!" pop-up every time)
2025-06-25 22:15:06 +01:00
..
@types revert 5f88d56d96 2024-07-20 21:33:20 +09:00
boot embed git commit info in nodeinfo&c 2025-06-25 22:15:06 +01:00
core refactor: Simplify Statement (again) 2025-06-20 21:55:02 +02:00
daemons add missing await in ApLogCleanupService 2025-02-16 19:25:24 -05:00
misc use pnpm package alias for @transfem-org/sfm-js 2025-06-12 21:11:16 -04:00
models show signup reason in user admin screen 2025-06-13 20:01:06 -04:00
queue merge: Emit log messages with correct level (!1097) 2025-06-12 19:06:43 +00:00
server refactor: Add Licence Header 2025-06-20 21:32:05 +02:00
config.ts embed git commit info in nodeinfo&c 2025-06-25 22:15:06 +01:00
const.ts convert Authorized Fetch to a setting and add support for hybrid mode (essential metadata only) 2025-03-16 10:07:57 -04:00
decorators.ts refactor(backend): use Reflet for autobind deco (#14482) 2024-09-15 17:43:24 +09:00
di-symbols.ts merge upstream 2025-03-25 16:14:53 -04:00
env.ts add MK_HIDE_WORKER_ID to exclude worker ID from logs 2025-05-30 09:38:33 -04:00
global.d.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
GlobalModule.ts lint and type fixes 2025-04-01 20:47:04 -04:00
logger.ts output log messages with correct level 2025-06-09 11:03:48 -04:00
MainModule.ts (re) update SPDX-FileCopyrightText 2024-02-13 15:59:27 +00:00
NestLogger.ts lint fixes 2024-06-06 11:40:11 +09:00
postgres.ts improve query/parameter logging 2025-06-02 15:25:53 -04:00
types.ts Merge branch 'misskey-develop' into merge/2025-03-24 2025-03-25 16:17:34 -04:00