1. 09 2月, 2017 1 次提交
  2. 08 2月, 2017 2 次提交
  3. 25 1月, 2017 1 次提交
  4. 21 1月, 2017 1 次提交
  5. 19 1月, 2017 5 次提交
  6. 13 1月, 2017 1 次提交
  7. 11 1月, 2017 2 次提交
  8. 06 1月, 2017 1 次提交
  9. 05 1月, 2017 9 次提交
  10. 15 12月, 2016 1 次提交
  11. 14 12月, 2016 1 次提交
  12. 30 11月, 2016 1 次提交
    • L
      Remove JSX/React eslint plugins. · c145413d
      Luke "Jared" Bennett 提交于
      Change airbnb eslint config package to `eslint-config-airbnb-base` and update plugins.
      
      Change `airbnb` to `airbnb-base` for .eslintrc `extends` value.
      
      Added changelog entry
      
      Made sure all plugins and envs are set
      
      Corrected new failing specs
      c145413d
  13. 23 11月, 2016 1 次提交
  14. 22 11月, 2016 1 次提交
  15. 17 11月, 2016 1 次提交
    • N
      makes system notes less intrusive to a conversation · 58f78d05
      Nur Rony 提交于
      adds dicussion icon and color change in system note links
      
      adds discussion icons and sticky note icon for other system notes for now
      
      fixes scss lint error
      
      adds faded commit lists
      
      hides first paragraph in commit list box
      
      css tweak for commit list system notes
      
      adds commit-list toggle functionality, css tweaks and css classnames more readable
      
      small css fix in header. makes links bold in system note
      
      renames class no-shade to hide-shade
      
      adds entry for this merge request in changelog
      
      removes commented line
      
      removes the avatar-icon from discussion header
      
      minor css tweaks to make the commit list alignment with header text
      
      uses monospaced font to make the commit list lined up with all
      
      removes icon from system note and align bullet list
      
      resolves scss lint warings
      
      adds helper function to extract system note message from first p tag
      
      adds helper functions to check commit list count and haml cleanup
      
      adds changelog entry under 8.14
      
      adds changelog entry with changelog cli
      
      removes helper and regex and makes commit list li count using JS
      
      makes link in system note normal
      
      brakeman build failure resolved
      
      fixing rspec test based on new design for discussion
      
      shows system note in lowercase
      
      removes extra spaces from comments
      
      adds code commenting for functions
      
      adds semi-colon in some lines
      
      fixes rspec given when merge build success
      
      removes commented codes
      
      rewrite changelog yml file
      
      moves isMetaKey to common utils file
      
      fixes some indentation issues
      
      removes unnecessary variables and resolves some discussions
      
      replaces jQuery parent function with siblings
      
      fixes scss issues and variable spelling mistake
      
      uses constant rather using hardcoded number for visible li count in long commit list
      
      makes system note header all lowercase
      
      uses color variables and adjust gradient a little
      
      some minor changes for adding css classes
      
      renames functions name for readability
      
      changes changelog title
      
      minor scss newline changes
      
      makes system note less intrusive to a conversation
      58f78d05
  16. 16 11月, 2016 1 次提交
  17. 10 11月, 2016 2 次提交
  18. 26 10月, 2016 1 次提交
  19. 21 9月, 2016 2 次提交
  20. 09 9月, 2016 1 次提交
  21. 02 9月, 2016 1 次提交
  22. 13 8月, 2016 2 次提交
    • D
      Force notes poll after commands have been executed · 463ae8f5
      Douwe Maan 提交于
      463ae8f5
    • R
      Support slash commands in noteable description and notes · 0eea8c88
      Rémy Coutable 提交于
      Some important things to note:
      
      - commands are removed from noteable.description / note.note
      - commands are translated to params so that they are treated as normal
        params in noteable Creation services
      - the logic is not in the models but in the Creation services, which is
        the right place for advanced logic that has nothing to do with what
        models should be responsible of!
      - UI/JS needs to be updated to handle notes which consist of commands
        only
      - the `/merge` command is not handled yet
      
      Other improvements:
      
      - Don't process commands in commit notes and display a flash is note is only commands
      - Add autocomplete for slash commands
      - Add description and params to slash command DSL methods
      - Ensure replying by email with a commands-only note works
      - Use :subscription_event instead of calling noteable.subscribe
      - Support :todo_event in IssuableBaseService
      Signed-off-by: NRémy Coutable <remy@rymai.me>
      0eea8c88
  23. 04 8月, 2016 1 次提交