Commit graph

52 commits

Author SHA1 Message Date
Spencer 05085548e1 [contributing] change irc channel to a link 2016-02-26 13:23:44 -07:00
Emily Wenberg 136bafaa91 Fix another typo in contributing doc 2016-02-20 14:16:53 -08:00
Emily Wenberg fe82f04ba6 Fix typo in CONTRIBUTING.md 2016-02-19 18:47:52 -08:00
LeeDr d68f018328 Update CONTRIBUTING.md 2016-02-05 13:38:50 -06:00
spalger 72ab9aa7b0 [devServer] include self-signed certificates for testing
When running the Kibana server in --dev mode the server will use the new `test/dev_certs/server.key/crt` files to provide SSL by default. These files are not secure, and should not be used in production, but are fine for local development. Directions for trusting these certs are linked from the CONTRIBUTING.md file and the new ssl config can be disabled completely by passing `--no-ssl` to the server on startup.
2016-01-19 14:19:25 -07:00
Rashid Khan 5b9b291a3f Fix titles 2016-01-04 13:46:27 -07:00
Rashid Khan 3efdceeb08 Add difficulty 2016-01-04 13:43:41 -07:00
Rashid Khan 9dda629dd2 Add some bits on how issues work 2016-01-04 13:42:07 -07:00
Jonathan Budzenski 4bbee0a88b [packages] Add args for deb and rpm, remove pkg 2015-12-29 15:35:19 -06:00
Jonathan Budzenski c35172bfca [packages] Note that rpm/deb package building is only supported on Linux 2015-12-29 14:24:29 -06:00
Jonathan Budzenski afff6492c2 [packages] Init instructions 2015-12-28 13:55:52 -06:00
Spencer 2c3b9e43d6 Updated formatting 2015-12-14 11:43:33 -07:00
Jesse McCarthy fbc8ee5763 Note Java requirement for npm run elasticsearch. 2015-12-11 13:55:18 -05:00
Matthew Bargar 048f05189a Add documentation for npm run mocha scripts 2015-12-07 10:59:29 -05:00
Joe Fleming 87510bc439 move the automation notes to contributing 2015-11-03 16:42:01 -07:00
Spencer 1e3dd08b99 Merge pull request #4939 from rashidkpc/revert/npm3
Revert npm3, go back to npm2
2015-09-17 15:39:23 -07:00
Rashid Khan b7e667df76 Revert npm3, go back to npm2 2015-09-14 13:39:17 -07:00
Timothy Sullivan 4d4be167b0 update .editorconfig for Markdown
- add trim_trailing_whitespace to .editorconfig, because trailing spaces
  in Markdown have the function of <br>
- also added some content in the CONTRIBUTING doc about Editorconfig
2015-09-14 12:10:32 -07:00
Matt Bargar 96a4e2a44e encourage the use of npm as the main build tool 2015-09-11 15:50:05 -04:00
Spencer c1c632e08a Update CONTRIBUTING.md 2015-09-10 11:19:13 -07:00
spalger 65a261e8a3 [CONTRIBUTING.md] added note about standard config 2015-09-09 16:21:35 -07:00
spalger 7eb3161d67 [CONTRIBUTING.md] added note about using kibana.dev.yml 2015-09-09 15:09:07 -07:00
spalger 941b4b4a0c [npm] rename es task to elasticsearch 2015-08-31 13:09:49 -07:00
spalger 238deaad9e [npm] added es script for running elasticsearch with esvm 2015-08-28 21:45:28 -07:00
spalger edc1734b3c added note to CONTRIBUTING.md about switch 2015-08-26 16:40:00 -07:00
spalger 3cf56058e8 [spelling] 💉 2015-08-19 10:02:07 -07:00
spalger 54a0ce048b [docs] document test commands in contributing.md 2015-08-18 15:45:21 -07:00
spalger 6be825f768 fix the link to eslint in the contributing.md 2015-08-10 20:43:17 -07:00
spalger e0d78a8475 switch to eslint 2015-07-31 17:16:09 -07:00
spalger 95eb9924b0 updated CONTRIBUTING.md to talk about avn and use the new --dev flag for bin/kibana 2015-07-28 10:09:41 -07:00
spalger cfc398b37d remove bower, nice people matter 2015-07-27 17:13:45 -07:00
Joe Fleming 05baf24ec9 update contributing.md 2015-05-19 17:30:10 -07:00
Rashid Khan ca7f35d04c Fix formatting of step titles. 2015-05-19 15:59:25 -07:00
Rashid Khan d53d676174 Add pull review process. 2015-05-19 15:58:05 -07:00
Spencer bb451bef88 [contributing/setup] adding a checkout step 2015-05-01 09:00:27 -07:00
Spencer Alger da16712f7b Merge branch 'master' of github.com:elastic/kibana into add/jscs 2015-04-01 16:22:50 -07:00
Khalah Jones-Golden a36f72142c [Docs, Links] Changed all of the relevant links and occurences of the string elasticsearch to take into consideration the rebranding during elasitcon and keynote 2015-03-16 18:22:48 -07:00
Spencer Alger 2aaafa5daf added section to CONTRIBUTING.md about editor plugins 2015-03-06 11:08:13 -07:00
Spencer Alger deff9b63b1 [jscs] setup 2015-02-07 13:49:38 -07:00
Jimmy Jones edc8188152 Only need to be root if not using nvm 2015-01-26 18:54:04 +00:00
Jimmy Jones 30a94f6abd Update for nodejs based server 2015-01-23 14:16:04 +00:00
Spencer 915d5493ec Updated to reflect current process 2014-12-29 14:22:23 -07:00
Rashid Khan ca298f77b0 Use the right header 2014-12-08 09:52:24 -07:00
Rashid Khan 61be421e1d Move test/build instructions below dev env setup instructions 2014-12-08 09:51:35 -07:00
Rashid Khan 88cbd2156e Clarify build instructions. Closes #1893 2014-11-18 10:56:07 -07:00
Joe Fleming a8b256d1e9 simplified the installation instructions 2014-11-10 10:56:36 -07:00
Joe Fleming 5117d0dd4f update contributing docs with rbenv instructions 2014-11-10 10:27:11 -07:00
Spencer Alger b523eaab73 [grunt dev] use --with-es to start es 2014-10-29 10:03:36 -07:00
Spencer 3c979056f3 Update CONTRIBUTING.md 2014-10-28 14:29:08 -07:00
Rashid Khan b8a99ee9de Add grunt dev to the dev environment setup process 2014-10-08 11:09:10 -07:00