Skip to content

Tool to determine which app deployments have started using a version of interest as a dependency

Notifications You must be signed in to change notification settings

georgelesica-wf/rollout_status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollout_status

To run this tool locally:

$ pub get
$ pub serve

Navigate to https://localhost:8080 in your browser.

screenshot

Deploying the Server

The server portion of this project is a very small node JS application. It is currently deployed via Google AppEngine.

All you need to perform the deploy is the Google Cloud Platform SDK:

$ cd server/
$ gcloud config set project rollout-status
$ gcloud app deploy

Running the Server Locally

You'll need to modify the baseUri in store.dart to point to localhost instead of the deployed URI.

Then run the server like so:

$ cd server/
$ npm install
$ npm start

About

Tool to determine which app deployments have started using a version of interest as a dependency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 86.3%
  • JavaScript 8.5%
  • HTML 4.6%
  • Shell 0.6%