From 1ca2103132356ca2d1f4f64088e58183745d9151 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Mon, 23 May 2022 08:10:41 -0700 Subject: [PATCH 1/2] [FIX] athene: ignore local .var --- .theia/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.theia/settings.json b/.theia/settings.json index 720fd1c4..db8877e9 100644 --- a/.theia/settings.json +++ b/.theia/settings.json @@ -1,6 +1,7 @@ { "workbench.colorTheme": "Hibou Dark", "files.exclude": { + "**/.var": true, "**/.git": true, "**/.svn": true, "**/.hg": true, From 5709e7a019ed2d3e396ccc61fae7d64fc4535919 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Mon, 23 May 2022 15:46:48 +0000 Subject: [PATCH 2/2] [ADD] auditlog: from OCA 15.0 --- auditlog | 1 + external/hibou-oca/server-tools | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 auditlog diff --git a/auditlog b/auditlog new file mode 120000 index 00000000..d456b705 --- /dev/null +++ b/auditlog @@ -0,0 +1 @@ +./external/hibou-oca/server-tools/auditlog \ No newline at end of file diff --git a/external/hibou-oca/server-tools b/external/hibou-oca/server-tools index 97b35c67..9f2fb880 160000 --- a/external/hibou-oca/server-tools +++ b/external/hibou-oca/server-tools @@ -1 +1 @@ -Subproject commit 97b35c673d16cf85d7a5a3a20cb3d6844130279b +Subproject commit 9f2fb880abac727a85c93aa445adea07c8ceef24