Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 24, 2020
  3. Feb 11, 2020
  4. Feb 06, 2020
  5. Jan 24, 2020
  6. Jan 08, 2020
  7. Dec 16, 2019
  8. Dec 02, 2019
  9. Nov 15, 2019
  10. Nov 12, 2019
  11. Oct 16, 2019
  12. Oct 10, 2019
  13. Sep 03, 2019
  14. Aug 28, 2019
  15. Jul 02, 2019
  16. May 30, 2019
  17. Apr 04, 2019
  18. Mar 26, 2019
  19. Mar 13, 2019
    • Roman Verevkin's avatar
      Add a new test to create a snippet · e6c24bdb
      Roman Verevkin authored
      Add "smoke" tag to the test
      
      Fix links to views in Page Object files
      
      Review fixes
      
      Remove useless view block
      
      Implement Snippets::Show page object class
      
      Fix review suggestions
      
      Fix review suggestions 2
      
      Fix test with empty snippets state
      
      Remove useless css class
      
      Fix issues
      e6c24bdb
  20. Mar 01, 2019
  21. Feb 21, 2019
  22. Feb 08, 2019
  23. Feb 04, 2019
  24. Jan 31, 2019
    • Francisco Javier López's avatar
      Fixed bug when external wiki is enabled · 740f07b1
      Francisco Javier López authored
      When the external wiki is enabled, the internal wiki link is replaced
      by the external wiki url. But the internal wiki is still accessible.
      In this change the external wiki will have its own tab in the sidebar
      and only if the services are disabled the tab (and access rights)
      will not be displayed.
      Unverified
      740f07b1
  25. Jan 18, 2019
    • Francisco Javier López's avatar
      Fixed bug when external wiki is enabled · e5c0ee81
      Francisco Javier López authored
      When the external wiki is enabled, the internal wiki link is replaced
      by the external wiki url. But the internal wiki is still accessible.
      In this change the external wiki will have its own tab in the sidebar
      and only if the services are disabled the tab (and access rights)
      will not be displayed.
      Unverified
      e5c0ee81
  26. Jan 07, 2019
  27. Jan 02, 2019
    • Sam Bigelow's avatar
      Add markdown buttons to file editor · 066a99b6
      Sam Bigelow authored
      Currently, we have markdown files in many places (e.g. comments, new
      issues, etc.). This Merge Request detects if the file being edited is a
      markdown file and adds markdown buttons and their functionality to the
      single file editor (Not the web IDE)
      066a99b6
  28. Dec 08, 2018
  29. Nov 20, 2018
  30. Oct 30, 2018
    • Mark Chao's avatar
      Make Highlight accept language param · 39ae9a59
      Mark Chao authored
      This replaces the repository param.
      This allows more flexiblity as sometimes we have highlight content
      not related to repository. Sometimes we know ahead of time the language
      of the content. Lastly language determination seems better fit as a
      logic in the Blob class.
      `repository` param is only used to determine the language, which seems
      to be the responsiblity of Blob.
      39ae9a59
  31. Oct 19, 2018
  32. Oct 09, 2018
    • Mark Lapierre's avatar
      Add tests of adding file templates · d36055cb
      Mark Lapierre authored
      Adds tests that adds new files via file templates via the Files view
      and the Web IDE.
      
      Includes changes to page objects and associated code
      
      Fetches template content from the API rather than hardcoding strings
      that will need to be updated if the templates change. Some of the
      content is stored as flat files but we can't use them because they're
      not included in the docker images gitlab-qa uses.
      d36055cb
  33. Sep 19, 2018
  34. Sep 07, 2018
  35. Sep 06, 2018
    • Bob Van Landuyt's avatar
      Port changes for CODEOWNERS to CE · c826ecc3
      Bob Van Landuyt authored
      This ports the changes for the CODEOWNERS feature to CE:
      - It adds the CODEOWNERS file.
      - It adds the mention of the `with-codeowners` branch in TestEnv
      c826ecc3
Loading