Skip to content
Snippets Groups Projects
  1. Feb 17, 2020
  2. Feb 14, 2020
  3. Jan 15, 2020
  4. Jan 06, 2020
  5. Dec 23, 2019
  6. Dec 13, 2019
  7. Nov 22, 2019
  8. Oct 28, 2019
  9. Oct 16, 2019
  10. Sep 18, 2019
  11. Sep 16, 2019
  12. Sep 13, 2019
  13. Aug 21, 2019
    • George Koltsov's avatar
      Add SortingPreference concern · 8bcc47ac
      George Koltsov authored
      Sorting preference functionality has been extracted
      from `IssuableCollections` to a new `SortingPreference`
      concern in order to reuse this functionality in projects
      (and groups in the future).
      8bcc47ac
  14. Jul 31, 2019
  15. Jul 16, 2019
  16. Jul 09, 2019
    • Charlie Ablett's avatar
      Remove `:graphql` feature flag · 639ab521
      Charlie Ablett authored
      - Remove `FeatureConstrainer` call wrapping api endpoint
      - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend
      - Modify graphql test to be graphql flag agnostic
      - Remove api routing spec
      - Remove frontend feature flag via `gon`
      639ab521
  17. Jul 05, 2019
  18. Jun 28, 2019
  19. Jun 26, 2019
    • Rajat Jain's avatar
      Bring Manual Ordering on Issue List · 6f448bd1
      Rajat Jain authored
      On all the issue lists -- Group, Project and Dashboard -- this
      change adds a new option for managing the lists.
      
      "Manual Ordering" option is added which when flipped on will allow
      an user to drag and drop issues around to create a relative ordering
      among them.
      6f448bd1
  20. Jun 21, 2019
  21. Apr 18, 2019
  22. Apr 15, 2019
  23. Mar 27, 2019
  24. Mar 21, 2019
  25. Feb 05, 2019
  26. Jan 31, 2019
  27. Jan 30, 2019
  28. Jan 28, 2019
  29. Jan 14, 2019
  30. Jan 11, 2019
  31. Jan 07, 2019
  32. Dec 13, 2018
  33. Nov 29, 2018
  34. Nov 27, 2018
    • Phil Hughes's avatar
      Suggests issues when typing title · 50e21a89
      Phil Hughes authored
      This suggests possibly related issues when the user types a title.
      
      This uses GraphQL to allow the frontend to request the exact
      data that is requires. We also get free caching through the Vue Apollo
      plugin.
      
      With this we can include the ability to import .graphql files in JS
      and Vue files.
      Also we now have the Vue test utils library to make testing
      Vue components easier.
      
      Closes #22071
      Verified
      50e21a89
  35. Nov 23, 2018
  36. Oct 24, 2018
Loading