Will Da Silva

Results 51 issues of Will Da Silva

Installed orderedset 2.0.3 from pip with Cython 3.0a7 Running on Linux Mint Python version 3.9.5 ```Python >>> s = OrderedSet([1, 2, 3]) >>> s | {4, 5, 6} # this...

### Meltano Version NA ### Python Version NA ### Bug scope Other ### Operating System NA ### Description [Codecov recently reported a 7.44% increase in coverage](https://app.codecov.io/gh/meltano/meltano/commit/bd8ff5b0ce3b3289a6b8af34a0d41067a714b77d). This was because we...

kind/Bug
valuestream/Meltano

### Meltano Version NA ### Python Version NA ### Bug scope Other ### Operating System Tested with Firefox and Chrome ### Description Going to https://docs.meltano.com/reference/glossary#singer should result in the page...

Documentation
kind/Bug
valuestream/Meltano

Our Docker image scanning currently identifies 224 issues: https://github.com/meltano/meltano/security/code-scanning Many of them stem from us using outdated Yarn packages. In #6587 I updated all of the Yarn packages to their...

kind/Tech Debt
valuestream/Meltano

The container scans were last run in https://github.com/meltano/meltano/pull/6410, and they revealed the following issues: https://github.com/meltano/meltano/security/code-scanning?query=ref%3Arefs%2Fpull%2F6410%2Fmerge+tool%3AGrype We expect that many of these will be addressed by - #3203 This issue exists...

CI/CD
docker
security
kind/Tech Debt
valuestream/Meltano

### Feature scope Other ### Description Currently the only tag we publish for the Meltano Docker images with the Meltano version has the full `v..` version identifier. We should also...

kind/Feature
valuestream/Meltano

Several of the commands in the Makefile do not work anymore, are not necessary, or should not be run locally. The Makefile has a considerable amount of dead code within...

The top-level of the Meltano repository is cluttered. This serves to hide our readme when one visits https://github.com/meltano/meltano. For that reason and more, we should probably delete the outdated/unused files...

kind/Tech Debt
valuestream/Meltano

### Feature scope Other ### Description Currently the Docker publish workflow (run via workflow dispatch) only builds the latest version of Meltano obtained from `poetry version --short` run on `main`....

CI/CD
kind/Feature
valuestream/Meltano

Keeping `flask-login` at `0.6.1` fixes [the failing tests](https://github.com/meltano/meltano/runs/7634167148). When the tests are run in isolation, they do not error, regardless of whether I had `flask-login` at `0.6.1` or `0.6.2`, which...

kind/Bug
valuestream/Meltano