Skip to content

Commit

Permalink
fix: update name to opensource-observer (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Oct 8, 2023
1 parent cf56051 commit 8d4eb08
Show file tree
Hide file tree
Showing 11 changed files with 80 additions and 80 deletions.
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing Guidelines

Thank you for your interest in contributing to Hypercerts! There are many ways to contribute, and this document should not be considered encompassing.
Thank you for your interest in contributing! There are many ways to contribute, and this document should not be considered encompassing.

If you have a general question on how to use and deploy our software, please read our [Documentation](https://hypercerts.org/docs/) or join our [Hypercerts community server on Discord](https://testnet.hypercerts.org/discord).
If you have a general question on how to use and deploy our software, please read our [Documentation](https://www.opensource.observer/docs/) or join our [community server on Discord](https://www.opensource.observer/discord).

For concrete feature requests and/or bug reports, please file an issue in this
repository as described below.
Expand Down Expand Up @@ -38,31 +38,31 @@ _Note that the project's committers still have the final word on what is accepte

<!-- markdownlint-disable line-length -->

[new Feature request]: https://github.com/hypercerts-org/hypercerts/issues/new?assignees=&labels=type%3Afeaturerequest&projects=&template=2.feature_request.yml
[GitHub discussions]: https://github.com/hypercerts-org/hypercerts/discussions
[new Feature request]: https://github.com/opensource-observer/oso/issues/new?assignees=&labels=type%3Afeaturerequest&projects=&template=2.feature_request.yml
[GitHub discussions]: https://github.com/opensource-observer/oso/discussions

<!-- markdownlint-enable line-length -->

## Bug Reports

Bugs are a reality for any software project. We can't fix what we don't know about.

If you believe a bug report presents a security risk, please follow [responsible disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure) and report it directly to security@hypercerts.org instead of filing a public issue or posting it to a public forum. We will get back to you promptly.
If you believe a bug report presents a security risk, please follow [responsible disclosure](https://en.wikipedia.org/wiki/Responsible_disclosure) and report it directly to security@karibalabs.co instead of filing a public issue or posting it to a public forum. We will get back to you promptly.

Otherwise, please, first search between [existing issues in our repository] and if the issue is not reported yet, [file a new one].

<!-- markdownlint-disable line-length -->

[existing issues in our repository]: https://github.com/hypercerts-org/hypercerts/issues
[file a new one]: https://github.com/hypercerts-org/hypercerts/issues/new?assignees=&labels=type%3Abug&projects=&template=1.bug_report.yml
[existing issues in our repository]: https://github.com/opensource-observer/oso/issues
[file a new one]: https://github.com/opensource-observer/oso/issues/new?assignees=&labels=type%3Abug&projects=&template=1.bug_report.yml

<!-- markdownlint-enable line-length -->

## Development

### Building

Our development environment is documented in our [README](https://github.com/hypercerts-org/hypercerts/blob/main/README.md).
Our development environment is documented in our [README](https://github.com/opensource-observer/oso/blob/main/README.md).

### Contributing Code

Expand Down Expand Up @@ -125,7 +125,7 @@ Our development environment is documented in our [README](https://github.com/hyp
- **Signal to close issues:** Let the person who filed the issue close it. Ping them in a comment (e.g. @user) making sure you’ve commented how an issue was addressed.
- Anyone else with write permissions should be able to close the issue if not addressed within a week.

[developer documentation]: https://github.com/hypercerts-org/hypercerts/tree/main/docs/docs
[developer documentation]: https://github.com/opensource-observer/oso/tree/main/docs

### Contributing Documentation

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[license]: https://opensource.org/license/apache-2-0/
[license-badge]: https://img.shields.io/badge/License-Apache2.0-blue.svg
[gha]: https://github.com/hypercerts-org/oso/actions/workflows/ci-default.yml
[gha-badge]: https://github.com/hypercerts-org/oso/actions/workflows/ci-default.yml/badge.svg
[gha]: https://github.com/opensource-observer/oso/actions/workflows/ci-default.yml
[gha-badge]: https://github.com/opensource-observer/oso/actions/workflows/ci-default.yml/badge.svg

Open Source Observer is a free analytics suite that helps funders measure the impact of open source software contributions to the health of their ecosystem.

Expand All @@ -16,7 +16,7 @@ Open Source Observer is a free analytics suite that helps funders measure the im
- `/frontend`: frontend application (Next.js)
- [on Vercel](https://www.opensource.observer) - Production build
- `/indexer`: Data indexer
- [on GitHub actions](https://github.com/hypercerts-org/oso/actions/workflows/indexer-autocrawl.yml)
- [on GitHub actions](https://github.com/opensource-observer/oso/actions/workflows/indexer-autocrawl.yml)

## Quickstart

Expand Down Expand Up @@ -52,5 +52,3 @@ yarn dev:frontend
## Playbooks

For setup and common operations for each subproject, navigate into the respective directory and check out the `README.md`.

We also maintain a [playbook](https://hypercerts.org/docs/devops) for larger operations.
2 changes: 1 addition & 1 deletion frontend/app/artifact/[namespace]/[...name]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { notFound } from "next/navigation";
import { ArtifactNamespace } from "@hypercerts-org/indexer";
import { ArtifactNamespace } from "@opensource-observer/indexer";
import { PlasmicComponent } from "@plasmicapp/loader-nextjs";
import { PLASMIC } from "../../../../plasmic-init";
import { PlasmicClientRootProvider } from "../../../../plasmic-init-client";
Expand Down
5 changes: 4 additions & 1 deletion frontend/lib/db.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { cache } from "react";
import { getArtifactByName, getProjectBySlug } from "@hypercerts-org/indexer";
import {
getArtifactByName,
getProjectBySlug,
} from "@opensource-observer/indexer";

// Revalidate the data at most every hour
export const revalidate = 3600;
Expand Down
5 changes: 3 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@hypercerts-org/frontend",
"name": "@opensource-observer/frontend",
"version": "0.1.0",
"author": "Kariba Labs",
"license": "Apache-2.0",
"private": true,
"scripts": {
Expand All @@ -18,7 +19,7 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hypercerts-org/indexer": "workspace:*",
"@opensource-observer/indexer": "workspace:*",
"@mui/icons-material": "^5.14.3",
"@mui/material": "^5.14.3",
"@mui/x-date-pickers": "^6.12.0",
Expand Down
9 changes: 6 additions & 3 deletions indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@hypercerts-org/indexer",
"name": "@opensource-observer/indexer",
"version": "0.0.1",
"description": "Open source impact measurement",
"repository": "[email protected]:hypercerts-org/oso.git",
"author": "Hypercerts Foundation",
"author": "Kariba Labs",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/opensource-observer/oso.git"
},
"bin": "./dist/src/cli.js",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion indexer/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const NO_DYNAMIC_LOADS =
process.env.NO_DYNAMIC_LOADS === "true" || false;
export const GITHUB_WORKERS_OWNER = process.env.GITHUB_WORKERS_OWNER
? process.env.GITHUB_WORKERS_OWNER
: "hypercerts-org";
: "opensource-observer";
export const GITHUB_WORKERS_REPO = process.env.GITHUB_WORKERS_REPO
? process.env.GITHUB_WORKERS_REPO
: "oso";
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "oso",
"description": "Impact measurement for open source software",
"version": "0.0.0",
"author": "Hypercerts Foundation",
"author": "Kariba Labs",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/hypercerts-org/oso.git"
"url": "git+https://github.com/opensource-observer/oso.git"
},
"scripts": {
"build": "turbo run build --concurrency=100%",
Expand Down
Loading

1 comment on commit 8d4eb08

@vercel
Copy link

@vercel vercel bot commented on 8d4eb08 Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.