Skip to content
Snippets Groups Projects
  1. May 08, 2017
  2. May 07, 2017
  3. May 06, 2017
    • alpaca-tc's avatar
      Hotfix convert string from symbol (#2856) · 74036a2c
      alpaca-tc authored
      * Convert key to string from symbol
      
      * Prefer :public_send instead of
      74036a2c
    • alpaca-tc's avatar
      Fixes slow query in notifications api (#2851) · 05b72368
      alpaca-tc authored
      * Add inclusion validation for activity_type
      
      * When excluding all types with `WHERE NOT IN`, the query search all rows.
      05b72368
    • 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
Loading