sup39
c4a7cd6029
refactor (backend): port greet to backend-rs
...
Co-authored-by: naskya <m@naskya.net>
2024-05-18 17:39:45 +08:00
naskya
c6e3506bd5
fix: remove unnecessary copy operation ( close #10926 )
2024-05-16 15:03:53 +09:00
naskya
9cf88f0df6
chore: remove import assertion
2024-05-16 03:49:31 +09:00
naskya
fc7de024c6
chore: let pnpm detect dependencies
2024-05-10 02:24:25 +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
fda81a9f91
chore: use absolute path for file operations
2024-05-05 21:04:20 +09:00
naskya
c505c6df36
fix: remove old locale files
2024-05-05 20:59:26 +09:00
naskya
341b43ed71
refactor: replace gulp with a simple script
2024-05-05 02:19:58 +09:00
naskya
0491e11a9e
refactor: create virtual rust workspace in the repository root
...
Co-authored-by: sup39 <dev@sup39.dev>
2024-04-12 03:24:13 +09:00
naskya
6f3c9d7300
fix: commit auto-generated index.js to workaround build issue ( close #10864 )
2024-03-23 02:01:37 +09:00
naskya
996610aa2e
dev: port some scripts in package.json to Makefile
2024-03-23 01:39:12 +09:00
naskya
dff0cb799c
docs: update documents and config files
...
Co-authored-by: sup39 <dev@sup39.dev>
2024-03-19 00:21:02 +09:00
naskya
6344aa29aa
dev: add back needed arguments to db:{up, down}
2024-03-05 18:37:24 +09:00
naskya
90a39b9027
dev: rename scripts dev:{init, up, down} -> db:{init, up, down}
2024-03-05 08:59:24 +09:00
老周部落
ab1c674fb8
change dir structure, add docs, download by git
2024-03-04 17:09:59 +08:00
naskya
cc33cfbb3e
fix (dev): fix dev:{up,down,init} scripts
2024-03-03 18:57:56 +09:00
naskya
7c745e09fb
dev: add script to regenerate sea-orm entities
2024-02-21 05:56:43 +09:00
naskya
e2014f6642
dev: fix path in scripts/clean-built.mjs
2024-02-13 22:23:43 +09:00
naskya
b4c148a655
dev: build backend-rs and firefish-js first
...
these packages are imported in other places
2024-02-12 23:31:04 +09:00
naskya
fe0bfe31b3
meta: backend/native-utils -> backend-rs
2024-02-12 23:14:23 +09:00
naskya
567ae0efb5
dev: add scripts to prepare dev environment
2024-02-12 02:23:25 +09:00
naskya
aca288fb4d
dev: create clean-npm/clean-cargo scripts
2024-02-06 15:45:48 +09:00
naskya
97bb495636
chore: upgrade dependencies (except for @swc/core and megalodon)
2023-11-17 05:15:02 +09:00
naskya
d1bb6e02e9
hotfix: don't use upstream megalodon for now
2023-10-19 04:59:38 +09:00
Kainoa Kanter
a9167c0265
refactor: ♻️ use upstream megalodon
2023-10-03 07:54:13 +00:00
ThatOneCalculator
4ea3cbd7a9
refactor: 🥚 new ansi art
2023-09-01 19:12:17 -07:00
ThatOneCalculator
cb9b1b6324
chore: 🎨 script format
2023-09-01 19:12:11 -07:00
ThatOneCalculator
44b1eb8b87
chore: 🔨 build greet js -> sh
2023-09-01 19:12:03 -07:00
ThatOneCalculator
bb22a671b0
Merge branch 'develop' into rebrand
2023-07-15 14:15:01 -07:00
Namekuji
b75c935eb8
chore: add megalodon to cleaning scripts
2023-07-07 02:53:24 -04:00
Namekuji
430390e930
fix: copy megalodon before node_modules, fix #10424
2023-07-07 02:46:50 -04:00
ThatOneCalculator
6da5a5b89b
find and replace
2023-07-02 15:18:30 -07:00
ThatOneCalculator
eec54dd6f7
ascii art
2023-07-02 15:17:58 -07:00
Namekuji
fd6b655a7c
fix compile error
2023-06-24 04:07:19 -04:00
ThatOneCalculator
2eea153ba1
chore: 🎨 format
2023-06-23 21:22:44 -07:00
ThatOneCalculator
089abadc31
fix: ⬇️ downgrade chalk
2023-06-23 17:59:27 -07:00
ThatOneCalculator
9e14daecbf
fix: typo
2023-06-23 17:57:05 -07:00
ThatOneCalculator
3ea701afdc
build: build greeting
2023-06-23 17:54:58 -07:00
Namekuji
e232332a46
fix build and clean scripts
2023-06-22 16:00:28 -04:00
ThatOneCalculator
7517c77ca9
build: 🔨 add cargo clean to clean-all
2023-06-13 19:13:54 -07:00
ThatOneCalculator
c5a0c01e4e
Revert "chore: formatting"
...
This reverts commit 36283b9a35
.
2023-06-05 21:15:49 -07:00
ThatOneCalculator
36283b9a35
chore: formatting
2023-06-05 16:40:48 -07:00
Kainoa Kanter
f47832b1b4
refactor: 🔨 Use pnpm instead of yarn ( #9461 )
...
Reasons:
1. `pnpm` is now an industry standard, being faster and less buggy than `yarn`.
2. Faster build time as builds are concurrent: 63 seconds down to 35 seconds!!
3. Resolves #9412
Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9461
2023-01-13 04:18:16 +00:00
tamaina
1a837bbef4
wip
2022-06-04 08:01:02 +00:00
ThatOneCalculator
95aff06dfc
More yarn workspaces stuff
2022-05-30 17:31:24 -07:00
ThatOneCalculator
6ba6dd1720
Replace install-packages.js
with workspaces
2022-05-29 17:15:11 -07:00
tamaina
766559c6e9
feat: Improve Push Notification ( #7667 )
...
* clean up
* ev => data
* refactor
* clean up
* add type
* antenna
* channel
* fix
* add Packed type
* add PackedRef
* fix lint
* add emoji schema
* add reversiGame
* add reversiMatching
* remove signin schema (use Signin entity)
* add schemas refs, fix Packed type
* wip PackedHoge => Packed<'Hoge'>
* add Packed type
* note-reaction
* user
* user-group
* user-list
* note
* app, messaging-message
* notification
* drive-file
* drive-folder
* following
* muting
* blocking
* hashtag
* page
* app (with modifying schema)
* import user?
* channel
* antenna
* clip
* gallery-post
* emoji
* Packed
* reversi-matching
* update stream.ts
* https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339
* fix lint
* clean up?
* add app
* fix
* nanka iroiro
* wip
* wip
* fix lint
* fix loginId
* fix
* refactor
* refactor
* remove follow action
* clean up
* Revert "remove follow action"
This reverts commit defbb41648
.
* Revert "clean up"
This reverts commit f94919cb9c
.
* remove fetch specification
* renoteの条件追加
* apiFetch => cli
* bypass fetch?
* fix
* refactor: use path alias
* temp: add submodule
* remove submodule
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* キャッシュ対策
* Truncate push notification message
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* URLをsw.jsに戻す
* clean up
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2022-04-30 21:52:07 +09:00
syuilo
58fa54a9a6
Update dev.js
2022-02-06 08:39:30 +09:00
syuilo
a9a5673069
implement dev command
2021-11-19 14:48:59 +09:00
syuilo
73b5c12927
introduce lint for client
...
Resolve #7998
2021-11-18 23:32:43 +09:00