42 Commits

Author SHA1 Message Date
parthp2107
d069ab72e0
uncommented details page tests and corrected selenium workflow paths (#1616) 2021-12-08 11:54:44 +05:30
parthp2107
a9e70e6a89
License header update (#1498)
* updated liscense header

* updated license header

* updated license header

* updated license header

* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Akash-Jain
74add4c8eb fixed paths 2021-11-29 19:25:53 +05:30
Akash-Jain
4032334a6b adding paths for maven build 2021-11-29 19:17:44 +05:30
Akash-Jain
83e6e5aebc Adding Paths for checkstyle jobs 2021-11-29 19:17:32 +05:30
parthp2107
6582f38a37
changed data-testids and commented code for recent api change (#1401)
* changed data-testids and commented code for recent api changes

* changing paths in selenium workflow
2021-11-26 17:02:04 +05:30
Akash Jain
e288a64781
feat: Adding CI for python integration tests (#1368)
* Adding CI for python integration tests

* Adding Paths
2021-11-24 22:20:36 -08:00
Akash Jain
d62b2c5a06
Merge pull request #1338 from open-metadata/selenium-paths
Selenium paths
2021-11-24 10:39:00 +05:30
parthp2107
f5ec367335
added git workflow for docs (#1337) 2021-11-23 17:24:42 +05:30
Parth Panchal
2da90a3c2f adding paths in selenium workflow 2021-11-23 17:14:14 +05:30
Parth Panchal
f737a7ca1d adding paths in selenium workflow 2021-11-23 17:12:42 +05:30
parthp2107
72f5320914
adding selenium tests for ingestion page (#1333)
* adding selenium tests for ingestion page

* adding few tests changes and addressing reviewdog findings

* testing selenium workflow
2021-11-23 14:58:11 +05:30
Parth Panchal
03057b8bc6 Revert "adding git workflow"
This reverts commit 2fd8a884f8d016820604232beaead05c973f91ce.
2021-11-23 14:45:05 +05:30
Parth Panchal
2fd8a884f8 adding git workflow 2021-11-23 14:37:58 +05:30
Pere Miquel Brull
67ac286f56
[Issue-1285] - Update ingestion package generation (#1295)
* Remove generated sources

* Ignore python generated sources

* Keep the generated dir

* Prepare publish recipe

* Simplify recipe

* Update README with generation

* Update docs with python local setup information

* Generate python sources in the CI
2021-11-21 08:02:31 -08:00
pmbrull
a2374e4289 Simplify action to just validate pydantic model generation 2021-11-20 15:28:56 +01:00
pmbrull
c83429fdf3 Validate on PR and push on main 2021-11-19 14:16:56 +01:00
pmbrull
076f7e306b Update Python CI to run only for changes in ingestion 2021-11-19 14:03:28 +01:00
pmbrull
0a08394955 Prepare python dependencies 2021-11-19 10:38:23 +01:00
pmbrull
6b293da9c1 Prepare github action to generate pydantic models 2021-11-18 20:39:00 +01:00
Suresh Srinivas
0415983120
Fixes #1234 Upgrade project dependencies to the latest versions (#1235)
* Fixes #1234 Upgrade project dependencies to the latest versions

* Add libssl to github maven workflow

Co-authored-by: sureshms <suresh@getcollate.io>
Co-authored-by: Sriharsha Chintalapani <harsha@getcollate.io>
2021-11-17 11:24:19 -08:00
parthp2107
c6eac34c3e
changed script (#1201)
* changed script

* testing changes for failing tests

* testing changes for failing tests

* testing changes for failing tests

* testing changes for failing tests
2021-11-16 18:26:09 +05:30
Akash Jain
58cf1b012f
feat: Docker Image Push Workflow (#1191)
* copy command use path from root folder

* Add workflows for docker release to github
2021-11-15 09:36:57 -08:00
parthp2107
bfe3d86583
git workflow for selenium tests (#945)
* Create selenium-tests.yml

* Update selenium-tests.yml

* added dependency and configured testng.xml in pom

* removing testng config

* headless browers, testng to junit

* removed webDriverManager

* removed webDriverManager

* testing commit

* pushing all tests

* end-to-end tests

* changed workflow for proper test running order

* checking docker build

* printing logs for testing

* reformatted the code

* printing logs

* addressed null pointer exception

* addressing git worflow errows

* removing logs from start server test

* running .sh script directly from workflow

* testing script

* testing script

* addressing reviewdog findings

* updated chrome drivers

* addressing failing tests

* searchbar to searchBox

* testing

* cleaning code and added api test config in pom.xml

* commenting tests - functionality absent

* addressing reviewdog finding

* addressing reviewdog finding

* uncommenting search tests

* added condition for no service exists and added click event to leftout actions

* addressing reviewdog findings
2021-11-06 00:58:19 -07:00
Suresh Srinivas
61bab7f5bb
Update pull_request_template.md 2021-10-23 08:55:45 -07:00
Suresh Srinivas
d00327dfba
Update pull_request_template.md 2021-10-23 08:54:33 -07:00
Pere Miquel Brull
1804de6d73
[Issue-760] - Precommit & isort (#772)
* Update configs

* Update configs

* Update precommit black exclude

* Update precommit exclude isort

* Test precommit

* Revert test commit

* isort & black

* Test precommit

* Revert test precommit

* Update docs

* Apply recipe update

* Fix black_check recipe

* Grammar
2021-10-14 15:22:59 -07:00
Pere Miquel Brull
9a362dafdc
[Issue 760] - Python tooling (#761)
* Update python tooling with black

* black formatting

* Change ci config for python
2021-10-14 07:48:42 -07:00
Sriharsha Chintalapani
f2a40a8c4b
Update pull_request_template.md 2021-10-11 14:39:38 -07:00
Ayush Shah
90e6be3c7d
Pylint build failure fixed (#513) 2021-09-17 08:58:06 -07:00
Ayush Shah
1fee39dddf
Pylint fix (#460)
* Pylint fix

* Directory modified

* Python Source added

* Pylint modified
2021-09-10 11:59:33 +05:30
Suresh Srinivas
23db2a0629
Fix #265 - Remove scripts related to JsonSchema2md documentation that … (#266)
* Fix #265 - Remove script related to JsonSchema2md documentation that are no longer necessary

* Delete schema-scripts.yml

It is not required.

Co-authored-by: parthp2107 <83201188+parthp2107@users.noreply.github.com>
2021-08-23 11:04:16 +05:30
Suresh Srinivas
2d70350742
Update python json schema classes; Add presto connector (#213)
* Update python json schema classes; Add presto connector

* Modification in Postgres, pylint and presto support

Co-authored-by: Suresh Srinivas <srini3005@gmail.com>
Co-authored-by: Ayush Shah <ayush02shah12@gmail.com>
2021-08-17 21:15:46 +05:30
Sanket Shah
cf77efd1bc
updating readme and PR template (#137) 2021-08-13 15:55:03 +05:30
Ayush Shah
59b316136b Pylint loc modification 2021-08-07 11:40:34 +05:30
Ayush Shah
04627c19d1 Missing library installed 2021-08-07 11:27:39 +05:30
Ayush Shah
3eabb6d9f8 Pylint Workflow modification 2021-08-07 11:08:50 +05:30
Ayush Shah
d9551ed337
Fix #15 (#16)
* Fix #15

* Pylint Relative Imports handled

* Final Newline lint error resolved

* Pylint Unused Imports handled

* Pylint command modified

* AllowDenyPattern error resolved

* EntityReference changes for common to entityReference

* vscode settings removed

* Resolved reoccuring function

* pylintrc file implemented

* Fix pylintrc file

* Pylint Errors resolved + import errors resolved and includepattern included

Co-authored-by: Suresh Srinivas <srini3005@gmail.com>
2021-08-07 11:00:35 +05:30
parthp2107
bb9137630b
added scripts for documentations (#41)
* added scripts for documentations

* Update schema-scripts.yml

* changed summary.md as per our latest types schema

Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
2021-08-04 11:52:38 +05:30
parthp2107
5c06d0ab16
applied license to frontend files (#17)
* applied license to frontend files

* Update EmbeddedMySqlSupport.java

Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
2021-08-02 17:24:01 +05:30
parthp2107
b5baa9f2db applied license to the backend files 2021-08-02 15:08:30 +05:30
parthp2107
ed6a74b052 added git files 2021-08-02 11:07:13 +05:30