Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/mini-breakpad-server

Minimum breakpad crash reports collecting server
https://github.com/electron/mini-breakpad-server

Merge pull request #14 from chocoladisco/master

added npm scripts

84ec4869127f7a1f234f937917b9ba56080eb43c authored almost 8 years ago by Cheng Zhao <[email protected]>
added express-json

e9bf23295ebc37b9e93a0f4386e9e4156c252e3a authored almost 8 years ago by chocoladisco <[email protected]>
updated versions

cc4a1f7b3d20ab2cfca0af13a17bcf447bd626b0 authored almost 8 years ago by chocoladisco <[email protected]>
Merge branch 'thughes-master'

99030a1729a6f583ac1c351ef00da12e62a9f995 authored almost 8 years ago by chocoladisco <[email protected]>
Merge branch 'master' of https://github.com/thughes/mini-breakpad-server into thughes-master

50a9bb682d6dd9ab4ad9b8f23f4b114cabac7174 authored almost 8 years ago by chocoladisco <[email protected]>
added some scripts to make automatic deploys easier

fded039c01b5cd2758d612b27ee3f8370fc8b74e authored almost 8 years ago by chocoladisco <[email protected]>
Upgrade to express 4.

f0f6ad382db2fbd7f2fa2e35a74deba46ac09747 authored over 9 years ago by Tom Hughes <[email protected]>
Send back report ID, fixes #5

Also helps atom/atom-shell#809

503de3b5a624ee456405c3aea576a4a9f3eab4c3 authored about 10 years ago by Cheng Zhao <[email protected]>
Show detailed date

be538b4db0b6d743b958861ef1b6512a4732bdd9 authored about 10 years ago by Cheng Zhao <[email protected]>
Require trailing "/" in web interface path.

5eaa3dbc75850c364e1425edfed4d7f3c48e537e authored almost 11 years ago by Cheng Zhao <[email protected]>
Allow hiding web interface via env variable.

bf930a6ad1da3a30588a87743a972ed10aa60083 authored almost 11 years ago by Cheng Zhao <[email protected]>
Log webhook requests.

b64581c744b245e764852fe2b6b19e52d14d77c5 authored almost 11 years ago by Cheng Zhao <[email protected]>
Merge pull request #4 from atom/webhook

Add support for GitHub web hooks

9b0c5f36ec9130d9d9a8b4a0778f70f8365b14b1 authored almost 11 years ago by Cheng Zhao <[email protected]>
Bump v0.2.0

d4daff309e1d8bccef5847d73e198409db3975ae authored almost 11 years ago by Cheng Zhao <[email protected]>
Do not distinguish products.

60fb8b2afd94a4cd208a0fe11f752970ab0398c2 authored almost 11 years ago by Cheng Zhao <[email protected]>
Copy downloaded symbols to pool/symbols.

297af929577e3362a6228bbc7dc0861f3c04bf0a authored almost 11 years ago by Cheng Zhao <[email protected]>
Extract downloaded assets.

b4b496a0fa035ab22d31e0eb19a7087d7ca3d77d authored almost 11 years ago by Cheng Zhao <[email protected]>
Download assets when got pinged by github.

68d7b2e2b05a85ba21acad47c421aaa3500c5c6b authored almost 11 years ago by Cheng Zhao <[email protected]>
Add WebHook class.

eecf6e440bdef2097e08cc08a52b5db80e52e813 authored almost 11 years ago by Cheng Zhao <[email protected]>
Sort the dependencies.

9c2a603818de5e51359d4ca1253f7d3ccf33c9d1 authored almost 11 years ago by Cheng Zhao <[email protected]>
Add githubhook.

84acf5cda975676291f929689d98405229e8ccbd authored almost 11 years ago by Cheng Zhao <[email protected]>
:memo: Fix the location of symbols in docs.

d913d34dfcd86d2e6fc47d318ac82c87b3eededa authored almost 11 years ago by Cheng Zhao <[email protected]>
Fix wrong rejection of uploads from Windows.

093c80b912c1c84af7f22e62782acab5767caa52 authored about 11 years ago by Cheng Zhao <[email protected]>
Show uploaded information for the crash reporter.

3bcede5241af1426cd3344bfd83ca7904e217689 authored about 11 years ago by Cheng Zhao <[email protected]>
Add simple in-memory cache.

568c6be6c33225372009f80fc47c45bee65dfc17 authored about 11 years ago by Cheng Zhao <[email protected]>
Copy the downloaded file to pool instead of moving.

The fs.rename would fail when file is saved in a different disk.

2aa6a983e155b54a739a61741b6665ea7984eee8 authored about 11 years ago by Cheng Zhao <[email protected]>
Do not separate files by production version and platform.

It's not needed since the symbols were already seprated by checksomes.

686f44077654dcb8f6e25e9b837a6487ed008695 authored about 11 years ago by Cheng Zhao <[email protected]>
Update node-minidump to v0.3.0.

8ed8b3c24eb63d139021f8fd6eb2bc15ba612147 authored about 11 years ago by Cheng Zhao <[email protected]>
Allow installing as cli tool.

7294a0a50127472fe913dfa6aae382d31e85ab59 authored about 11 years ago by Cheng Zhao <[email protected]>
Load symbols according to report's product name and version.

bd3bd3c1d14ded75f635525a8d0bf79e6351cb34 authored about 11 years ago by Cheng Zhao <[email protected]>
Show basic text reports (without symbols).

75c22a9f5a5c748c1745faef28ac939300ef60ab authored about 11 years ago by Cheng Zhao <[email protected]>
List all crash reports in index page.

7fe2baf4b3f95fa7219937a721a6b04702b01376 authored about 11 years ago by Cheng Zhao <[email protected]>
:lipstick: fix typo.

e6190044ec7a13c0da9629095b1c2d1b7521a5d0 authored about 11 years ago by Cheng Zhao <[email protected]>
Add Record type to represent a crash.

e83ca93d792991602185cb2821636a1237106754 authored about 11 years ago by Cheng Zhao <[email protected]>
Record written minidump file in database.

5287f4c3c0e29884a82e0777483c85d0495d47c3 authored about 11 years ago by Cheng Zhao <[email protected]>
Save minidump uploads.

224832a4a58a404ec8e0f32fe0159394b2b6ae53 authored about 11 years ago by Cheng Zhao <[email protected]>
Initial empty server.

b44f7e3ed46e7019cbbfbe396efa7132d1363f76 authored about 11 years ago by Cheng Zhao <[email protected]>