1. 05 2月, 2019 1 次提交
  2. 04 2月, 2019 2 次提交
  3. 01 2月, 2019 2 次提交
  4. 31 1月, 2019 14 次提交
  5. 30 1月, 2019 1 次提交
  6. 29 1月, 2019 1 次提交
  7. 28 1月, 2019 1 次提交
    • M
      refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its own component · 3af7723f
      Martin Hobert 提交于
      fix #56369
      
      chore(changelog): Added changelog entry
      
      chore(prettier): Formated with prettier
      
      test(JumpToNextDiscussionButton): Added test for new component
      
      test(Refactored tests to use vue test-utils):
      
      chore(translations): Added newly generated locales
      
      Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js
      chore(prettier): Formated with prettier
      
      test(JumpToNextDiscussionButton): Updated tests to use a local vue instance
      
      test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
      3af7723f
  8. 25 1月, 2019 5 次提交
  9. 24 1月, 2019 4 次提交
  10. 23 1月, 2019 4 次提交
    • L
      Fix discussion counter spec mock data · 0152cb0d
      Lukas Eipert 提交于
      To me it seems like the mock data does not match the actual data
      anymore. I checked the actual data and to me it seems like the resolved
      property actually should live in the overall discussion object.
      0152cb0d
    • L
      Remove favicon check from mrWidgetOptions spec · 7db474ff
      Lukas Eipert 提交于
      The method that actually creates the favicon is already unit tested, I
      would have loved to mock it out, but ist is not possible without using
      rewire. So I decided we just check that the favicon href is changed and
      use that as a proxy for calling `setFaviconOverlay`
      7db474ff
    • S
      Use 'delete' instead of 'remove' for source branch · c607b358
      Sam Bigelow 提交于
      This is to match `git branch -D <branchname>`
      c607b358
    • D
      Trim first char of diff line text on diff discussions · 03df54b2
      Douwe Maan 提交于
      Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and
      diff discussion `truncated_diff_lines` were inconsistent: `text` and
      `rich_text` on the latter included the leading +/-/<space> character,
      like on the backend, while the former had no `text` and its `rich_text`
      had dropped this char.
      
      This resulted in a bug when the suggestions feature expected these diff
      line objects to be identical in format and thus interchangeable, which
      was not the case.
      03df54b2
  11. 22 1月, 2019 4 次提交
    • S
    • L
      Fix DirtySubmit handling of checkbox and radio inputs · 88ce491f
      Luke Bennett 提交于
      Most browsers do not fire the "input" event for checkboxes or radios.
      Adds a "change" listener to properly trigger these DirtySubmit updates.
      88ce491f
    • S
      Support flat response for envs index route · db054bc1
      syasonik 提交于
      To support environment folders in the UI on the Environments List
      page, the environments index route previously returned one environment
      per folder, excluding those other than the latest deploy. However, the
      environtments dropdown on the metrics dashboard requires that any
      environment be selectable.
      
      To accommodate both use cases, support an optional 'nested' parameter
      in the index route to return either a flat, complete response or a
      nested response based on the use case in question. The new default
      response structure is the flat response.
      db054bc1
    • L
      Make favicon tests more fault resistent · 91df6d9e
      Lukas Eipert 提交于
      It seems like every new version of Chrome renders the favicon canvas
      differently. This reduces the problems with it by creating a more fault
      tolerant check, which compares the color values in the pixels and is
      okay if they are within a certain threshold.
      91df6d9e
  12. 21 1月, 2019 1 次提交