Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Show last deploy operation user and time, current git ref on app show #88

Merged
merged 4 commits into from
Feb 17, 2015

Conversation

bantic
Copy link
Contributor

@bantic bantic commented Feb 16, 2015

  • add format-date helper
  • add iso-8601-timestamp transform
  • add image model
  • DRY common model dependencies for unit tests
  • test that an app's currentImage and lastDeployOperation can be sideloaded

@mixonic for you
fixes #73 #86

  * DRY common model dependencies
  * add image model
  * test that embedded currentImage and lastDeployOperation are sideloaded

fixes aptible#73
  * add `format-date` helper
  * add `iso-8601-timestamp` transform

fixes aptible#86
@bantic
Copy link
Contributor Author

bantic commented Feb 16, 2015

looks like

image

@skylar-anderson skylar-anderson mentioned this pull request Feb 16, 2015
62 tasks
  * remove unused 'audit-history' template

fixes aptible#87
@bantic
Copy link
Contributor Author

bantic commented Feb 16, 2015

also format utc timestamps on app/db activity pages. fixes #87.

looks like

image

date instanceof Date);

let monthName = monthNames[ date.getMonth() ];
return `${monthName} ${date.getDate()}, ${date.getFullYear()}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sandersonet @fancyremarker check out this use of ES2015 string interpolation. These are also multi-line capable.

mixonic added a commit that referenced this pull request Feb 17, 2015
Show last deploy operation user and time, current git ref on app show
@mixonic mixonic merged commit 76cbbaf into aptible:master Feb 17, 2015
@bantic bantic deleted the app-embedded branch May 28, 2015 14:24
skylar-anderson added a commit to skylar-anderson/dashboard.aptible.com that referenced this pull request Aug 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Properly handle app.lastDeployOperation and app.currentImage
2 participants