Wade Barnes

Results 78 issues of Wade Barnes

The `./manage cli` command no longer works as described in the [Connecting to the Network](https://github.com/bcgov/von-network/blob/main/README.md#connecting-to-the-network) section of the main readme. Either update the documentation to reference the [Using the containerized...

bug
help wanted
good first issue

Update GHA versions in the project's workflow to fix the deprecation warnings.

Unbounded queries are end up querying/fetching millions of records, and overwhelming the search-engine. Examples of some unbounded queries can be found in the orgbook-configurations `./manage` script; https://github.com/bcgov/orgbook-configurations/pull/137/files#diff-63baa3a336ec0b711e0cbe2e1015954578737523843dd17f6ddaed70d50f027f

As discussed some of the articles listed [here](https://github.com/bcgov/orgbook-configurations/pull/137#issuecomment-1723902252) certain workarounds for paging can be problematic for Solr. Particular search queries seem to have an effect on the search-engine container (Solr),...

Please add the following `ignore` sections to the dependabot.yaml configuration. For `pip` (Python) updates: ``` ignore: - dependency-name: "*" update-types: ["version-update:semver-major"] ``` For `npm` (JavaScript) updates: ``` ignore: - dependency-name:...

enhancement
dependencies

- Configure Dependabot to automatically maintain dependencies for GitHub Actions. - Check for updates once a week. - Group all updates into a single PR.

- Ensure dependency related PRs are exempt.

Even when `authentication.enabled = false` issuer-web still attempts to load the `authentication.oidcSettings` properties and create an `oidc` object. When the `authentication.oidcSettings` properties are not included in the json the web...

pinned

The health check for the issuer kit api checks it's connection with the database. We're seeing a few instances having repeated health check failures (loosing connection with it's database) causing...

bug
help wanted
pinned

The docker environment supplied in `environment/docker` is outdated. It is still based on Ubuntu 16.04. Update the environment to be able to use the latest , Ubuntu 20.04 based, code...