1. 18160be Use eslint-plugin-prettier to fix and check formatting problems (#3847) by Mats Larsen · 2 years, 3 months ago
  2. 8932b8d do a normal lint at precommit including ts-check by partouf · 2 years, 4 months ago
  3. e98d428 Make check and npm run check now run similar steps (#3722) by Rubén Rincón Blanco · 2 years, 5 months ago
  4. e24b2f7 Remove unused prettier format script (#3646) by Mats Larsen · 2 years, 5 months ago
  5. 7828576 Reverts the reversion of the "make" being more prod-like, and fixes it. (#3591) by Matt Godbolt · 2 years, 6 months ago
  6. 9b8b9f7 Revert "Make `make` run the site similar to prod. (#3587)" by Matt Godbolt · 2 years, 6 months ago
  7. fbcf4fc Make `make` run the site similar to prod. (#3587) by Matt Godbolt · 2 years, 6 months ago
  8. a668298 New build and deploy setup (#3269) by Matt Godbolt · 2 years, 9 months ago
  9. 23eaff0 Update Makefile (#3234) by Patrick Quist · 2 years, 10 months ago
  10. b03f6a7 Makefixes (#3227) by Patrick Quist · 2 years, 10 months ago
  11. 6e79e09 Minimal backend typescript support (#3207) by Patrick Quist · 2 years, 10 months ago
  12. 7c20613 Move to using webpack5 (#3197) by Matt Godbolt · 2 years, 10 months ago
  13. 3d68f53 Implements Prettier formatting (#2766) by Rubén Rincón Blanco · 3 years, 2 months ago
  14. 1db038b Add ts files to watcher list by RabsRincon · 3 years, 2 months ago
  15. 41cf068 Add --inspect to make debug rule by RabsRincon · 3 years, 3 months ago
  16. 53ee8ee Clear esm module cache when updating npm packages to avoid stale cached dependencies by Austin Morton · 3 years, 4 months ago
  17. c6b7cc2 Attempt at uploading sourcemaps by Matt Godbolt · 3 years, 6 months ago
  18. ed7f003 Privacy policy updates. Closes #2276 (#2419) by Matt Godbolt · 3 years, 8 months ago
  19. 91c6e77 Argh, more broken by Matt Godbolt · 3 years, 8 months ago
  20. 1505ba3 If only I could remember how this worked. The filenames must all agree here for the deploys to work by Matt Godbolt · 3 years, 8 months ago
  21. 311e102 More name tweaks. Nothin's ever simple by Matt Godbolt · 3 years, 8 months ago
  22. c1a13ce Well, turns out one thing needs to know the actual name we give it. Sigh by Matt Godbolt · 3 years, 8 months ago
  23. 4fbb52a We don't need the gh- prefix in the name. We already have that in the darned path by Matt Godbolt · 3 years, 8 months ago
  24. 7c4d2e6 erg GITHUB_RUN_NUMBER is what I meant, obviously by Matt Godbolt · 3 years, 8 months ago
  25. ee8df1c After much debate; go to gh-ID for build numbers by Matt Godbolt · 3 years, 8 months ago
  26. 85bf61b Use git run id by Matt Godbolt · 3 years, 8 months ago
  27. 6eee72f As we changed build step/name of the yml file our build number went back to zero by Matt Godbolt · 3 years, 8 months ago
  28. ff6105a recombine workflows by Matt Godbolt · 3 years, 8 months ago
  29. 29cf0b2 More hopeful fixes by Matt Godbolt · 3 years, 8 months ago
  30. 9d282cb Fix GH branch by Matt Godbolt · 3 years, 8 months ago
  31. 459afeb Goodbye, travis by Matt Godbolt · 3 years, 8 months ago
  32. 5136152 Ensure args get passed to npx-run sentry-cli by Matt Godbolt · 3 years, 12 months ago
  33. 43343cd Only install and use sentry-cli on travis; sentry-cli doesn't work on BSD. See #2307 by Matt Godbolt · 3 years, 12 months ago
  34. 67cdfe7 Fix installation of git hook when using worktrees or spaces by Austin Morton · 3 years, 12 months ago
  35. 044dcfb Use ES6 Modules (#2132) by Austin Morton · 4 years, 1 month ago
  36. 4a2ed5f Add some minor improvements to travis by RabsRincon · 4 years, 2 months ago
  37. ccff4b9 Add new eslint rules (#2121) by Rubén Rincón Blanco · 4 years, 2 months ago
  38. 420462b Move thanks to "sponsors" by Matt Godbolt · 4 years, 6 months ago
  39. 91b2431 Separate lint from ci-lint and pre-commit. Fixes #1835 by Matt Godbolt · 4 years, 8 months ago
  40. 54d3792 Fix #1803 by installing prod dependencies before dev dependencies by Austin Morton · 4 years, 9 months ago
  41. 0c51deb Seriously, how many mistakes can one make in two lines of code? See #1791 by Matt Godbolt · 4 years, 9 months ago
  42. 758b0d4 Oh my word; I can't believe I still got this wrong. Sorry all. See #1791 by Matt Godbolt · 4 years, 9 months ago
  43. fc08c76 Make dev target submodule proof by Marc Poulhiès · 4 years, 9 months ago
  44. d5d8f42 Make /bin/sh compatible. See #1791 by Matt Godbolt · 4 years, 9 months ago
  45. cb4fa1b Hopefully address #1791 by Matt Godbolt · 4 years, 9 months ago
  46. f8b5c64 Use travis build number as sentry release by Matt Godbolt · 4 years, 9 months ago
  47. fd06260 Attempt at getting travis tagging by Matt Godbolt · 4 years, 9 months ago
  48. 158a2bf Always install both dev and prod npm dependencies by Matt Godbolt · 4 years, 11 months ago
  49. 4194585 Support serving static content externally by Austin Morton · 5 years ago
  50. f669bce Ensure NODE_ENV is set appropriately for dist and run targets. May help with #1665 by Matt Godbolt · 4 years, 12 months ago
  51. 1063610 Use appropriate NODE_ENV flags by Matt Godbolt · 4 years, 12 months ago
  52. f86dc35 Attempt to address issue found by @emekoi in #1632 by Matt Godbolt · 5 years ago
  53. 7caa9f1 Update Makefile by Patrick Quist · 5 years ago
  54. 940cd9c Make debug by Patrick Quist · 5 years ago
  55. bea2e88 Fix dist creation missing dir issue by RabsRincon · 5 years ago
  56. 125d462 Initial try to upgrade webpack by RabsRincon · 5 years ago
  57. 6cc5a88 Trim down dist file by RabsRincon · 5 years ago
  58. 6c1d814 Extract tools. Now relies on external demangling tools by Matt Godbolt · 5 years ago
  59. 4d2537b WAG: update the node_modules first by Matt Godbolt · 5 years ago
  60. 0b7773c Merge pull request #1316 from mattgodbolt/policy-dating by Matt Godbolt · 5 years ago
  61. 65d9d7b Remove c-preload compiler wrapper in favour of firejail. See #429 by Matt Godbolt · 5 years ago
  62. 8a670dd Remove yarn in favour of the new npm features. See #1343 by Matt Godbolt · 5 years ago
  63. 6023245 Add some help (thanks to @benrady) by Matt Godbolt · 5 years ago
  64. 27eccb9 Merge branch 'master' into policy-dating by RabsRincon · 6 years ago
  65. f0d8d38 Add a git_hash into the distribution. Fixes #1213 by Matt Godbolt · 6 years ago
  66. 9ab96c4 Initial support for automatic policy dating by RabsRincon · 6 years ago
  67. c9e66b6 Speed up xz (hopefully) by Matt Godbolt · 6 years ago
  68. 4d00413 Add YARN_FLAGS so @mattgodbolt can work on his laptop on the train by doing `YARN_FLAGS=--offline` by Matt Godbolt · 6 years ago
  69. 6677c89 Make tests and linter runable from yarn by RabsRincon · 6 years ago
  70. 918cd24 Handle moved policies by Matt Godbolt · 6 years ago
  71. d188e4c Hopeful makefile nudge to get things lined up for cookies.html and privacy.html by Matt Godbolt · 6 years ago
  72. 1e0672c Keep enough of static in the tarball to have the privacy and cookies html around for hashing by Matt Godbolt · 6 years ago
  73. febba19 Add install-git-hooks as dependecy for dev by RabsRincon · 6 years ago
  74. 8242db3 Add some type documentation to some lib files by RabsRincon · 6 years ago
  75. 9948642 Fix found exe log not expanding the object by RabsRincon · 6 years ago
  76. 2e7fb1f Use multiple cores to xz compress by Matt Godbolt · 6 years ago
  77. e1d9737 Make changelog creation a dist build step by RabsRincon · 7 years ago
  78. d92ef4f Prevent creation of an empty .node-bin or .yarn-bin if the version check fails. Helps with #850 by Matt Godbolt · 7 years ago
  79. a0c4b28 Merge pull request #817 from mattgodbolt/install_yarn by Matt Godbolt · 7 years ago
  80. 670afd8 Move to ESLint by RabsRincon · 7 years ago
  81. f8468e5 Use a local-installed yarn. Refactor all the 'find node' stuff out of the Makefile by Matt Godbolt · 7 years ago
  82. 7b14f37 Adding in a webpack args command line arugment, use this to pass -p for prod builds as this seems to be the right thing to do according to docs. Just some general white space clean up in the webpack config file by jaredwy · 7 years ago
  83. 61c9c8c Copy the directory to vs not to vs/vs by jaredwy · 7 years ago
  84. 95d4f4e requoting the env paths or it tries to execute the paths, fixing up a misssed variable change from a merge by jaredwy · 7 years ago
  85. cd4a21a Fix tests by RabsRincon · 7 years ago
  86. 147ee66 Fix (hopefully) for dist by Matt Godbolt · 7 years ago
  87. 4601420 Look for yarn in /opt too, and if found there, invoke it via the picked node version (and not just whatever version of node is on the PATH) by Matt Godbolt · 7 years ago
  88. bdf7358 moving things about to get the makefile working with travis-dist mostly just copying the vs folder in so it can load from the static dir, and then getting the faveicon copied into the dist folder so we can serve everything from in there by jaredwy · 7 years ago
  89. 6a9f475 Upadting the makefile to only package up what is needed now by jaredwy · 7 years ago
  90. 4fe764a Dev mode back up and running by jaredwy · 7 years ago
  91. f807986 Making jshint happy adding some missed semi colons, removing the dist files and vs from being checked by jaredwy · 7 years ago
  92. 2cd7516 Switching back to yarn after the merge. Some clean up after some extra code snuck in after the merge app.js ended up with a few extra requires by jaredwy · 7 years ago
  93. 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
  94. 06827d3 Point vs for require calls at node modules, rather than the copied monaco. It adds some complexity around how we load monaco, but that already exists this is better than the three alternatives. Use post-install to copy the files into static, use a shell script to copy using the webpack shell plugin to copy before monaco runs and finally do it manually by jaredwy · 7 years ago
  95. 70556a6 first pass at using webpack/yarn rather than bower and require.js by jaredwy · 7 years ago
  96. b499db3 Silence error when ghc is not available by Mike Cochrane · 7 years ago
  97. 0776ca3 Merge branch 'master' into unification by Rubén · 7 years ago
  98. 1bfbc0b generalize PATH for spaces in PATH by Andrew Pardoe · 7 years ago
  99. 0323c65 Merge branch 'master' into unification by RabsRincon · 7 years ago
  100. 33096bc Execute tests on subfolders by RabsRincon · 7 years ago