Skip to content
Snippets Groups Projects
  1. Nov 16, 2024
  2. Nov 08, 2024
  3. Oct 15, 2024
    • zyoshoka's avatar
      test(backend): add federation test (#14582) · b990ae6b
      zyoshoka authored
      * test(backend): add federation test
      
      * fix(ci): install pnpm
      
      * fix(ci): cd
      
      * fix(ci): build entire project
      
      * fix(ci): skip frontend build
      
      * fix(ci): pull submodule when checkout
      
      * chore: show log for debugging
      
      * Revert "chore: show log for debugging"
      
      This reverts commit a930964b8d6ba550c23bce1e7fb45d92eab49ef9.
      
      * fix(ci): build entire project
      
      * chore: omit unused globals
      
      * refactor: use strictEqual and simplify some asserts
      
      * test: follow requests
      
      * refactor: add resolveRemoteNote function
      
      * refactor: refine resolveRemoteUser function
      
      * refactor: cache admin credentials
      
      * refactor: simplify assertion with excluded fields
      
      * refactor: use assert
      
      * test: note
      
      * chore: labeler detect federation
      
      * test: blocking
      
      * test: move
      
      * fix: use appropriate TLD
      
      * chore: shorter purge interval
      
      * fix(ci): change TLD
      
      * refactor: delete trivial comment
      
      * test(user): isCat
      
      * chore: use jest
      
      * chore: omit logs
      
      * chore: add memo
      
      * fix(ci): omit unnecessary build
      
      * test: pinning Note
      
      * fix: build daemon in container
      
      * style: indent
      
      * test(streaming): timeline
      
      * chore: rename
      
      * fix: delete role after test
      
      * refactor: resolve users by uri
      
      * fix: delete antenna after test
      
      * test: api timeline
      
      * test: Note deletion
      
      * refactor: sleep function
      
      * test: notification
      
      * style: indent
      
      * refactor: type-safe host
      
      * docs: update description
      
      * refactor: resolve function params
      
      * fix(block): wrong test name
      
      * fix: invalid type
      
      * fix: longer timeout for fire testing
      
      * test(timeline): hashtag
      
      * test(note): vote delivery
      
      * fix: wrong description
      
      * fix: hashtag channel param type
      
      * refactor: wrap basic cases
      
      * test(timeline): add homeTimeline tests
      
      * fix(timeline): correct wrong case and description
      
      * test(notification): add tests for Note
      
      * refactor(user): wrap profile consistency with describe
      
      * chore(note): add issue link
      
      * test(timeline): add test
      
      * test(user): suspension
      
      * test: emoji
      
      * refactor: fetch admin first
      
      * perf: faster tests
      
      * test(drive): sensitive flag
      
      * test(emoji): add tests
      
      * chore: ignore .config/docker.env
      
      * chore: hard-coded tester IP address
      
      * test(emoji): custom emoji are surrounded by zero width space
      
      * refactor: client and username as property
      
      * test(notification): mute
      
      * fix(notification): correct description
      
      * test(block): mention
      
      * refactor(emoji): addCustomEmoji function
      
      * fix: typo
      
      * test(note): add reaction tests
      
      * test(timeline): Note deletion
      
      * fix: unnecessary ts-expect-error
      
      * refactor: unnecessary fetch mocking
      
      * chore: add TODO comments
      
      * test(user): deletion
      
      * chore: enable --frozen-lockfile
      
      * fix(ci): copying configs
      
      * docs: update CONTRIBUTING.md
      
      * docs: fix typo
      
      * chore: set default sleep duration
      
      * fix(notification): omit flaky tests
      
      * fix(notification): correct type
      
      * test(notification): add api endpoint tests
      
      * chore: remove redundant mute test
      
      * refactor: use param client
      
      * fix: start timer after trigger
      
      * refactor: remove unnecessary any
      
      * chore: shorter timeout for checking if fired
      
      * fix(block): remove outdated comment
      
      * refactor: shorten remote user variable name
      
      * refactor(block): use existing function
      
      * refactor: file upload
      
      * docs: update description
      
      * test(user): ffVisibility
      
      * fix: `/api/signin` -> `/api/signin-flow`
      
      * test: abuse report
      
      * refactor: use existing type
      
      * refactor: extract duplicate configs to template file
      
      * fix: typo
      
      * fix: avoid conflict
      
      * refactor: change container dependency
      
      * perf: start misskey parallelly
      
      * fix: remove dependency
      
      * chore(backend): add typecheck
      
      * test: add check for #14728
      
      * chore: enable eslint check
      
      * perf: don't start linked services when test
      
      * test(note): remote note deletion for moderation
      
      * chore: define config template
      
      * chore: write setup script
      
      * refactor: omit unnecessary conditional
      
      * refactor: clarify scope
      
      * refactor: omit type assertion
      
      * refactor: omit logs
      
      * style
      
      * refactor: redundant promise
      
      * refactor: unnecessary imports
      
      * refactor: use readable error code
      
      * refactor: cache set in signin function
      
      * refactor: optimize import
      b990ae6b
  4. Sep 18, 2024
  5. Sep 13, 2024
    • 4censord's avatar
      Run eslint with caching · 0a8cb21e
      4censord authored
      This reduces the time for subsequent lints significantly.
      e.g. for `package/frontend`, the first run takes ~10min.
      With the cache, every subsequent run takes only a few seconds.
      0a8cb21e
  6. Sep 10, 2024
  7. Sep 05, 2024
  8. Aug 11, 2024
  9. Jul 17, 2024
  10. Jun 28, 2024
  11. Jan 20, 2024
  12. Jan 08, 2024
  13. Sep 24, 2023
  14. Sep 23, 2023
  15. Jul 07, 2023
  16. May 04, 2023
    • syuilo's avatar
      feat: Introduce Meilisearch (#10755) · 5c08f2b9
      syuilo authored
      * wip
      
      * wip
      
      * Update SearchService.ts
      
      * Update SearchService.ts
      
      * wip
      
      * wip
      
      * Update SearchService.ts
      
      * Update CHANGELOG.md
      
      * wip
      
      * Update SearchService.ts
      
      * Update docker-compose.yml.example
      5c08f2b9
  17. Apr 04, 2023
    • Acid Chicken (硫酸鶏)'s avatar
      build(#10336): Storybook & Chromatic & msw (#10365) · 38d0b621
      Acid Chicken (硫酸鶏) authored
      * 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 f246699f.
      
      * 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`
      38d0b621
  18. Apr 01, 2023
  19. Mar 30, 2023
  20. Mar 25, 2023
  21. Mar 04, 2023
  22. Feb 12, 2023
    • RyotaK's avatar
      Dev Containerの設定を追加 (#9872) · 3c7e1ff9
      RyotaK authored
      * Dev Containerの設定を追加
      
      * テンプレート生成時に含まれていたコメントを削除
      
      * 起動スクリプトを分割
      
      JSONの中にベタ書きすると長くなるので
      
      * 改行
      
      * Dev Containerの使用方法を追記
      3c7e1ff9
  23. Jan 28, 2023
  24. Jan 15, 2023
  25. Dec 27, 2022
  26. Nov 24, 2022
    • Kainoa Kanter's avatar
      refactor: migrate to Yarn Berry (v3.2.1) (#8764) · bdbc448d
      Kainoa Kanter authored
      
      * 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: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
      
      * Update .github/workflows/lint.yml
      
      Co-authored-by: default avatarAcid 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: default avatarishowta <ishowta@gmail.com>
      
      * add @rollup/pluginutils
      
      * add packageExtensions for chartjs_date-fns
      
      Co-authored-by: default avataracid-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: default avatarishowta <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: default avatariwata <ishowta@gmail.com>
      
      * revival gulp build
      https://github.com/misskey-dev/misskey/pull/8764/files/66ab7591bff9b35255219057e33399a06260aa31#r885899944
      
      
      
      * fix lockfile
      
      * Update packages/backend/package.json
      
      Co-authored-by: default avatariwata <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: default avatarAcid Chicken (硫酸鶏) <root@acid-chicken.com>
      Co-authored-by: default avatartamaina <tamaina@hotmail.co.jp>
      Co-authored-by: default avatarishowta <ishowta@gmail.com>
      bdbc448d
  27. Aug 31, 2022
  28. Nov 11, 2021
  29. Sep 18, 2021
  30. May 14, 2021
  31. May 11, 2021
  32. Jun 07, 2020
  33. Feb 01, 2020
  34. Aug 18, 2019
    • syuilo's avatar
      MisskeyRoom (#5267) · 45b972c0
      syuilo authored
      * wip
      
      * Add pemcil
      
      * Fix bug
      
      * Update .gitattributes
      
      * Add 🍮
      
      * Better 🍮
      
      * Add color boxes
      
      * Add pc
      
      * Add keyboard
      
      * Add 📦
      
      * Add more 📦
      
      * ✌️
      
      * carpet
      
      * Add plant
      
      * ✌️
      
      * ✌️
      
      * Update room.vue
      
      * Add plant
      
      * ✌️
      
      * ✌️
      
      * ✌️
      
      * ✌️
      
      * ✌️
      
      * 段ボール箱がてかりすぎているのを修正
      
      * Update room.ts
      
      * Render username
      
      * ✌️
      
      * Add new 📦
      
      * Update room.ts
      
      * Remove blender backup files
      
      * Refactor
      
      * Improve performance
      
      * Update room.ts
      
      * Update .gitattributes
      
      * Update room.ts
      
      * Better fan
      
      * Better tissue rendering
      
      * Add 🐧
      
      * Create photoframe2.glb
      
      * chairs
      
      * Add 📖
      
      * fix: HiDPi環境でオブジェクトを選択できない (#5268)
      
      * Better monitor
      
      * ✌️
      
      * Add corkboard
      
      * Add missing blend
      
      * mousepad
      
      * Add missing blend
      
      * Add cube
      
      * 額縁やモニターなどに任意の画像を表示できるように
      
      * Update MisskeyRoom section of CONTRIBUTING.md (#5272)
      
      * Update MisskeyRoom section of CONTRIBUTING.md
      
      * Update CONTRIBUTING.md
      
      * Update CONTRIBUTING.md
      
      * Refactor
      
      * カスタムテクスチャがずれないように
      
      * Remove debug code
      
      * Update furnitures.json5
      
      * 一部の家具の色を自由に変えられるように
      
      * Update ja-JP.yml
      
      * Type annotation
      
      * 家具の色やテクスチャをすぐ反映するように
      
      * Update room.vue
      
      * Update furnitures.json5
      
      * Add 📺
      
      * Update ja-JP.yml
      
      * 床の色を変えられるように
      
      * 和室にできるように
      
      * Update washitsu
      
      * Use MeshLambertMaterial to improve performance
      
      * Use MeshLambertMaterial
      
      * Fix bug
      
      * Refactor
      
      * Update room.ts
      
      * Fix washitsu
      
      * Update room.vue
      
      * Update washistu
      
      * Use MeshLambertMaterial
      
      * Update room.ts
      
      * Set current property value
      
      * Disable reactivity to improve performance a bit
      
      * Fix bug
      
      * Set current carpet color
      
      * Update ja-JP.yml
      
      * Add rubik-cube (#5278)
      
      * Update ja-JP.yml (#5279)
      
      * Update UI
      
      * ルームの設定を追加
      
      * Add room link
      
      * 家具をドラッグで移動や回転できるように
      
      * esnextにする (#5286)
      
      * Fix moduleResolution
      
      * Use uuid v4
      
      * Fix bug
      
      * マットの色を変えられるように
      
      * ✌️
      
      * 異方性フィルタリングするように
      
      * グラフィックの品質をフィルタリングに反映
      
      * Add bloom effect when ultra graphics
      
      * Add posters
      
      * 🎨
      45b972c0
  35. Jul 21, 2019
  36. Jul 14, 2019
  37. May 16, 2019
Loading