[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-09-01 Thread Justin Kromlinger via arch-commits
Date: Thursday, September 1, 2022 @ 21:00:38
  Author: hashworks
Revision: 1290448

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1290447, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:00:35 UTC (rev 1290447)
+++ PKGBUILD2022-09-01 21:00:38 UTC (rev 1290448)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=2.1.0.0
-_dashboardsver=2.1.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"OpenSearch-Dashboards/package.json" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1290447, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:00:38 UTC (rev 1290448)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=2.2.1.0
+_dashboardsver=2.2.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"OpenSearch-Dashboards/package.json" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-07-11 Thread Leonidas Spyropoulos via arch-commits
Date: Monday, July 11, 2022 @ 09:15:04
  Author: artafinde
Revision: 1249517

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1249516, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-11 09:14:58 UTC (rev 1249516)
+++ PKGBUILD2022-07-11 09:15:04 UTC (rev 1249517)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=2.0.1.0
-_dashboardsver=2.0.1
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"OpenSearch-Dashboards/package.json" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1249516, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-11 09:15:04 UTC (rev 1249517)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=2.1.0.0
+_dashboardsver=2.1.0
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"OpenSearch-Dashboards/package.json" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-06-21 Thread Justin Kromlinger via arch-commits
Date: Tuesday, June 21, 2022 @ 08:47:44
  Author: hashworks
Revision: 1238786

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1238785, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-21 08:47:41 UTC (rev 1238785)
+++ PKGBUILD2022-06-21 08:47:44 UTC (rev 1238786)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=2.0.0.0
-_dashboardsver=2.0.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"OpenSearch-Dashboards/package.json" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1238785, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-21 08:47:44 UTC (rev 1238786)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=2.0.1.0
+_dashboardsver=2.0.1
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"OpenSearch-Dashboards/package.json" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-05-27 Thread Justin Kromlinger via arch-commits
Date: Saturday, May 28, 2022 @ 03:02:16
  Author: hashworks
Revision: 1210934

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1210933, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-28 03:02:13 UTC (rev 1210933)
+++ PKGBUILD2022-05-28 03:02:16 UTC (rev 1210934)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=1.3.2.0
-_dashboardsver=1.3.2
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"OpenSearch-Dashboards/package.json" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1210933, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-28 03:02:16 UTC (rev 1210934)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=2.0.0.0
+_dashboardsver=2.0.0
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"OpenSearch-Dashboards/package.json" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-05-11 Thread Justin Kromlinger via arch-commits
Date: Wednesday, May 11, 2022 @ 19:32:09
  Author: hashworks
Revision: 1198373

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1198372, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-11 19:32:07 UTC (rev 1198372)
+++ PKGBUILD2022-05-11 19:32:09 UTC (rev 1198373)
@@ -1,52 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=1.3.0.0
-_dashboardsver=1.3.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=("opensearch-dashboards=${_dashboardsver}")
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"OpenSearch-Dashboards/package.json" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1198372, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-11 19:32:09 UTC (rev 1198373)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=1.3.2.0
+_dashboardsver=1.3.2
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"OpenSearch-Dashboards/package.json" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in opensearch-dashboards-query-workbench-plugin/repos/community-x86_64 (2 files)

2022-03-25 Thread Justin Kromlinger via arch-commits
Date: Friday, March 25, 2022 @ 23:15:00
  Author: hashworks
Revision: 1176729

archrelease: copy trunk to community-x86_64

Added:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD
(from rev 1176728, 
opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
Deleted:
  opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 +
 1 file changed, 52 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-25 23:14:58 UTC (rev 1176728)
+++ PKGBUILD2022-03-25 23:15:00 UTC (rev 1176729)
@@ -1,54 +0,0 @@
-# Maintainer: Justin Kromlinger 
-
-pkgname='opensearch-dashboards-query-workbench-plugin'
-_pluginname='query-workbench-dashboards-plugin'
-pkgver=1.2.2.0
-_dashboardsver=1.2.0
-pkgrel=1
-pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
-url='https://opensearch.org/docs/latest/query-workbench/index/'
-arch=('x86_64')
-license=('Apache')
-depends=('opensearch-dashboards')
-makedepends=('yarn' 'python' 'git')
-options=('!strip' 'emptydirs')
-source=(
-  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
-  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
-)
-sha256sums=(
-  'SKIP'
-  'SKIP'
-)
-
-prepare() {
-  nodeVersion="$(node -v)"
-  # Yes, you support this version. You just don't know it yet.
-  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
-"OpenSearch-Dashboards/package.json" \
-"sql/workbench/package.json"
-}
-
-build() {
-  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
-  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-  yarn osd bootstrap
-  yarn build --skip-archive
-}
-
-# TODO: Fix tests
-#check() {
-#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
-#  NODE_PATH=../../node_modules yarn test:jest
-#}
-
-package() {
-  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
-
-  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-
-  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: 
opensearch-dashboards-query-workbench-plugin/repos/community-x86_64/PKGBUILD 
(from rev 1176728, opensearch-dashboards-query-workbench-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-25 23:15:00 UTC (rev 1176729)
@@ -0,0 +1,52 @@
+# Maintainer: Justin Kromlinger 
+
+pkgname='opensearch-dashboards-query-workbench-plugin'
+_pluginname='query-workbench-dashboards-plugin'
+pkgver=1.3.0.0
+_dashboardsver=1.3.0
+pkgrel=1
+pkgdesc='OpenSearch Dashboards Query Workbench Plugin'
+url='https://opensearch.org/docs/latest/query-workbench/index/'
+arch=('x86_64')
+license=('Apache')
+depends=("opensearch-dashboards=${_dashboardsver}")
+makedepends=('yarn' 'python' 'git')
+options=('!strip' 'emptydirs')
+source=(
+  "git+https://github.com/opensearch-project/sql.git#tag=${pkgver};
+  
"git+https://github.com/opensearch-project/OpenSearch-Dashboards.git#tag=${_dashboardsver};
+)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  nodeVersion="$(node -v)"
+  # Yes, you support this version. You just don't know it yet.
+  sed -i "s/\"node\": \"[0-9\.]*\",/\"node\": \"${nodeVersion:1}\",/" \
+"OpenSearch-Dashboards/package.json" \
+"sql/workbench/package.json"
+}
+
+build() {
+  mv "sql/workbench" "OpenSearch-Dashboards/plugins/${_pluginname}"
+  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+  yarn osd bootstrap
+  yarn build --skip-archive
+}
+
+# TODO: Fix tests
+#check() {
+#  cd "OpenSearch-Dashboards/plugins/${_pluginname}"
+#  NODE_PATH=../../node_modules yarn test:jest
+#}
+
+package() {
+  cd "${srcdir}/OpenSearch-Dashboards/plugins/${_pluginname}"
+
+  install -Dm644 "LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
+  install -dm755 "${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+
+  cp -r "build/opensearch-dashboards/"* 
"${pkgdir}/usr/share/opensearch-dashboards/plugins/"
+}
+
+# vim: ts=2 sw=2 et: