Jacky Jiang

Results 113 issues of Jacky Jiang

# Indexer reindex / recrawl stream might stuck when a dataset data from registry is failed to parse When a dataset data from registry is failed to parse, the no....

bug

## Registry API report error when auth is turned off When `authorisation.skipOpaQuery` & `authorisation.skip` both set to true, the registry API will report the following error: ``` 2021-05-29 03:30:13.896 [registry-api-akka.actor.default-dispatcher-4]...

bug

## [connector-sdk] Allow runtime filter code to be supply to connectors via Helm config ### Motivation - We currently support filtering crawling result by harvest sources & organisations. However: -...

feature request

### Move `ingress` out of Magda core Magda core includes a `ingress` chart that will create a certificate manager certificate object. As cert manager upgrade their k8s crds api version...

feature request

### Upgrade React Router to 6.3 Upgrade React Router to https://github.com/remix-run/react-router/releases/tag/v6.3.0 The new features (and chanegs) that come with v6 will help us manage routes easier.

feature request

### Large File Upload Support Magda allow you to store the data file into either internal storage (k8s PV) or cloud storage via our storage API (backed by minio). However,...

feature request
Epic

### Reshape Storage API [Storage API](https://github.com/magda-io/magda/tree/master/deploy/helm/internal-charts/storage-api) is an internal service that handles any file storage operations in our system. This service is backed by [minio](https://min.io/) that can either offer storage...

feature request

### Find `mwundo` alternative or fork & publish it to other repo by ourselves One of our dependencies `mwundo` only available from [Bintray repo](https://bintray.com/) but Bintray [was sunset since May...

feature request

**Is your feature request related to a problem? Please describe.** batch/v1beta1 CronJob API is deprecated in v1.21+. We will see the following warnings: ``` W0513 16:11:29.835269 98986 warnings.go:70] batch/v1beta1 CronJob...

feature request

### Default Role Permissions As rolling out the new auth model for v2.0.0, we need to adjust the default role permission setup in the DB migration files. The new default...

feature request