Commit Graph

  • 7789284cbe Added pod.Restart() functionality to libpod. haircommander 2018-07-23 15:56:12 -0400
  • 42bd9d3880 Add a mutex to BoltDB state to prevent lock issues Matthew Heon 2018-07-25 10:43:28 -0400
  • aa592c0494
    Merge e4abe15775 into e56717833e Peter Hunt 2018-07-25 14:45:06 +0000
  • 1107fb16cd
    Merge d61b85a9ac into e56717833e Urvashi Mohnani 2018-07-25 14:45:02 +0000
  • e56717833e Clear variables used to store options after parsing for every volume umohnani8 2018-07-23 15:22:35 -0400
  • e4abe15775 Added pod restart haircommander 2018-07-23 16:02:46 -0400
  • b6fca7301c Added pod.Restart() functionality to libpod. haircommander 2018-07-23 15:56:12 -0400
  • c90b7400a8
    Merge pull request #1116 from mheon/namespaces Daniel J Walsh 2018-07-25 08:47:35 -0400
  • 43926bf244
    Merge 9781e0f8ce into 32b690e902 Jhon Honce 2018-07-25 02:50:20 +0000
  • 32b690e902 Clean up pylint warnings and errors Jhon Honce 2018-07-24 16:44:45 -0700
  • 9781e0f8ce Clean up pylint warnings and errors Jhon Honce 2018-07-24 16:44:45 -0700
  • 561007d1f8
    Merge pull request #1153 from jwhonce/bug/psgo Matthew Heon 2018-07-24 18:23:41 -0400
  • e43270fc5e podman: allow to specify the IPC namespace to join Giuseppe Scrivano 2018-07-24 18:23:10 +0200
  • 977c8a9cd6 podman: allow to specify the UTS namespace to join Giuseppe Scrivano 2018-07-24 17:53:10 +0200
  • 8223fbaac6 podman: allow to specify the PID namespace to join Giuseppe Scrivano 2018-07-24 17:46:47 +0200
  • 819c807125 podman: allow to specify the userns to join Giuseppe Scrivano 2018-07-24 17:12:33 +0200
  • 41c7e43b4d network: support ns: prefix to join existing namespace Giuseppe Scrivano 2018-07-23 12:37:29 +0200
  • 6f65490e27 spec: allow container:NAME network mode Giuseppe Scrivano 2018-07-23 11:44:31 +0200
  • 1b51e88098 Update comments in BoltDB and In-Memory states Matthew Heon 2018-07-24 16:11:26 -0400
  • a05a97432c Add an E2E test to verify basic namespace functionality Matthew Heon 2018-07-20 09:07:52 -0400
  • 0d82e63215 Add libpod namespace to config Matthew Heon 2018-07-20 08:54:24 -0400
  • 486c5c87bc Add missing runtime.go lines to set namespace Matthew Heon 2018-07-20 08:49:30 -0400
  • 7a358e4277 Address first round of review comments Matthew Heon 2018-07-19 17:21:27 -0400
  • fc95f68247 Set namespace for new pods/containers based on runtime Matthew Heon 2018-07-19 14:29:00 -0400
  • 3ae0c80806 Add --namespace flag to Podman Matthew Heon 2018-07-19 14:24:22 -0400
  • 8f91678a49 Update documentation for the State interface Matthew Heon 2018-07-19 12:05:14 -0400
  • 84afa32493 Ensure pods are part of the set namespace when added Matthew Heon 2018-07-19 12:04:44 -0400
  • 7b30659629 Enforce namespace checks on container add Matthew Heon 2018-07-19 11:24:42 -0400
  • 572fd75d22 Add tests for state namespacing Matthew Heon 2018-07-18 13:47:08 -0400
  • 92e6bd01a8 Add namespaces to in memory state Matthew Heon 2018-07-12 10:25:49 -0400
  • 2705344634 Untested implementation of namespaced BoltDB access Matthew Heon 2018-07-03 11:12:00 -0400
  • e838dcb4bf Add constraint that dependencies must be in the same ns Matthew Heon 2018-06-25 23:39:11 -0400
  • ab9bc21877 Add namespaces and initial constraints to database Matthew Heon 2018-06-25 13:27:57 -0400
  • 2445787336 Add container and pod namespaces to configs Matthew Heon 2018-06-25 10:35:15 -0400
  • f20472329a
    Merge 329fec69bc into 6715bffaf6 Giuseppe Scrivano 2018-07-24 19:38:44 +0000
  • 329fec69bc
    podman: allow to specify the IPC namespace to join Giuseppe Scrivano 2018-07-24 18:23:10 +0200
  • 8e145d9c9a Fix varlink API usage of psgo Jhon Honce 2018-07-24 12:06:16 -0700
  • 30378a4642
    podman: allow to specify the UTS namespace to join Giuseppe Scrivano 2018-07-24 17:53:10 +0200
  • ced3e4d0a3
    podman: allow to specify the PID namespace to join Giuseppe Scrivano 2018-07-24 17:46:47 +0200
  • 6b032b0c11
    podman: allow to specify the userns to join Giuseppe Scrivano 2018-07-24 17:12:33 +0200
  • 37460628a3
    network: support ns: prefix to join existing namespace Giuseppe Scrivano 2018-07-23 12:37:29 +0200
  • d61b85a9ac Clear variables used to store options after parsing for every volume umohnani8 2018-07-23 15:22:35 -0400
  • 6715bffaf6 Update issue template to point build bugs at buildah Matthew Heon 2018-07-24 10:25:05 -0400
  • 795565843a
    Merge 3bb40d4763 into 153d33814d Peter Hunt 2018-07-24 15:42:46 +0000
  • 3bb40d4763 Added pod restart haircommander 2018-07-23 16:02:46 -0400
  • 62ce0b9033 Added pod.Restart() functionality to libpod. haircommander 2018-07-23 15:56:12 -0400
  • 21012c0f57
    Merge efe94f57f8 into 153d33814d Matthew Heon 2018-07-24 15:25:11 +0000
  • afecc0c6e0
    Merge d3b945c9f0 into 07fe4e51cb Daniel J Walsh 2018-07-24 14:53:29 +0000
  • 153d33814d We don't currently support --mac-address Daniel J Walsh 2018-07-23 11:48:40 -0400
  • fe4aa5c105 Add pod kill haircommander 2018-07-20 14:06:26 -0400
  • efe94f57f8 Update issue template to point build bugs at buildah Matthew Heon 2018-07-24 10:25:05 -0400
  • 07fe4e51cb Vendor in latest containers/psgo code Daniel J Walsh 2018-07-24 08:20:54 -0400
  • af43f6bedb
    Merge d72b6152f5 into 3c5ce9b8bf Daniel J Walsh 2018-07-24 12:25:52 +0000
  • d72b6152f5
    Vendor in latest containers/psgo code Daniel J Walsh 2018-07-24 08:20:54 -0400
  • effe6d6b7d
    Merge c5f97fb125 into 3c5ce9b8bf Giuseppe Scrivano 2018-07-24 02:26:20 +0000
  • cb7c817a99
    Merge 971aec8e9d into 3c5ce9b8bf Matthew Heon 2018-07-24 02:25:15 +0000
  • 3c5ce9b8bf Update container Mounted() and Mountpoint() functions Matthew Heon 2018-07-23 16:30:23 -0400
  • 971aec8e9d Update container Mounted() and Mountpoint() functions Matthew Heon 2018-07-23 16:30:23 -0400
  • 9a18681ba6 [WIP] Refactor and simplify python builds Jhon Honce 2018-07-16 17:29:50 -0700
  • c5f97fb125
    [HACK] rootless: use slirp-forwarder to configure the network Giuseppe Scrivano 2018-07-23 16:18:29 +0200
  • 3940e325f9
    Merge 6819d4ae36 into 8569ed0305 Jhon Honce 2018-07-23 18:38:13 +0000
  • 8569ed0305 AppArmor: runtime check if it's enabled on the host Valentin Rothberg 2018-07-22 17:45:36 +0200
  • 2c8463892f Double timeout for papr in attempt to stop test errors Matthew Heon 2018-07-23 13:53:54 -0400
  • 6819d4ae36 [WIP] Refactor and simplify python builds Jhon Honce 2018-07-16 17:29:50 -0700
  • 38341d5e85
    Merge f7a6f61992 into 2c11e38b24 Valentin Rothberg 2018-07-23 17:30:05 +0000
  • 2c11e38b24 Add format descriptors infor to podman top Daniel J Walsh 2018-07-23 10:00:11 -0400
  • d3b945c9f0
    We don't currently support --mac-address Daniel J Walsh 2018-07-23 11:48:40 -0400
  • 88c2bbb4d2
    Merge 26477fd767 into 8f48e60840 Daniel J Walsh 2018-07-23 15:30:05 +0000
  • 26477fd767
    Add format descriptors infor to podman top Daniel J Walsh 2018-07-23 10:00:11 -0400
  • 8f48e60840 Fix error handling in pod start/stop. haircommander 2018-07-23 09:13:45 -0400
  • 71f7d1e58b
    Merge 40c519b4b6 into acd28b9fc9 Peter Hunt 2018-07-23 14:21:33 +0000
  • acd28b9fc9 docs/podman-top: fix typo and whitespace Valentin Rothberg 2018-07-23 15:07:37 +0200
  • b519a66693
    Merge 408eeab7c6 into 8ff0eb53cb Valentin Rothberg 2018-07-23 13:19:40 +0000
  • 40c519b4b6 Fix error handling in pod start/stop. haircommander 2018-07-23 09:13:45 -0400
  • 408eeab7c6 docs/podman-top: fix typo and whitespace Valentin Rothberg 2018-07-23 15:07:37 +0200
  • 8ff0eb53cb Use the result of reference.Parse when checking for digests. Miloslav Trmač 2018-07-19 01:15:02 +0200
  • 38842bd407 Make refNamesFromPossiblyUnqualifiedName independent from Image Miloslav Trmač 2018-07-19 00:58:26 +0200
  • 3b964a4d9a Make Image.HasShaInInputName to an independent local function Miloslav Trmač 2018-07-19 00:11:15 +0200
  • 347ba2cc25 Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedName Miloslav Trmač 2018-07-19 00:07:15 +0200
  • b500f9275e Rename local variables in Runtime.pullRefPairsFromRefNames Miloslav Trmač 2018-07-18 23:58:20 +0200
  • 4e285b52c1 Split Runtime.pullRefPairsFromRefNames from Image.createNamesToPull Miloslav Trmač 2018-07-18 23:53:46 +0200
  • e20409d427 Rename nameToPull to pullRefName Miloslav Trmač 2018-07-18 23:48:35 +0200
  • de4a41d821 Rename pullStruct to pullRefPair Miloslav Trmač 2018-07-18 23:46:14 +0200
  • 729e72ef48 Replace optional nameToPull.shaPullName with mandatory dstName Miloslav Trmač 2018-07-18 23:27:48 +0200
  • 775eb78f6b Introduce nameToPull, move shaPullName in there Miloslav Trmač 2018-07-18 23:20:36 +0200
  • 70589c326c Split normalizeTag from Image.TagImage Miloslav Trmač 2018-07-18 22:50:53 +0200
  • 501acd460e Remove Image.isShortName Miloslav Trmač 2018-07-18 22:43:10 +0200
  • 014b3dcc35 Inline getTags into its only user Miloslav Trmač 2018-07-18 22:32:56 +0200
  • e8bc914134 Add unit tests for imageParts Miloslav Trmač 2018-07-18 22:29:35 +0200
  • 8e82f0e4f5
    Merge 96486f81ea into eb17182ecf Miloslav Trmač 2018-07-23 12:38:50 +0000
  • 19b14f95c7
    Merge eb0f9d12d8 into eb17182ecf Tom Sweeney 2018-07-23 12:38:20 +0000
  • eb17182ecf Add OnBuild and usernamespace test to baseline TomSweeneyRedHat 2018-07-21 18:53:43 -0400
  • f77d4a7ac4
    network: support ns: prefix to join existing namespace Giuseppe Scrivano 2018-07-23 12:37:29 +0200
  • 13b785e5f8
    spec: allow container:NAME network mode Giuseppe Scrivano 2018-07-23 11:44:31 +0200
  • f7a6f61992 AppArmor: runtime check if it's enabled on the host Valentin Rothberg 2018-07-22 17:45:36 +0200
  • eb0f9d12d8 Add OnBuild and usernamespace test to baseline TomSweeneyRedHat 2018-07-21 18:53:43 -0400
  • 96486f81ea Use the result of reference.Parse when checking for digests. Miloslav Trmač 2018-07-19 01:15:02 +0200
  • 5bd937e209 Make refNamesFromPossiblyUnqualifiedName independent from Image Miloslav Trmač 2018-07-19 00:58:26 +0200
  • cdfc2daf96 Make Image.HasShaInInputName to an independent local function Miloslav Trmač 2018-07-19 00:11:15 +0200
  • f49186397b Split createNamesToPull into ref{Names,Pairs}FromPossiblyUnqualifiedName Miloslav Trmač 2018-07-19 00:07:15 +0200