Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
a1c5881a428a2715c433d49028ea9927aa137399
/
package.json
6536b18
Implement DB with Scan as testing form
by RabsRincon
· 6 years ago
e87c19a
Use full fs-extra & apply more of Matt comments
by RabsRincon
· 6 years ago
f301c2d
Add --fix to lint-server
by RabsRincon
· 6 years ago
6677c89
Make tests and linter runable from yarn
by RabsRincon
· 6 years ago
b89d10e
Set solid bases for cookie and privacy control
by RabsRincon
· 6 years ago
b531d43
Fix cookieconsent version missmatch
by RabsRincon
· 6 years ago
dd2ab6d
Move to own fork of cookieconsent
by RabsRincon
· 6 years ago
0d8216b
Try using cookieconsent
by RabsRincon
· 6 years ago
f9f6171
Move to an own version of social sharing
by RabsRincon
· 6 years ago
fe13a54
Move social sharing to Shariff
by RabsRincon
· 6 years ago
1a33902
Merge compilerProps functions to a general case one (#956)
by Rubén
· 6 years ago
7c18ffe
Drop underscore-node in favour of underscore.js
by RabsRincon
· 6 years ago
36b7208
First attempt at some new caching; including in-memory, on-disk, and on S3
by Matt Godbolt
· 7 years ago
10ab7c6
Update Yarn to v1.6.0
by RabsRincon
· 7 years ago
a988747
Update Yarn to 1.5.1
by RabsRincon
· 7 years ago
eae5e5c
Merge pull request #852 from partouf/yarnpack
by jaredwy
· 7 years ago
f55e165
Merge pull request #851 from StefanHamminga/master
by Matt Godbolt
· 7 years ago
37273ff
rename to start
by Partouf
· 7 years ago
6a63add
Revert Monaco updgrade, let Jared do it
by RabsRincon
· 7 years ago
f4f699d
Update dependencies
by RabsRincon
· 7 years ago
2a07fd6
fix so that it actually works
by Partouf
· 7 years ago
bc68e10
use cross-env to set node_env
by Partouf
· 7 years ago
cc46ad5
dev and run mode
by Partouf
· 7 years ago
7ebac0f
pack and run
by Partouf
· 7 years ago
fbf0d52
yarn webpack for easier packing
by Partouf
· 7 years ago
e5e4a04
Add Systemd socket activation support
by Stefan Hamminga
· 7 years ago
c81c783
Allow node versions >= 8
by Rubén
· 7 years ago
a0c4b28
Merge pull request #817 from mattgodbolt/install_yarn
by Matt Godbolt
· 7 years ago
670afd8
Move to ESLint
by RabsRincon
· 7 years ago
f8468e5
Use a local-installed yarn. Refactor all the 'find node' stuff out of the Makefile
by Matt Godbolt
· 7 years ago
8720896
Adding in uglify for our last push to prod
by jaredwy
· 7 years ago
b647cc0
Using the html loader instead of copying the files in
by jaredwy
· 7 years ago
942a00f
Some final clean up and bug fixing before we roll this out to beta
by jaredwy
· 7 years ago
8652eca
Fixing a few bugs:
by jaredwy
· 7 years ago
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
796e023
WIP
by jaredwy
· 7 years ago
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
b545b33
bower be gone
by jaredwy
· 7 years ago
70556a6
first pass at using webpack/yarn rather than bower and require.js
by jaredwy
· 7 years ago
c280da5
Update libs (non-major) versions
by RabsRincon
· 7 years ago
7f5b167
Take out new relic support.
by Matt Godbolt
· 7 years ago
c931e68
Upgrade to newer version of Express
by partouf
· 7 years ago
3ccb8b0
Remove unnecessary Promise requirements in server code, switch to separate denodeify
by Matt Godbolt
· 7 years ago
a47b512
Correctly run tests for coverage. Exclude the auto-generated asm-docs.js
by Matt Godbolt
· 7 years ago
adcfbb6
Add local coverage support.
by RabsRincon
· 7 years ago
9e6739e
Make code coverage recursive too
by RabsRincon
· 7 years ago
33096bc
Execute tests on subfolders
by RabsRincon
· 7 years ago
1c3e94d
Start extracting handlers into their own testable bits
by Matt Godbolt
· 7 years ago
668ce4a
Make a `npm run coverage` command to just report on coverage
by Matt Godbolt
· 7 years ago
aa0b3e6
Update AWS. Add tests
by Matt Godbolt
· 7 years ago
948820e
Maybe add code coverage?
by Matt Godbolt
· 7 years ago
5b199a1
Extract google short url into a testable (I know!) unit. And test it
by Matt Godbolt
· 7 years ago
740e88d
New relic support
by Matt Godbolt
· 7 years ago
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
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
43c16a1
Bump minimum node to v8
by Matt Godbolt
· 7 years ago
0260e0e
Update Monaco to latest version
by Rubén
· 7 years ago
7c9f6af
Bump lru-cache version.
by Rubén
· 7 years ago
58c821f
Remove all traces of clang-format
by Rubén
· 7 years ago
81419b1
Add clang-format to our workflow.
by Rubén
· 7 years ago
ac97b12
Upgrade promise-queue in the hope of placating #525
by Matt Godbolt
· 7 years ago
bc862cb
Upgrade to Monaco 0.10.0
by Matt Godbolt
· 7 years ago
d549b7f
Merge branch 'master' into jw/args-parser
by Rubén
· 7 years ago
f88a92e
Upgrade to Monaco 0.9.0. Closes #464
by Matt Godbolt
· 7 years ago
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
3cc634c
Bump the package version. opt-info now targets es5
by Jared Wyles
· 8 years ago
cf882a5
First pass at adding a opt view mode for compiler explorer
by Jared Wyles
· 8 years ago
14199f4
Latest monaco
by Matt Godbolt
· 8 years ago
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
4c77876
Roll to latest monaco
by Matt Godbolt
· 8 years ago
df111e2
Revert "Go back to using the bower package (thanks @michal-golfi)"
by Matt Godbolt
· 8 years ago
23efc05
New RESTful API
by Matt Godbolt
· 8 years ago
25f49f9
Kill entire process tree of a child when the timeout is reached. Fixes #232
by Matt Godbolt
· 8 years ago
1b02040
s/gcc-explorer/compiler-explorer/g
by Matt Godbolt
· 8 years ago
bc5848f
Adding more tests; beginnings of a refactor to make compilers more configurable
by Matt Godbolt
· 8 years ago
a0722cd
Add a versioned subdirectory with an infinite cache length. Partially addresses #178
by Matt Godbolt
· 8 years ago
5a6de74
Use winston for logging
by Matt Godbolt
· 8 years ago
8a8c9d2
Merge remote-tracking branch 'origin/msvc-spike'
by Matt Godbolt
· 8 years ago
e80d622
Better handling of command line arguments when invoking compiler.
by Sahnvour
· 8 years ago
6fc5c16
Lint fixes
by Matt Godbolt
· 8 years ago
d11fb2c
Merge branch 'master' into msvc-spike
by Matt Godbolt
· 8 years ago
5f070ad
Use floating supervisor version
by Matt Godbolt
· 8 years ago
461e611
Fix unused label issues
by Matt Godbolt
· 8 years ago
49e1ad9
Early support for r.js
by Matt Godbolt
· 8 years ago
3600d7a
First move towards rewrite
by Matt Godbolt
· 8 years ago
65e7678
Fetch AWS resources (land of primitive service discovery)
by Matt Godbolt
· 8 years ago
9b9e187
Hopeful fix for connect-restreamer
by Matt Godbolt
· 9 years ago
cab75f7
Kill memwatch
by Matt Godbolt
· 9 years ago
58cc214
Remove unused heapdump
by Matt Godbolt
· 9 years ago
a70b354
Travis fixes
by Matt Godbolt
· 9 years ago
1caca9d
Bump versions of everything
by Matt Godbolt
· 9 years ago
bc45984
Switch to memwatch-next
by Lorenz Hübschle-Schneider
· 9 years ago
73069de
Re-add memwatch
by Matt Godbolt
· 10 years ago
d4aef9b
Add heapsnapshot
by Matt Godbolt
· 10 years ago
d6bce41
Revert "Revert "Add some (belated) memory watching""
by Matt Godbolt
· 10 years ago
eafe0fa
Revert "Add some (belated) memory watching"
by Matt Godbolt
· 10 years ago
2170910
Add some (belated) memory watching
by Matt Godbolt
· 10 years ago
2e88d33
First attempt at proxying remote compilers
by Matt Godbolt
· 10 years ago
1fba6ae
Compress output
by Matt Godbolt
· 10 years ago
71dda61
Much cleaner promise design
by Matt Godbolt
· 10 years ago
Next »