Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/blue-hounds-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/fuz_gitops': minor
---

support `>=` in peer deps
5 changes: 5 additions & 0 deletions .changeset/red-sites-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/fuz_gitops': minor
---

upgrade peer deps
5 changes: 5 additions & 0 deletions .changeset/small-baboons-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ryanatkn/fuz_gitops': minor
---

upgrade deps
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_modules
/.zzz

# Generated test repos
/src/fixtures/repos/
/src/test/fixtures/repos/

# Env
.env*
Expand Down
245 changes: 180 additions & 65 deletions CLAUDE.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ fuz_gitops is alternative to the monorepo pattern that more loosely couples repo

With fuz_gitops you can:

- dynamically compose repos
- fetch metadata about collections of repos and import it as typesafe JSON (using
[Gro's public package patterns](https://github.com/ryanatkn/gro/blob/main/src/docs/gro_plugin_sveltekit_app.md#well_known_package_json))
- publish a generated docs website for your collections of repos
Expand Down
4 changes: 2 additions & 2 deletions gitops.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const config: Create_Gitops_Config = () => {
'https://github.com/ryanatkn/fuz_code',
{
repo_url: 'https://github.com/ryanatkn/fuz_gitops',
branch: 'publishing',
branch: 'upgrade-deps',
},
'https://github.com/ryanatkn/webdevladder.net',
'https://github.com/ryanatkn/ryanatkn.com',
// 'https://github.com/ryanatkn/ryanatkn.com',
],
};
};
Expand Down
Loading
Loading