Skip to content

Latest commit

 

History

History
701 lines (361 loc) · 16.4 KB

File metadata and controls

701 lines (361 loc) · 16.4 KB

@fuzdev/fuz_gitops

0.69.0

Minor Changes

  • chore: improve styling patterns (57fbd1f)
  • chore: rework some interfaces (0215a5d)
  • feat: rework some interfaces and upgrade fuz_util (5398f74)

Patch Changes

  • fix: improve some errors (c63b1b7)

0.68.0

Minor Changes

0.67.0

Minor Changes

  • upgrade fuz_util and gro (98f8fe1)

0.66.1

Patch Changes

0.66.0

Minor Changes

  • refactor to use fs ops pattern more (c342a0a)

0.65.2

Patch Changes

    • replace topological sort with @fuzdev/fuz_util/sort.js (9f49904)
    • remove unused detect_cycles() method
    • deduplicate DFS cycle detection into #find_cycles helper

0.65.1

Patch Changes

  • fix some component styles (72226e8)

0.65.0

Minor Changes

  • migrate to @fuzdev/gro from @ryanatkn/gro (7d3bd02)

0.64.0

Minor Changes

0.63.0

Minor Changes

  • upgrade fuz_css (#45)

0.62.0

Minor Changes

  • upgrade deps (#44)

0.61.1

Patch Changes

  • change gitops_sync to output repos.json too (fb2d0ca)

0.61.0

Minor Changes

0.60.0

Minor Changes

0.59.0

Minor Changes

  • add gitops_run task, tweak some interfaces (#43)

0.58.0

Minor Changes

  • migrate to fuzdev (#42)

0.57.0

Minor Changes

0.56.0

Minor Changes

  • add verbose option and rework some interfaces (#41)

0.55.0

Minor Changes

  • rework some interfaces (#40)

0.54.0

Minor Changes

  • rename PascalCase from Upper_Snake_Case (lol) (#39)

0.53.0

Minor Changes

  • support >= in peer deps (#37)
  • upgrade peer deps (#37)
  • upgrade deps (#37)

0.52.0

Minor Changes

0.51.0

Minor Changes

  • reorder args of get_gitops_ready (#33)
  • sync git with remote in load_local_repo (#33)
  • add publishing support (#36)
  • update peer deps (#36)

0.50.1

Patch Changes

  • fix two links in repos components (62e09f6)

0.50.0

Minor Changes

  • upgrade deps (#35)

0.49.0

Minor Changes

  • upgrade zod@4 (#34)

0.48.0

Minor Changes

0.47.0

Minor Changes

0.46.0

Minor Changes

0.45.2

Patch Changes

0.45.1

Patch Changes

  • migrate to $app/state from $app/stores (2f880dd)

0.45.0

Minor Changes

  • bump node@22.11 (#32)

0.44.0

Minor Changes

  • run gro sync only if the branch changes (1180456)

Patch Changes

  • sync at start of gro gitops with optional --no-sync arg (3cf5142)

0.43.0

Minor Changes

  • rework local resolution and separate repo loading (2476be1)

0.42.0

Minor Changes

  • check current repo in get_gitops_ready instead of the task (0d8cce5)

0.41.1

Patch Changes

  • run gro gen after gro gitops if there are changes (eb3ca42)

0.41.0

Minor Changes

  • rename to SECRET_GITHUB_API_TOKEN from GITHUB_TOKEN_SECRET (bea3232)

0.40.1

Patch Changes

  • fix repo url to use ssh when cloning (a7ceea8)

0.40.0

Minor Changes

  • rename SECRET_GITHUB_TOKEN from GITHUB_TOKEN_SECRET (fb306be)

0.39.0

Minor Changes

  • add gro gitops_ready task (#31)

0.38.0

Minor Changes

  • upgrade to use create_context (deab96d)

0.37.0

Minor Changes

  • bump required node version to 20.17 (e114227)

0.36.0

Minor Changes

  • upgrade @ryanatkn/fuz@0.119 from 0.118.2 and @ryanatkn/moss@0.12 from 0.11.1 (df573dc)

0.35.0

Minor Changes

0.34.0

Minor Changes

  • loosen peer deps temporarily (a7dc4c7)

0.33.0

Minor Changes

  • change the gitops config source of truth from a deployment url to the repo url (#30)

0.32.0

Minor Changes

  • pin peer deps (#29)
  • rename Repo from Deployment (#29)

0.31.1

Patch Changes

  • format repos with multiline strings (7799fc2)

0.31.0

Minor Changes

  • upgrade @ryanatkn/fuz@0.110.4 from 0.108.4 (acb7bb4)

0.30.2

Patch Changes

  • add tsconfig sourceRoot (b50c370)
  • publish src files (68129cc)
  • enable tsconfig declaration and declarationMap (936beb5)

0.30.1

Patch Changes

  • improve gro gitops path handling and add a banner to the generated repos.ts (f18720d)

0.30.0

Minor Changes

  • change $routes/repos.ts from $lib/deployments.json and add outdir to gro gitops to customize it (#28)

Patch Changes

  • add sideEffects to package.json (c91c043)

0.29.1

Patch Changes

  • upgrade gro with correctly formatted exports (28379ed)

0.29.0

Minor Changes

  • support node@20.12 and later (46b804b)

0.28.0

Minor Changes

  • upgrade node@22.3 and @fuzdev/gro@0.120.0 (eca969a)

0.27.0

Minor Changes

  • throw on 401s in GitHub fetch helpers to abort on invalid tokens (#24)

0.26.0

Minor Changes

  • set peer deps for svelte and @sveltejs/kit (#23) (287df05)

0.25.0

Minor Changes

  • upgrade to svelte 5 (#21)
  • rename ModulesNav from ModulesMenu (#21)

Patch Changes

  • add PageHeader and PageFooter (#21)

0.24.0

Minor Changes

0.23.1

Patch Changes

  • format URLs correctly with pathname (89c315f)

0.23.0

Minor Changes

  • upgrade @ryanatkn/fuz@0.91.0 (1a5a0f7)

0.22.0

Minor Changes

0.21.0

Minor Changes

0.20.1

Patch Changes

0.20.0

Minor Changes

  • gitops.fuz.dev (#20)

0.19.0

Minor Changes

0.18.0

Minor Changes

0.17.0

Minor Changes

  • upgrade @grogarden/util and switch to use its fetch_value (#18)

0.16.3

Patch Changes

  • use selected instead of active for link classes (1cdc18f)

0.16.2

Patch Changes

  • fix parse_deployments to require a homepage_url (d1bccb4)

0.16.1

Patch Changes

  • fix tree nav flex direction (a1cc247)

0.16.0

Minor Changes

  • fix local package gro gitops (#15)

Patch Changes

  • add PageFooter, PageHeader, and page components (#16)
  • add tree nav component (#12)

0.15.0

Minor Changes

  • query and display CI status (#17)

Patch Changes

0.14.0

Minor Changes

  • rename DeploymentsTable from RepoTable (70d4b0d)

0.13.3

Patch Changes

  • make DeploymentsTree full the available width (19809e1)

0.13.2

Patch Changes

0.13.1

Patch Changes

  • fix deployments.json type (3bb681a)

0.13.0

Minor Changes

  • upgrade gro with src_json (#13)

0.12.0

Minor Changes

0.11.0

Minor Changes

  • rename ModulesDetail slot "nav" from "menu" (#11)

Patch Changes

  • add DeploymentsTree (#11)
  • add breadcrumb to ModulesDetail (6088428)

0.10.9

Patch Changes

0.10.8

Patch Changes

  • add gitops.task.ts (1e2dc8f)
  • use if-modified-since and last-modified headers (68e4f47)

0.10.7

Patch Changes

  • improve PullRequestsDetail (9887469)

0.10.6

Patch Changes

  • add PullRequestsDetail (#10)

0.10.5

Patch Changes

  • fix ModulesDetail layout (c6d69c3)

0.10.4

Patch Changes

0.10.3

Patch Changes

0.10.2

Patch Changes

  • show only published deployments (e61c437)

0.10.1

Patch Changes

  • rearrange repo table columns (6041e50)

0.10.0

Minor Changes

0.9.0

Minor Changes

  • upgrade deps (#9)

0.8.2

Patch Changes

  • publish sample data (#8)
  • add ModulesDetail.svelte and ModulesNav.svelte (#8)

0.8.1

Patch Changes

0.8.0

Minor Changes

0.7.1

Patch Changes

  • log package cache status (fe97baf)

0.7.0

Minor Changes

  • add cache for gro gitops (#7)
  • snake_case everywhere (#7)

0.6.2

Patch Changes

  • add favicon to DeploymentsTable (9c0e326)

0.6.1

Patch Changes

  • make GithubPullRequest body nullable (77f0ad6)

0.6.0

Minor Changes

  • extract $lib/github.ts (#6)
  • add GithubPullRequest schema and parse fetch response (#6)

0.5.2

Patch Changes

  • fix package fetching error handling (b7cb0df)

0.5.1

Patch Changes

  • add peer dep for @octokit/request (8dbc32a)

0.5.0

Minor Changes

  • support pull_requests for public repos (#5)

0.4.0

Minor Changes

Patch Changes

0.3.0

Minor Changes

  • rename GitopsConfig deployments from repos (0e16e6f)

0.2.1

Patch Changes

  • fix generated type file path (49f61b1)

0.2.0

Minor Changes

0.1.1

Patch Changes

  • upgrade gro to fix default svelte exports (33f0f77)

0.1.0

Minor Changes