Ecosyste.ms: Timeline

Browse the timeline of over 8.21 Billion events for every public repo on GitHub, all the way back to 2015. Data updated hourly from GH Archive.

BuzzCutNorman/meltano

BuzzCutNorman pushed 12 commits to main BuzzCutNorman/meltano
  • fix: Avoid SQLAlchemy deprecation warning (#6818) I'd like to thank whoever wrote the warning message for putting th... 0fe8405
  • test: Ensure telemetry uses latest Iglu schemas (#6820) 7686939
  • fix: Fix error on `meltano config meltano set ...` (#6819) 1b71f7a
  • docs: Remove E(t)LT from tutorial (#6822) c384556
  • chore: Release v2.7.2 (#6825) dfb2be6
  • ci: print better version debug info if version mismatch occurs (#6826) 31dda53
  • chore: bump actions/dependency-review-action from 2.1.0 to 2.4.0 Bumps [actions/dependency-review-action](https://gi... b566f5c
  • chore: bump actions/setup-node from 3.4.1 to 3.5.0 (#6830) Bumps [actions/setup-node](https://github.com/actions/set... fbfccfa
  • chore: Enable type checking in `meltano.core.schedule_service` (#6831) Co-authored-by: Will Da Silva <will@willdasil... b4e8bdd
  • chore: bump codecov/codecov-action from 3.1.0 to 3.1.1 (#6828) Bumps [codecov/codecov-action](https://github.com/cod... 640634b
  • chore: Fix eslint failures in CI (#6815) d121d7f
  • chore: Move Pytest config into `pyproject.toml` (#6838) 7ae2521

View on GitHub

BuzzCutNorman pushed 2 commits to main BuzzCutNorman/meltano
  • docs: Tutorial small cleanup (#6809) * fix tutorial part 1's link to part 2 * minor wording updates e02c96f
  • docs: shorten install quick start, move rest to guide (#6800) * add tabs plugin to docs with css etc. * remove ws... f0a396a

View on GitHub

BuzzCutNorman pushed 3 commits to main BuzzCutNorman/meltano
  • docs: fix broken link (#6801) Co-authored-by: Taylor A. Murphy <[email protected]> 3f7e555
  • docs: add parts 2-4 to the tutorial (#6781) * add parts 2-4 of the tutorial * fix empty lines etc. * Update do... d148db6
  • Update language on readme (#6807) f3fcbc2

View on GitHub

BuzzCutNorman pushed 4 commits to main BuzzCutNorman/meltano
  • fix: Correct migration path for state table (#6795) 361ec7a
  • fix: Show appropriate UI toasts (#6797) For whatever reason when removing Google Analytics from the UI I removed all... dd00b2e
  • chore: Release v2.7.1 (#6799) 69268f0
  • ci: Use full image ID for `docker-build-scan-push` action (#6792) 81c2a73

View on GitHub

BuzzCutNorman pushed 2 commits to main BuzzCutNorman/meltano
  • docs: Remove datahub docs from guide (#6791) Remove datahub docs 2307e3a
  • ci: Fix failing Mypy job (#6798) 3c51298

View on GitHub

BuzzCutNorman pushed 11 commits to main BuzzCutNorman/meltano
  • chore: Use pyyaml v6 (#6765) Use pyyaml v6 8851060
  • chore: bump poetry from 1.2.0 to 1.2.1 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetry)... 2052ede
  • docs: guide for existing dbt projects (#6769) * docs for existing dbt project guide * Apply suggestions from code... 125c8e6
  • docs: Move installation guide to "Getting Started" add Part 1 tutorial (#6764) * mv install to get started + add par... d1db928
  • fix: Use v1.0.1 of the `exit_event` Snowplow telemetry schema (#6779) 5c81e0a
  • docs: Add DataHub HowTo (#6709) * add DataHub Meltano how to * fix pre-comm. * move datahub how-to to tutorials 2193514
  • chore: update codeowners (#6740) 94615d1
  • feat: Support custom state IDs in `meltano run` with `--state-id-suffix` (#6758) * Implement `--state-id-suffix` opt... bb69da7
  • fix: Remove "disable telemetry" toast from the UI (#6783) f1e4d54
  • chore: Release v2.7.0 (#6788) 91e126b
  • chore: Support "state backends" beginning with systemdb (#6742) * WIP * state_service tests passing * Tap test... 1a97f3d

View on GitHub

BuzzCutNorman pushed 2 commits to main BuzzCutNorman/meltano
  • refactor: Define and recommend `MeltanoError` exception class for improved CLI error messages (#6748) * refactor: De... e4d6984
  • docs: add getting started section (#6737) * create new getting started section * add meltano at a glance page ... 01873d8

View on GitHub

BuzzCutNorman pushed 4 commits to main BuzzCutNorman/meltano
  • feat: Place `project_id` before `environments` in initial `meltano.yml` (#6756) Closes #6734 39e3af1
  • docs: Shrink contrib. docs in sidebar to 1p (#6752) * shrink the contribution docs in the sidebar to 1p. * add se... b38e19e
  • docs: add how to jupyter (#6739) * add jupyter tmp * add a how to use jupyter w meltano guide * fix typos *... bdb77d0
  • docs: add list of video tuts and demos (#6753) * add video tut & demo list * fix prcom 130195f

View on GitHub

BuzzCutNorman deleted a branch BuzzCutNorman/meltano

6240-UI-NoneType-Option-Three-Feature-Flag

BuzzCutNorman deleted a branch BuzzCutNorman/meltano

6189-meltano-run-fail-on-mapper

BuzzCutNorman deleted a branch BuzzCutNorman/meltano

6301-swap-add-related-for-add-required-in-api-v1-plugins

BuzzCutNorman deleted a branch BuzzCutNorman/meltano

6332-wrong-uvicorn-feature-flag-in-ui-startup-warning

BuzzCutNorman pushed 12 commits to 6467-bin-symbolic-link-windows BuzzCutNorman/meltano
  • change: Use deterministic default store location when calling `meltano config set` with `--store=auto` (#6185) Co-au... 9dce062
  • docs: CLI design guidelines (#6539) * First pass at UX guidelines * Clean up * More cleanup * Spelling ... d8c5540
  • docs: Document strategy for incremental adoption of static typing (#6716) 49942e8
  • test: Run Pytest tests in parallel (#6710) * Run Pytest tests in parallel Closes #6157 * Install `pytest-xdist... e7e5b6f
  • chore: bump virtualenv from 20.16.4 to 20.16.5 in /.github/workflows (#6732) Bumps [virtualenv](https://github.com/p... 717a039
  • feat: add `--interactive` CLI flag in `meltano config set` (#5892) Co-authored-by: Aaron ("AJ") Steers <[email protected]... fca9ca1
  • chore: Release v2.6.0 (#6741) b56af55
  • chore: Remove deprecated Google Analytics tracking ID settings (#6744) Came across these while addressing #6729. Sin... 48f25a1
  • docs: Describe how `project_id` is hashed (#6743) Closes #6729 3eeaad4
  • ci: Use `MELTYBOT_GITHUB_AUTH_TOKEN` for version bump workflow (#6747) This token should have the required permissio... 9335f94
  • fix: Use random UUID as default `project_id` (#6745) Closes #6733 fa573a4
  • Merge branch 'main' of https://github.com/BuzzCutNorman/meltano into 6467-bin-symbolic-link-windows c636944

View on GitHub

BuzzCutNorman pushed 4 commits to main BuzzCutNorman/meltano
  • chore: Remove deprecated Google Analytics tracking ID settings (#6744) Came across these while addressing #6729. Sin... 48f25a1
  • docs: Describe how `project_id` is hashed (#6743) Closes #6729 3eeaad4
  • ci: Use `MELTYBOT_GITHUB_AUTH_TOKEN` for version bump workflow (#6747) This token should have the required permissio... 9335f94
  • fix: Use random UUID as default `project_id` (#6745) Closes #6733 fa573a4

View on GitHub

BuzzCutNorman pushed 1 commit to main BuzzCutNorman/meltano
  • chore: Release v2.6.0 (#6741) b56af55

View on GitHub

BuzzCutNorman pushed 6 commits to main BuzzCutNorman/meltano
  • change: Use deterministic default store location when calling `meltano config set` with `--store=auto` (#6185) Co-au... 9dce062
  • docs: CLI design guidelines (#6539) * First pass at UX guidelines * Clean up * More cleanup * Spelling ... d8c5540
  • docs: Document strategy for incremental adoption of static typing (#6716) 49942e8
  • test: Run Pytest tests in parallel (#6710) * Run Pytest tests in parallel Closes #6157 * Install `pytest-xdist... e7e5b6f
  • chore: bump virtualenv from 20.16.4 to 20.16.5 in /.github/workflows (#6732) Bumps [virtualenv](https://github.com/p... 717a039
  • feat: add `--interactive` CLI flag in `meltano config set` (#5892) Co-authored-by: Aaron ("AJ") Steers <[email protected]... fca9ca1

View on GitHub

BuzzCutNorman pushed 8 commits to 6467-bin-symbolic-link-windows BuzzCutNorman/meltano
  • test: Increase max acceptable time for large YAML file perf test (#6702) Increase max acceptable time for large YAML... d80b58f
  • test: Randomize Pytest runs (#6695) * test: Randomize Pytest runs This PR adds a dependency on `pytest-randomly`,... ca3fdfd
  • docs: add troubleshooting page (#6706) * Add troubleshooting page * Apply suggestions from code review Co-auth... cf3566e
  • feat: add rich exception formatting, configurable from `logging.yaml` (#6640) bc97d63
  • ci: Enable static type checking with mypy (#6707) * ci: Enable static type checking with mypy * List modules in m... 565c254
  • ci: Add missing test summary row (#6711) 6f98f5b
  • chore: Enable type checking in `meltano.core.hub` (#6708) chore: Enable type checking in meltano.core.hub a9dc3da
  • Merge branch 'main' of https://github.com/BuzzCutNorman/meltano into 6467-bin-symbolic-link-windows 36554e2

View on GitHub

BuzzCutNorman pushed 7 commits to main BuzzCutNorman/meltano
  • test: Increase max acceptable time for large YAML file perf test (#6702) Increase max acceptable time for large YAML... d80b58f
  • test: Randomize Pytest runs (#6695) * test: Randomize Pytest runs This PR adds a dependency on `pytest-randomly`,... ca3fdfd
  • docs: add troubleshooting page (#6706) * Add troubleshooting page * Apply suggestions from code review Co-auth... cf3566e
  • feat: add rich exception formatting, configurable from `logging.yaml` (#6640) bc97d63
  • ci: Enable static type checking with mypy (#6707) * ci: Enable static type checking with mypy * List modules in m... 565c254
  • ci: Add missing test summary row (#6711) 6f98f5b
  • chore: Enable type checking in `meltano.core.hub` (#6708) chore: Enable type checking in meltano.core.hub a9dc3da

View on GitHub

BuzzCutNorman pushed 11 commits to main BuzzCutNorman/meltano
  • fix: Prevent warnings/errors when running `meltano config <plugin> test` (#6676) * Wait for subprocess to exit after... 9bed498
  • fix: Catch permission errors when creating a new project (#6652) * fix: error handling on project init * Except o... dbd94d8
  • docs: add example meltano projects (#6671) * add ex. projects page to index * add multiple example projects * ... 7318801
  • chore: bump virtualenv from 20.16.3 to 20.16.4 in /.github/workflows Bumps [virtualenv](https://github.com/pypa/virt... 556174a
  • docs: Add docs about environment variable expansion. (#6688) * Add environment variable expansion docs. * Update ... 65160d3
  • chore: bump poetry from 1.1.15 to 1.2.0 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetry... b1efd98
  • Use `poetry debug info` instead of `poetry debug` 4f772d1
  • chore: Update `poetry.lock` to Poetry 1.2 format (#6692) Update `poetry.lock` to Poetry 1.2 format Relates to htt... 5068280
  • docs: add capabilities reference doc, link to it where applicable (#6689) 3237022
  • docs: Expand feature flags docs in contributors' guide (#6697) * Clarify feature_flags usage and implementation in c... c22ffa7
  • fix: Regression in `meltano remove` with error stating the plugin is missing the `settings_with_extras` attribute (#6... ba088e9

View on GitHub

BuzzCutNorman pushed 5 commits to main BuzzCutNorman/meltano
  • docs: Add tutorial on how to debug a custom extractor (#6672) * doc: Add tutorial on how to debug a custom extractor... b4fa948
  • docs: Correct feature flag name for strict env var mode (#6680) Correct feature flag name for strict env var mode d8dd2aa
  • docs: Add test and docs for schedule `env` key (#6674) * Add 'env' to schedule docs, add test for env key * Add s... 0f4af80
  • ci: Tag Docker images with Meltano major and minor versions (#6682) Tag Docker images with Meltano major and minor v... 9f16f32
  • Redirect ELT to blog (#6681) * Redirect ELT to blog - Following Taylor's instructions from #6679 to make the ELT ... 4115c4a

View on GitHub

BuzzCutNorman pushed 16 commits to 6467-bin-symbolic-link-windows BuzzCutNorman/meltano
  • fix: Address `alter_column` warning for MSSQL (#6643) fix: Address state enum alter_column for MSSQL 917f132
  • ci: Use `actions/dependency-review-action` instead of fork (#6647) Use `actions/dependency-review-action` instead of... 4cbeb8a
  • Remove Meltano 2.0 banner on docs (#6646) Remove Meltano 2.0 banner 8879e6e
  • docs: Update Custom Extractor tutorial to use an editable install (#6650) 79487e4
  • chore: bump poetry from 1.1.14 to 1.1.15 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetr... c633abc
  • docs: logging configuration guide (#6648) * Logging cookbook * Add everything to the ToC * little bit of clean... 749b2f9
  • test(core): Remove xfail markers from passing tracking tests on Windows (#6658) Closes #6629 39eddf1
  • fix: Raise exception when meltano.yml is empty (#6627) * Raise exception when empty meltano.yml * tests for empty... 7454c39
  • fix: Correct STRICT_ENV_VAR_MODE behavior (#6656) * Add new tests for STRICT_ENV_VAR_MODE, use project settings serv... 0c89bcd
  • docs: update custom extractor tutorial to use pip_url (#6663) docs: update custom extractor tutorial to use pip_url ... 0dfe536
  • perf: Improve performance when handling large yaml files (#6644) * Configure yaml at import time * Check against ... 40a8066
  • ci: Use `meltano/commitizen-version-bump` (#6665) * ci: Use `meltano/commitizen-version-bump` To customize how Co... 84e58a2
  • change: add new settings for `hub_api_root` and `hub_url_auth` (#6581) 3f8a965
  • Use org-level MeltyBot secret token (#6668) * Use org-level MeltyBot secret token * Use same key for `assign_one_... 2789439
  • chore: Release v2.5.0 (#6669) chore: Bump package version Co-authored-by: WillDaSilva <[email protected].... eb9471c
  • Merge branch 'main' of https://github.com/BuzzCutNorman/meltano into 6467-bin-symbolic-link-windows 72720da

View on GitHub

BuzzCutNorman pushed 9 commits to main BuzzCutNorman/meltano
  • test(core): Remove xfail markers from passing tracking tests on Windows (#6658) Closes #6629 39eddf1
  • fix: Raise exception when meltano.yml is empty (#6627) * Raise exception when empty meltano.yml * tests for empty... 7454c39
  • fix: Correct STRICT_ENV_VAR_MODE behavior (#6656) * Add new tests for STRICT_ENV_VAR_MODE, use project settings serv... 0c89bcd
  • docs: update custom extractor tutorial to use pip_url (#6663) docs: update custom extractor tutorial to use pip_url ... 0dfe536
  • perf: Improve performance when handling large yaml files (#6644) * Configure yaml at import time * Check against ... 40a8066
  • ci: Use `meltano/commitizen-version-bump` (#6665) * ci: Use `meltano/commitizen-version-bump` To customize how Co... 84e58a2
  • change: add new settings for `hub_api_root` and `hub_url_auth` (#6581) 3f8a965
  • Use org-level MeltyBot secret token (#6668) * Use org-level MeltyBot secret token * Use same key for `assign_one_... 2789439
  • chore: Release v2.5.0 (#6669) chore: Bump package version Co-authored-by: WillDaSilva <[email protected].... eb9471c

View on GitHub

BuzzCutNorman created a branch on BuzzCutNorman/meltano

Update-Uvicorn-to-0-18-2 - Your open source DataOps Platform Infrastructure to let you manage all the data tools in your stack in one place, and turn them into your ideal end-to-end data platform

BuzzCutNorman pushed 1 commit to main BuzzCutNorman/meltano
  • docs: logging configuration guide (#6648) * Logging cookbook * Add everything to the ToC * little bit of clean... 749b2f9

View on GitHub

BuzzCutNorman pushed 5 commits to main BuzzCutNorman/meltano
  • fix: Address `alter_column` warning for MSSQL (#6643) fix: Address state enum alter_column for MSSQL 917f132
  • ci: Use `actions/dependency-review-action` instead of fork (#6647) Use `actions/dependency-review-action` instead of... 4cbeb8a
  • Remove Meltano 2.0 banner on docs (#6646) Remove Meltano 2.0 banner 8879e6e
  • docs: Update Custom Extractor tutorial to use an editable install (#6650) 79487e4
  • chore: bump poetry from 1.1.14 to 1.1.15 in /.github/workflows Bumps [poetry](https://github.com/python-poetry/poetr... c633abc

View on GitHub

BuzzCutNorman pushed 24 commits to 6467-bin-symbolic-link-windows BuzzCutNorman/meltano
  • chore: bump nox from 2022.1.7 to 2022.8.7 in /.github/workflows Bumps [nox](https://github.com/wntrblm/nox) from 202... 2533078
  • ci: Fix Docker scan action (#6577) 3200964
  • chore: bump actions/setup-python from 4.1.0 to 4.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-p... 27d5e58
  • fix: Make `default_environment` a top-level setting (#6582) Closes #6115 25c0aed
  • fix: Docker workflow (#6593) 8e8e4a9
  • fix: Register legacy `DiscoveryFile` object in Ruamel YAML instance (#6543) * fix yaml calls to old lib impl * Re... d14ff93
  • fix: Validate CRON expressions (#6592) * Accept starry cron expressions in JSON schema * Use croniter to validate... 6ad4081
  • ci: Run Docker publish workflow on a schedule (#6570) cdddf54
  • chore: Add `git` and `build-essential` to the Meltano Docker image (#6598) * chore: Add git to Meltano Docker image ... f89fc4d
  • feat: Add `--no-install` option to `meltano add` (#6578) * Add `--no-install` flag for `meltano add` * Test `--no... e4cf960
  • docs: Update `Docker` definition in `glossary.yml` (#6602) 20ea867
  • ci: Compute coverage for meltano package, not only `tests/` (#6608) Add coverage.py run.source config e5ee445
  • fix: `meltano state list` change pattern from argument to option (#6609) f0dd8f9
  • refactor: Replace `StaleJobFailer` class with `fail_stale_jobs` function (#6610) 175d7a1
  • refactor: Use `closing` for DB sessions & add docstrings to `meltano.core.db` (#6611) * refactor: Replace `StaleJobF... c416f28
  • ci: Generate test workflow summary (#6614) d480573
  • fix: raise error on migration fail (#6601) 1eaec5d
  • docs: Add "Pytest Best Practices" section to contributing docs (#6631) 9c2d8ec
  • refactor(core): Make `ProjectInitService.init` generate/set a `project_id` (#6621) b41a2e1
  • chore: Remove legacy Google analytics telemetry (#6622) 317e3fc
  • and 4 more ...

View on GitHub

BuzzCutNorman pushed 7 commits to main BuzzCutNorman/meltano
  • fix: raise error on migration fail (#6601) 1eaec5d
  • docs: Add "Pytest Best Practices" section to contributing docs (#6631) 9c2d8ec
  • refactor(core): Make `ProjectInitService.init` generate/set a `project_id` (#6621) b41a2e1
  • chore: Remove legacy Google analytics telemetry (#6622) 317e3fc
  • chore: Address lint issues in `src/meltano/core/plugin/file.py` (#6637) ecac36b
  • feat: Support glob paths in file plugin `update` extra (#6596) * Support glob paths in file plugin `update` extra ... 004ce90
  • fix: Use `docs.meltano.com` instead of `meltano.com/docs` (#6636) Closes #6635 6de7c10

View on GitHub

BuzzCutNorman pushed 6 commits to main BuzzCutNorman/meltano
  • docs: Update `Docker` definition in `glossary.yml` (#6602) 20ea867
  • ci: Compute coverage for meltano package, not only `tests/` (#6608) Add coverage.py run.source config e5ee445
  • fix: `meltano state list` change pattern from argument to option (#6609) f0dd8f9
  • refactor: Replace `StaleJobFailer` class with `fail_stale_jobs` function (#6610) 175d7a1
  • refactor: Use `closing` for DB sessions & add docstrings to `meltano.core.db` (#6611) * refactor: Replace `StaleJobF... c416f28
  • ci: Generate test workflow summary (#6614) d480573

View on GitHub

BuzzCutNorman pushed 2 commits to main BuzzCutNorman/meltano
  • chore: Add `git` and `build-essential` to the Meltano Docker image (#6598) * chore: Add git to Meltano Docker image ... f89fc4d
  • feat: Add `--no-install` option to `meltano add` (#6578) * Add `--no-install` flag for `meltano add` * Test `--no... e4cf960

View on GitHub

BuzzCutNorman pushed 8 commits to main BuzzCutNorman/meltano
  • chore: bump nox from 2022.1.7 to 2022.8.7 in /.github/workflows Bumps [nox](https://github.com/wntrblm/nox) from 202... 2533078
  • ci: Fix Docker scan action (#6577) 3200964
  • chore: bump actions/setup-python from 4.1.0 to 4.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-p... 27d5e58
  • fix: Make `default_environment` a top-level setting (#6582) Closes #6115 25c0aed
  • fix: Docker workflow (#6593) 8e8e4a9
  • fix: Register legacy `DiscoveryFile` object in Ruamel YAML instance (#6543) * fix yaml calls to old lib impl * Re... d14ff93
  • fix: Validate CRON expressions (#6592) * Accept starry cron expressions in JSON schema * Use croniter to validate... 6ad4081
  • ci: Run Docker publish workflow on a schedule (#6570) cdddf54

View on GitHub

Load more