Skip to content
Snippets Groups Projects
  1. Aug 30, 2019
  2. Aug 28, 2019
  3. Aug 08, 2019
  4. Aug 01, 2019
  5. Jul 30, 2019
    • Sean McGivern's avatar
      Remove line profiler from performance bar · 18cdc5ba
      Sean McGivern authored
      1. The output isn't great. It can be hard to find hotspots and, even
         when you do find them, to find why those are hotspots.
      2. It uses some jQuery-specific frontend code which we can remove now
         that we don't have this any more.
      3. It's only possible to profile the initial request, not any subsequent
         AJAX requests.
      18cdc5ba
  6. Jul 26, 2019
    • Sean McGivern's avatar
      Replace peek-pg with our own implementation · ad1c7166
      Sean McGivern authored
      This uses an ActiveRecord subscriber to get queries and calculate the
      total query time from that. This means that the total will always be
      consistent with the queries in the table. It does however mean that we
      could potentially miss some queries that don't go through ActiveRecord.
      
      Making this change also allows us to unify the response JSON a little
      bit, making the frontend slightly simpler as a result.
      ad1c7166
  7. Jun 25, 2019
  8. Jun 14, 2019
  9. Jun 12, 2019
  10. Jun 05, 2019
  11. May 29, 2019
  12. May 22, 2019
  13. May 10, 2019
  14. Apr 10, 2019
  15. Mar 21, 2019
  16. Mar 14, 2019
  17. Mar 13, 2019
  18. Mar 12, 2019
  19. Mar 07, 2019
  20. Mar 06, 2019
  21. Feb 27, 2019
  22. Feb 25, 2019
  23. Feb 08, 2019
  24. Feb 07, 2019
    • Jason Lenny's avatar
      Add Pages templates · 37410a9d
      Jason Lenny authored and Lukas Eipert's avatar Lukas Eipert committed
      Adds templates for the 5 most popular Pages templates to the new project
      menu. This does not add unique icons for the templates because that
      turned out more complicated than expected, and this feature is valuable
      without them.
      Unverified
      37410a9d
  25. Jan 03, 2019
  26. Dec 10, 2018
  27. Dec 03, 2018
  28. Nov 16, 2018
  29. Nov 15, 2018
  30. Nov 13, 2018
Loading