Commit graph

27962 commits

Author SHA1 Message Date
naskya
4104cbf5b5
Merge branch 'develop' into feat/schedule-create 2024-05-07 21:27:40 +09:00
naskya
3e4b093cd8
meta: update gitignore 2024-05-07 21:23:17 +09:00
naskya
02380eff4d
refactor (backend): remove redundancy 2024-05-07 21:20:03 +09:00
naskya
5daeaf1de2
chore (backend): wrap relations in TypeORM Relation<...> 2024-05-07 21:05:31 +09:00
naskya
3ceaf99df6
chore (backend): tweak migration queries 2024-05-07 21:04:11 +09:00
naskya
4277ad0b59
meta: update COPYING & include LICENSE in pre-built images 2024-05-07 20:54:47 +09:00
naskya
fc65d8c1c3
docs: update api-change.md 2024-05-07 20:52:11 +09:00
naskya
3b3d457c3e
ci: restrict paths 2024-05-07 18:34:18 +09:00
naskya
1128e243d3
container: fix dockerignore 2024-05-07 18:01:05 +09:00
naskya
39e08f57e8
ci: remove unneeded argument 2024-05-07 18:01:05 +09:00
naskya
09ef642905
ci: skip builds if unneeded 2024-05-07 17:36:23 +09:00
naskya
1b8748bc8c
another attempt to build an image inside container inside container 2024-05-07 17:30:57 +09:00
naskya
82c98ae72f
ci: modify buildah args 2024-05-07 07:26:33 +09:00
naskya
5b3f93457b
dev: add renovate 2024-05-07 06:58:00 +09:00
naskya
4d9c0f8e7b
ci: fix syntax 2024-05-07 06:11:31 +09:00
naskya
bf2b624bc9
ci: build OCI container image on develop 2024-05-07 05:52:43 +09:00
naskya
5261eb24b6
ci: restrict project path 2024-05-07 05:26:05 +09:00
naskya
d440e9b388
ci: revise tasks 2024-05-07 04:58:59 +09:00
naskya
14b285f882 Merge branch 'refactor/is-safe-url' into 'develop'
refactor (backend): port isValidUrl to backend-rs


See merge request firefish/firefish!10795
2024-05-06 17:11:51 +00:00
naskya
baa5c402db
ci: apt-get update first & fix paths 2024-05-07 01:54:29 +09:00
naskya
5b01d3574f
refactor (backend): port isValidUrl to backend-rs 2024-05-07 00:56:37 +09:00
naskya
e3a98ebc72 Merge branch 'userLang' into 'develop'
Add server-side per-user UI language

Co-authored-by: eana <coder@apps.1a23.com>

See merge request firefish/firefish!10793
2024-05-06 15:31:18 +00:00
naskya
7fe7f90350
ci: revise build config 2024-05-07 00:22:51 +09:00
naskya
8ed942e00f
chore: update auto-generated files 2024-05-06 23:13:31 +09:00
naskya
ddfdd038ad
chore: update downgrade.sql 2024-05-06 23:10:39 +09:00
naskya
7fdd44cf8d
locale: update translations 2024-05-06 23:07:57 +09:00
naskya
0c4826becf
dev: copy backend-rs/index.{js,d.ts} to built/index.{js,d.ts} if not exist
https://firefish.dev/firefish/firefish/-/merge_requests/10780#note_5685
2024-05-06 22:54:10 +09:00
naskya
ecd8e3d109
ci: remove git clean flags 2024-05-06 22:51:42 +09:00
naskya
a3b156441a
ci: temporary fix for cargo test failure due to missing meta.json 2024-05-06 19:38:35 +09:00
naskya
ecbd8a8724
ci: save node_modules and target 2024-05-06 19:23:43 +09:00
naskya
442dc33a34
ci: exec build & cargo test only for now 2024-05-06 19:08:28 +09:00
naskya
c8372767fa
ci: attempt to fix permission 2024-05-06 19:00:34 +09:00
naskya
8e497b41cf
messed up 2024-05-06 18:44:28 +09:00
naskya
bfdf73caeb
ci: fix permisson 2024-05-06 18:38:54 +09:00
naskya
5b18f9761c
ci: fix .git 2024-05-06 18:29:31 +09:00
naskya
641ff742bb
ci: add dependencies of sea-orm-cli 2024-05-06 18:26:50 +09:00
naskya
e6121946aa
ci: another fix 2024-05-06 18:11:30 +09:00
naskya
c6212ff8f4
ci: use CI_JOB_TOKEN 2024-05-06 18:06:56 +09:00
naskya
d582a84c57
ci: install postgresql client 2024-05-06 17:58:26 +09:00
naskya
a7978e2b08
ci: non-interactive shell option 2024-05-06 17:46:45 +09:00
naskya
766bac3dee
ci: give alias for services 2024-05-06 17:14:47 +09:00
naskya
7360736966
ci: fix typo 2024-05-06 17:07:42 +09:00
naskya
e797849e9b
ci: attempt to add a CI task for merge requests 2024-05-06 17:00:36 +09:00
eana
ef57735e6a fix typo 2024-05-06 05:26:38 +00:00
eana
e7c33835b2 Add server-side per-user UI language 2024-05-06 05:14:44 +00:00
naskya
4e83dbd01f Merge branch 'refactor/remove-gulp' into 'develop'
refactor: replace gulp with a simple script


See merge request firefish/firefish!10791
2024-05-06 04:45:17 +00:00
naskya
dd74eabae1
refactor (backend): port nodeinfo fetcher to backend-rs 2024-05-06 08:12:21 +09:00
naskya
711618b42c
test (backend-rs): add tests for nodeinfo (de)serialization 2024-05-06 05:20:13 +09:00
naskya
510207b101
refactor (backend-rs): separate nodeinfo generator and schema 2024-05-06 04:23:38 +09:00
naskya
49825853c1
refactor (backend): port nodeinfo generator to backend-rs 2024-05-06 03:01:55 +09:00