1. 12 5月, 2018 1 次提交
  2. 11 5月, 2018 2 次提交
  3. 17 4月, 2018 1 次提交
  4. 19 3月, 2018 1 次提交
  5. 14 3月, 2018 1 次提交
    • P
      removed useless v-if · 68634383
      Phil Hughes 提交于
      removed pointless test & changed some deployment tests to make more sense
      added in v-tooltip
      68634383
  6. 13 3月, 2018 2 次提交
  7. 12 3月, 2018 1 次提交
  8. 08 3月, 2018 1 次提交
  9. 07 3月, 2018 1 次提交
  10. 22 2月, 2018 1 次提交
  11. 12 2月, 2018 1 次提交
  12. 31 1月, 2018 2 次提交
  13. 17 1月, 2018 1 次提交
  14. 05 1月, 2018 1 次提交
    • J
      Backport 'Rebase' feature from EE to CE · 27a75ea1
      Jan Provaznik 提交于
      When a project uses fast-forward merging strategy user has
      to rebase MRs to target branch before it can be merged.
      Now user can do rebase in UI by clicking 'Rebase' button
      instead of doing rebase locally.
      
      This feature was already present in EE, this is only backport
      of the feature to CE. Couple of changes:
      * removed rebase license check
      * renamed migration (changed timestamp)
      
      Closes #40301
      27a75ea1
  15. 03 1月, 2018 1 次提交
  16. 20 12月, 2017 1 次提交
  17. 05 12月, 2017 1 次提交
  18. 14 11月, 2017 1 次提交
  19. 08 11月, 2017 1 次提交
  20. 31 10月, 2017 1 次提交
  21. 25 10月, 2017 1 次提交
  22. 10 10月, 2017 1 次提交
    • P
      Flash is now a ES6 module · fa2af5e0
      Phil Hughes 提交于
      Reduced the technical debt around our JS flash function by making it a
      module that is imported rather than relying on the global function.
      The global function still exists mainly for technical debt with how
      some requests are being completed, but new JS should import the module
      directly.
      
      Also reduces some tech debt in the file by removing the need for jQuery.
      Instead Flash is now 100% vanilla JS.
      fa2af5e0
  23. 19 9月, 2017 1 次提交
  24. 09 9月, 2017 1 次提交
    • F
      Import modules instead of using the ones in global namespace · 96e6fc70
      Filipa Lacerda 提交于
      Removes set favicon related methods from global scope
      Improves test related with favicon
      
      Removes convertPermissionToBoolean from global scope.
      Adds tests for convertPermissionToBoolean - were non existant
      
      Removes setParamInURL from gl.utils
      
      Removes parseIntPagination from gl.utils namespace
      
      Remove normalizeCRLFHeaders from gl.utils namespace
      
      Removes normalizeHeaders from gl.utils namespace
      
      Use gl.utils for filtered search
      
      Fix bad import
      
      Fix broken test by cleaning window.history namespace
      
      Adds changelog
      96e6fc70
  25. 08 8月, 2017 1 次提交
  26. 07 8月, 2017 1 次提交
  27. 21 6月, 2017 1 次提交
  28. 20 6月, 2017 1 次提交
  29. 26 5月, 2017 2 次提交
  30. 19 5月, 2017 1 次提交
  31. 12 5月, 2017 1 次提交
  32. 09 5月, 2017 1 次提交