Skip to content

Commit

Permalink
Merge branch 'develop' into selection
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Nov 6, 2023
2 parents 24b4521 + ce4a82d commit 5117eb2
Show file tree
Hide file tree
Showing 166 changed files with 18,167 additions and 24,715 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
**/node_modules
**/dist
**/storybook-static
**/.vscode
**/npm-debug.log
**/Dockerfile
6 changes: 3 additions & 3 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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-private-notes:
centerofci/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-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:
centerofci/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-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-update-companion:
centerofci/mathesar-scripts:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.11
- run: pip install -r ./docs/requirements.txt
- working-directory: ./docs
run: mkdocs gh-deploy --strict --force
22 changes: 0 additions & 22 deletions .github/workflows/handle-required-checks.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/run-flake8.yml

This file was deleted.

129 changes: 0 additions & 129 deletions .github/workflows/run-lint-audit-tests-ui.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/run-pytest.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/run-sql-tests.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/workflows/run-vulture.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/sync-github-labels-milestones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ jobs:
- 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-update-companion -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-update-companion -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
4 changes: 2 additions & 2 deletions .github/workflows/sync-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync GitHub workflows to other repos
on:
push:
branches:
- master
- develop
workflow_dispatch:
jobs:
sync_workflows:
Expand All @@ -13,4 +13,4 @@ jobs:
- name: Run GitHub file sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{secrets.MATHESAR_ORG_GITHUB_TOKEN}}
GH_PAT: ${{secrets.MATHESAR_ORG_GITHUB_TOKEN}}
Loading

0 comments on commit 5117eb2

Please sign in to comment.