| 
							
							
								 Kagami Sascha Rosylight | 47b684100d | refactor(frontend): use nodemon for storybook (#11297) * refactor(frontend): use nodemon for storybook
* Update package.json | 2023-07-20 17:41:48 +09:00 |  | 
			
				
					| 
							
							
								 okayurisotto | d84796588c | cleanup: trim trailing whitespace (#11136) * cleanup: trim trailing whitespace
* update(`.editorconfig`)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | 2023-07-08 07:08:16 +09:00 |  | 
			
				
					| 
							
							
								 tamaina | 09764b909b | enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように (#10717) * enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように
* refactor (use checkHttps)
* MISSKEY_WEBFINGER_USE_HTTP
* Environment Variable readme
* NEVER USE IN PRODUCTION
* fix punyHost | 2023-04-29 23:26:47 +09:00 |  | 
			
				
					| 
							
							
								 Acid Chicken (硫酸鶏) | 9bb6c536c0 | test(#10336): add components/Mk[A-B].*stories  (#10475)* chore(#10336): register snippets
* test(#10336): add `components/Mk[A-B].*` stories
* build: desynced lockfile
* ci(#10336): preload assets
* ci(#10336): use pull_request
* build: update lockfile
* fix: reactivity transform
* chore: track upstream changes
* refactor: avoid temporary previous tapping declarations
* revert: avoid temporary previous tapping declarations
This reverts commit e649b1b1e6.
* test: flaky snapshots
* style: import | 2023-04-13 12:20:39 +09:00 |  | 
			
				
					| 
							
							
								 Acid Chicken (硫酸鶏) | 38d0b62167 | build(#10336): Storybook & Chromatic & msw (#10365) * build(#10336): init
* fix(#10336): invalid name conversion
* build(#10336): load locales and vite config
* refactor(#10336): remove unused imports
* build(#10336): separate definitions and generated codes
* refactor(#10336): remove hatches
* refactor(#10336): module semantics
* refactor(#10336): remove unused common preferences
* fix: typo
* build(#10336): mock assets
* build(#10336): impl `SatisfiesExpression`
* build(#10336): control themes
* refactor(#10336): semantics
* build(#10336): make .storybook as an individual TypeScript project
* style(#10336): use single quote
* build(#10336): avoid intrinsic component names
* chore: suppress linter
* style: typing
* build(#10336): update dependencies
* docs: note about Storybook
* build(#10336): sync
* build(#10336): full reload server on change
* chore: use defaultStore instead
* build(#10336): show popups on Story
* refactor(#10336): remove redundant div
* docs: fix
* build(#10336): interactions
* build(#10336): add an interaction test for `<MkA/>`
* build(#10336): bump storybook
* docs(#10336): mention to pre-build misskey-js
* build(#10336): write stories for `MkAcct`
* build(#10336): write stories for `MkAd`
* build(#10336): fix missing type definition
* build(#10336): use `toHaveTextContent`
* build(#10336): write some stories
* build(#10336): hide internal args
* build(#10336): generate `components/global` stories only
* build(#10336): write stories for `MkMisskeyFlavoredMarkdown`
* fix: conflict errors
* build(#10336): subcomponents on sidebar
* refactor: restore `SatisfiesExpression`
* docs(#10336): note development status
* build(#10336): use chokidar-cli
* docs(#10336): note chokidar-cli mode
* chore(#10336): untrack generated stories files
* fix: pointer handling
* build(#10336): finalize
* chore: add static option to `MkLoading`
* refactor(#10336): bind to local args
* fix: missing case
* revert: restore `SatisfiesExpression`
This reverts commit f246699f38.
* build(#10336): make storybook buildable
* build(#10336): staticify assets
* build(#10336): staticified directory structure
* build(#10336): normalize path for Windows
* ci(#10336): create actions
* build(#10336): ignore tsc errors
* build(#10336): ignore tsc errors
* build(#10336): missing dependencies
* build(#10336): missing dependencies
* build(#10336): use fast-glob
* fix: invalid lockfile
* ci(#10336): increase heap size
* build(#10336): use unpkg for storybook tabler icons
* build(#10336): use unpkg for storybook twemojis
* build(#10336): disable `ProfilePageCat`
* build(#10336): blur `MkA` before interaction ends
* ci(#10336): stabilize
* ci(#10336): fetch-depth
* build(#10336): isChromatic
* ci(#10336): notify on changes
* ci(#10336): fix typo
* ci(#10336): missing working directory
* ci(#10336): skip build
* ci(#10336): fix path
* build(#10336): fails on Windows
* build(#10336): available on Windows
* ci(#10336): disable animation on chromatic
* ci(#10336): add static option to `PageHeader.tabs`
* chore: void
* ci(#10336): change parameters
* docs(#10336): update CONTRIBUTING
* docs(#10336): note about meta overriding and etc.
* ci(#10336): use Chromatic for checks
* ci(#10336): use `pull_request` instead of `pull_request_target` for now
* ci(#10336): use `exitOnceUploaded`
* ci(#10336): reuse built storybook
* ci(#10336): back to `pull_request_target`
* chore: unused dependencies
* style(#10336): reduce prettier indents
* style: note about `TSSatisfiesExpression` | 2023-04-04 09:38:34 +09:00 |  | 
			
				
					| 
							
							
								 jojobii | ad43011fb8 | change: deprecate link to Misskey Forum in favor of GitHub Discussions (#10212) see: https://forum.misskey.io/d/112-misskey-forum-to-end-service-at-the-end-of-this-month | 2023-03-05 14:32:43 +09:00 |  | 
			
				
					| 
							
							
								 tamaina | 18dbcfa0b0 | test(server): add validation test of api:notes/create (#10090) * fix(server): notes/createのバリデーションが効いていない
Fix #10079
Co-Authored-By: mei23 <m@m544.net>
* anyOf内にバリデーションを書いても最初の一つしかチェックされない
* ✌️
* wip
* wip
* ✌️
* RequiredProp
* Revert "RequiredProp"
This reverts commit 7469390011.
* add api:notes/create
* fix lint
* text
* ✌️
* improve readability
---------
Co-authored-by: mei23 <m@m544.net>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | 2023-02-26 11:28:05 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | ec092579a6 | Update CONTRIBUTING.md | 2023-02-24 09:14:58 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | ca99468970 | Update CONTRIBUTING.md | 2023-02-23 20:49:09 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | c645f9f99f | chore(dev): remove outdated tip | 2023-02-23 20:36:03 +09:00 |  | 
			
				
					| 
							
							
								 tamaina | a5341cbd7d | CONTRIBUTING: enumの削除は気をつける | 2023-02-23 11:33:49 +00:00 |  | 
			
				
					| 
							
							
								 RyotaK | c7fbf5637f | fix: Dev Containerの設定を修正 (#9921) * Dev Containerの設定を修正
* CONTRIBUTING.mdにDev Container使用時の注意書きを追加
* 注意書きを改行する | 2023-02-14 13:17:34 +09:00 |  | 
			
				
					| 
							
							
								 RyotaK | 3c7e1ff92e | Dev Containerの設定を追加 (#9872) * Dev Containerの設定を追加
* テンプレート生成時に含まれていたコメントを削除
* 起動スクリプトを分割
JSONの中にベタ書きすると長くなるので
* 改行
* Dev Containerの使用方法を追記 | 2023-02-12 09:07:56 +09:00 |  | 
			
				
					| 
							
							
								 Masaya Suzuki | 4ad399c593 | fix: テスト実行時のDB立ち上げコマンド修正 (#9804) | 2023-02-05 20:34:22 +09:00 |  | 
			
				
					| 
							
							
								 Masaya Suzuki | 01778e11dc | CONTRIBUTING: テストが配置されている場所の記述修正 (#9772) | 2023-02-03 03:11:50 +09:00 |  | 
			
				
					| 
							
							
								 Masaya Suzuki | 9d9e8a3c4e | CONTRIBUTING: yarn -> pnpm (#9771) | 2023-02-03 03:11:26 +09:00 |  | 
			
				
					| 
							
							
								 tamaina | 2fe86fd869 | enhance: Vite HMR while yarn dev, and more build tuning (#9361) * enhance: Vite HMR while yarn dev, and more build tuning
* use localhost
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | 2022-12-20 13:05:36 +09:00 |  | 
			
				
					| 
							
							
								 Kagami Sascha Rosylight | 051cbec05f | docs(CONTRIBUTING): reflect refactored paths (#9315) Reflecting the changes from 7706c38d3dand19cc9f7fb0. | 2022-12-12 22:43:20 +09:00 |  | 
			
				
					| 
							
							
								 Kainoa Kanter | bdbc448d13 | refactor: migrate to Yarn Berry (v3.2.1) (#8764) * Yarn berry
* Add `.yarn` to dockerignore
* Mention in CHANGELOG
* Update Dockerfile
* Proper upgrade to yarn
* use `"packageManager"`
* Replace `install-packages.js` with workspaces
* Replace `install-packages.js` with workspaces
* Typo
* `corepack enable` for linting
* Remove `packages/*/yarn.lock`
* Improve lint workflow
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Update .github/workflows/lint.yml
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add `eslint`
* Regenerate yarn.lock
* 🙏
* Update lint.yml
🤔
* Fix workflow!
* yarn lint my beloved
* corepack enable for mocha/e2e
* Update CHANGELOG.md
* fix the code that depends on node_modules
* tbh
* tbh
* More yarn workspaces stuff
* 🍀
* Change `browser-image-resizer`
* :finnadie:
* :goberserk:
* :godmode:
* Remove yarnrc for workspaces
* 🙏
* Add proper packages for eslint
* Skip extra install
* New steps for test.yml too
* uhh
* Update .dockerignore
* Update lint.yml
* Update test.yml
* Make client/backend lints seperate workflows
* package.json names
* pnpm = dont change paths
* Fix changelog
* :bowtie:
* I don't know why github workflows hates me...
* test
* ?????
* continue-on-error: true
* Fix yarn.lock
Co-authored-by: ishowta <ishowta@gmail.com>
* add @rollup/pluginutils
* add packageExtensions for chartjs_date-fns
Co-authored-by: acid-chicken <root@acid-chicken.com>
* npm run => yarn
* wip
* yarn node => node
依存関係の記載不足の解消がかなり多いため、yarn nodeは使わない
* fix
* fix http-signature
* fix
* fix
* add packageExtensions
* ✌️
* remove `yarn set version berry`
* yarn install --immutable
Co-authored-by: ishowta <ishowta@gmail.com>
* https://github.com/misskey-dev/misskey/pull/8764#discussion_r885749892
* enable actions/setup-node's global cache
* Update .gitignore
Co-authored-by: iwata <ishowta@gmail.com>
* revival gulp build
66ab7591bf (r885899944)* fix lockfile
* Update packages/backend/package.json
Co-authored-by: iwata <ishowta@gmail.com>
* remove packagemanager
* `yarn run gulp` in `build` instead of just `gulp`
* Update CHANGELOG.md
* update lockfile
* Add .yarn/cache to gitignore for packages
* ?
* move resolutions
* ✌️
* update lockfie
* update-lockfile
* update yarn.lock
* fix build
* fix
* fix
* fix: add @tensorflow/tfjs
* ダメ
* modify lockfile
* use yarnrc
* update yarnlock
* add jest-mock
* update-lockfile
* update lockfile
* update lockfile
* move jest-mock, update lockfile
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: ishowta <ishowta@gmail.com> | 2022-11-24 15:39:00 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | b75184ec8e | なんかもうめっちゃ変えた | 2022-09-18 03:27:08 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 59b7b0f832 | Update CONTRIBUTING.md | 2022-07-22 00:35:30 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 836ecff785 | Update CONTRIBUTING.md | 2022-06-17 11:02:47 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | c6e0430aa7 | Update CONTRIBUTING.md | 2022-06-09 05:55:58 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 3dba63afbb | Update CONTRIBUTING.md | 2022-06-08 22:23:43 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | b62a050b2c | Update CONTRIBUTING.md | 2022-06-04 16:01:27 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 0946d50913 | Update CONTRIBUTING.md | 2022-06-04 16:01:11 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 1235969721 | chore(dev): tweak text | 2022-05-22 14:49:53 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 7ed0763ad2 | Update CONTRIBUTING.md | 2022-05-19 12:47:43 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | dd8cb7846f | Update CONTRIBUTING.md | 2022-05-05 18:38:30 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 56436b99bb | Update CONTRIBUTING.md | 2022-05-05 18:36:30 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | a36f54dec2 | Update CONTRIBUTING.md | 2022-05-05 18:33:24 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 515ab0105a | Update CONTRIBUTING.md | 2022-03-27 20:11:43 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 1c67c26bd8 | refactor: migrate to typeorm 3.0 (#8443) * wip
* wip
* wip
* Update following.ts
* wip
* wip
* wip
* Update resolve-user.ts
* maxQueryExecutionTime
* wip
* wip | 2022-03-26 15:34:00 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | cb2110f669 | Update CONTRIBUTING.md | 2022-02-06 22:03:19 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | b590f352e9 | Update CONTRIBUTING.md | 2022-02-06 21:58:14 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | ec23e6270b | Update CONTRIBUTING.md | 2022-02-06 21:50:31 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 5ec78d11d9 | Update CONTRIBUTING.md | 2022-02-06 21:49:04 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 943ff2dfdb | Update CONTRIBUTING.md | 2022-01-30 21:55:03 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 110ae539b8 | Update CONTRIBUTING.md | 2022-01-26 03:27:19 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 65a19f0c75 | Update CONTRIBUTING.md | 2022-01-26 00:52:34 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | faef125b74 | bye room | 2022-01-07 17:06:47 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 696f3d19af | Update CONTRIBUTING.md | 2021-12-30 03:00:40 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 2294e9ffdc | Update CONTRIBUTING.md | 2021-12-24 01:31:37 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 0f7241c2c2 | Update CONTRIBUTING.md | 2021-12-10 20:42:01 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 1cf5198372 | Update CONTRIBUTING.md | 2021-11-19 14:57:07 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | ea97d6a028 | Update CONTRIBUTING.md | 2021-11-12 02:03:28 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 8630542146 | ドキュメントをmisskey-hubに移行 | 2021-11-05 16:18:52 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | a96e5277db | fix(api): アプリケーション通知が取得できない問題を修正 Fix #6702 | 2021-10-19 20:25:47 +09:00 |  | 
			
				
					| 
							
							
								 syuilo | 0c21ae226b | Update CONTRIBUTING.md | 2021-10-17 05:21:36 +09:00 |  | 
			
				
					| 
							
							
								 MeiMei | 03b04acb16 | テスト用コンテナの調整 (#7838) * Tune test container
* docs
* fix cp config
* doc
* a | 2021-10-16 17:12:20 +09:00 |  |