Skip to content

Commit

Permalink
changed monorepo to supabase
Browse files Browse the repository at this point in the history
  • Loading branch information
awalias committed Feb 4, 2020
1 parent 4523aca commit 0232f71
Show file tree
Hide file tree
Showing 15 changed files with 115 additions and 115 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ help:
@echo "make github.traction # get a history of stargazers for our individual repos"

github.users:
curl -sS https://api.github.com/repos/supabase/monorepo/contributors \
curl -sS https://api.github.com/repos/supabase/supabase/contributors \
| jq -r 'map_values({username: .login, avatar_url: .avatar_url}) \
| unique \
| sort_by(.username)' \
> $(REPO_DIR)/web/src/data/contributors/contributors.json

github.issues:
curl -sS https://api.github.com/repos/supabase/monorepo/issues \
curl -sS https://api.github.com/repos/supabase/supabase/issues \
| jq -r 'map_values({username: .user.login, avatar_url: .user.avatar_url}) \
| unique \
| sort_by(.username)' \
> $(REPO_DIR)/web/src/data/contributors/issues.json

.PHONY: github.repos
github.repos: \
github.repos.monorepo \
github.repos.supabase \
github.repos.realtime \
github.repos.schemas

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

We are currently in alpha. Watch "releases" of this repo to get notified when we are ready for Public Beta.

![Watch this repo](https://gitcdn.xyz/repo/supabase/monorepo/master/web/static/watch-repo.gif "Watch this repo")
![Watch this repo](https://gitcdn.xyz/repo/supabase/supabase/master/web/static/watch-repo.gif "Watch this repo")


## Structure
Expand Down
2 changes: 1 addition & 1 deletion connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

We are considering building connectors that will automatically forward your database changes to varios systems. At this stage we are simply gauging demand.

If you would like us to start building a connector that you need, feel free to show your interest in this [issue on GitHub](https://github.com/supabase/monorepo/issues/4).
If you would like us to start building a connector that you need, feel free to show your interest in this [issue on GitHub](https://github.com/supabase/supabase/issues/4).
4 changes: 2 additions & 2 deletions examples/slack-clone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
environment:
DB_HOST: db
DB_NAME: postgres
DB_USER: postgres
DB_USER: postgresgi
DB_PASSWORD: postgres
DB_PORT: 5432
PORT: 4000
Expand All @@ -42,4 +42,4 @@ services:
POSTGRES_DB: postgres
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5432
POSTGRES_PORT: 5432
2 changes: 1 addition & 1 deletion libraries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

We are building client libraries to make it even easier to get started with Supabase.

If you we haven't yet built a library for the language of your choice, feel free to show your interest in for new client library in [issue on GitHub](https://github.com/supabase/monorepo/issues/5).
If you we haven't yet built a library for the language of your choice, feel free to show your interest in for new client library in [issue on GitHub](https://github.com/supabase/supabase/issues/5).
6 changes: 3 additions & 3 deletions web/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ description: 'Most frequently asked questions regarding Supabase'

## Do you support (some other database)?

At the moment we only support PostgreSQL. However you can [vote on a new database](https://github.com/supabase/monorepo/issues/6) if you want us to start development.
At the moment we only support PostgreSQL. However you can [vote on a new database](https://github.com/supabase/supabase/issues/6) if you want us to start development.

## Do you have a library for (some other language)?

We currently have only a Javascript library. However you can [vote on a new client library](https://github.com/supabase/monorepo/issues/5) for your favourite language.
We currently have only a Javascript library. However you can [vote on a new client library](https://github.com/supabase/supabase/issues/5) for your favourite language.

## Can you build a connector for (some other product)?

We don't have any connectors right now. However you can [vote on a new connector](https://github.com/supabase/monorepo/issues/4) for a tool that you use.
We don't have any connectors right now. However you can [vote on a new connector](https://github.com/supabase/supabase/issues/4) for a tool that you use.
6 changes: 3 additions & 3 deletions web/docs/handbook/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Want to contribute? Why not jump into our github and:
- create a pull request
- try one of our products and give feedback
- translate this website
- [vote on a new client library](https://github.com/supabase/monorepo/issues/5) for your favourite language
- [vote on a new connector](https://github.com/supabase/monorepo/issues/4) for a tool that you use
- [vote on a new database](https://github.com/supabase/monorepo/issues/6)
- [vote on a new client library](https://github.com/supabase/supabase/issues/5) for your favourite language
- [vote on a new connector](https://github.com/supabase/supabase/issues/4) for a tool that you use
- [vote on a new database](https://github.com/supabase/supabase/issues/6)
- spread the word if you like what we are doing

Please refrain from putting us on any launch lists (like Product Hunt) until we are ready for public launch :)
Expand Down
4 changes: 2 additions & 2 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
{ to: '/docs/about', label: 'Docs', position: 'right' },
{ to: '/docs/guides/examples', label: 'Guides', position: 'right' },
// {
// href: 'https://github.com/supabase/monorepo',
// href: 'https://github.com/supabase/supabase',
// label: 'GitHub',
// position: 'right',
// },
Expand Down Expand Up @@ -74,7 +74,7 @@ module.exports = {
items: [
{
label: 'GitHub',
href: 'https://github.com/supabase/monorepo',
href: 'https://github.com/supabase/supabase',
},
{
label: 'Twitter',
Expand Down
4 changes: 2 additions & 2 deletions web/src/data/github.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import monorepo from './repos/monorepo.json'
import supabase from './repos/supabase.json'
import realtime from './repos/realtime.json'
import schemas from './repos/schemas.json'

const repos = [monorepo, realtime, schemas]
const repos = [supabase, realtime, schemas]

export { repos }
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": 214587193,
"node_id": "MDEwOlJlcG9zaXRvcnkyMTQ1ODcxOTM=",
"name": "monorepo",
"full_name": "supabase/monorepo",
"name": "supabase",
"full_name": "supabase/supabase",
"private": false,
"owner": {
"login": "supabase",
Expand All @@ -24,53 +24,53 @@
"type": "Organization",
"site_admin": false
},
"html_url": "https://github.com/supabase/monorepo",
"html_url": "https://github.com/supabase/supabase",
"description": "Website, docs, and client libraries. Follow to stay updated about our public Beta.",
"fork": false,
"url": "https://api.github.com/repos/supabase/monorepo",
"forks_url": "https://api.github.com/repos/supabase/monorepo/forks",
"keys_url": "https://api.github.com/repos/supabase/monorepo/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/supabase/monorepo/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/supabase/monorepo/teams",
"hooks_url": "https://api.github.com/repos/supabase/monorepo/hooks",
"issue_events_url": "https://api.github.com/repos/supabase/monorepo/issues/events{/number}",
"events_url": "https://api.github.com/repos/supabase/monorepo/events",
"assignees_url": "https://api.github.com/repos/supabase/monorepo/assignees{/user}",
"branches_url": "https://api.github.com/repos/supabase/monorepo/branches{/branch}",
"tags_url": "https://api.github.com/repos/supabase/monorepo/tags",
"blobs_url": "https://api.github.com/repos/supabase/monorepo/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/supabase/monorepo/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/supabase/monorepo/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/supabase/monorepo/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/supabase/monorepo/statuses/{sha}",
"languages_url": "https://api.github.com/repos/supabase/monorepo/languages",
"stargazers_url": "https://api.github.com/repos/supabase/monorepo/stargazers",
"contributors_url": "https://api.github.com/repos/supabase/monorepo/contributors",
"subscribers_url": "https://api.github.com/repos/supabase/monorepo/subscribers",
"subscription_url": "https://api.github.com/repos/supabase/monorepo/subscription",
"commits_url": "https://api.github.com/repos/supabase/monorepo/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/supabase/monorepo/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/supabase/monorepo/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/supabase/monorepo/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/supabase/monorepo/contents/{+path}",
"compare_url": "https://api.github.com/repos/supabase/monorepo/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/supabase/monorepo/merges",
"archive_url": "https://api.github.com/repos/supabase/monorepo/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/supabase/monorepo/downloads",
"issues_url": "https://api.github.com/repos/supabase/monorepo/issues{/number}",
"pulls_url": "https://api.github.com/repos/supabase/monorepo/pulls{/number}",
"milestones_url": "https://api.github.com/repos/supabase/monorepo/milestones{/number}",
"notifications_url": "https://api.github.com/repos/supabase/monorepo/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/supabase/monorepo/labels{/name}",
"releases_url": "https://api.github.com/repos/supabase/monorepo/releases{/id}",
"deployments_url": "https://api.github.com/repos/supabase/monorepo/deployments",
"url": "https://api.github.com/repos/supabase/supabase",
"forks_url": "https://api.github.com/repos/supabase/supabase/forks",
"keys_url": "https://api.github.com/repos/supabase/supabase/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/supabase/supabase/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/supabase/supabase/teams",
"hooks_url": "https://api.github.com/repos/supabase/supabase/hooks",
"issue_events_url": "https://api.github.com/repos/supabase/supabase/issues/events{/number}",
"events_url": "https://api.github.com/repos/supabase/supabase/events",
"assignees_url": "https://api.github.com/repos/supabase/supabase/assignees{/user}",
"branches_url": "https://api.github.com/repos/supabase/supabase/branches{/branch}",
"tags_url": "https://api.github.com/repos/supabase/supabase/tags",
"blobs_url": "https://api.github.com/repos/supabase/supabase/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/supabase/supabase/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/supabase/supabase/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/supabase/supabase/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/supabase/supabase/statuses/{sha}",
"languages_url": "https://api.github.com/repos/supabase/supabase/languages",
"stargazers_url": "https://api.github.com/repos/supabase/supabase/stargazers",
"contributors_url": "https://api.github.com/repos/supabase/supabase/contributors",
"subscribers_url": "https://api.github.com/repos/supabase/supabase/subscribers",
"subscription_url": "https://api.github.com/repos/supabase/supabase/subscription",
"commits_url": "https://api.github.com/repos/supabase/supabase/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/supabase/supabase/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/supabase/supabase/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/supabase/supabase/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/supabase/supabase/contents/{+path}",
"compare_url": "https://api.github.com/repos/supabase/supabase/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/supabase/supabase/merges",
"archive_url": "https://api.github.com/repos/supabase/supabase/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/supabase/supabase/downloads",
"issues_url": "https://api.github.com/repos/supabase/supabase/issues{/number}",
"pulls_url": "https://api.github.com/repos/supabase/supabase/pulls{/number}",
"milestones_url": "https://api.github.com/repos/supabase/supabase/milestones{/number}",
"notifications_url": "https://api.github.com/repos/supabase/supabase/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/supabase/supabase/labels{/name}",
"releases_url": "https://api.github.com/repos/supabase/supabase/releases{/id}",
"deployments_url": "https://api.github.com/repos/supabase/supabase/deployments",
"created_at": "2019-10-12T05:56:49Z",
"updated_at": "2020-01-30T04:29:14Z",
"pushed_at": "2020-01-30T11:31:20Z",
"git_url": "git://github.com/supabase/monorepo.git",
"ssh_url": "git@github.com:supabase/monorepo.git",
"clone_url": "https://github.com/supabase/monorepo.git",
"svn_url": "https://github.com/supabase/monorepo",
"git_url": "git://github.com/supabase/supabase.git",
"ssh_url": "git@github.com:supabase/supabase.git",
"clone_url": "https://github.com/supabase/supabase.git",
"svn_url": "https://github.com/supabase/supabase",
"homepage": "https://supabase.io",
"size": 3972,
"stargazers_count": 64,
Expand Down
Loading

0 comments on commit 0232f71

Please sign in to comment.