portainer/app
pc 8df64031e8 feat(log-viewer): change line count default to 100 and add a since parameter (#2377)
* chore(log-viewer): add the ability to use`since` parameter #1942

https://github.com/portainer/portainer/issues/1942#issuecomment-430246378

* chore(log-viewer): change lineCount to 100 #1942

https://github.com/portainer/portainer/issues/1942#issuecomment-430246378

* fix(log-viewer): js syntax typo for `;` and `'`

forget to lint the code, reported by codeclimate

* fix(log-viewer): use mementjs to format timestamp

1. use moment lib instead of define a function in filter.js(not the right place for this function, removed)
2. set sinceTimestamp init value to `24 hours ago`, as we just need to focus on the relative latest logs after the log-viewer loading, not all the logs(to speedup the process)
3. use moment().unix() to convert the `sinceTimestamp`  to local unix timestamp(not utc)

* chore(log-viewer): add the ability to select the datetime for `since`

* chore(log-viewer): add the ability to fetch logs from specific time
2018-10-29 17:49:35 +13:00
..
agent feat(app): toggle features based on agent API version (#2378) 2018-10-26 16:16:29 +13:00
azure
docker feat(log-viewer): change line count default to 100 and add a since parameter (#2377) 2018-10-29 17:49:35 +13:00
extensions/storidge
portainer feat(endpoints): add the ability to browse offline endpoints (#2253) 2018-10-28 22:27:06 +13:00
__module.js
app.js refactor(app): refactor unauthenticated state management (#2393) 2018-10-23 17:28:59 +13:00
config.js feat(endpoints): add the ability to browse offline endpoints (#2253) 2018-10-28 22:27:06 +13:00
constants.js feat(webhooks): add support for service update webhooks (#2161) 2018-09-03 12:08:03 +02:00