{"id":16102379,"url":"https://github.com/sshaw/wfviw","last_synced_at":"2025-04-12T23:12:20.985Z","repository":{"id":14524966,"uuid":"17239235","full_name":"sshaw/wfviw","owner":"sshaw","description":"WFVIW!?","archived":false,"fork":false,"pushed_at":"2015-06-23T05:12:29.000Z","size":281,"stargazers_count":0,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T23:11:45.307Z","etag":null,"topics":["deployment","release","ruby","versioning"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"akki98aga/adventure","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-27T06:31:54.000Z","updated_at":"2015-06-17T03:44:35.000Z","dependencies_parsed_at":"2022-08-31T03:50:36.327Z","dependency_job_id":null,"html_url":"https://github.com/sshaw/wfviw","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Fwfviw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Fwfviw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Fwfviw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshaw%2Fwfviw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshaw","download_url":"https://codeload.github.com/sshaw/wfviw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643003,"owners_count":21138355,"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":["deployment","release","ruby","versioning"],"created_at":"2024-10-09T18:53:41.747Z","updated_at":"2025-04-12T23:12:20.958Z","avatar_url":"https://github.com/sshaw.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WFVIW!?\n\n_What Fucking Version is Where!?_ Keeps track of what's deployed, and where.\n\n## Running\n\n    bundle install\n    bundle exec ruby wfviw.rb\n\n\nA `config.ru` file is also included so it can be run via Rack.\n\n### The Database\n\nBy default an SQLite database named `deployments.db` will be created in the current directory.\nIf you're not using SQLite you must add your DB lib to the `Gemfile`, remove `sqlite3`, and **create the database yourself**.\n\nThere are a couple of ways to specify [a DB connection string](http://sequel.jeremyevans.net/rdoc/files/doc/opening_databases_rdoc.html#label-Using+the+Sequel.connect+method).\n\n#### Command Line\n\n\tbundle exec ruby wfviw.rb  # use default DB\n\tbundle exec ruby wfviw.rb 'postgres://sshaw@localhost/wfviw'\n\n#### Environment Variable\n\nJust set the `DATABASE_URL` environment variable.\n\n\tDATABASE_URL='postgres://sshaw@localhost/wfviw' bundle exec ruby wfviw.rb\n \n## Adding Versions\n\nAdd something like following to your deployment script/hook/whatever:\n\n    curl -d 'environment=production\u0026name=website\u0026version=v0.2.1' http://localhost:4567/deploy\n\nThe following parameters are accepted\n\nRequired:\n\n  * `environment`\n  * `name`\n  * `version`\n\nOptional:\n\n  * `hostname`\n  * `deployed_by`\n\n## Other Ways to Track Deployments\n\n* https://github.com/mydrive/capistrano-deploytags\n* https://github.com/forward/capistrano-deploy-tagger\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Fwfviw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshaw%2Fwfviw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshaw%2Fwfviw/lists"}