Skip to content
Snippets Groups Projects
  1. Mar 10, 2018
  2. Mar 09, 2018
  3. Mar 08, 2018
  4. Mar 07, 2018
  5. Mar 06, 2018
    • Daniel Hunsaker's avatar
      [Nanobox] Tuning Update (#6660) · b725924f
      Daniel Hunsaker authored
      Various preformance and stability enhancements for instances deployed via Nanobox.
      b725924f
    • Akihiko Odaki's avatar
      Do not use npm (#6656) · 81cefc19
      Akihiko Odaki authored
      Both of yarn and npm are used in Mastodon, but the combined usage requires
      a redundant dependency and may lead to data inconsistency.
      
      Considering that yarn has autoclean feature which npm does not have,
      this change replaces all npm usage with yarn.
      
      This change requires documentation update. Most notably, the following
      command must be executed before assets precompilation if any system
      dependency of node-sass has changed:
      
      yarn install --force --pure-lockfile
      81cefc19
    • Akihiko Odaki's avatar
      Extract columns area from UI component (#6650) · a07cfee6
      Akihiko Odaki authored
      UI component used to toggle isComposing state by directly manipulating the
      DOM element to avoid the expensive rendering.
      
      However, it is hacky, and is not effective for other states. Instead,
      this change makes the rendering cheaper by extracting the huge columns
      area.
      a07cfee6
Loading