Skip to content
Snippets Groups Projects
  1. Jun 04, 2017
  2. Jun 01, 2017
  3. May 31, 2017
  4. May 30, 2017
  5. May 29, 2017
    • Yamagishi Kazutoshi's avatar
      Update dependencies of Node.js (#3067) · e0ada977
      Yamagishi Kazutoshi authored
      * Update autoprefixer to version 7.1.0
      
      * Update axios to version 0.16.1
      
      * Update babel-cli to version 6.24.1
      
      * Update babel-eslint to version 7.2.3
      
      * Update babel-preset-react to version 6.24.1
      
      * Update coffee-script to version 1.12.6
      
      * Update css-loader to version 0.28.1
      
      * Update express to version 4.15.2
      
      * Update js-yaml to version 3.8.4
      
      * Update mocha to version 3.4.1
      
      * Update jsdom to version 10.1.0
      
      * Update npmlog to version 4.1.0
      
      * Update postcss-smart-import to version 0.7.0
      
      * Update postcss-loader to version 2.0.5
      
      * Update pg to version 6.1.5
      
      * Update prop-types to version 15.5.10
      
      * Update rails-ujs to version 5.1.1
      
      * Update redis to version 2.7.1
      
      * Update sass-loader to version 6.0.5
      
      * Update stringz to version 0.2.0
      
      * Update webpack to version 2.5.1
      
      * Update style-loader to version 0.17.0
      
      * Update sinon to version 2.2.0
      
      * Update react-motion to version 0.5.0
      
      * Update react-notification to version 6.7.0
      
      * Update react-redux-loading-bar to version 2.9.0
      
      * Update react-intl to version 2.3.0
      
      * Update redux-immutable to version 4.0.0
      
      * Update reselect to version 3.0.1
      
      * Update react-toggle to version 3.0.1
      
      * Update react-simple-dropdown to version 3.0.0
      
      * Update react-router to version 3.0.5
      
      * Update react-router-scroll to version 0.4.2
      
      * Update react-toggle to version 4.0.1
      
      * yarn upgrade
      e0ada977
  6. May 28, 2017
    • Eugen Rochko's avatar
      Improve streaming API cluster logging (#3370) · 425d0228
      Eugen Rochko authored
      * Improve streaming API cluster logging
      
      * Less verbose error middleware logging (stack trace useless there)
      
      * Fix error logging
      
      * Prevent potential issue
      
      * Add missing "done()" in catch of Promise.all, websocket heartbeat re-implemented like in example
      
      * I actually forgot a done(), the absolute madman
      425d0228
  7. May 26, 2017
  8. May 25, 2017
  9. May 24, 2017
    • Sorin Davidoi's avatar
      Lazy load toots using IntersectionObserver (#3191) · 8e4d1cba
      Sorin Davidoi authored
      * refactor(components/status_list): Lazy load using IntersectionObserver
      
      * refactor(components/status_list): Avoid setState bottleneck
      
      * refactor(components/status_list): Update state correctly
      
      * fix(components/status): Render if isIntersecting is undefined
      
      * refactor(components/status): Recycle timeout
      
      * refactor(components/status): Reduce animation duration
      
      * refactor(components/status): Use requestIdleCallback
      
      * chore: Split polyfill bundles
      
      * refactor(components/status_list): Increase rootMargin to 300%
      
      * fix(components/status): Check if onRef is not defined
      
      * chore: Add note about polyfill bundle splitting
      
      * fix(components/status): Reduce animation duration to 0.3 seconds
      8e4d1cba
  10. May 23, 2017
  11. May 22, 2017
  12. May 20, 2017
    • Yamagishi Kazutoshi's avatar
      Improve eslint rules (#3147) · 2e112e24
      Yamagishi Kazutoshi authored
      * Add semi to ESLint rules
      
      * Add padded-blocks to ESLint rules
      
      * Add comma-dangle to ESLint rules
      
      * add config/webpack and storyboard
      
      * add streaming/
      
      * yarn test:lint -- --fix
      2e112e24
  13. May 19, 2017
  14. May 18, 2017
  15. May 14, 2017
  16. May 12, 2017
  17. May 11, 2017
  18. May 09, 2017
  19. May 07, 2017
  20. May 06, 2017
    • Koala Yeung's avatar
      Eslintrc fix (#2850) · 6f71cfef
      Koala Yeung authored
      * eslintrc: adapt changes in eslint-plugin-jsx-a11y
      
      * Replace 'jsx-a11y/img-has-alt' with 'jsx-a11y/alt-text'.
        Reference: evcohen/eslint-plugin-jsx-a11y@24b6193
      
      * Replace 'jsx-a11y/onclick-has-focus' with 'jsx-a11y/interactive-supports-focus'
        Reference: evcohen/eslint-plugin-jsx-a11y@cbdfeb8
      
      * Replace 'jsx-a11y/onclick-has-role' with 'jsx-a11y/no-noninteractive-element-interactions'
        Reference: evcohen/eslint-plugin-jsx-a11y@18c9b71
      
      * Update eslint-plugin-jsx-a11y to 5.0.0
      
      Follow the change in Code Climate. Make sure the same eslintrc
      can be executed locally and in Code Climate.
      
      * Convert .eslintrc.json to equivlant .eslintrc.yml
      
      * Less quotes and commas, more readability, allow comment.
      6f71cfef
    • Eshin Kunishima's avatar
      Replace ws with uws (#2807) · 67b7d3d3
      Eshin Kunishima authored
      * Replace ws with uws
      
      * fix indent
      
      * Adjust indentation
      
      * remove trailing space
      67b7d3d3
    • Nolan Lawson's avatar
      553e1314
    • Yamagishi Kazutoshi's avatar
    • Nolan Lawson's avatar
    • Koala Yeung's avatar
      Streamline javascript translation by improving translationRunner (#2808) · cf0b7532
      Koala Yeung authored
      * package.json: Add "build:*" targets
      
      * Improve react-intl-translations-manager workflow.
        * Added "build:production" to build production bundle.
        * Added "build:development" to build development bundle.
      
      * Fix json translation files
      
      * Run `yarn manage:translations` to fix translation files.
      * Fix `pl.json` for syntax error.
      
      * translationRunner: auto detect existing languages
      
      * Auto detect existing rfc5646 language tag in *.json filenames
        in `app/javascript/mastodon/locale` folder. No need to manually
        define every new language in the languages array here.
      
      * translationRunner: add more functionality
      
      * Allow script user to specify language code to check.
      * Added available language check.
      * Added --force flag to force creation of unexists language.
      * Added --help flag and help messages.
      
      * gitignore: ignore npm-debug.log
      
      * Fix webpack error if NODE_ENV is not defined
      
      Default to use 'development' in config/webpack/configuration.js
      cf0b7532
  21. May 04, 2017
Loading