[mesos] branch master updated (a1bfa74 -> ea40990)

2020-08-31 Thread qianzhang
This is an automated email from the ASF dual-hosted git repository. qianzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from a1bfa74 Fixed broken authorization in the CSI server. new 17f2856 Enabled CSI volume access for non-root

[mesos] 01/02: Enabled CSI volume access for non-root users.

2020-08-31 Thread qianzhang
This is an automated email from the ASF dual-hosted git repository. qianzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 17f28563488ddaeb2daa60b53bd8dc19e25cddef Author: Qian Zhang AuthorDate: Wed Aug 26 10:33:26 2020 +0800 Enabled

[mesos] 02/02: Relaxed unknown volume check when unpublishing volumes.

2020-08-31 Thread qianzhang
This is an automated email from the ASF dual-hosted git repository. qianzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit ea4099028cfe93e1e2fd80e4d30e03057ec27df1 Author: Qian Zhang AuthorDate: Sun Aug 30 10:23:06 2020 +0800 Relaxed

[mesos] branch master updated: Fixed broken authorization in the CSI server.

2020-08-31 Thread grag
This is an automated email from the ASF dual-hosted git repository. grag pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new a1bfa74 Fixed broken authorization in the CSI

[mesos] 02/02: Fixed distcheck failure due to wrongly referencing non-existent header.

2020-08-31 Thread asekretenko
This is an automated email from the ASF dual-hosted git repository. asekretenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit 7adebe5234bb22f17bcfbfef10d88c542b197531 Author: Andrei Sekretenko AuthorDate: Fri Aug 28 20:00:45 2020 +0200

[mesos] 01/02: Fixed compilation failure due to -Wmissing-braces in `Master::Master()`.

2020-08-31 Thread asekretenko
This is an automated email from the ASF dual-hosted git repository. asekretenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git commit dff028b63bd0ece4bb1b0d60eac4c9aa1fc3242b Author: Andrei Sekretenko AuthorDate: Fri Aug 28 19:51:03 2020 +0200

[mesos] branch master updated (213d2ab -> 7adebe5)

2020-08-31 Thread asekretenko
This is an automated email from the ASF dual-hosted git repository. asekretenko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git. from 213d2ab Fixed compilation failure due to type mis-deduction in `createRE2()`. new dff028b Fixed