Skip to content

Commit

Permalink
Merge branch 'develop' into persist_column_width
Browse files Browse the repository at this point in the history
  • Loading branch information
silentninja authored Oct 26, 2023
2 parents e5f0d5b + 6891125 commit b0b1802
Show file tree
Hide file tree
Showing 431 changed files with 30,424 additions and 29,962 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
10 changes: 10 additions & 0 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ 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:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
- .github/workflows/toc.yml
- .github/workflows/stale.yml
- .github/workflows/update-project-on-issue-close.yml
- .github/workflows/update-project-on-issue-edit.yml
- .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:
- .github/actions/project_update/
- .github/workflows/add-to-project.yml
Expand Down
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.

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

This file was deleted.

32 changes: 0 additions & 32 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.

2 changes: 2 additions & 0 deletions .github/workflows/sync-github-labels-milestones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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
Expand All @@ -24,6 +25,7 @@ jobs:
- 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
Expand Down
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 b0b1802

Please sign in to comment.