This website requires JavaScript.
Explore
Help
Register
Sign In
centersl
/
docker-docs
Watch
1
Star
0
Fork
0
You've already forked docker-docs
mirror of
https://github.com/docker/docs.git
synced
2026-03-31 16:28:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
84f5ed28d2f1eaeb8488c3c02e199a099311fbab
docker-docs
/
server
History
Ying Li
e1397f4b03
Use updated-at for last modification date for getting current metadata
...
Signed-off-by: Ying Li <
ying.li@docker.com
>
2016-03-14 17:18:18 -07:00
..
errors
Pass original invalid version storage error details into standardized errors
2016-01-14 09:57:36 -08:00
handlers
Use updated-at for last modification date for getting current metadata
2016-03-14 17:18:18 -07:00
snapshot
Use updated-at for last modification date for getting current metadata
2016-03-14 17:18:18 -07:00
storage
Use updated-at for last modification date for getting current metadata
2016-03-14 17:18:18 -07:00
timestamp
Use updated-at for last modification date for getting current metadata
2016-03-14 17:18:18 -07:00
integration_test.go
completely removing KeyDB
2016-02-16 21:11:13 -08:00
server_test.go
update metrics endpoint
2016-02-02 09:52:43 -08:00
server.go
the server was not setting the longer snapshot expiry time. When generating a timestamp it was also retriving the snapshot directly from the database and only validating the checksum still matched what was in the timestamp. Due to the addition of consistent downloads, this mean a new snapshot never got generated. It is necessary for GetOrCreateTimestamp to call GetOrCreateSnapshot to ensure a new snapshot is generated as and when required
2016-02-24 15:51:31 -08:00