* 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
* docs(check-prerequisites): prerequisites recipe
- added scripts/check_prerequisites.sh.
- added usage in docs.
- added prerequisites to Makefile.
* docs(check-prerequisites): fix for docker version
* docs(check-prerequisites): fix for docker version
* docs(check-prerequisites): fix for docker version
* docs(check-prerequisites): revert docker-compose.yml
* Minor: add spotless and use simplecontext
* Remove context from rule evaluaiton
* Fix EventSubscription tests
* Minor: Migrate to latest google code style library to support Java 17 and beyond
* Minor: Ignore code style migration from git blame
* Moved more recipes into ingestion/Makefile
* Removed some recipes into ingestion/Makefile and added import statement
* Modified file paths so that 'make generate' works from the ingestion directory
* Modified checks for current directory
* Fixed function names to be in snake case
* Reverted function names back to camel case
* Reverted changes to js_antlr and py_antlr and moved generate command back into root directory Makefile
* Updated run_ometa_integration_testsrecipe in ingestion/Makefile
---------
Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
* Disk space test
* Disk space test with other action
* Disk space test with other action
* Disk space test with first action
* checking labeler
* updating version of wait action
* xvfb-run check
* Update disk-space-test.yml
* xvfb-run check using sudo
* checking large packages
* Update disk-space-test.yml
* Update disk-space-test.yml
* Update disk-space-test.yml
* Update disk-space-test.yml
* Checking the logic
* Update release-code-freeze.yml
* Update release-code-freeze.yml
* Update release-code-freeze.yml
* Update release-code-freeze.yml
* Update update_version.py
* Update Makefile
* Update update_version.py
* Update Makefile
* permission issue check
* Update Makefile
* Update Makefile
* Update Makefile
* Update Makefile
* Update Makefile
* Update release-code-freeze.yml
* Update release-code-freeze.yml
* Update release-code-freeze.yml
* Update release-code-freeze.yml
* Update Makefile
* Creating make script for code freeze automation
* updating dockerfile version with main branch
* Updating paths in makefile
* Updating the python code with logger
* Using argparse to pass the arguments in python code
* feat:Updating script path
* Delete update_version.py from root directory
* Fixes#10065 Allow Unicode characters and digits in the entityName
* Use Unicode modifier (?U) to JSON schema patterns
* fix(dataModel): convert unicode modifier from uppercase to lowercase
---------
Co-authored-by: Teddy Crepineau <teddy.crepineau@gmail.com>
* Removed part of the secrets manager implementation in the server side
* Removed part of the secrets manager implementation in the openmetadata python library side
* Remove deprecated test
* Address pylint checks
* Address new pylint checks
* Address PR comments
* Fix import on airflows apis
* Clear singleton instances for running Ometa secrets manager test
* 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>