Skip to content

Commit de1fb32

Browse files
authored
Merge pull request #124 from splunk/master
Master -> Develop
2 parents 8a9142e + 3108379 commit de1fb32

File tree

7 files changed

+160
-309
lines changed

7 files changed

+160
-309
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Splunk SDK for JavaScript Changelog
1+
# Splunk Enterprise SDK for JavaScript Changelog
2+
3+
## v1.9.1
4+
5+
### Minor changes
6+
7+
* Added third party credits file (CREDITS.md) and updated support and contributing documentation.
28

39
## v1.9.0
410

@@ -173,15 +179,15 @@ across all versions of Splunk.
173179

174180
### New features and APIs
175181

176-
* The Splunk SDK for JavaScript now supports Node.js v0.8.x and v0.10.x
182+
* The Splunk Enterprise SDK for JavaScript now supports Node.js v0.8.x and v0.10.x
177183

178184
* Add back general JQuery HTTP implementation.
179185

180186
* General improvements to unit tests.
181187

182188
### Breaking changes
183189

184-
* The Splunk SDK for JavaScript no longer supports Node.js v0.6.x
190+
* The Splunk Enterprise SDK for JavaScript no longer supports Node.js v0.6.x
185191

186192
* Updated the Node.js request module dependency to v2.21.1
187193

@@ -250,11 +256,11 @@ across all versions of Splunk.
250256
`splunkjs.JobManager.{events|results|preview}Iterator` methods.
251257

252258
* A new "hello-world"-style code example, `log.js`, has been added to show how
253-
to do simple application logging using the Splunk SDK for JavaScript.
259+
to do simple application logging using the Splunk Enterprise SDK for JavaScript.
254260

255261
### Breaking changes
256262

257-
* The easyXDM library is no longer included with the Splunk SDK for JavaScript
263+
* The easyXDM library is no longer included with the Splunk Enterprise SDK for JavaScript
258264
because this library was not being used, and could not work with a Splunk
259265
instance that had a self-signed SSL certificate.
260266

CONTRIBUTING.md

+15-26
Original file line numberDiff line numberDiff line change
@@ -2,45 +2,34 @@
22

33
## How to contribute
44

5-
If you would like to contribute to this project, go here for more information:
5+
If you would like to contribute to this project, see [Contributions to Splunk](https://www.splunk.com/en_us/form/contributions.html) for more information.
66

7-
* [Splunk and open source][contributions]
8-
* [Individual contributions][indivcontrib]
9-
* [Company contributions][companycontrib]
7+
## Issues and bug reports
108

11-
## Issues & Bug Reports
9+
If you're seeing some unexpected behavior with this project, please create an [issue](https://github.com/splunk/splunk-sdk-javascript/issues) on GitHub with the following information:
1210

13-
If you're seeing some unexpected behavior with this project, please create an [issue on GitHub][issues] with the following information:
11+
1. Version of this project you're using (ex: 1.7.1)
12+
2. Platform version (ex: Windows Server 2012)
13+
3. Framework version (ex: Node.js v.0.12) or Browser (ex: Chrome 43.0.2357.81)
14+
4. Splunk Enterprise version (ex: 7.0)
15+
5. Other relevant information (ex: local/remote environment, Splunk network configuration, standalone or distributed deployment, are load balancers used)
1416

15-
0. Version of this project you're using (ex: 1.7.1)
16-
0. Platform version (ex: Windows Server 2012)
17-
0. Framework version (ex: Node.js 0.10.37) or Browser (ex: Chrome 43.0.2357.81)
18-
0. Splunk version (ex: 6.2.2)
19-
0. Other relevant information (ex: local/remote environment, Splunk network configuration)
20-
21-
Alternatively, if you have a Splunk question please ask on [Splunk Answers][answers]
17+
Alternatively, if you have a Splunk question please ask on [Splunk Answers](https://community.splunk.com/t5/Splunk-Development/ct-p/developer-tools).
2218

2319
## Pull requests
2420

2521
We love to see pull requests!
2622

2723
To create a pull request:
2824

29-
0. Fill out the [Individual Contributor Agreement][indivcontrib].
30-
0. Fork [the repository][repo].
31-
0. Make changes to the **`develop`** branch, preferably with tests.
32-
0. Create a [pull request][pulls] against the **`develop`** branch.
25+
1. Fill out the [Individual Contributor Agreement](https://www.splunk.com/en_us/form/contributions.html).
26+
2. Fork the [repository](https://github.com/splunk/splunk-sdk-javascript).
27+
3. Make changes to the **develop** branch, preferably with tests.
28+
4. Create a [pull request](https://github.com/splunk/splunk-sdk-javascript/pulls) against the **develop** branch.
3329

3430
## Contact us
3531

36-
You can reach Splunk support at _[email protected]_ if you have Splunk related questions.
32+
If you have a paid Splunk Enterprise or Splunk Cloud license, you can contact [Support](https://www.splunk.com/en_us/support-and-services.html) with questions.
3733

38-
You can reach the Developer Platform team at _[email protected]_.
34+
You can reach the Splunk Developer Platform team at _[email protected]_.
3935

40-
[contributions]: http://dev.splunk.com/view/opensource/SP-CAAAEDM
41-
[indivcontrib]: http://dev.splunk.com/goto/individualcontributions
42-
[companycontrib]: http://dev.splunk.com/view/companycontributions/SP-CAAAEDR
43-
[answers]: http://answers.splunk.com/
44-
[repo]: https://github.com/splunk/splunk-sdk-javascript
45-
[issues]: https://github.com/splunk/splunk-sdk-javascript/issues
46-
[pulls]: https://github.com/splunk/splunk-sdk-javascript/pulls

CREDITS.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Third-party software credits
2+
3+
Some of the components included in the Splunk Enterprise SDK for JavaScript are licensed under free or open source licenses. We wish to thank the contributors to those projects.
4+
5+
| Contributor | Description | License |
6+
|:----------- |:----------- |:------- |
7+
| [dox](https://github.com/visionmedia/dox) | RESTful degradable JavaScript routing | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-DOX) |
8+
| [davis.js](https://github.com/olivernn/davis.js) | Documentation generator | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-DAVIS) |
9+
| [jquery.class.js](http://ejohn.org/blog/simple-javascript-inheritance/) | Custom class creator | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-JQUERYCLASS) |
10+
| [nodeunit](https://github.com/caolan/nodeunit/) | Unit testing in node.js and the browser | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-NODEUNIT) |
11+
| [showdown.js](https://github.com/coreyti/showdown/) | Markdown to HTML converter | [BSD](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-SHOWDOWN) |
12+
| [staticresource](https://github.com/atsuya/static-resource/) | Static resource handling | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-STATICRESOURCE) |
13+
| [webapp2](http://code.google.com/p/webapp-improved/) | A framework for Google App Engine | [Apache](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-WEBAPP2) |
14+
| [commander](https://github.com/visionmedia/commander.js/) | Node.js command-line interfaces | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-COMMANDER) |
15+
| [script.js](https://github.com/ded/script.js/) | Asyncronous JavaScript loader and dependency manager | [Apache](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-SCRIPTJS) |
16+
| [base64.js](http://code.google.com/p/javascriptbase64/) | Fast base64 encoding/decoding | [MIT](https://github.com/splunk/splunk-sdk-javascript/blob/master/licenses/LICENSE-BASE64) |

0 commit comments

Comments
 (0)