Historique des commits

Auteur SHA1 Message Date
  zhangxiaoyu-zidif 1ab62a0b4d server.go: format for il y a 8 ans
  Aaron Lehmann 7381fffb2f api: Don't include stack traces with errors il y a 8 ans
  Tibor Vass f7d9bb6248 Show stacktrace in daemon logs only if 500 internal error il y a 8 ans
  Tibor Vass 26d0bac895 plugin: use pkg/errors in more places il y a 8 ans
  Tonis Tiigi 64981b9f09 Move UAStringKey to dockerversion pkg il y a 8 ans
  allencloud 1f039a66ac fix typo il y a 8 ans
  Victor Vieux e98e4a7111 always add but hide experimental cmds and flags il y a 8 ans
  Elena Morozova 64238fef8c all: replace loop with single append il y a 8 ans
  mgniu 97a4548bb3 typo: modified `Server` as `Serve` il y a 8 ans
  Daniel Nephin c452e1bfe6 Move errors/ to api/errors il y a 8 ans
  mgniu e743ab0882 replace `handleWithGlobalMiddlewares` with `handlerWithGlobalMiddlewares` il y a 9 ans
  Yong Tang a72b45dbec Fix logrus formatting il y a 9 ans
  Ben Firshman 322e2a7d05 Return remote API errors as JSON il y a 9 ans
  David Calavera 8d3467626e Move middleware to interfaces. il y a 9 ans
  Antonio Murdaca 526ddd3512 api: server: server: remove redunant debugf il y a 9 ans
  David Calavera a793564b25 Remove static errors from errors package. il y a 9 ans
  David Calavera 1ba44a832f Make server middleware standalone functions. il y a 9 ans
  David Calavera e8f569b324 Remove all docker debugging knowledge from the server. il y a 9 ans
  David Calavera 34c29277c2 Move listeners and port allocation outside the server. il y a 9 ans
  David Calavera 1af76ef597 Remove daemon dependency from api/server. il y a 9 ans
  Lukas Waslowski dd93571c69 Decouple the "container" router from the actual daemon implementation. il y a 9 ans
  Anusha Ragunathan 9c332b164f Remove package daemonbuilder. il y a 9 ans
  Alexander Morozov 3dc8829a83 Remove obsolete comment il y a 9 ans
  David Calavera 677a6b3506 Allow to set daemon and server configurations in a file. il y a 9 ans
  Tibor Vass 5c630ea7c3 Rename authz to authorization for greater clarity il y a 9 ans
  David Calavera 8e034802b7 Remove usage of pkg sockets and tlsconfig. il y a 9 ans
  Anusha Ragunathan f8dc044aec Create build router separate from image router. il y a 9 ans
  Liron Levin f28230d35c Rebase from master il y a 9 ans
  Liron Levin 75c353f0ad Docker authorization plug-in infrastructure enables extending the functionality of the Docker daemon with respect to user authorization. The infrastructure enables registering a set of external authorization plug-in. Each plug-in receives information about the user and the request and decides whether to allow or deny the request. Only in case all plug-ins allow accessing the resource the access is granted. il y a 9 ans
  David Calavera 867f432985 Move docker system information to a dedicated router and backend. il y a 9 ans