BigW Consortium Gitlab

  1. 10 Jun, 2016 1 commit
  2. 09 Jun, 2016 1 commit
    • Hook up the updated `WikiLinkFilter` to the wiki controllers. · e6b1d166
      Timothy Andrew authored
      - Need to pass in a `page_slug` to the filter, so it can rewrite based
        on the current page (all links are rewritten to the level of the app root).
      - The earlier `markdown_preview` endpoint was at the level of the wiki.
        We need to know the current page (for rewriting, as above), so this
        commit moves the endpoint to the level of a wiki page.
      - Fix all tests
  3. 08 Jun, 2016 3 commits
  4. 07 Jun, 2016 1 commit
  5. 06 Jun, 2016 15 commits
  6. 03 Jun, 2016 17 commits
  7. 02 Jun, 2016 1 commit
  8. 01 Jun, 2016 1 commit
    • Don't allow merges with new commits · f680eca9
      Sean McGivern authored
      Set a `sha` parameter on the MR form. If this doesn't match the HEAD of
      the source branch when the form is submitted, show a warning (like with
      a merge conflict) and don't merge the branch.