From a79bbc6c849a87fa737bde308b071f68709a9a43 Mon Sep 17 00:00:00 2001 From: I-CAT Date: Thu, 3 Sep 2020 09:27:03 -0400 Subject: [PATCH 1/4] [dead repo ] Repo=Dead @github.com/garyburd/redigo github.com/garyburd/redigo v0.0.0-20180404160726-569eae59ada9 is no longer a working repo. Try checking all the repos you add before adding them as an dep. --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 8c04cbc43..1675e9f35 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,6 @@ require ( github.com/dustin/go-humanize v1.0.0 github.com/dylanmei/iso8601 v0.1.0 // indirect github.com/flosch/pongo2 v0.0.0-20190505152737-8914e1cf9164 // indirect - github.com/garyburd/redigo v0.0.0-20180404160726-569eae59ada9 github.com/getsentry/raven-go v0.0.0-20180903072508-084a9de9eb03 github.com/gogo/protobuf v1.2.1 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect From 2bfb2c683428c192f423a6fe27b33987b9281e4b Mon Sep 17 00:00:00 2001 From: I-CAT Date: Thu, 3 Sep 2020 11:24:33 -0400 Subject: [PATCH 2/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..dd84ea782 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here. From 196efaa3522d69913e15673f0dc1171265df8deb Mon Sep 17 00:00:00 2001 From: I-CAT Date: Mon, 14 Sep 2020 19:48:13 -0400 Subject: [PATCH 3/4] Update .travis.yml From c62a36f71f0f39b8860130ad9627f0e52814ea77 Mon Sep 17 00:00:00 2001 From: I-CAT Date: Mon, 14 Sep 2020 19:49:25 -0400 Subject: [PATCH 4/4] Create Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 000000000..a229fa517 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ +buildPlugin()