Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with main #164

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4cccd3c
Bump pytest-splunk-addon from 1.3.12 to 1.6.0
dependabot[bot] Feb 26, 2021
82ff138
Bump deps/build/addonfactory_test_matrix_splunk
dependabot[bot] Mar 29, 2021
b645723
Updated to work for REST inputs from AOB
tmartin14 Mar 30, 2021
4f68a89
Delete input.template.orig
tmartin14 Mar 30, 2021
2ce054b
Added validate_input()
tmartin14 Mar 30, 2021
ffbf43a
Bump splunktaucclib from 4.0.13 to 4.1.0
dependabot[bot] Mar 31, 2021
105ced9
replaced input.template to original and added new template for helpers
tmartin14 Mar 31, 2021
81686c5
Update input.template
tmartin14 Mar 31, 2021
b11e677
Merge pull request #149 from tmartin14/main
ryanfaircloth Mar 31, 2021
25caf77
Merge pull request #147 from splunk/dependabot/pip/splunktaucclib-4.1.0
ryanfaircloth Mar 31, 2021
0e4c1c5
Merge pull request #107 from splunk/dependabot/pip/pytest-splunk-addo…
ryanfaircloth Mar 31, 2021
cd44dee
Merge pull request #144 from splunk/dependabot/submodules/deps/build/…
ryanfaircloth Mar 31, 2021
2387a3a
parameterized the input template (defaults to existing input.templat…
tmartin14 Apr 1, 2021
0ae6463
Bump deps/build/addonfactory_test_matrix_splunk
dependabot[bot] Apr 6, 2021
3236bec
Merge pull request #158 from splunk/main
ryanfaircloth Apr 6, 2021
1dd25cb
Merge pull request #155 from splunk/dependabot/submodules/deps/build/…
ryanfaircloth Apr 6, 2021
1c2028a
Merge pull request #159 from splunk/develop
ryanfaircloth Apr 6, 2021
2b16a3a
Merge pull request #151 from tmartin14/main
ryanfaircloth Apr 6, 2021
ea42e81
feat(version): Support develop versions
ryanfaircloth Apr 6, 2021
23a71c8
sync with main and remove unused build_dev.py from UCC-UI-lib
harshpatel-crest Apr 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: 2.1
orbs:
go: circleci/go@0.2.0

jobs:
build:
docker:
Expand Down
Loading