Skip to content

websiteinspiration/changes

 
 

Repository files navigation

Changes

This project is a fork of Dropbox's Changes endeavor (which is no longer maintained). It's a work in progress and not yet functional.

Screenshot

Getting Started

TODO: make docs better, for now, do this:

mkvirtualenv changes
make develop
createdb -E utf-8 changes
make upgrade
mkdir -p ~/.changes/repos

Create the configuration file at ~/.changes/changes.conf.py

# ~/.changes/changes.conf.py
WEB_BASE_URI = 'http://localhost:5000'
INTERNAL_BASE_URI = 'http://localhost:5000'
SERVER_NAME = 'localhost:5000'

REPO_ROOT = '~/.changes/repos'

# You can obtain these values via the Google Developers Console:
# https://console.developers.google.com/
# Example 'Authorized JavaScript Origins': http://localhost:5000/
# Example 'Authorized Redirect URIs': http://localhost:5000/auth/complete/
GOOGLE_CLIENT_ID = 'ask cramer or fill this in'
GOOGLE_CLIENT_SECRET = 'ask cramer or fill this in'
GOOGLE_DOMAIN = None

Create a repository to get things going:

bin/repos add --url git@github.com:getsentry/changes.git --backend git
bin/projects add --label changes --repo-url git@github.com:getsentry/changes.git --slug changes

Load the development server:

bin/devserver --workers

About

A dashboard for your code. A build system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • JavaScript 14.6%
  • CSS 0.9%
  • HTML 0.8%
  • Makefile 0.2%
  • Dockerfile 0.2%
  • Other 0.2%