searchtechnologies / kibana-logbrowser

The Search Technologies Log Browser
25 stars 9 forks source link

Restructured, added editorconfig, removed .idea #6

Closed Kikketer closed 7 years ago

Kikketer commented 7 years ago

I split up that big server api.js file into a more manageable piece. You may want to split even more maybe based on activity. I noticed a few functions that were never referenced, but I left them alone figuring you had an idea of what they were for.

I removed the .idea folder from the repo as it caused quite a disturbance with what I had and didn't have installed on my WebStorm. I did however add an .editorconfig to help keep at least the tab sizes to what you are using (4 instead of my 2). This will also help developers who aren't using Jetbrains IDEs.

I'll probably have more pull requests coming soon, including a config file for users who maybe have their keys named differently.