Commit Graph

146 Commits

Author SHA1 Message Date
Jack Grigg b1681021bc
Merge pull request #77 from zcash/ga
Update gh-pages.yml
2024-12-18 08:57:13 +13:00
y4ssi c99322fda0
Update gh-pages.yml 2024-12-17 12:55:36 -07:00
Jack Grigg f9f58fdcdf
Merge pull request #76 from zcash/pipeline-unscheduled-issues
Handle unscheduled issues in the Zashi pipeline view
2024-11-20 06:41:12 +13:00
Jack Grigg c93ce9d58e Enable more than one repo within a single Zashi pipeline column 2024-11-19 14:45:08 +13:00
Jack Grigg 5b526e5175 Show tracked issues without assigned releases in the Zashi pipeline 2024-11-19 14:12:01 +13:00
Kris Nuttycombe c1012e7e75
Merge pull request #75 from zcash/pipeline-prune-rows
Prune unnecessary rows from Zashi pipeline
2024-11-15 09:07:35 -07:00
Jack Grigg 53d45e4076 Prune unnecessary rows from Zashi pipeline 2024-11-15 18:20:08 +13:00
Kris Nuttycombe bb5ed74e39
Merge pull request #74 from zcash/pipeline-fixes
Zashi pipeline fixes
2024-11-13 08:02:20 -07:00
Jack Grigg 33740c2174 Deduplicate the rows for each tracked issue in the pipeline 2024-11-13 17:28:33 +13:00
Jack Grigg 195dc4794a
Merge pull request #73 from zcash/repo-perf
Fetch fewer repo edges from ZenHub to improve performance
2024-11-12 19:37:59 +00:00
Jack Grigg cd0ffcc806 Refactor how Zashi pipeline rows are handled 2024-11-12 20:12:23 +13:00
Jack Grigg 4dbc34550c Reduce the number of repositories fetched for the Zashi pipeline 2024-11-12 18:43:40 +13:00
Jack Grigg e19d11d672 Speed up ZenHub queries by limiting to relevant repos 2024-11-12 18:33:34 +13:00
Jack Grigg dc461a23ae Store ZenHub's repo ID alongside GitHub's 2024-11-12 18:33:34 +13:00
Jack Grigg 610eb03e78 Introduce a `Repo` class 2024-11-12 18:33:34 +13:00
Jack Grigg 7e87884255 Clarify when a repo's GitHub ID or name is being used 2024-11-12 14:08:32 +13:00
Jack Grigg 7d23400e49 Move repo definitions into a separate file 2024-11-12 12:39:59 +13:00
Jack Grigg 68adbae860
Merge pull request #72 from zcash/more-graphql-bugfixes
More GraphQL bugfixes
2024-11-02 00:37:23 +00:00
Jack Grigg 411fc5020d Update `TERMINATE_AT` issues after some were moved 2024-11-02 13:30:09 +13:00
Jack Grigg 19b55b3b57 Avoid breakage if a ZenHub workspace has no epics 2024-11-02 12:50:30 +13:00
Jack Grigg 03ef3b7b09
Merge pull request #70 from zcash/69-fix-graphql-render
Fix renders after GraphQL changes
2024-11-01 23:10:24 +00:00
Jack Grigg 8faa0a6eae Include TFL repos in the ECC Core workspace 2024-11-02 11:51:10 +13:00
Jack Grigg e5ae7c59c0 Handle "no workspace containing repo" errors gracefully 2024-11-02 11:45:14 +13:00
Kris Nuttycombe e3b9d60b59
Merge pull request #58 from zcash/zenhub-graphql
Switch to ZenHub GraphQL API
2024-11-01 08:26:09 -06:00
Kris Nuttycombe ec032ce14a
Merge pull request #67 from zcash/change-deployment-pipeline
Add a Zashi pipeline renderer
2024-11-01 08:00:06 -06:00
Jack Grigg 29c7e5ae94 Only render a tracked issue once for its group 2024-11-01 19:06:53 +13:00
Jack Grigg fc99f7418e Merge branches of the same release tree into the same row 2024-11-01 18:44:13 +13:00
Kris Nuttycombe ffe262ff3d Render each Zashi-related release that a given feature is blocking. 2024-10-31 17:00:51 -06:00
Jack Grigg 72788f3833 Fix bug in `gen-schema.sh` 2024-11-01 11:04:19 +13:00
Jack Grigg a666c1ad76 Add a Zashi pipeline render
This shows the progress of implementing tracked bugs and features,
and deploying them to the mobile SDKs and Zashi apps.

Closes zcash/developers#64.
2024-10-31 18:50:48 +13:00
Jack Grigg 3f769cb62d Avoid breakage if a ZenHub workspace has no issue dependencies 2024-10-31 17:40:09 +13:00
Jack Grigg c388b79c16 Move functions into a helper module 2024-10-31 13:51:13 +13:00
Conrado Gouvea 830a993b3b Add FROST repos 2024-10-31 13:47:31 +13:00
Conrado Gouvea 86d74f0bff switch to ZenHub GraphQL API
Co-authored-by: Jack Grigg <jack@electriccoin.co>
2024-10-31 13:47:30 +13:00
Jack Grigg 09cdcd6d7f
Merge pull request #65 from zcash/uv
Switch from poetry to uv
2024-10-31 00:45:55 +00:00
Kris Nuttycombe 25ec2b9564 Ignore .egg-info directory produced by `uv` on Linux 2024-10-30 18:39:29 -06:00
Jack Grigg e5607c3945 Switch from poetry to uv
poetry does not have support for passing settings to the PEP 517 build
backend, which means on some platforms like macOS, pygraphviz cannot
be built. uv does support this.
2024-10-31 13:29:22 +13:00
Kris Nuttycombe aa0fa2edd6
Merge pull request #61 from zcash/deprecation_dag_extension
Add the lightwalletd repository to the zcashd-deprecation DAG sources.
2024-09-30 15:45:55 -06:00
Kris Nuttycombe 1acb51c056 Add the lightwalletd repository to the zcashd-deprecation DAG sources. 2024-09-30 15:45:13 -06:00
Jack Grigg 054af5f048
Merge pull request #63 from pacu/add-wallet-repo
[#62] add zcash/wallet repo to Zcash Deprecation DAG
2024-09-26 22:25:14 +01:00
Francisco Gindre 62571570a1
[#62] add zcash/wallet repo to Zcash Deprecation DAG
closes #62
2024-09-26 16:57:48 -03:00
Kris Nuttycombe af1a9af4e7
Merge pull request #60 from daira/fix-import-from-distutils
Fix an import from distutils that is problematic on recent Python versions
2024-09-03 14:31:46 -06:00
Daira-Emma Hopwood f08b5bfd37 Fix an import from distutils that is problematic on recent Python versions.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-09-03 19:40:14 +01:00
Daira-Emma Hopwood a5dc6a32f4
Merge pull request #57 from zcash/pool-deprecations
Add DAGs tracking pool deprecations
2024-04-26 20:45:51 +01:00
Jack Grigg 066c72b913 Add DAGs tracking pool deprecations 2024-04-26 20:05:48 +01:00
Kris Nuttycombe 1e11a1959f
Merge pull request #56 from zcash/zcashd-deprecation 2024-04-24 19:25:24 -06:00
Jack Grigg 6d11ba0c4e Add a DAG tracking `zcashd` deprecation 2024-04-25 00:33:46 +01:00
Daira-Emma Hopwood 1304a5d3b7
Merge pull request #55 from daira/add-repos
Add some repositories
2024-02-19 20:46:17 +00:00
Daira-Emma Hopwood 3f96ccc436 Add Electric-Coin-Company/infrastructure repo.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-02-19 20:37:26 +00:00
Daira-Emma Hopwood e68e3065d9 Add zcash/sapling-crypto repo.
Signed-off-by: Daira-Emma Hopwood <daira@jacaranda.org>
2024-02-12 19:48:11 +00:00