An error occurred fetching the project authors.
  1. 19 Oct, 2017 3 commits
  2. 11 Oct, 2017 3 commits
  3. 10 Oct, 2017 3 commits
    • Phil Hughes's avatar
      fixed notes specs · fcd842b5
      Phil Hughes authored
      changed how the container class is added onto the text element
      more specs
      fcd842b5
    • Phil Hughes's avatar
      spec fixes · d668294f
      Phil Hughes authored
      d668294f
    • Phil Hughes's avatar
      Flash is now a ES6 module · fa2af5e0
      Phil Hughes authored
      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
  4. 07 Oct, 2017 1 commit
  5. 09 Sep, 2017 2 commits
    • Filipa Lacerda's avatar
      Import modules instead of using the ones in global namespace · 96e6fc70
      Filipa Lacerda authored
      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
    • Filipa Lacerda's avatar
      Use modules in common utils · 6a1b84c7
      Filipa Lacerda authored
      6a1b84c7
  6. 08 Sep, 2017 1 commit
  7. 05 Sep, 2017 1 commit
  8. 03 Aug, 2017 1 commit
  9. 28 Jul, 2017 1 commit
    • Sean McGivern's avatar
      Fix replying to commit comments on MRs from forks · 75d04f6a
      Sean McGivern authored
      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
  10. 12 Jul, 2017 1 commit
  11. 06 Jul, 2017 1 commit
  12. 30 Jun, 2017 1 commit
  13. 29 Jun, 2017 1 commit
    • Bryce Johnson's avatar
      Render add-diff-note button with server. · 81e9c284
      Bryce Johnson authored
      This commit moves the rendering of the button back to the server, and
      shows/hides it using opacity rather than display. It also removes the
      transform applied to the button on hover (scale). Previously, both of these
      factors automatically triggered a reflow, which creates a performance
      bottleneck on pages with larger DOM size.
      
      MR: !12103
      81e9c284
  14. 28 Jun, 2017 2 commits
  15. 22 Jun, 2017 1 commit
  16. 20 Jun, 2017 1 commit
  17. 19 Jun, 2017 1 commit
  18. 15 Jun, 2017 1 commit
  19. 14 Jun, 2017 2 commits
  20. 08 Jun, 2017 3 commits
    • DJ Mountney's avatar
      Merge branch 'cherry-pick-dc2ac993' into 'security-9-2' · 7113b1a4
      DJ Mountney authored
      Escapes html content before appending it to the DOM
      
      See merge request !2107
      7113b1a4
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 565ead61
      DJ Mountney authored
      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
    • DJ Mountney's avatar
      Bring in security changes from the 9.2.5 release · 1d1363e2
      DJ Mountney authored
      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 Jun, 2017 1 commit
  22. 26 May, 2017 2 commits
  23. 25 May, 2017 2 commits
  24. 22 May, 2017 1 commit
  25. 19 May, 2017 1 commit
  26. 18 May, 2017 2 commits