BigW Consortium Gitlab

  1. 31 Oct, 2017 1 commit
  2. 27 Oct, 2017 1 commit
  3. 23 Oct, 2017 1 commit
  4. 21 Oct, 2017 2 commits
  5. 19 Oct, 2017 3 commits
  6. 12 Oct, 2017 1 commit
  7. 11 Oct, 2017 3 commits
  8. 10 Oct, 2017 3 commits
    • fixed notes specs · fcd842b5
      Phil Hughes authored
      changed how the container class is added onto the text element
      more specs
    • spec fixes · d668294f
      Phil Hughes authored
    • 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.
  9. 07 Oct, 2017 1 commit
  10. 09 Sep, 2017 2 commits
    • 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
    • Use modules in common utils · 6a1b84c7
      Filipa Lacerda authored
  11. 08 Sep, 2017 1 commit
  12. 05 Sep, 2017 1 commit
  13. 03 Aug, 2017 1 commit
  14. 28 Jul, 2017 1 commit
    • 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.
  15. 12 Jul, 2017 1 commit
  16. 06 Jul, 2017 1 commit
  17. 30 Jun, 2017 1 commit
  18. 29 Jun, 2017 1 commit
    • 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
  19. 28 Jun, 2017 2 commits
  20. 22 Jun, 2017 1 commit
  21. 20 Jun, 2017 1 commit
  22. 19 Jun, 2017 1 commit
  23. 15 Jun, 2017 1 commit
  24. 14 Jun, 2017 2 commits
  25. 08 Jun, 2017 3 commits
    • 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
    • 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
    • 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
  26. 05 Jun, 2017 1 commit
  27. 26 May, 2017 2 commits