1. 0044536 Bump to pug 3.0.2 by Matt Godbolt · 3 years, 9 months ago
  2. 7edd6d4 Time all the things (#2462) by Patrick Quist · 3 years, 9 months ago
  3. 28219f9 Add loki log transport (#2302) by Austin Morton · 3 years, 9 months ago
  4. 62e4c24 Argh by Matt Godbolt · 3 years, 9 months ago
  5. 6a46f72 This'll be the fix. by Matt Godbolt · 3 years, 9 months ago
  6. d17db67 Dear me by Matt Godbolt · 3 years, 9 months ago
  7. 2bd7bbf Hopeful? by Matt Godbolt · 3 years, 9 months ago
  8. afca73b Update codecov, try and get sentry working by Matt Godbolt · 3 years, 9 months ago
  9. 5a59cba Tweaks to mocha setup to let IDE users run individual tests again by Matt Godbolt · 3 years, 10 months ago
  10. 43343cd Only install and use sentry-cli on travis; sentry-cli doesn't work on BSD. See #2307 by Matt Godbolt · 4 years, 1 month ago
  11. 6962bc7 Very simple metrics (#2289) by Matt Godbolt · 4 years, 1 month ago
  12. 8695b51 Enable sentry performance tracing by Austin Morton · 4 years, 1 month ago
  13. 91f1166 Update dependencies (#2248) by Austin Morton · 4 years, 2 months ago
  14. f8826fd Refactor theme system to apply them earlier in page load (#2249) by Austin Morton · 4 years, 2 months ago
  15. de85aec Normalize and enforce license disclaimer headers (#2234) by Austin Morton · 4 years, 2 months ago
  16. 044dcfb Use ES6 Modules (#2132) by Austin Morton · 4 years, 2 months ago
  17. ca437e1 Consolidate eslint configuration (#2224) by Austin Morton · 4 years, 2 months ago
  18. ff5e454 Fix codecov by Austin Morton · 4 years, 4 months ago
  19. e0a5e9e Bump eslint to version 7.6.0 by RabsRincon · 4 years, 4 months ago
  20. ccff4b9 Add new eslint rules (#2121) by Rubén Rincón Blanco · 4 years, 4 months ago
  21. ba6b49b Split vendor code into separate webpack bundle and reduce amount of monaco code bundled (#2113) by Austin Morton · 4 years, 4 months ago
  22. 06d42a3 Bump codecov from 3.6.5 to 3.7.1 (#2091) by dependabot[bot] · 4 years, 4 months ago
  23. e052522 Bump lodash from 4.17.15 to 4.17.19 (#2085) by dependabot[bot] · 4 years, 4 months ago
  24. 1035440 Prevent editor selection changes from overwriting shortlink url (#2039) by Austin Morton · 4 years, 5 months ago
  25. e86bdf8 Update to latest sentry by Matt Godbolt · 4 years, 6 months ago
  26. 84e9b28 Canonical URLs now https://github.com/compiler-explorer/compiler-explorer! Hooray :) by Matt Godbolt · 4 years, 6 months ago
  27. 420462b Move thanks to "sponsors" by Matt Godbolt · 4 years, 8 months ago
  28. c888929 Pin jquery to 3.4.1 until twbs/bootstrap#30553 is fixed by Matt Godbolt · 4 years, 8 months ago
  29. 5494060 More npm upgrades by Matt Godbolt · 4 years, 8 months ago
  30. 147cb8c Update to latest monaco and monaco webpack plugin by Matt Godbolt · 4 years, 8 months ago
  31. 0037c8f Tweaks to remove more warnings from npm by Matt Godbolt · 4 years, 8 months ago
  32. cd22098 Update to latest sentry by Matt Godbolt · 4 years, 8 months ago
  33. cadbdf5 Switch to p-queue package, implement compilationEnvTimeoutMs, and improve temp cleanup logging (#1877) by Austin Morton · 4 years, 9 months ago
  34. 4760ae9 Update dependencies (#1842) by Austin Morton · 4 years, 9 months ago
  35. aec542b Bump codecov from 3.6.1 to 3.6.5 by dependabot[bot] · 4 years, 9 months ago
  36. baf3542 Pin minor versions of monaco-editor and monaco-editor-webpack-plugin by Austin Morton · 4 years, 9 months ago
  37. 7ce90a3 Update to latest monaco webpack plugin (#1836) by Austin Morton · 4 years, 9 months ago
  38. 5711a1a Move to terser (#1832) by Matt Godbolt · 4 years, 9 months ago
  39. 154ebf7 Upstream package updates by Matt Godbolt · 4 years, 10 months ago
  40. ac363db Log slow requests to sentry (#1813) by Austin Morton · 4 years, 10 months ago
  41. fd06260 Attempt at getting travis tagging by Matt Godbolt · 4 years, 11 months ago
  42. 742df2e Bump sentry version by Matt Godbolt · 4 years, 11 months ago
  43. 9020ed5 Logs server-side errors; update to latest sentry. See #1765 by Matt Godbolt · 4 years, 11 months ago
  44. 9d1c26e Support resolving non-absolute compiler exe values using system path by Austin Morton · 5 years ago
  45. d96017e Merge remote-tracking branch 'matt/master' into apicode by Partouf · 5 years ago
  46. b865d08 Upgrade npm deps. by Matt Godbolt · 5 years ago
  47. 6c4c578 copypaste working version by Partouf · 5 years ago
  48. fc2cc46 Upgrade to latest sentry libraries by Matt Godbolt · 5 years ago
  49. 107c23e use latest monaco-vim by Partouf · 5 years ago
  50. e18bf5f merge by alclol · 5 years ago
  51. 1f7d7f3 Merge branch 'master' into monaco-webpack by RabsRincon · 5 years ago
  52. 6ee738e Fix external compilers when httpRoot is set. (#1410) by Austin Morton · 5 years ago
  53. 6a9095f First steps towards using Monaco with webpack by RabsRincon · 5 years ago
  54. 57cb1e8 Completely remove need for denodeify by RabsRincon · 5 years ago
  55. 945ab7f Merge pull request #1473 from mattgodbolt/features/configurable-health-check by Patrick Quist · 5 years ago
  56. 4f12bab vim keybinding feature. Need support to redesign the UI. by alclol · 5 years ago
  57. 4f0e1cf Implement health checks that read from a file on disk. See #1473 by Austin Morton · 5 years ago
  58. 73f9835 Fix support for IE11. Closes #1258 by Austin Morton · 5 years ago
  59. 91acd80 Move moanco back to 0.15.6; the latest version for which mousewheel support works in FireFox by Matt Godbolt · 5 years ago
  60. 5015f35 Upgrade lodash to fix high severity CVE by Matt Godbolt · 5 years ago
  61. 6a8c67f Upgrade to Monaco 0.17 by RabsRincon · 5 years ago
  62. 125d462 Initial try to upgrade webpack by RabsRincon · 5 years ago
  63. ccbfdc3 Make ci-test available and fix bad line by RabsRincon · 5 years ago
  64. 7e37263 Improve test & coverage handling by RabsRincon · 5 years ago
  65. d06ed2c Update aws-sdk to latest. See #1217 by Matt Godbolt · 5 years ago
  66. 5d81757 Use released version of node-graceful by Matt Godbolt · 5 years ago
  67. f012fff Switch to a newer istanbul/nyc by Matt Godbolt · 5 years ago
  68. 1114f6e Fix up handling of error indicators. Fixes #1384 by Matt Godbolt · 6 years ago
  69. ef26016 Configurable in-app logging by Matt Godbolt · 6 years ago
  70. 3f138b1 Culmination of several days' worth of work towards running WINE under firejail. See #429 by Matt Godbolt · 6 years ago
  71. fe84d58 Update bootstrap by Matt Godbolt · 6 years ago
  72. 078c4df Change the way we report MOTD issues. See #1057 by Matt Godbolt · 6 years ago
  73. 8686731 Lock selectize to 0.12.4; see https://github.com/selectize/selectize.js/issues/1466 - Fixes #1367 by Matt Godbolt · 6 years ago
  74. 8a670dd Remove yarn in favour of the new npm features. See #1343 by Matt Godbolt · 6 years ago
  75. f974abb Revert Bootstrap to version 4.1.3 by RabsRincon · 6 years ago
  76. 1a02119 Update dependencies by RabsRincon · 6 years ago
  77. 2011c84 Rename thing we add as `nonce`, add tests. Fix logic error by Matt Godbolt · 6 years ago
  78. bde3e82 Implement profanity check on subhashes by RabsRincon · 6 years ago
  79. 126f845 use npm package instead of executing tar by Partouf · 6 years ago
  80. 42385ec Security upgrades and test fixes by Matt Godbolt · 6 years ago
  81. c87d8e5 Move to latest yarn (1.13) by Matt Godbolt · 6 years ago
  82. 026f6cd update morgan lib by Partouf · 6 years ago
  83. 423f668 Move to newer sentry library (hopefully fixes any sentry log issues) by Matt Godbolt · 6 years ago
  84. 1a71a22 Move to own cookie consent solution by RabsRincon · 6 years ago
  85. 0aa2374 Use windup Cookieconsent version by RabsRincon · 6 years ago
  86. 1d5d6cc Move privacy configuration to a cookie with a configurable domain. See #1109 by Matt Godbolt · 6 years ago
  87. e5b1956 Initial work on bootstrap update by RabsRincon · 6 years ago
  88. 6536b18 Implement DB with Scan as testing form by RabsRincon · 6 years ago
  89. e87c19a Use full fs-extra & apply more of Matt comments by RabsRincon · 6 years ago
  90. f301c2d Add --fix to lint-server by RabsRincon · 6 years ago
  91. 6677c89 Make tests and linter runable from yarn by RabsRincon · 6 years ago
  92. b89d10e Set solid bases for cookie and privacy control by RabsRincon · 6 years ago
  93. b531d43 Fix cookieconsent version missmatch by RabsRincon · 6 years ago
  94. dd2ab6d Move to own fork of cookieconsent by RabsRincon · 6 years ago
  95. 0d8216b Try using cookieconsent by RabsRincon · 6 years ago
  96. f9f6171 Move to an own version of social sharing by RabsRincon · 6 years ago
  97. fe13a54 Move social sharing to Shariff by RabsRincon · 6 years ago
  98. 1a33902 Merge compilerProps functions to a general case one (#956) by Rubén · 6 years ago
  99. 7c18ffe Drop underscore-node in favour of underscore.js by RabsRincon · 6 years ago
  100. 36b7208 First attempt at some new caching; including in-memory, on-disk, and on S3 by Matt Godbolt · 7 years ago