{"id":18496458,"url":"https://github.com/oddbird/bugdash","last_synced_at":"2025-07-29T10:35:43.404Z","repository":{"id":1911379,"uuid":"2838767","full_name":"oddbird/bugdash","owner":"oddbird","description":"A \"release readiness\" and work prioritization dashboard for Bugzilla users.","archived":false,"fork":false,"pushed_at":"2012-01-05T20:24:45.000Z","size":16221,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-09T17:21:53.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oddbird.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-23T20:28:52.000Z","updated_at":"2018-12-18T16:30:29.000Z","dependencies_parsed_at":"2022-09-08T11:12:36.030Z","dependency_job_id":null,"html_url":"https://github.com/oddbird/bugdash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Fbugdash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Fbugdash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Fbugdash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Fbugdash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oddbird","download_url":"https://codeload.github.com/oddbird/bugdash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254059959,"owners_count":22007827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T13:29:30.696Z","updated_at":"2025-05-14T04:34:10.626Z","avatar_url":"https://github.com/oddbird.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bugzilla Dashboard\n==================\n\nA \"release readiness\" and work prioritization dashboard for Bugzilla users.\n\nDevelopment\n-----------\n\nIf you want to run this project in a `virtualenv`_ to isolate it from\nother Python projects on your system, create a virtualenv and activate\nit.  Then run ``bin/install-reqs`` to install the dependencies for\nthis project into your Python environment.\n\nYou'll probably need to create a ``src/bugdash/settings/local.py`` file with\nsome details of your local configuration.  See\n``src/bugdash/settings/local.sample.py`` for a sample that can be copied to\n``src/bugdash/settings/local.py`` and modified.\n\nOnce this configuration is done, you should be able to run ``./manage.py\nrunserver`` and access the site in your browser at\n``http://localhost:8000``.\n\n.. _virtualenv: http://www.virtualenv.org\n\nTo install the necessary Ruby gems for Compass/Sass development (only\nnecessary if you plan to modify Sass files and re-generate CSS), run\n``bin/install-gems``.  Update ``requirements/gems.txt`` if newer gems should\nbe used.\n\nDeployment\n----------\n\nWhen deployed under a multi-process webserver, a real cache backend must be\nconfigured in place of the default \"local memory\" cache - see the ``CACHES``\nsetting in ``src/bugdash/settings/local.sample.py``.\n\nIn addition to the above configuration, in any production deployment\nthis entire app should be served exclusively over HTTPS (since serving\nauthenticated pages over HTTP invites session hijacking\nattacks). Ideally, the non-HTTP URLs should redirect to the HTTPS\nversion.\n\n``src/bugdash/settings/prod.py`` should be used as the settings module in a\nproduction deployment in place of ``src/bugdash/settings/default.py`` (set\n``DJANGO_SETTINGS_MODULE=bugdash.settings.prod``). Site-specific overrides\ncan still be placed in ``src/bugdash/settings/local.py``.\n\nYou can run ``./manage.py checksecure`` to verify that settings are correctly\nconfigured for a secure deployment.\n\nThis app also uses the `staticfiles contrib app`_ in Django 1.3 for collecting\nstatic assets from reusable components into a single directory for production\nserving.  Under \"runserver\" in development this is handled automatically.  In\nproduction, run ``./manage.py collectstatic`` followed by ``./manage.py\ncompress`` to collect and compress all static assets into the\n``collected-assets`` directory (or whatever ``STATIC_ROOT`` is set to in\n``src/bugdash/settings/local.py``), and make those collected assets available\nby HTTP at the ``STATIC_URL`` setting.\n\n.. _staticfiles contrib app: http://docs.djangoproject.com/en/1.3/howto/static-files/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbird%2Fbugdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foddbird%2Fbugdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbird%2Fbugdash/lists"}