Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Write time-sorted record of each deployment #10

Closed
lukebond opened this issue Apr 15, 2015 · 4 comments · Fixed by #24
Closed

Write time-sorted record of each deployment #10

lukebond opened this issue Apr 15, 2015 · 4 comments · Fixed by #24

Comments

@lukebond
Copy link
Contributor

Something is written on each deploy (see resources/config/model.js#L63) but it isn't sorted in a way that's useful to be presented in a time-sorted "deployment history" interface.

Perhaps something like:

key: journal!1429102560
value: { "event": "deploy", "timestamp": 1429102560, "key": "deploy!myservice!1" }

There may be other event types that warrant journaling, hence the "type" field.

@lukebond
Copy link
Contributor Author

I'm working on this atm

@jacyzon
Copy link
Contributor

jacyzon commented May 10, 2015

@lukebond Have you finished?

@lukebond
Copy link
Contributor Author

I did a bunch of work on it then lost it :( you are welcome to work on this if you like @jacyzon

@jacyzon
Copy link
Contributor

jacyzon commented May 11, 2015

Too bad to hear that...
BTW, I'm working on mockup for paz-sh/paz-web#2.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants