Commit graph

107 commits

Author SHA1 Message Date
CJ Cenizal 78b4727c76 Update CONTRIBUTING.md with information on how to focus the browser tests on a particular suite when running test:dev. (#14317) 2017-10-05 18:18:03 -07:00
Kurt Funai 3aa8be4fb1 Added a link to the Microsoft VSCode ESLint tool in the CONTRIBUTING.md (#13827) 2017-09-06 15:24:03 -04:00
archana e672b3f49c Complete doc on running functional tests (#13035)
* Complete doc on running functional tests

* Update development-functional-tests.asciidoc

* Fix section title
2017-08-29 16:51:50 -05:00
Court Ewing fd084aea3b Shortcut to build asciidocs (#13164)
* Shortcut to build asciidocs

The command to build the Kibana docs using the elastic/docs repo can be
easy to forget, so this script is an easy to way to do it right every
time.

* Configurable docs repo location

For folks that clone the elastic docs repo to a different location than
as a sibling of kibana.
2017-08-23 10:28:19 -04:00
Jonathan Budzenski c79e22386c Revert same port http -> https redirect (#10930)
- httpolyglot is removed, we no longer automatically redirect from http to https
- server.ssl.redirectHttpFromPort option added to allow for http -> https redirect from one port to another
- We no longer start the dev server with tls by default, it can be turned on with the --ssl flag, npm start -- --ssl, or ./bin/kibana --dev --ssl
- There will currently be error log messages if you connect over the wrong protocol, we have #11209 for downgrading these
2017-07-07 17:15:56 +02:00
CJ Cenizal 45e966b292 Document merge conflict resolution process in CONTRIBUTING.md. (#12212)
* Document merge conflict resolution process in CONTRIBUTING.md.
* Refer to the GitHub forking model.
2017-06-08 15:05:23 -07:00
Court Ewing 2876f1fdf6 Revert "Switch to Yarn (#11637)"
This reverts commit 71a9b8b6bc.

Until we get all the relevant infra configured with yarn as well.
2017-05-27 08:51:19 -04:00
Spencer 71a9b8b6bc Switch to Yarn (#11637) 2017-05-26 19:32:03 -07:00
Chris Roberson b03128da83 Update contributing guidelines due to recent npm script changes (#11794)
* [docs] update contributing guidelines to account for recent changes to makelogs and mocha script execution

* Update for changes to test:ui:runner

* Remove unnecessary command prefix
2017-05-15 14:06:23 -04:00
Jonathan Budzenski 2803fd333a [contributing.md] Remove appSuites (#11369) 2017-04-26 09:02:37 -04:00
Court Ewing 363bdaf22e readme: remove descriptions of P labels
We removed P labels from the repo entirely, so there's no need to
document them.
2017-04-25 11:01:05 -04:00
Jonathan Budzenski 3a6e68a601 Revert update pleaserun (#11304)
* Revert "Update pleaserun.js to use `--log-directory` with 0.0.28 (#11286)"

This reverts commit e96a8d8273.

* Revert "[jenkins] update call to pleaserun with --log-path (#11275)"

This reverts commit be609d9505.
2017-04-18 10:21:05 -05:00
archana be609d9505 [jenkins] update call to pleaserun with --log-path (#11275)
* [jenkins] update pleaserun with --log-path for 0.0.28

* [jenkins] update contributing guide pleaserun version
2017-04-17 11:08:06 -05:00
Spencer 6b0aface7a Minor issues fixed while trying to write browser tests in plugins (#11214)
* [contributing.md] fix command for testing plugins

* [ui/chrome] add navLinkExists() method

* [mocha] expose describe.skip
2017-04-12 17:17:46 -07:00
Spencer 90434765c0 [functionalTestRunner] replace intern (#10910)
* [functional_test_runner] replace functional testing tools with custom/pluggable solution

* [functional_test_runner] Convert unit tests to commonjs format

* [functional_test_runner] Fix dashboard test in wrong mode

* [functional_test_runner] Add dashboardLandingPage test subject

* [functional_test_runner] Get Visualize page object

* [functional_test_runner] Fix outdated references

* [functional_test_runner] Fix more outdated refs

* [functional_test_runner] Remove duplicate tests

* [functional_test_runner] Improve test readability

* [functional_test_runner] 😞 So many duplicate methods

* [functional_test_runner] Move mgmt `before` outside toplevel describe

* [functional_test_runner] Settings page obj missing methods

* [functional_test_runner] Add improvements from @gammon

* [functional_test_runner] Fix return statements in async funcs

* [functional_test_runner] Move before() to correct scope

* [functional_test_runner] Add after() hooks to remove index patterns

* [functional_test_runner] Attempt to fix vertical bar chart tests

* [functional_test_runner] Clean up

* [functional_test_runner] Reinstate unit tests

* [functional_test_runner] Set default loglevel back to info

* [functional_test_runner] Replace `context`s with `describe`s

* [functional_test_runner] Better error handling

* [functional_test_runner] Add in new Tile Map tests

* Incorporate changes from master

* [functional_test_runner] validate that every test file has a single top-level suite

* Update contributing doc with link to full doc

* [docs] Spelling and grammar fixes

* docs: writing and running functional tests

* [docs] Move plugin doc to plugin area

* [docs] Housekeeping. Doc in wrong place

* [docs] Remove dup doc file

* [grunt] Only run mocha_setup when running tests, not every grunt task
2017-04-11 17:01:06 -05:00
MathijsHoogland 36aadda072 Updated broken url in CONTRIBUTING.md (#10715)
* Updated broken url in CONTRIBUTING.md

* Switched url to the master documentation.

* Changes from future release documentation to current release docs.
2017-03-07 20:25:07 -05:00
Spencer 9b39a19856 [optimizer] use "unsafe" defaults that have proven to be safe enough (#10275)
* [optimizer] use "unsafe" defaults that have proven to be safe enough

* [docs] add a note to the CONTRIBUTING.md regarding potential pitfalls
2017-02-15 14:14:12 -07:00
Jesus M. Gonzalez-Barahona 018c3f4677 Add a notice about the port to access Kibana. (#9622) 2016-12-23 14:12:40 -05:00
CJ Cenizal d99976995d Add details on how we use Git and GitHub to CONTRIBUTING.md. (#8978) 2016-11-07 11:26:30 -08:00
Lee Drengenberg 8ed3b333b0 Port #8880 to master Support Cloud testing (#8915)
* Support Cloud Kibana UI testing master

* Add xpack file

* cherry-pick 9f63224e77
2016-11-01 10:44:12 -05:00
fanfan 26cf4c45fc misspelling substituting to subtituting 2016-10-18 16:09:14 +08:00
Stacey Gammon 9c1a0a916b Update contributing guide to be explicit about creating a fork first 2016-09-15 16:14:18 -04:00
CJ Cenizal 244d88e6e5 Add notes on how to test on an IE VM on OS X. 2016-08-19 16:57:58 -07:00
Shaunak Kashyap 28080f3b88
Reverting (the most awesome) part of c4b01f6 2016-08-01 16:21:48 -07:00
Joe Fleming 76e1ad180f Merge pull request #7874 from ycombinator/courté
Clarifying PR approval step
2016-08-01 16:07:41 -07:00
Nicolás Bevacqua 85efc7c1f3 [doc] Adding a comma into to master like there's no tomorrow. 🎉 2016-07-29 20:44:52 -03:00
Nicolás Bevacqua eba253e3f1 [doc] Removed semi-condescending wording. 2016-07-29 17:22:11 -03:00
Shaunak Kashyap c4b01f6e1a
Merge branch 'master' into courté 2016-07-27 16:34:24 -07:00
Shaunak Kashyap 01b2146679
Clarifying PR approval step 2016-07-27 16:30:40 -07:00
Nicolás Bevacqua 86b55d1165 [doc] Improve readability of contributing guidelines. 2016-07-27 18:12:22 -03:00
Thomas Neirynck 4f6b7d42bd Merge pull request #7858 from thomasneirynck/fix/typo
Fix typo
2016-07-27 11:47:35 -04:00
Thomas Neirynck ca4814d3a1 Fix typo 2016-07-27 09:50:23 -04:00
Shaunak Kashyap c823392914
Simplifying language 2016-07-27 06:46:06 -07:00
Nicolás Bevacqua e4775ea6a2 Change into unordered list 2016-07-25 18:36:00 -03:00
Nicolás Bevacqua ed31de6684 Point to test/dev_certs 2016-07-25 10:36:45 -03:00
Jonathan Budzenski b053aad5df [tests] Rename apps option to appSuites so we don't override the intern.apps object 2016-07-19 17:08:01 -05:00
Jonathan Budzenski bcfc69c3d9 [tests] Add docs about filtering options 2016-07-19 16:43:57 -05:00
Jonathan Budzenski 315fc5dc91 [build] update pleaserun version in docs 2016-07-05 16:30:46 -05:00
Jonathan Budzenski 28f30f8b73 [folder structure] installedPlugins -> plugins 2016-07-05 14:05:59 -05:00
LeeDr 596198276b Update switch from Firefox to Chrome 2016-06-17 10:46:05 -05:00
Court Ewing 834f56392e Apply -snapshot suffix during build task
The default behavior of the build task is to now apply the -snapshot
suffix dynamically rather than us manually hardcoding and managing it
within the source code itself. The `--release` flag will drop the
-snapshot suffix on a build, which should be used for any release
candidate.

The default behavior of the build task has also changed to create
rpm/deb packages as well. Since we've only confirmed that this works on
linux, you can override that behavior by passing `skip-os-packages`.

If you do not want to create any zip or tar.gz archives, you can pass
`--skip-archives`.
2016-06-11 15:57:30 -04:00
Shaunak Kashyap df0cad1874
Updating instructions for building OS packages 2016-05-26 08:18:59 -07:00
LeeDr 82b06cd464 Minor update to CONTRIBUTING.md for required Cygwin packages on Windows. 2016-05-05 10:46:13 -05:00
Shaunak Kashyap af7b5f4bfe
Using "pull request" instead of "PR" for consistency with rest of doc 2016-04-08 13:50:24 -05:00
Shaunak Kashyap 8c19da14c7
Adding explicit note about contributors not assigning version labels 2016-04-08 13:47:15 -05:00
Shaunak Kashyap b5b47b6107
s/tag/label/ to match GitHub terminology 2016-04-08 13:46:44 -05:00
Shaunak Kashyap f6b6feea0a
Removing outdated instructions on labeling PRs with versions 2016-04-06 14:49:03 -07:00
Rashid Khan 08ff029b49 Add coverage test notes 2016-03-18 13:11:44 -07:00
Joe Fleming b00a9d97ac Merge pull request #6542 from bevacqua/feature/cli-on-windows
Cross-platform CLI execution of "npm start".
2016-03-17 11:08:39 -07:00
Nicolas Bevacqua 8fce2d2e5c [cli] Cross-platform CLI execution of "npm start". Fixes #4962 2016-03-17 14:19:36 -03:00