1. f301c2d Add --fix to lint-server by RabsRincon · 6 years ago
  2. 6677c89 Make tests and linter runable from yarn by RabsRincon · 6 years ago
  3. b89d10e Set solid bases for cookie and privacy control by RabsRincon · 6 years ago
  4. b531d43 Fix cookieconsent version missmatch by RabsRincon · 6 years ago
  5. dd2ab6d Move to own fork of cookieconsent by RabsRincon · 6 years ago
  6. 0d8216b Try using cookieconsent by RabsRincon · 6 years ago
  7. f9f6171 Move to an own version of social sharing by RabsRincon · 6 years ago
  8. fe13a54 Move social sharing to Shariff by RabsRincon · 6 years ago
  9. 1a33902 Merge compilerProps functions to a general case one (#956) by Rubén · 6 years ago
  10. 7c18ffe Drop underscore-node in favour of underscore.js by RabsRincon · 6 years ago
  11. 36b7208 First attempt at some new caching; including in-memory, on-disk, and on S3 by Matt Godbolt · 6 years ago
  12. 10ab7c6 Update Yarn to v1.6.0 by RabsRincon · 6 years ago
  13. a988747 Update Yarn to 1.5.1 by RabsRincon · 7 years ago
  14. eae5e5c Merge pull request #852 from partouf/yarnpack by jaredwy · 7 years ago
  15. f55e165 Merge pull request #851 from StefanHamminga/master by Matt Godbolt · 7 years ago
  16. 37273ff rename to start by Partouf · 7 years ago
  17. 6a63add Revert Monaco updgrade, let Jared do it by RabsRincon · 7 years ago
  18. f4f699d Update dependencies by RabsRincon · 7 years ago
  19. 2a07fd6 fix so that it actually works by Partouf · 7 years ago
  20. bc68e10 use cross-env to set node_env by Partouf · 7 years ago
  21. cc46ad5 dev and run mode by Partouf · 7 years ago
  22. 7ebac0f pack and run by Partouf · 7 years ago
  23. fbf0d52 yarn webpack for easier packing by Partouf · 7 years ago
  24. e5e4a04 Add Systemd socket activation support by Stefan Hamminga · 7 years ago
  25. c81c783 Allow node versions >= 8 by Rubén · 7 years ago
  26. a0c4b28 Merge pull request #817 from mattgodbolt/install_yarn by Matt Godbolt · 7 years ago
  27. 670afd8 Move to ESLint by RabsRincon · 7 years ago
  28. f8468e5 Use a local-installed yarn. Refactor all the 'find node' stuff out of the Makefile by Matt Godbolt · 7 years ago
  29. 8720896 Adding in uglify for our last push to prod by jaredwy · 7 years ago
  30. b647cc0 Using the html loader instead of copying the files in by jaredwy · 7 years ago
  31. 942a00f Some final clean up and bug fixing before we roll this out to beta by jaredwy · 7 years ago
  32. 8652eca Fixing a few bugs: by jaredwy · 7 years ago
  33. 4db0746 faking a require in pug for now, until we can refactor enough to run webpack over our pug files by jaredwy · 7 years ago
  34. 796e023 WIP by jaredwy · 7 years ago
  35. 8be70d1 Adding a make entry for a dev mode. Cleaning up some unused variables, moving some vars to be vars so i can move paths easier by jaredwy · 7 years ago
  36. b545b33 bower be gone by jaredwy · 7 years ago
  37. 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago
  38. c280da5 Update libs (non-major) versions by RabsRincon · 7 years ago
  39. 7f5b167 Take out new relic support. by Matt Godbolt · 7 years ago
  40. c931e68 Upgrade to newer version of Express by partouf · 7 years ago
  41. 3ccb8b0 Remove unnecessary Promise requirements in server code, switch to separate denodeify by Matt Godbolt · 7 years ago
  42. a47b512 Correctly run tests for coverage. Exclude the auto-generated asm-docs.js by Matt Godbolt · 7 years ago
  43. adcfbb6 Add local coverage support. by RabsRincon · 7 years ago
  44. 9e6739e Make code coverage recursive too by RabsRincon · 7 years ago
  45. 33096bc Execute tests on subfolders by RabsRincon · 7 years ago
  46. 1c3e94d Start extracting handlers into their own testable bits by Matt Godbolt · 7 years ago
  47. 668ce4a Make a `npm run coverage` command to just report on coverage by Matt Godbolt · 7 years ago
  48. aa0b3e6 Update AWS. Add tests by Matt Godbolt · 7 years ago
  49. 948820e Maybe add code coverage? by Matt Godbolt · 7 years ago
  50. 5b199a1 Extract google short url into a testable (I know!) unit. And test it by Matt Godbolt · 7 years ago
  51. 740e88d New relic support by Matt Godbolt · 7 years ago
  52. e55b913 Add separate jshint configs for client and server. Make them much more strict, and fix up the issues brought up by Matt Godbolt · 7 years ago
  53. cf407a8 Add some config parameters that come from AWS itself. Use it to configure raven (sentry.io) on the server by Matt Godbolt · 7 years ago
  54. 43c16a1 Bump minimum node to v8 by Matt Godbolt · 7 years ago
  55. 0260e0e Update Monaco to latest version by Rubén · 7 years ago
  56. 7c9f6af Bump lru-cache version. by Rubén · 7 years ago
  57. 58c821f Remove all traces of clang-format by Rubén · 7 years ago
  58. 81419b1 Add clang-format to our workflow. by Rubén · 7 years ago
  59. ac97b12 Upgrade promise-queue in the hope of placating #525 by Matt Godbolt · 7 years ago
  60. bc862cb Upgrade to Monaco 0.10.0 by Matt Godbolt · 7 years ago
  61. d549b7f Merge branch 'master' into jw/args-parser by Rubén · 7 years ago
  62. f88a92e Upgrade to Monaco 0.9.0. Closes #464 by Matt Godbolt · 7 years ago
  63. 13cd0fd Made some changes to the way we parse arguments as a stab at a start of a meta data gatherer by jaredwy · 7 years ago
  64. 3cc634c Bump the package version. opt-info now targets es5 by Jared Wyles · 7 years ago
  65. cf882a5 First pass at adding a opt view mode for compiler explorer by Jared Wyles · 7 years ago
  66. 14199f4 Latest monaco by Matt Godbolt · 8 years ago
  67. ef975bd Move to using pug templates to assemble both main view and embedded view. Means a reduction in code duplication between embedded and non-embedded; and saves a round-trip getting the options. by Matt Godbolt · 8 years ago
  68. 4c77876 Roll to latest monaco by Matt Godbolt · 8 years ago
  69. df111e2 Revert "Go back to using the bower package (thanks @michal-golfi)" by Matt Godbolt · 8 years ago
  70. 23efc05 New RESTful API by Matt Godbolt · 8 years ago
  71. 25f49f9 Kill entire process tree of a child when the timeout is reached. Fixes #232 by Matt Godbolt · 8 years ago
  72. 1b02040 s/gcc-explorer/compiler-explorer/g by Matt Godbolt · 8 years ago
  73. bc5848f Adding more tests; beginnings of a refactor to make compilers more configurable by Matt Godbolt · 8 years ago
  74. a0722cd Add a versioned subdirectory with an infinite cache length. Partially addresses #178 by Matt Godbolt · 8 years ago
  75. 5a6de74 Use winston for logging by Matt Godbolt · 8 years ago
  76. 8a8c9d2 Merge remote-tracking branch 'origin/msvc-spike' by Matt Godbolt · 8 years ago
  77. e80d622 Better handling of command line arguments when invoking compiler. by Sahnvour · 8 years ago
  78. 6fc5c16 Lint fixes by Matt Godbolt · 8 years ago
  79. d11fb2c Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  80. 5f070ad Use floating supervisor version by Matt Godbolt · 8 years ago
  81. 461e611 Fix unused label issues by Matt Godbolt · 8 years ago
  82. 49e1ad9 Early support for r.js by Matt Godbolt · 8 years ago
  83. 3600d7a First move towards rewrite by Matt Godbolt · 8 years ago
  84. 65e7678 Fetch AWS resources (land of primitive service discovery) by Matt Godbolt · 8 years ago
  85. 9b9e187 Hopeful fix for connect-restreamer by Matt Godbolt · 9 years ago
  86. cab75f7 Kill memwatch by Matt Godbolt · 9 years ago
  87. 58cc214 Remove unused heapdump by Matt Godbolt · 9 years ago
  88. a70b354 Travis fixes by Matt Godbolt · 9 years ago
  89. 1caca9d Bump versions of everything by Matt Godbolt · 9 years ago
  90. bc45984 Switch to memwatch-next by Lorenz Hübschle-Schneider · 9 years ago
  91. 73069de Re-add memwatch by Matt Godbolt · 9 years ago
  92. d4aef9b Add heapsnapshot by Matt Godbolt · 9 years ago
  93. d6bce41 Revert "Revert "Add some (belated) memory watching"" by Matt Godbolt · 10 years ago
  94. eafe0fa Revert "Add some (belated) memory watching" by Matt Godbolt · 10 years ago
  95. 2170910 Add some (belated) memory watching by Matt Godbolt · 10 years ago
  96. 2e88d33 First attempt at proxying remote compilers by Matt Godbolt · 10 years ago
  97. 1fba6ae Compress output by Matt Godbolt · 10 years ago
  98. 71dda61 Much cleaner promise design by Matt Godbolt · 10 years ago
  99. 9223f04 Use promises, move to express, combine lots of endpoints into client-options.js by Matt Godbolt · 10 years ago
  100. 4a88110 Freshen up of package.json by Matt Godbolt · 10 years ago