1. 19 10月, 2017 2 次提交
  2. 12 10月, 2017 1 次提交
  3. 11 10月, 2017 2 次提交
  4. 10 10月, 2017 3 次提交
    • P
      fixed notes specs · fcd842b5
      Phil Hughes 提交于
      changed how the container class is added onto the text element
      more specs
      fcd842b5
    • P
      spec fixes · d668294f
      Phil Hughes 提交于
      d668294f
    • 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
  5. 07 10月, 2017 1 次提交
  6. 09 9月, 2017 2 次提交
    • 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
    • F
      Use modules in common utils · 6a1b84c7
      Filipa Lacerda 提交于
      6a1b84c7
  7. 08 9月, 2017 1 次提交
  8. 05 9月, 2017 1 次提交
  9. 04 8月, 2017 1 次提交
  10. 28 7月, 2017 1 次提交
    • S
      Fix replying to commit comments on MRs from forks · 75d04f6a
      Sean McGivern 提交于
      A commit comment shows in the MR, but if the MR is from a fork, it will have a
      different project ID to the MR's target project. In that case, add an
      note_project_id param so that we can pick the correct project for the note.
      75d04f6a
  11. 12 7月, 2017 1 次提交
  12. 07 7月, 2017 1 次提交
  13. 30 6月, 2017 2 次提交
  14. 29 6月, 2017 1 次提交
  15. 28 6月, 2017 1 次提交
  16. 23 6月, 2017 1 次提交
  17. 20 6月, 2017 2 次提交
  18. 15 6月, 2017 3 次提交
  19. 09 6月, 2017 1 次提交
  20. 08 6月, 2017 2 次提交
    • D
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney 提交于
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      565ead61
    • D
      Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney 提交于
      Ran:
       - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
       - git checkout -b 9-2-5-security-patch origin/v9.2.2
       - git apply patchfile.patch
       - git commit
       - [Got the sha ref for the commit]
       - git checkout -b upstream-9-2-security master
       - git cherry-pick <SHA of the patchfile commit>
       - [Resolved conflicts]
       - git cherry-pick --continue
      1d1363e2
  21. 05 6月, 2017 1 次提交
  22. 27 5月, 2017 2 次提交
  23. 26 5月, 2017 1 次提交
  24. 25 5月, 2017 1 次提交
  25. 23 5月, 2017 1 次提交
  26. 19 5月, 2017 2 次提交
  27. 18 5月, 2017 2 次提交