https://github.com/broadinstitute/beehive

Beehive is a web UI for interacting with Sherlock, DSP DevOps's deployment source-of-truth service

https://github.com/broadinstitute/beehive

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.3%) to scientific vocabulary

Keywords

react remix tailwindcss typescript
Last synced: 6 months ago · JSON representation

Repository

Beehive is a web UI for interacting with Sherlock, DSP DevOps's deployment source-of-truth service

Basic Info
  • Host: GitHub
  • Owner: broadinstitute
  • License: bsd-3-clause
  • Language: TypeScript
  • Default Branch: main
  • Homepage: https://broad.io/beehive
  • Size: 3.47 MB
Statistics
  • Stars: 2
  • Watchers: 24
  • Forks: 1
  • Open Issues: 9
  • Releases: 0
Topics
react remix tailwindcss typescript
Created over 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License Codeowners Security

README.md

Beehive

Maintainability Rating Security Rating Bump, Tag, and Publish

Getting set up

  1. Grab Node 18

  2. Clone this repo

  3. Run ./scripts/setup

You can use ./scripts/run or npm run dev to run Beehive, the former just calls the latter.

You'll probably want a local instance of Sherlock running -- make local-up from inside Sherlock's repo will get you set up. You may want to dump a copy of Sherlock's database into your local one to have some data to play with.

If you're using Visual Studio Code

The Tailwind plugin adds very helpful autocomplete for Tailwind's class names. This plugin is strongly recommended.

The Prettier plugin aligns the editor and pre-commit formatting behaviors. This plugin is strongly recommended.

PostCSS also has a plugin but it isn't recommended here as it unnecessarily relaxes a bunch of CSS syntax rules and ends up causing build-time syntax errors. Instead, we just ignore unknown directives in non-Tailwind CSS linting--so far that's caused far fewer errors.

Further Reading

See `./DESIGN.md/ for information on how Beehive is built.

See ./CONTRIBUTING.md for information on how to contribute to Beehive (including contributing themes).

Owner

  • Name: Broad Institute
  • Login: broadinstitute
  • Kind: organization
  • Location: Cambridge, MA

Broad Institute of MIT and Harvard

GitHub Events

Total
  • Watch event: 1
  • Delete event: 27
  • Issue comment event: 67
  • Push event: 21
  • Pull request review event: 34
  • Pull request event: 48
  • Create event: 41
Last Year
  • Watch event: 1
  • Delete event: 27
  • Issue comment event: 67
  • Push event: 21
  • Pull request review event: 34
  • Pull request event: 48
  • Create event: 41

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1
  • Total pull requests: 247
  • Average time to close issues: 4 days
  • Average time to close pull requests: 11 days
  • Total issue authors: 1
  • Total pull request authors: 6
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.78
  • Merged pull requests: 113
  • Bot issues: 0
  • Bot pull requests: 170
Past Year
  • Issues: 1
  • Pull requests: 34
  • Average time to close issues: 4 days
  • Average time to close pull requests: 13 days
  • Issue authors: 1
  • Pull request authors: 5
  • Average comments per issue: 2.0
  • Average comments per pull request: 1.12
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 26
Top Authors
Issue Authors
  • em-may (1)
Pull Request Authors
  • dependabot[bot] (170)
  • jack-r-warren (68)
  • choover-broad (3)
  • em-may (3)
  • John-Scira (2)
  • ungwudik (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (170) javascript (44) github_actions (9)

Dependencies

package-lock.json npm
  • 997 dependencies
package.json npm
  • @remix-run/dev ^1.6.8 development
  • @remix-run/eslint-config ^1.6.8 development
  • @types/react ^18.0.15 development
  • @types/react-dom ^18.0.6 development
  • @types/uuid ^8.3.4 development
  • eslint ^8.20.0 development
  • eslint-config-prettier ^8.5.0 development
  • husky ^8.0.1 development
  • lint-staged ^13.0.3 development
  • npm-run-all ^4.1.5 development
  • prettier 2.7.1 development
  • tailwindcss ^3.1.8 development
  • typescript ^4.7.4 development
  • @react-hook/resize-observer ^1.2.6
  • @remix-run/node ^1.6.8
  • @remix-run/react ^1.6.8
  • @remix-run/serve ^1.6.8
  • @sherlock-js-client/sherlock ^0.0.55
  • react ^18.2.0
  • react-dom ^18.2.0
  • remix-utils ^3.3.0
.github/workflows/build.yaml actions
  • actions/checkout v3 composite
  • actions/github-script 0.3.0 composite
  • broadinstitute/dsp-appsec-trivy-action v1 composite
  • databiosphere/github-actions/actions/bumper bumper-0.0.6 composite
  • docker/build-push-action v3 composite
  • docker/setup-buildx-action v2 composite
  • google-github-actions/auth v0 composite
  • google-github-actions/setup-gcloud v0 composite
.github/workflows/dependabot-build.yaml actions
  • broadinstitute/dsp-appsec-trivy-action v1 composite
  • docker/build-push-action v3 composite
  • docker/setup-buildx-action v2 composite
.github/workflows/dependency-review.yaml actions
  • actions/checkout v3 composite
  • actions/dependency-review-action v3 composite
Dockerfile docker
  • node ${NODE_VERSION}-${DISTRO} build
  • us.gcr.io/broad-dsp-gcr-public/base/nodejs ${NODE_VERSION}-${DISTRO} build