socorro r2 - in trunk: . docs dumper scripts webapp webapp/Socorro.egg-info webapp/socorro webapp/socorro/config webapp/socorro/controllers webapp/socorro/docs webapp/socorro/i18n webapp/socorro/lib webapp/socorro/lib/simplejson webapp/socorro/models webapp/socorro/public webapp/socorro/public/css webapp/socorro/public/js webapp/socorro/public/js/MochiKit webapp/socorro/public/js/PlotKit webapp/socorro/templates webapp/socorro/templates/includes webapp/socorro/templates/report webapp/socorro/templates/topcrasher webapp/socorro/tests webapp/socorro/tests/functional



Author: fherrera
Date: 2007-10-06 14:03:45 +0100 (Sat, 06 Oct 2007)
New Revision: 2
ViewCVS link: http://svn.gnome.org/viewcvs/socorro?rev=2&view=rev

Added:
   trunk/MAINTAINERS
   trunk/docs/
   trunk/docs/README-mod-python.txt
   trunk/docs/README-standalone-collector.txt
   trunk/docs/README-standalone-processor.txt
   trunk/docs/breakpad.graffle
   trunk/dumper/
   trunk/dumper/AUTHORS
   trunk/dumper/COPYING
   trunk/dumper/ChangeLog
   trunk/dumper/INSTALL
   trunk/dumper/Makefile.am
   trunk/dumper/NEWS
   trunk/dumper/README
   trunk/dumper/TODO
   trunk/dumper/config.h.in
   trunk/dumper/configure.in
   trunk/dumper/debuginfo.c
   trunk/dumper/file_id.c
   trunk/dumper/file_id.h
   trunk/dumper/generate-gnome-vcsconf.sh
   trunk/dumper/generate.sh
   trunk/dumper/hacks.c
   trunk/dumper/hacks.h
   trunk/dumper/list_real_files.sh
   trunk/dumper/main.c
   trunk/dumper/md5.c
   trunk/dumper/md5.h
   trunk/dumper/oset.c
   trunk/dumper/priv_readdwarf.h
   trunk/dumper/priv_readelf.h
   trunk/dumper/priv_storage.h
   trunk/dumper/pub_core_debuginfo.h
   trunk/dumper/pub_tool_debuginfo.h
   trunk/dumper/pub_tool_oset.h
   trunk/dumper/readdwarf.c
   trunk/dumper/readelf.c
   trunk/dumper/replaces.h
   trunk/dumper/storage.c
   trunk/dumper/symbolstore.py
   trunk/dumper/xarray.c
   trunk/dumper/xarray.h
   trunk/scripts/
   trunk/scripts/collector-loadtesting.py
   trunk/scripts/dist-make-test-database.py
   trunk/scripts/dist-pylons.py
   trunk/scripts/dist-standalone-collector.py
   trunk/scripts/dist-standalone-processor.py
   trunk/scripts/start-processor.py
   trunk/scripts/urllib2_file.py
   trunk/scripts/utils.py
   trunk/webapp/
   trunk/webapp/README.txt
   trunk/webapp/Socorro.egg-info/
   trunk/webapp/Socorro.egg-info/PKG-INFO
   trunk/webapp/Socorro.egg-info/SOURCES.txt
   trunk/webapp/Socorro.egg-info/dependency_links.txt
   trunk/webapp/Socorro.egg-info/entry_points.txt
   trunk/webapp/Socorro.egg-info/paste_deploy_config.ini_tmpl
   trunk/webapp/Socorro.egg-info/paster_plugins.txt
   trunk/webapp/Socorro.egg-info/requires.txt
   trunk/webapp/Socorro.egg-info/top_level.txt
   trunk/webapp/development.ini.dist
   trunk/webapp/myapp.log
   trunk/webapp/production.ini.dist
   trunk/webapp/setup.cfg
   trunk/webapp/setup.py
   trunk/webapp/socorro/
   trunk/webapp/socorro/__init__.py
   trunk/webapp/socorro/config/
   trunk/webapp/socorro/config/__init__.py
   trunk/webapp/socorro/config/environment.py
   trunk/webapp/socorro/config/middleware.py
   trunk/webapp/socorro/config/routing.py
   trunk/webapp/socorro/controllers/
   trunk/webapp/socorro/controllers/__init__.py
   trunk/webapp/socorro/controllers/admin.py
   trunk/webapp/socorro/controllers/error.py
   trunk/webapp/socorro/controllers/query.py
   trunk/webapp/socorro/controllers/report.py
   trunk/webapp/socorro/controllers/symbols.py
   trunk/webapp/socorro/controllers/topcrasher.py
   trunk/webapp/socorro/docs/
   trunk/webapp/socorro/docs/index.txt
   trunk/webapp/socorro/i18n/
   trunk/webapp/socorro/i18n/__init__.py
   trunk/webapp/socorro/lib/
   trunk/webapp/socorro/lib/__init__.py
   trunk/webapp/socorro/lib/app_globals.py
   trunk/webapp/socorro/lib/base.py
   trunk/webapp/socorro/lib/cgi-collector.py
   trunk/webapp/socorro/lib/collect.py
   trunk/webapp/socorro/lib/config.py
   trunk/webapp/socorro/lib/helpers.py
   trunk/webapp/socorro/lib/http_cache.py
   trunk/webapp/socorro/lib/modpython-collector.py
   trunk/webapp/socorro/lib/monitor.py
   trunk/webapp/socorro/lib/platforms.py
   trunk/webapp/socorro/lib/processor.py
   trunk/webapp/socorro/lib/queryparams.py
   trunk/webapp/socorro/lib/simplejson/
   trunk/webapp/socorro/lib/simplejson/LICENSE.txt
   trunk/webapp/socorro/lib/simplejson/__init__.py
   trunk/webapp/socorro/lib/simplejson/decoder.py
   trunk/webapp/socorro/lib/simplejson/encoder.py
   trunk/webapp/socorro/lib/simplejson/jsonfilter.py
   trunk/webapp/socorro/lib/simplejson/scanner.py
   trunk/webapp/socorro/lib/uuid.py
   trunk/webapp/socorro/models/
   trunk/webapp/socorro/models/__init__.py
   trunk/webapp/socorro/public/
   trunk/webapp/socorro/public/css/
   trunk/webapp/socorro/public/css/layout.css
   trunk/webapp/socorro/public/css/style.css
   trunk/webapp/socorro/public/favicon.ico
   trunk/webapp/socorro/public/footer_bg.png
   trunk/webapp/socorro/public/header_bg.png
   trunk/webapp/socorro/public/js/
   trunk/webapp/socorro/public/js/MochiKit/
   trunk/webapp/socorro/public/js/MochiKit/MochiKit.js
   trunk/webapp/socorro/public/js/PlotKit/
   trunk/webapp/socorro/public/js/PlotKit/PlotKit_Packed.js
   trunk/webapp/socorro/public/js/PlotKit/excanvas.js
   trunk/webapp/socorro/public/js/PlotKit/iecanvas.htc
   trunk/webapp/socorro/templates/
   trunk/webapp/socorro/templates/__init__.py
   trunk/webapp/socorro/templates/admin_index.html
   trunk/webapp/socorro/templates/branch_maintenance.html
   trunk/webapp/socorro/templates/error.html
   trunk/webapp/socorro/templates/includes/
   trunk/webapp/socorro/templates/includes/__init__.py
   trunk/webapp/socorro/templates/includes/common.html
   trunk/webapp/socorro/templates/includes/site.html
   trunk/webapp/socorro/templates/query_form.html
   trunk/webapp/socorro/templates/report/
   trunk/webapp/socorro/templates/report/__init__.py
   trunk/webapp/socorro/templates/report/index.html
   trunk/webapp/socorro/templates/report/list.html
   trunk/webapp/socorro/templates/topcrasher/
   trunk/webapp/socorro/templates/topcrasher/__init__.py
   trunk/webapp/socorro/templates/topcrasher/bybranch.html
   trunk/webapp/socorro/templates/topcrasher/byversion.html
   trunk/webapp/socorro/templates/topcrasher/index.html
   trunk/webapp/socorro/tests/
   trunk/webapp/socorro/tests/__init__.py
   trunk/webapp/socorro/tests/functional/
   trunk/webapp/socorro/tests/functional/__init__.py
   trunk/webapp/socorro/tests/functional/test_admin.py
   trunk/webapp/socorro/tests/functional/test_query.py
   trunk/webapp/socorro/tests/functional/test_report.py
   trunk/webapp/socorro/tests/functional/test_symbols.py
   trunk/webapp/socorro/tests/functional/test_topcrash.py
   trunk/webapp/socorro/tests/sampledump.py
   trunk/webapp/socorro/tests/test_models.py
   trunk/webapp/socorro/websetup.py
   trunk/webapp/test.ini.dist
Log:
Importing socorro + symbol dumper





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]