Coder Social home page Coder Social logo

redisdesktop / crashreporter Goto Github PK

View Code? Open in Web Editor NEW
16.0 3.0 12.0 40 KB

Crash reporter used in RedisDesktopManager

Home Page: redisdesktop.com

License: GNU General Public License v2.0

QMake 9.48% C++ 68.40% Shell 0.46% PHP 21.66%
redis-desktop-manager

crashreporter's Introduction

Crash Reporter Build Status

Usage

crashreporter dumpFileName [crashedApplicationPath]

Supported API (Compatible with OopsyPad)

Send Crash Report

POST /crash-report
Parameters
Name Type Description
product String Crashed application name (RedisDesktopManager)
version String Crashed application version (0.7.7)
platform String OS name (Windows, Linux or OSX)
upload_file_minidump File Google Breakpad minidump
Response

If error occurred:

{"error" : "You use old version. Please download latest release <a href=\"http://redisdesktop.com/download\">0.8.0</a>"}

If minidump was accepted:

{"ok" : "Thank you!"}

Based on https://github.com/dschmidt/libcrashreporter-qt/

crashreporter's People

Contributors

mrnom avatar uglide avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

crashreporter's Issues

CrashReporter violates GPL

Just a friendly reminder that you seem to be using code from qt-crashreporter from https://github.com/dschmidt/libcrashreporter-qt/, but stripped the GPL header. According to the GPL, you must not do that. If you use classes from a GPL'ed project, your application has to be GPL as well.

At least the following files are affected

  • src/CrashReporter.cpp
  • src/CrashReporter.h
  • src/main.cpp

If you can't work with the GPL as a license, please at least be so kind as to contact its authors and ask about a re-licensing. Mere attribution is not sufficent under the current original license.

Also note that the code in this repo as a whole bears no license, making it copyrighted code by default, which may not be distributed.

License

Please add one. Else it will concluded as private open source code. I mean we can only see but can't use.

Thanks
Yash

Desktop Manager: Delete namespace ignores the namespace separator setting

The Delete Namespace function has ":" hard coded as a separator. Any other setting is ignored.
-> Delete Namespace doesn't work for servers that use other separators than ":"

Tested on Windows version

(Sorry to post the bug here, but I couldn't find the Github page for the parent software)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.