{"id":16880551,"url":"https://github.com/squaremo/fluxy-testdata","last_synced_at":"2026-05-22T05:03:56.760Z","repository":{"id":57610794,"uuid":"65986323","full_name":"squaremo/fluxy-testdata","owner":"squaremo","description":"Flux, reimagined, with a simply magical user experience","archived":false,"fork":false,"pushed_at":"2016-11-08T21:45:09.000Z","size":3312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T05:25:02.352Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squaremo.png","metadata":{"files":{"readme":"README.md","changelog":"history/drivers.go","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-18T09:56:10.000Z","updated_at":"2016-11-06T20:31:54.000Z","dependencies_parsed_at":"2022-08-27T22:42:04.687Z","dependency_job_id":null,"html_url":"https://github.com/squaremo/fluxy-testdata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Ffluxy-testdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Ffluxy-testdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Ffluxy-testdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Ffluxy-testdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squaremo","download_url":"https://codeload.github.com/squaremo/fluxy-testdata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244541980,"owners_count":20469246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T15:59:11.437Z","updated_at":"2026-05-22T05:03:51.727Z","avatar_url":"https://github.com/squaremo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluxy\n\nWork with your code, from laptop to prod.\n\n## User stories\n\nI want to update a specific image in a specific service, and deploy it.\n\n```\nfluxctl release --service=S --update-image=I\n```\n\nI want to deploy specific service/image pairs from some other source of truth, e.g. a dev environment to a prod environment.\n\n```\n# Some script wrapping this command:\nfluxctl release --service=S --update-image=I\n```\n\nI want to deploy the latest images for a given service.\n\n```\nfluxctl release --service=S --update-all-images\n```\n\nI want to release a specific image to all services that are using that image, except some services that I have manually excluded somehow.\n\n```\nfluxctl release --all --update-image=I\n```\n\nI want to deploy the latest images for all services on the platform, except some services that I have manually excluded somehow.\n\n```\nfluxctl release --all --update-all-images\n```\n\nI want to deploy a service with no change of image, just taking the latest resource definition file.\nThis may be known as a config change deployment.\n\n```\nfluxctl release --service=S\n```\n\nI want to automatically deploy the latest images for a set of opt-in services.\n\n```\nfluxctl automate --service=S\n```\n\nI want to show all recognized services and their status.\n\n```\nfluxctl list-services\n```\n\nI want to find out what images are available for a service.\n\n```\nfluxctl list-images --service=S\n```\n\nI want to inspect the history of actions taken with Fluxy, both per-service and overall.\n\n```\nfluxctl history [--service=S]\n```\n\n## Installing\n\nFor the minute you will have to build or use the container image\n`quay.io/weaveworks/fluxy`.\n\n## Developing\n\n### Build\n\nEnsure the repository is checked out into $GOPATH/src/github.com/weaveworks/fluxy.\nThen, from the root,\n\n```\n$ gvt restore\n# .. time passes ..\n$ make\n```\n\nThis makes Docker images, and installs binaries to $GOPATH/bin.\n\n### Test\n\n```\n$ go test ./...\n```\n\n### Dependency management\n\nWe use [gvt](https://github.com/FiloSottile/gvt) to manage vendored dependencies.\nNote that **we do not check in the vendor folder**.\n\nTo get all the dependencies put in the `vendor/` folder, use\n\n```\n$ go get -u github.com/FiloSottile/gvt # install gvt if you don't have it\n$ gvt restore\n```\n\nTo add dependencies, use\n\n```\n$ gvt fetch \u003cdependency\u003e\n```\n\n`gvt` does not *discover* dependencies for you, but it will add them\nrecursively; so, it should be sufficient to just add packages you\nimport.\n\n### Contribution\n\nFlux follows a typical PR workflow.\nAll contributions should be made as PRs that satisfy the guidelines below.\n\n### Guidelines\n\n- All code must abide [Go Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments)\n- Names should abide [What's in a name](https://talks.golang.org/2014/names.slide#1)\n- Code must build on both Linux and Darwin, via plain `go build`\n- Code should have appropriate test coverage, invoked via plain `go test`\n\nIn addition, several mechanical checks are enforced.\nSee [the lint script](/lint) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Ffluxy-testdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquaremo%2Ffluxy-testdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Ffluxy-testdata/lists"}