Skip to content
Snippets Groups Projects
  1. Jun 23, 2020
  2. Jun 22, 2020
  3. Jun 19, 2020
  4. Jun 18, 2020
  5. Jun 17, 2020
  6. Jun 16, 2020
    • Antoine Lambert's avatar
      templates/layout: Add a switch to toggle full width rendering · 2740baa1
      Antoine Lambert authored
      Add a switch in the top left part of the UI in order to toggle full width
      rendering of web application content.
      
      This can be useful for high resolution screens or to extend the viewport width
      for source code rendering.
      
      The full width rendering state is also saved in browser local storage in order
      to restore it on each web application page load.
      
      Closes T2456
    • Antoine Lambert's avatar
      api: Update /revision/(sha1_git)/log/ endpoint · ab6de4ee
      Antoine Lambert authored
      Clarify the order in which revisions are returned (BFS) in documentation.
      
      Stop returning next-link in response headers as it is not sufficient to properly
      resume the BFS traversal on the revision graph.
      
      Remove any references to pagination in documentation and rename per_page query
      parameter to limit (also set its max value to 1000).
      
      Add warning in documentation explaining how a client can obtain the full BFS
      traversal of the revision graph.
      
      Remove useless optional prev_sha1s URL argument.
      
      Closes T2450
      ab6de4ee
  7. Jun 15, 2020
  8. Jun 12, 2020
  9. Jun 11, 2020
  10. Jun 09, 2020
  11. Jun 08, 2020
  12. Jun 05, 2020
  13. Jun 04, 2020
  14. Jun 03, 2020
  15. May 27, 2020
Loading