Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Feature a (#4)
Browse files Browse the repository at this point in the history
* Add files via upload

* Removed Config file

* Added copyright and fixed build errors

* Create THIRD-PARTY

* Update THIRD-PARTY

* Removed sorting in nested tables

* Update THIRD-PARTY

* Update THIRD-PARTY

* Update package.json

* Update app.js

* Update README.md

* Changed package name

* Test

* Third version

* Delete app.css

* Renamed folders and added tests

* Delete yarn.lock

* Removed duplicated folders

* Delete main.tsx

* Added main file

* Dummy change

* Delete Header.tsx

* Adding Header

* Removed QueryResultsContainer and QueryResultsBodyContainer, moved functions and constants to utils folder

* Removed hacks file

* Refactoring

* Addressed comments on first PR

* Removed commented line, added missing types in utils

* Added column id for default sorting

* Added copyright in app.js

* Added unit tests

* Added unit tests

* Delete index.js

We are not using TestCafe anymore

* Updated package.json

* Added kibana plugin helper
  • Loading branch information
Francydijesi authored Oct 11, 2019
1 parent c9a7531 commit 6d917ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .kibana-plugin-helpers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"styleSheetToCompile": "public/app.scss",
"buildSourcePatterns": [
"package.json",
"tsconfig.json",
"yarn.lock",
".yarnrc",
"index.js",
"{lib,public,server,test}/**/*",
"!__tests__"
]
}

0 comments on commit 6d917ba

Please sign in to comment.