Skip to content

Commit

Permalink
Update org name.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgodey committed Nov 17, 2023
1 parent c060af6 commit c35645b
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github: centerofci
github: mathesar-foundation
open_collective: mathesar
2 changes: 1 addition & 1 deletion .github/actions/project_update/project_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

GITHUB_TOKEN = os.environ['MATHESAR_ORG_GITHUB_TOKEN']

GITHUB_ORG = 'centerofci'
GITHUB_ORG = 'mathesar-foundation'
MATHESAR_PROJECT_NUMBER = 1


Expand Down
16 changes: 8 additions & 8 deletions .github/sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
centerofci/mathesar-ansible:
mathesar-foundation/mathesar-ansible:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand All @@ -8,7 +8,7 @@ centerofci/mathesar-ansible:
- .github/workflows/update-project-on-issue-label.yml
- .github/workflows/update-project-on-pr-edit.yml
- .github/workflows/update-project-on-pr-label.yml
centerofci/mathesar-data-playground:
mathesar-foundation/mathesar-data-playground:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand All @@ -18,7 +18,7 @@ centerofci/mathesar-data-playground:
- .github/workflows/update-project-on-issue-label.yml
- .github/workflows/update-project-on-pr-edit.yml
- .github/workflows/update-project-on-pr-label.yml
centerofci/mathesar-design:
mathesar-foundation/mathesar-design:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand All @@ -28,7 +28,7 @@ centerofci/mathesar-design:
- .github/workflows/update-project-on-issue-label.yml
- .github/workflows/update-project-on-pr-edit.yml
- .github/workflows/update-project-on-pr-label.yml
centerofci/mathesar-internal-crm:
mathesar-foundation/mathesar-internal-crm:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand All @@ -38,7 +38,7 @@ centerofci/mathesar-internal-crm:
- .github/workflows/update-project-on-issue-label.yml
- .github/workflows/update-project-on-pr-edit.yml
- .github/workflows/update-project-on-pr-label.yml
centerofci/mathesar-private-notes:
mathesar-foundation/mathesar-private-notes:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand All @@ -48,7 +48,7 @@ centerofci/mathesar-private-notes:
- .github/workflows/update-project-on-issue-label.yml
- .github/workflows/update-project-on-pr-edit.yml
- .github/workflows/update-project-on-pr-label.yml
centerofci/mathesar-scripts:
mathesar-foundation/mathesar-scripts:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand All @@ -58,7 +58,7 @@ centerofci/mathesar-scripts:
- .github/workflows/update-project-on-issue-label.yml
- .github/workflows/update-project-on-pr-edit.yml
- .github/workflows/update-project-on-pr-label.yml
centerofci/mathesar-website:
mathesar-foundation/mathesar-website:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand All @@ -68,7 +68,7 @@ centerofci/mathesar-website:
- .github/workflows/update-project-on-issue-label.yml
- .github/workflows/update-project-on-pr-edit.yml
- .github/workflows/update-project-on-pr-label.yml
centerofci/mathesar-wiki:
mathesar-foundation/mathesar-wiki:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout ansible repo
uses: actions/checkout@v2
with:
repository: 'centerofci/mathesar-ansible'
repository: 'mathesar-foundation/mathesar-ansible'
token: ${{ secrets.MATHESAR_ORG_GITHUB_TOKEN }} # Repo is private, so an access token is used
# This checkout is used for getting the 'action' from the current repo
- name: Checkout mathesar repo
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/sync-github-labels-milestones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: composer global require 'vanilla/github-sync'
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-ansible -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-data-playground -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-design -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-internal-crm -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-private-notes -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-scripts -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-website -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f centerofci/mathesar -t centerofci/mathesar-wiki -d
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-ansible -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-data-playground -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-design -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-internal-crm -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-private-notes -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-scripts -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-website -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f centerofci/mathesar -t centerofci/mathesar-wiki -s open
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-ansible -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-data-playground -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-design -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-internal-crm -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-private-notes -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-scripts -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-website -d
- run: /home/runner/.composer/vendor/bin/github-sync labels -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-wiki -d
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-ansible -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-data-playground -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-design -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-internal-crm -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-private-notes -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-scripts -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-website -s open
- run: /home/runner/.composer/vendor/bin/github-sync milestones -f mathesar-foundation/mathesar -t mathesar-foundation/mathesar-wiki -s open
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributor Guide

Mathesar's development happens on [GitHub](https://github.com/centerofci/mathesar). We welcome contributions of all kinds!
Mathesar's development happens on [GitHub](https://github.com/mathesar-foundation/mathesar). We welcome contributions of all kinds!

## Joining the Community

Expand All @@ -12,10 +12,10 @@ We highly recommend joining our [Matrix community](https://wiki.mathesar.org/en/

Make sure to **do this before moving on**. If you need help, ask in [Matrix](https://wiki.mathesar.org/en/community/matrix), taking care to form *specific* questions that people can answer asynchronously.

1. **Find an [issue](https://github.com/centerofci/mathesar/issues) to work on.**
1. **Find an [issue](https://github.com/mathesar-foundation/mathesar/issues) to work on.**

- ✅ Our easiest issues are labeled [good first issue](https://github.com/centerofci/mathesar/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee+label%3A%22good+first+issue%22) and are a great place to start. However keep in mind that we're not always entirely sure of the necessary steps to solve a problem when we open an issue.
- ✅ Slightly more challenging issues are still labeled [help wanted](https://github.com/centerofci/mathesar/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee+label%3A%22help+wanted%22). These can be a good place to start if you have some experience coding but are not yet familiar with our codebase.
- ✅ Our easiest issues are labeled [good first issue](https://github.com/mathesar-foundation/mathesar/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee+label%3A%22good+first+issue%22) and are a great place to start. However keep in mind that we're not always entirely sure of the necessary steps to solve a problem when we open an issue.
- ✅ Slightly more challenging issues are still labeled [help wanted](https://github.com/mathesar-foundation/mathesar/issues?q=is%3Aopen+is%3Aissue+no%3Aassignee+label%3A%22help+wanted%22). These can be a good place to start if you have some experience coding but are not yet familiar with our codebase.
- ❌ Issues are not appropriate if they meet any of the following criteria:
- already assigned to someone
- labeled with a `restricted: ...` label
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
</p>
<p align="center"><b>An intuitive UI for managing data, for users of all technical skill levels. Built on Postgres.</b></p>
<p align="center">
<img alt="License" src="https://img.shields.io/github/license/centerofci/mathesar">
<img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed/centerofci/mathesar">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/w/centerofci/mathesar">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/centerofci/mathesar">
<img alt="License" src="https://img.shields.io/github/license/mathesar-foundation/mathesar">
<img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed/mathesar-foundation/mathesar">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/w/mathesar-foundation/mathesar">
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/mathesar-foundation/mathesar">
</p>

<p align="center">
Expand Down Expand Up @@ -39,7 +39,7 @@ You can use Mathesar to build **data models**, **enter data**, and even **build
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## Sponsors
Our top sponsors! Become a sponsor on [GitHub](https://github.com/sponsors/centerofci) or [Open Collective](https://opencollective.com/mathesar).
Our top sponsors! Become a sponsor on [GitHub](https://github.com/sponsors/mathesar-foundation) or [Open Collective](https://opencollective.com/mathesar).

<table>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

If you run into problems, here's what you can try:
1. Narrow down the problem you're having to a minimal search phrase
2. Search on [our issue tracker](https://github.com/centerofci/mathesar/issues/)
3. If you think this is a previously unreported problem, report on [our issue tracker](https://github.com/centerofci/mathesar/issues/)
2. Search on [our issue tracker](https://github.com/mathesar-foundation/mathesar/issues/)
3. If you think this is a previously unreported problem, report on [our issue tracker](https://github.com/mathesar-foundation/mathesar/issues/)
4. In case you're having trouble formulating a report, reach out [on Matrix](https://wiki.mathesar.org/en/community/matrix)
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ control. Please:
If you can't get things working, please raise an issue at
https://github.com/centerofci/mathesar/issues/
https://github.com/mathesar-foundation/mathesar/issues/
" >&2

if [ "${1}" == "late" ]; then
Expand Down Expand Up @@ -408,7 +408,7 @@ installation.
"
printf "Downloading docker-compose.yml...
"
sudo curl -sfL -o docker-compose.yml https://raw.githubusercontent.com/centerofci/mathesar/"${github_tag}"/docker-compose.yml || installation_fail early
sudo curl -sfL -o docker-compose.yml https://raw.githubusercontent.com/mathesar-foundation/mathesar/"${github_tag}"/docker-compose.yml || installation_fail early

read -r -p "Success!
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ responses==0.22.0
SQLAlchemy-Utils==0.38.2
thefuzz==0.19.0
whitenoise==6.4.0
git+https://github.com/centerofci/sqlalchemy-filters@models_to_tables#egg=sqlalchemy_filters
git+https://github.com/mathesar-foundation/sqlalchemy-filters@models_to_tables#egg=sqlalchemy_filters
gunicorn==20.1.0
drf-spectacular==0.26.2
pandas==2.0.2
Expand Down

0 comments on commit c35645b

Please sign in to comment.