Skip to content

Commit 3a7df39

Browse files
author
Shakeel Mohamed
committed
Release 1.5.0
2 parents 9486464 + 4401649 commit 3a7df39

File tree

332 files changed

+26098
-6544
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+26098
-6544
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
tests/searchcommands_data/_expected_results/* binary
2-
tests/searchcommands_data/input/* binary
1+
tests/searchcommands/recordings/** binary

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ MANIFEST
1515
coverage_report
1616
test.log
1717
examples/*/local
18-
examples/*/metadata
18+
examples/*/metadata/local.meta
1919
tests/searchcommands_data/log/
2020
tests/searchcommands_data/output/
2121
examples/searchcommands_app/searchcommand_app.log
2222
Test Results*.html
2323
tests/searchcommands/data/app/app.log
2424
splunk_sdk.egg-info/
25-
dist/
25+
dist/
26+
examples/searchcommands_app/package/default/commands.conf
27+
examples/searchcommands_app/package/bin/packages
28+
tests/searchcommands/apps/app_with_logging_configuration/*.log
29+
*.observed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions

Commands.conf.spec.xlsx

5.98 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
# a list of builtin themes.
9696

9797
# agogo, default, epub, haiku, nature, pyramid, scrolls, sphinxdoc, traditional
98-
html_theme = 'epub'
98+
html_theme = 'default'
9999

100100
# Theme options are theme-specific and customize the look and feel of a theme
101101
# further. For a list of options available for each theme, see the

examples/abc/a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2011-2014 Splunk, Inc.
1+
# Copyright 2011-2015 Splunk, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"): you may
44
# not use this file except in compliance with the License. You may obtain

examples/abc/b.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2011-2014 Splunk, Inc.
1+
# Copyright 2011-2015 Splunk, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"): you may
44
# not use this file except in compliance with the License. You may obtain

examples/abc/c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2011-2014 Splunk, Inc.
1+
# Copyright 2011-2015 Splunk, Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"): you may
44
# not use this file except in compliance with the License. You may obtain

0 commit comments

Comments
 (0)