commit
stringlengths
40
40
subject
stringlengths
0
840k
message
stringlengths
11
840k
repos
stringlengths
5
127k
old_file
stringlengths
1
920
new_file
stringlengths
1
920
513aad59c5a88e42b5de6001a405ad82694e3033
fixed decorateCommit
fixed decorateCommit Signed-off-by: Ben Dang <b1c1d8736f20db3fb6c1c66bb1455ed43909f0d8@bdang.it>
bdangit/scm-gitlab
index.js
index.js
876538dd2358a9ac1a7fefec44db65352bdaf6f5
automatically add index for idProperty
automatically add index for idProperty
neonstalwart/mongo-perstore
index.js
index.js
864405b11dd28eb97f44c6b066f3b0080897c455
Update index.js
Update index.js
adriancmiranda/dotcfg
index.js
index.js
1dbda342612e33bda1f954793f0968e20396d7b3
Event reg in progress.
Event reg in progress.
EcstaticLiving/EcstaticLiving.com
index.js
index.js
5dc39c4b4b868247c493a1a9e8488b28f56c0729
no “default” staging in config, mandatory cli parameter
no “default” staging in config, mandatory cli parameter
Samisdat/hexo-staging
index.js
index.js
cbaf5b8e84ebcf66c210f5de8633b922b8d98c67
Add link to source repository on docs
Add link to source repository on docs
mathbruyen/couchdb-paginate
index.js
index.js
190d77bccf99e5925018da7d6b633ff6ee5aea1d
refactor to make naming consistant
refactor to make naming consistant
rezonant/victor,maxkueng/victor
index.js
index.js
055a78f2b5dc94514fd3afd5eee0b891ab107294
Remove cleanup function
Remove cleanup function
Vegosvar/Vegosvar,Vegosvar/Vegosvar,Vegosvar/Vegosvar
index.js
index.js
8c519e9ba6ec1c519961ba8cc26f26494fd49a6d
feat(index): remove max statements
feat(index): remove max statements
dustinspecker/eslint-config-dustinspecker
index.js
index.js
d4d0bf8e1f67c0fa5cd8bf549dfc9e25df68ac9f
Update index.js
Update index.js added optional polling for Contact, Outlet, LeakSensor, MotionSensor
Samfox2/homebridge-domotiga
index.js
index.js
129e596debddbb84c42ced37f7d47394a09671ef
Bug/session bug (#93)
Bug/session bug (#93) Fixed ordering bug where first item ordered was not tied to an orderID * MOHAMMED WE DID IT BABY, WE DID IT [Delivered #145234957]
ACIT-Endor/ACIT-2910,yusukeito15/ACIT-2910,ACIT-Endor/ACIT-2910,crashure/ACIT-2910,mbajaman/ACIT-2910,mbajaman/ACIT-2910,crashure/ACIT-2910,yusukeito15/ACIT-2910
index.js
index.js
f2a91ee828ff8d75024ba92d1908e8f50e819a10
Export ZitherStatsd from index.
Export ZitherStatsd from index.
jirwin/node-zither
index.js
index.js
585f5cec664ed35607482baa76e0761bdbc68d99
Make stats key case-insensitive
Make stats key case-insensitive
richardkiene/trollbot
index.js
index.js
332031a0aed39c106d80daaaa57f83a9a8b061ba
change base default back to root dir
change base default back to root dir
lukeed/fly-rev
index.js
index.js
7d9a21878409a3a475987338cc4b56a16a04ad76
apparently typeof(null) can be 'object'
apparently typeof(null) can be 'object'
punkave/apostrophe-map,punkave/apostrophe-map
index.js
index.js
619708f3f440b35da107ba4181b13267eff9ff20
fix schema building error for array format
fix schema building error for array format
baijijs/entity
index.js
index.js
33876f502cf777907e44242437166c5534dab929
Improved README license detection
Improved README license detection
mbrevoort/node-license-spelunker,0x326/node-license-spelunker
index.js
index.js
aca4f65cce7249a2b5b87bc6b6c56ca3441c78b4
Replace for...in statement
Replace for...in statement
tarunc/gulp-jsbeautifier
index.js
index.js
949c9662dc26b66242f67801e30535250c1927ed
fix header issue
fix header issue
jeka-kiselyov/dimeshift,jeka-kiselyov/dimeshift
index.js
index.js
54f901e1a253db5801b87fc5f2227f6ce2aa257e
Update index.js
Update index.js There is a operator precedence issue here: "a" || "b" ? "c" : null = "c" "a" || ("b" ? "c" : null) = "c"
jstransformers/jstransformer-nunjucks,jstransformers/jstransformer-nunjucks
index.js
index.js
40c44b017ad72b0e2d204c961e07b285edf899b0
Moved hmac checksum generation out of case block
Moved hmac checksum generation out of case block Gives the possibility to have more cases in the future
dol/node-passwordsafe
index.js
index.js
1e14a0273f79589e084ddee20bfdae362659b132
small fixes
small fixes
M4R7iNP/takkebawt
index.js
index.js
d07b07527f7eeb607d8ef67c0f20b5243c92e48f
Return data as null on validation error
Return data as null on validation error
mkhalila/nearest-roads
index.js
index.js
da97e9909a9e0fc2d113e9bb509dad06d9060701
[bug] string type attr can`t parse successfully
[bug] string type attr can`t parse successfully
iceprosurface/svg-dom-loader
index.js
index.js
a4e2a2c882d751831e6d359e337390df5d0d9aeb
Simplify buildTree
Simplify buildTree
ClubExpressions/node-clubexpr,ClubExpressions/node-clubexpr
index.js
index.js
f158a4aabe13d2a90563819409112e94e30063b8
Fix handling of backslashes on Windows (#47)
Fix handling of backslashes on Windows (#47) Replace backslashes in the path with forward slashes so the result is a valid URL. This is using the same approach for processCopy() as was used in processRebase(). In conjunction with the previous commit, this gets npm test passing all 33 tests on Windows (unless you have ...
postcss/postcss-url
index.js
index.js
ccfc09cdb36248d476b24bce0fe195c69c279f2d
Do not create unneccesary Buffer copy
Do not create unneccesary Buffer copy
addaleax/lzma-native,addaleax/lzma-native,addaleax/lzma-native,addaleax/lzma-native
index.js
index.js
9e33620a1e185314d070e2e75faa9617a7aa614d
this is working remarkably well
this is working remarkably well
LNFWebsite/Streamly,LNFWebsite/Streamly
index.js
index.js
94618458d81fae2b6f9447c7db7d371c8212d43d
Fix typo in code comment
Fix typo in code comment closes #67
expressjs/compression
index.js
index.js
7e740a76abad769a381014758d3baf2ce571f8b7
Add `head` parameter to `find` method
Add `head` parameter to `find` method To allow search to start at arbitrary nodes
ultranaut/js-dstructs
index.js
index.js
43c7523a7f2db162de4dc9cfb48210036f0ea3b1
send error to frontend
send error to frontend Signed-off-by: Dominic Böttger <919b3f34ae6fb99db1f86ea8299b34a403e4bc45@inspirationlabs.com>
molecuel/mlcl_user
index.js
index.js
98d37496dec860465e022055878c107b19a7d2d3
handle running before script a bit better
handle running before script a bit better
killroyboy/yts-downloader
index.js
index.js
1698e57fa9dee4b979f6aa961631a9eb71df1723
add containerStyle prop
add containerStyle prop
moaazsidat/react-native-qrcode-scanner
index.js
index.js
ad0acd7221b63902e71116a78dbb2060617db3c3
restore silent option (base transport)
restore silent option (base transport)
winstonjs/winston-transport
index.js
index.js
0ae4d3c58fe33504daf7aa425131e00d09c3b7a7
whitespace
whitespace
matt-haines/imp-githooks,cat-haines/imp-githooks
index.js
index.js
a6f983d9f5dd802d2834e8639e9a520f5147d22d
Update interval (1000->750)
Update interval (1000->750)
DrakeWitt/steam-yellow,DrakeWitt/steam-yellow
index.js
index.js
926a23000f55eb1ed178b9ddeaf2d12c5d9b29a9
consistent renaming "column" to "span"
consistent renaming "column" to "span"
SlimMarten/mesh.scss,SlimMarten/postcss-mesh
index.js
index.js
651e98d4e272f92fde2b3d8d47e38ba4f3871b74
Update index.js
Update index.js
akanksha-hp/boookbase
index.js
index.js
513a495c6d0820f69ef7de12e485949a23ae3431
Fixed bug in implicit command logic
Fixed bug in implicit command logic
ChrisWren/mdlint
index.js
index.js
7fd6655fa29d59e9005685e8106b6fb39325e62c
rewrite as a flumeview
rewrite as a flumeview
dominictarr/streamview-links
index.js
index.js
7d587a4aaaee8c24db3464a902c4bec6b24eb55f
Adds comment to configure the asset pipeline
Adds comment to configure the asset pipeline
johan--/cartodb.js,limasol/cartodb.js,MappingKat/cartodb.js,johan--/cartodb.js,splashblot/cartodb.js,knownasilya/cartodb.js,knownasilya/cartodb.js,CartoDB/cartodb.js,Stonelinks/cartodb-lite,CartoDB/cartodb.js,limasol/cartodb.js,splashblot/cartodb.js,CartoDB/cartodb.js,MappingKat/cartodb.js,Stonelinks/cartodb-lite,Stone...
index.js
index.js
126697338b62a3b37afe5ea1f42735ff6f4888df
create a copy for the input array before feeding it into mathSort
create a copy for the input array before feeding it into mathSort
icyflame/remove-min-max
index.js
index.js
4c612cb9c829593066165ae4e873fa15b4f88b92
Update index.js
Update index.js
CunningLearner/IEEE
index.js
index.js
352e2c64e4e036f3d74fb6a487b852fd631b2a64
ignore exceptions for now...
ignore exceptions for now...
FruitieX/nodeplayer
index.js
index.js
7917033d33dfaa4d50c92fb13a979902e7fc20b3
use short opts for old gits, lint/strict
use short opts for old gits, lint/strict
isao/git-heads
index.js
index.js
b6e4ed3d5866e1c120eb9db12ba677b89c03a46a
Support non-Bluebird promises in request handlers (#71)
Support non-Bluebird promises in request handlers (#71)
fremail/alexa-app,alexa-js/alexa-app,alexa-js/alexa-app,fremail/alexa-app,matt-kruse/alexa-app,matt-kruse/alexa-app,matt-kruse/alexa-app,rickwargo/alexa-app,fremail/alexa-app,rickwargo/alexa-app,alexa-js/alexa-app
index.js
index.js
1cd5cb960d3ec2f5da09d5fe4f0903a5b18d7e0b
Support library mode
Support library mode
Slayer95/Pokemon-Showdown-Factory
index.js
index.js
b48106481975104ebfb693ef4055d8d1aef05831
Revert "optimize"
Revert "optimize"
wearefractal/factorial
index.js
index.js
7d175086231c485362eca453407e39d2460fd7ac
Changing function names
Changing function names
eoinmurray/react-view-engine
index.js
index.js
81a02f6f514fe688b7a5ec590a624d38e5617b56
add date function
add date function
kbarbounakis/most-data-mssql
index.js
index.js
a8eed355276dd4e5c93d98cfe493696e0c2f23f4
remove ternary as suggested by @flowlo
remove ternary as suggested by @flowlo
jcreigno/nodejs-mail-notifier,nickpeleh/nodejs-mail-notifier
index.js
index.js
42359911604129c76d2a14f8d129eb39c1787260
forwarding next in rewrite
forwarding next in rewrite
mafintosh/root
index.js
index.js
be1849663d362df0f433b045425dc06fd942b416
Fix arg names in 'extend' function
Fix arg names in 'extend' function
apigee-127/swagger-converter
index.js
index.js
fdea25d4a2165dc5ab95a422829b25601dcb4f8c
Run eslint on index.js
Run eslint on index.js
Skalar/ember-keyboard-shortcuts,Skalar/ember-keyboard-shortcuts
index.js
index.js
3d8ebc3b4bd54053f6eff330d274662e4e7fb21a
[fix] Added missing domains handling
[fix] Added missing domains handling
bigpipe/bigpipe,PatidarWeb/bigpipe,bigpipe/bigpipe,tonybo2006/bigpipe,PatidarWeb/bigpipe,tonybo2006/bigpipe
index.js
index.js
63a766592d674f84d4b30afae27586dcd27f5f10
Update index.js
Update index.js
SamEm/Discord-trello,SamEm/Bug-Bot
index.js
index.js
fb24e694a4bb47acb34c6412e70161507b730ee7
was missing parameter
was missing parameter
mongus/SyncStorage
index.js
index.js
73fbae69337a6b70a8c22d35ee1e9c32d4bbe2df
parens caused all z<0.5 results to be wrong
parens caused all z<0.5 results to be wrong
substack/gamma.js
index.js
index.js
f5ae0f53fbcd23d3e718e86a07b3795f2c797812
Use the `--follow-tags` git flag
Use the `--follow-tags` git flag This will prevent all tags getting pushed, and will instead only push the newly created tag.
pinn3/release-package
index.js
index.js
02031eccb8b45030ab15246d02bff4344451eb1e
call super in included hook
call super in included hook
rwjblue/ember-cli-content-security-policy,rwjblue/ember-cli-content-security-policy
index.js
index.js
0fab0f247e1dff1e9b69a1de168886cfb5bb3552
Tryna send a fileinstead eh
Tryna send a fileinstead eh
ng-tony/chess-bot
index.js
index.js
748a1cf7e05698594c3748a276c8c41cc45c04cd
replace ternaries with if statements
replace ternaries with if statements
rf/process-reporter
index.js
index.js
5c4238c6ca4affa7cba5424459e71c29a850ef64
adds youtu.be support
adds youtu.be support
meandavejustice/min-vid,meandavejustice/min-vid,meandavejustice/min-vid
index.js
index.js
b4cc361510cab0bdf71ab207fa1cf43c24abd8a1
Empty index.js .
Empty index.js .
StevenBlack/hooks-and-anchors
index.js
index.js
eb68848f1cfc9251b90d078824a85ac0bf7023b7
return correctly
return correctly
hayes/batch-queue
index.js
index.js
4ac958886178cb5cfb7b319743e13df5a1a07f8f
Drop sourceType property from read
Drop sourceType property from read As read now inherits from Juttle source proc and program checks for that, the sourceType property is not needed. refs: https://github.com/juttle/juttle/pull/110
juttle/juttle-influx-adapter,juttle/juttle-influx-adapter
index.js
index.js
c416886ae115fff0e89d7f7b4e90b039dbba6fee
Added reply properties
Added reply properties
silentrob/superscript,dcsan/superscript,superscriptjs/superscript
index.js
index.js
8c9195bbf709dcf59fba4b1fc3b873cad1618b58
added more server options
added more server options
ripeworks/web-build
index.js
index.js
0c93778941e1c73ef9084dc8338a859de3937004
Verify app bundle after code sign
Verify app bundle after code sign
sethlu/electron-osx-sign,electron-userland/electron-osx-sign
index.js
index.js
2d7049846bdc8b9639b01e5143731c1f3fc798df
Sort only globs.
Sort only globs.
es128/progeny,es128/progeny
index.js
index.js
a956694567fd8b99c80c61ed1e3c56bb3fb26091
Added require for angular-drag-and-drop-lists in index.js
Added require for angular-drag-and-drop-lists in index.js
patternfly/angular-patternfly,AllenBW/angular-patternfly,AllenBW/angular-patternfly,patternfly/angular-patternfly,dtaylor113/angular-patternfly,jeff-phillips-18/angular-patternfly,dtaylor113/angular-patternfly,dtaylor113/angular-patternfly,patternfly/angular-patternfly,jeff-phillips-18/angular-patternfly,AllenBW/angula...
index.js
index.js
5e168254f9bda891402fb45453fbc24a8adfd242
Fixed listener check
Fixed listener check
cerebral/addressbar,cerebral/addressbar
index.js
index.js
1b623586821a7d7763630def2f2b9a7bd312dd1b
When running tests, output may be undefined.
When running tests, output may be undefined. Let’s add a little check for it.
stiang/remove-markdown
index.js
index.js
5137d16455f9499b83cd285e7bdb5f47d4183067
Actualizado el puerto
Actualizado el puerto
cuenta/InscripcionesRetiros,cuenta/InscripcionesRetiros
index.js
index.js
0137d95c807b7e75bc77ca4f315ca22558034ae7
Fixing quality bug
Fixing quality bug
ramonfritsch/gulp-unretina
index.js
index.js
2bff190e1610f11647cdfe3276eca809a2ceccb3
thats the correct order of things
thats the correct order of things
ironSource/node-regedit,ironSource/node-regedit,ahmadassaf/Github-issues,ahmadassaf/Github-issues,ahmadassaf/Github-issues
index.js
index.js
1eda9bead680f2c2717eba7d16d5cc11c938b833
fixing broken helper stats stream for server side client
fixing broken helper stats stream for server side client
Pinoccio/client-node-pinoccio,Pinoccio/client-node-pinoccio,rflnogueira/pinoccio-client-node,rflnogueira/pinoccio-client-node
index.js
index.js
030c55af8876ff992bed3ec1eca0f3088f70e7a1
minor changes, done on laptop
minor changes, done on laptop
yzziizzy/node-CES,yzziizzy/node-CES
index.js
index.js
1cc18e1ec9aaf242175a2edcd071f5393b5b79e9
making a call
making a call
miketoth/hierogifics-server
index.js
index.js
81eb68e736165feb3779de0696a12a87ee2b0d42
chore(chmod): index.js should be executable
chore(chmod): index.js should be executable
ahmadnassri/npm-package-generator
index.js
index.js
46db2356cd76296677e170c23b2d9bfc793c7c81
fix: ReferenceError: localDumpName is not defined
fix: ReferenceError: localDumpName is not defined
wolfgangschoeffel/syncdb,wolfgangschoeffel/syncdb
index.js
index.js
d4af3146a2596f807d83a037cbcc64f2eb9e3afb
Default to window.location if no arguments
Default to window.location if no arguments If no string is given, and the module is used in the browser, then default to window.location. Makes for cleaner code in frontend code
selbekk/query-params
index.js
index.js
b12cae30922cbe8b75136bd33b30f5d63a9a175f
Remove moot check (#6)
Remove moot check (#6)
sindresorhus/filled-array,sindresorhus/filled-array
index.js
index.js
f407f93c8d5becbee8f1596bbcc3bf4ff979cc21
Create the repository if needed.
Create the repository if needed.
croman/contributions
index.js
index.js
b0b1bf4f4aabe82a3586b08cf01995f0a5f7fa0e
Trying more redis stuff
Trying more redis stuff
aztechian/ncoder,aztechian/ncoder
index.js
index.js
f412f2a9e8489f4a701206e5c9fb0798fee8ea3e
headers parser
headers parser
arpinum-oss/js-backend,arpinum/js-backend
index.js
index.js
ef1105f4c140c936c4868447fbe5170fcd0b6469
defensive bug fix
defensive bug fix
nearform/deck-present
index.js
index.js
0f5c46d3096c0e4bdd18214f8a47c0f6709f3495
Removed unnecessary console.log
Removed unnecessary console.log
scottcorgan/file-exists
index.js
index.js
2bf1dd76d6c2e07c985c1da6f5c041a3b51a44d4
adding const for client.end param
adding const for client.end param
CartoDB/node-redis-mpool
index.js
index.js
9f79b8caf0a0ba73840d829308fa61d5a255e4f5
Implement load radio
Implement load radio
blkqi/gmpd,blkqi/gmpd,blkqi/gmpd
index.js
index.js
f29ae2818f2c10e2ef6d2a2a3bc8b8b721539ba9
feat(shortcut associations): Adding support for shortcut associations
feat(shortcut associations): Adding support for shortcut associations
adviceinteractivegroup/sails-hook-swagger
index.js
index.js
25947a91df9758f80a165a71b01ff704bc1536ab
Update index.js
Update index.js
SpadesCT/SpadeBot
index.js
index.js
e2dc105dd68bbed5f166ca580958a2adadd38c40
Added API to chmod a file
Added API to chmod a file
waigo/test-utils
index.js
index.js
168e39a982d7b0a54796a094d621525b638eb430
Add stats calculation logic.
Add stats calculation logic.
yxd-hde/lambda-poll-update-delete,yxd-hde/lambda-poll-update-delete,yxd-hde/lambda-poll-update-delete
index.js
index.js
0ddf0be88439a9d517aa643d9a9a11b94d48bdd4
Fixed trim on nullable values
Fixed trim on nullable values
croqaz/a-extractor
index.js
index.js
f2dcd65bcbe2d5e181566ad5e7a1b1ee3c6da267
tidy, but not removing logging completely yet
tidy, but not removing logging completely yet
dominictarr/level-merkle,substack/level-merkle
index.js
index.js
f5e5ceeb86b6d622b16858527451666aae96733a
Allow dynamic styles
Allow dynamic styles
francoischalifour/medium-zoom-element
index.js
index.js
38004dd0863f055954ad03cb2586b7ad2827d59a
f1-dom now export colour and bg colour in index
f1-dom now export colour and bg colour in index
Jam3/f1-dom
index.js
index.js
6a7f080aded0167bca44abe914f65534364b4b39
Adds isInteraction: false for looped animations.
Adds isInteraction: false for looped animations.
oblador/react-native-animatable
index.js
index.js
0884d77abb1292d171be32aab33647dde69a3a03
add index.js
add index.js
camshaft/rework2ast-loader
index.js
index.js