Coder Social home page Coder Social logo

ericholscher / django-kong Goto Github PK

View Code? Open in Web Editor NEW
135.0 4.0 92.0 314 KB

A server description and deployment testing tool for King Kong sized sites

Home Page: http://django-kong.readthedocs.org/

License: MIT License

Python 63.33% Shell 0.38% HTML 36.30%

django-kong's Introduction

The official theme song for this project is located here: https://www.youtube.com/watch?v=lZbgyKJkHxQ

This project is an interesting combination that work together to solve two problems. The main problem is deployment testing and custom monitoring. It allows you to define a twill test that allows you to test all of the sites you deploy against. These tests could also be used for a monitoring purpose, and run every so often by a system like Nagios.

The documentation is available at django-kong.rtfd.org and the mailing list for the project is at http://groups.google.com/group/django-testing

django-kong's People

Contributors

ericholscher avatar jezdez avatar selwin avatar ulf avatar whit avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

django-kong's Issues

Run tests for this site

Please add a link for runnig tests for a site. Jusl like run this test on the test result.

test_data fixture is outdated

Loading the test_data.json raises an error: "FieldDoesNotExist: Site has no field named u'servername'"

(running version 0.1 from PIP)

Incompatibility with python 2.4 in views.py

collections.defaultdict does not exist on python 2.4

please remove the import and use

def _render_to_result_list(request, sites, template_name='kong/index.html'):
    ret_val = {}
    flot_val = {}
    for site in sites:
        results = site.latest_results()
        if not site.slug in ret_val:
            ret_val[site.slug] = []
        ret_val[site.slug].extend(results)

Kong should have priority for tests

There should be priority for tests.

"OMG SMS me if this shit blows up" vs."This will probably break on wednesdays, send me an email if it breaks 5 times"

This probably should be integrated with nagios in some fashion, as well.

Tests Run on every site on the "Sites"...

Hi, I was able to run Kong to hopefully integrated in my work flow soon. One thing I'm confuse is that when I run "./manage.py check_sites --test test_name" the management command seems to run the Test in every Site in the list, even when I specify just one or two on the list (when creating/editing the TEST on the django admin), is this the correct behavior? thanks in advance

syncdb throws error

ckends/postgresql_psycopg2/base.py", line 44, in execute
return self.cursor.execute(query, args)
django.db.utils.DatabaseError: relation "kong_hostedsite_on_servers" already exists

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.