448 Commits

Author SHA1 Message Date
Shailesh Parmar
889ce87a2e
chore(CI): Add PostgreSQL playwright and skip workflows (#16623)
* workflow: add postgresql playwright and skip workflow

* addressing comments
2024-06-12 15:44:52 +05:30
IceS2
070bd2570e
MINOR: Fix e2e (#16594)
* Fix Metabase E2E Test

* Add 'debug' input to python e2e tests

* Fix 'debug' default to be 'false'

* Standardized all Metabase IDs to MetabaseStrId

* Fix Metabase expected filtered sink mix value

* Fix wrong parameter being passed to the config

* Fix powerBI e2e tests

* Fix one Redash e2e test

* Fix checkstyle
2024-06-11 13:19:25 +05:30
Sriharsha Chintalapani
db21c6795b
Sync github issues to notion (#16566) 2024-06-07 00:08:48 -07:00
Aniket Katkar
8c2a556918
Docs: Required content changes to fix the copy-to-clipboard functionality (#16557)
* Required content changes to fix the copy-to-clipboard functionality

* fix(workflow): typo for paths-ignore for playwright (#16559)

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2024-06-06 21:07:16 +05:30
Shailesh Parmar
5a457d37fe
minor: updated workflow to run playwright from branch changes (#16511) 2024-06-03 12:58:43 +05:30
Shailesh Parmar
136ec635a7
playwright: initial setup of playwright for UI (#16419)
* playwright: initial setup of playwright for UI

* playwright test 1

* minor change

* added dashboard entity test

* added cli report setup for playwright

* reset unwanted changes

* updating baseUrl

* added playwright for glossary

* updated folder structure

* added classes of container, dashboard, mlmodal, pipeline, searchindex, topic

* addressing comment

* miner fix
2024-05-31 11:01:10 +05:30
Akash Jain
3a2af90e66
fix: Update CI to add run-name, remove trivial steps, default_author: github_actions (#16456) 2024-05-29 15:56:50 +05:30
Akash Jain
6688c086c7
chore(CI): Workflow that will take care of Release Version updates (#16429)
Co-authored-by: Matias Puerta <mati.puerta@gmail.com>
2024-05-29 10:05:51 +02:00
Shailesh Parmar
8c29130453
minor: playwright mysql workflow (#16439)
* minor: playwright mysql workflow

* addressing comment
2024-05-28 16:51:53 +05:30
Akash Jain
8deed33150
chore: Remove Maven Publish CI Trigger on Release Event (#16386) 2024-05-22 17:28:49 +05:30
Akash Jain
f1566d2715
fix: CI Workflows (#16356)
* fix: Docker Publish Syntax issues

* chore: Merge Python Packages Publish Workflows into one CI
2024-05-21 12:37:26 +05:30
Pere Miquel Brull
f1f15cfc07
MINOR - Remove setuptools req (#16276)
* MINOR - Remove setuptools req

* relax system req

* fix
2024-05-16 10:03:15 +02:00
IceS2
a4e410ba48
Fix Github Workflows for Release (#16224) 2024-05-10 12:59:44 +00:00
IceS2
b67de741e4
MINOR: Small refactor to the Make update_all scripts (#16204)
* Small refactor to the Make update_all scripts

* Extract regex update method

* decouple release from workflows

* Fix issue with docker-openmetadata-db workflow referencing non existent action
2024-05-10 11:40:30 +02:00
Chirag Madlani
853bca57e3
CI: enable checkstyle workflow for ui directory (#16152) 2024-05-07 19:50:18 +05:30
Chirag Madlani
a1f5a1e7a5
CI: update maven ci to be skipped for ui directory (#16142) 2024-05-07 06:49:00 +00:00
Teddy
d30547962b
revert: mvn test workflow retry (#16085) 2024-04-30 10:34:14 +02:00
Imri Paran
61451b743a
Update maven-build.yml (#16054) 2024-04-26 08:45:56 +00:00
Imri Paran
20da82597a
MINOR: ci: retries (#16042)
* ci: retries

retry tests up to 3 times in main branch

* ci: retries

use nick-fields/retry
2024-04-26 08:45:41 +02:00
Imri Paran
249d6a03b6
fixed pytest workflow environment (#15984) 2024-04-22 15:03:53 +05:30
Imri Paran
d8781bbef2
MINOR: postgres integration test (#15929)
* implemented postgres-integration-tests

* format

* format

* - disable ryuk
- disabled verbose sqlfluff logging

* query usage assertion
2024-04-19 10:00:37 -07:00
Imri Paran
557550c876
fixed exclusion for yaml/json validation (#15950) 2024-04-19 08:45:18 +02:00
Imri Paran
b8dc12b30b
aligned pre-commit with Makefile. added check json (#15295)
* aligned pre-commit with Makefile. added check json

* add check for json/yaml files

* add path checks for json/yaml validation
2024-04-18 15:32:38 +02:00
Chirag Madlani
9425e691e2
Update cypress-integration-tests-mysql-pr.yml (#15700) 2024-03-26 19:03:49 +05:30
IceS2
7805a0b609
MINOR: Fix athena e2e tests (#15486)
* Comment side effects

* Update assert to match clauses better

* Improve input

* Improve input

* Update assert to match clauses better

* Fix Athena E2E Values

* Uncomment needed steps

* Fix linters
2024-03-08 09:31:06 +01:00
IceS2
86a2930cfa
Minor: Fix E2E Ingestion Tests (#15462)
* Fix E2E Tests

* Fix E2E Tests

* Update mysql count, schema changes

* Addition to vertica e2e

* Temporary Github Action modification to test

* Fix Redshift round issue post 10 digits

* modify e2e gh file

* fix gh error

* fix matrix syntax

* Fix Redash counts

* Update py-cli-e2e-tests.yml

* Fix Redshift referenced before assignment error

* Revert Py tests e2e

* Modify Elasticsearch configuration

* Modify Elasticsearch configuration

* Update docker-compose.yml

* Test only running the python tests as e2e

* Comment side effects

* Test

* Test

* Fix name

* Add missing shell property

* Add bigquery to e2e

* Uncomment needed step

* test

* test

* test

* test

* Add control ci pipeline

* Add new e2e tests

* test

* fix

* fix

* fix

* Uncomment needed steps

---------

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2024-03-05 16:00:22 +01:00
Akash Jain
b15cd4e17c
fix(CI): Use the standard cypress GHA way with environments (#15399) 2024-02-29 12:58:40 +05:30
Akash Jain
42e3b04112
chore(ci): Use github.event.number to fetch PR Labels. (#15359) 2024-02-27 14:22:47 +05:30
Harsh Vador
50034400ee
change cypress running machines to 2 (#15343) 2024-02-26 12:36:16 +05:30
Harsh Vador
8b72fdaed6
fix cypress pr workflow (#15339) 2024-02-26 10:49:29 +05:30
Akash Jain
50874f1527
fix(CI): Github Actions Cypress CI PR custom command (#15322) 2024-02-23 13:22:48 +05:30
Harsh Vador
a499c3e36a
modify cypress install command (#15314) 2024-02-22 17:02:51 +05:30
Akash-Jain
a46d7a96ba
fix(CI): Github Actions Cypress CI use PR ref to checkout 2024-02-22 15:41:18 +05:30
Akash-Jain
9a9e6c4347
fix(CI): Move Get Cypress Filter Post Checkout 2024-02-22 15:32:32 +05:30
Akash Jain
e620809154
fix: Simplify the logic for get cypress filter step (#15310) 2024-02-22 15:28:08 +05:30
Akash-Jain
e5a1965a5a
fix: Spaces and Tabs of YAML 2024-02-22 15:02:48 +05:30
Harsh Vador
8b320d41c4
chore(ci): Add workflow for cypress pr integration (#15290)
* add workflow for cypress pr integration

* add workflow for mysql cypress integration

* address comments

* address comments
2024-02-22 14:48:10 +05:30
Harsh Vador
e6a3f5e2b6
changed PR labels for cypress integration (#15291) 2024-02-21 17:21:22 +05:30
Chirag Madlani
1cbe09c8ac
(workflow): run labeler on ready for review 2024-02-20 17:37:20 +05:30
Pere Miquel Brull
3748c792d0
MINOR - Update Collate dispatch input (#15246) 2024-02-19 14:44:25 +01:00
Akash Jain
95bb221025
feat: Prepare main for next release cycle (#15139) 2024-02-12 16:56:50 +05:30
Karan Hotchandani
9540406496
add tags to allow filter specs in cypress (#15056)
* add tags to allow filter specs in cypress

* test e2e label changes

* update workflows

* fix regex pattern

* fix workflow

* test
2024-02-12 14:04:46 +05:30
Chirag Madlani
2f455bf51e
workflow: fix wrong labeler workflow updated (#15096) 2024-02-08 17:08:25 +05:30
Chirag Madlani
9b4f1dca77
run labler for labeler.yaml 2024-02-08 16:00:06 +05:30
Chirag Madlani
2d6b1f355e
workflow: update team labeler to execute only once (#15092) 2024-02-08 14:44:12 +05:30
Karan Hotchandani
cb59514978
add e2e labeller (#15072) 2024-02-07 15:33:54 +05:30
Pere Miquel Brull
2eda75b78b
MINOR - Update Collate dispatch CI (#15007) 2024-02-02 14:11:14 +01:00
Pere Miquel Brull
ef75a84bd2
MINOR - Fix docs sync alert CI (#14964) 2024-01-31 07:25:29 +01:00
Pere Miquel Brull
ce15728327
MINOR - Docs 1.3 BETA & Slack Alert (#14961)
* MINOR - Docs 1.3 BETA & Slack Alert

* MINOR - Docs 1.3 BETA & Slack Alert
2024-01-31 07:16:22 +01:00
Pere Miquel Brull
4d3d6c6bfa
MINOR - Run Collate CI only on main (#14937) 2024-01-29 17:09:31 +01:00