Giter VIP home page Giter VIP logo

review-queue's Introduction

Review Queue

Getting started

First install the app and it's deps:

$ make .venv

Postgres

You need access to a postgres server. Update the sqlalchemy.url option in development.ini to point to your postgres server, with the correct login credentials. You do not need to create the reviewqueue database.

Launchpad Authentication

The Launchpad api is used to check users' group membership:

$ .venv/bin/initialize_lp_creds

This will open up LaunchPad in your browser, requesting OAUTH access from the Review Queue application. The credentials will be cached in lp-creds

NOTE: This will run all Launchpad api requests as your user.

Run webserver (web ui)

$ make serve

Browse to the app at http://localhost:6542

Run Celery worker (background task processing)

Run from the root project directory:

$ make celery

Celery background tasks periodically refresh review info, updating test results, ingesting new source revisions, etc.

Run dev email server

This will intercept emails generated by comments and print them in the terminal instead of sending them to the network.

$ make smtp

review-queue's People

Contributors

tvansteenburgh avatar johnsca avatar kwmonroe avatar

Watchers

James Cloos avatar

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.