-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove mention of INFOBIP_DOCKER from fast-kafka-api repo #1
Labels
enhancement
New feature or request
Comments
This was referenced Dec 2, 2022
Merged
davorrunje
pushed a commit
that referenced
this issue
Sep 12, 2023
* Add current branch for docs deployment * Add command to extract version * Use mike to publish * Execute mike command inside docs directory * Setup git config for mike * Configure git user * Force deploy to pages * mike delete existing docs * mike delete existing docs * Deploy using old script * Increase version * Increase version again * Comment out old stuff * Delete old stuff * Increase version * Force push once * Update version * Update fetch depth * Fix typo * Use cd * Add banner for old version * Update version * Revert additional stuff * Skp semgrep for outdated banner
github-merge-queue bot
pushed a commit
that referenced
this issue
Sep 13, 2023
* Clean repo * Clone PropanV2 to FastStream * Add tests workflow * Update test.yaml * Update test.yaml * Add missing examples * Fix typing * Delete .Trash-1000 directory * Delete .idea directory * WIP: tests and release * Add testing kafka example * Add test env scripts * Cleanup * Remove __pycache__ folders * refactor: split doc to development and distribution extras * fix: specify bitnami/kafka image version * chore: merge last Propan changes * test: add test for examples/kafka/testing.py * chore: rename package * chore: update test CI * feat: add kafka.pyi annotations, fix examples tests * feat: use the uvicorn CLI imports patching way * chore: set python min version to 3.8 * chore: update CONTRIBUTING.md * refactor: delay handler event setting up to use anyio.Event * test: test at all systems * test: remove different OS CI * Add shebang to script files, make scripts executable and update start/stop test env script to run from root dir * Remove unnecessary bash prefix from commands * Remove unnecessary dollar sign from commands * Add base example * WIP * Add base example to index.md * Fix typo * mypy added to CI * Update test.yaml * style: sync CancelScope annotation, minify lint dependencies, remove comments, run tests after mypy success * fix: use correct public distribution name * test: run CI only in main branch push & PR * feat: add AsyncAPI endpoints to FastAPI plugin (#484) * feat: add AsyncAPI endpoints to FastAPI plugin * test: rm loguru * feat: allow use sync decoder/parser * fix: use regex to validate pydantic output urls * fix: correct url regex * bandit set up and asserts replaced with raise RunTime error in the code * Add bandit to CI * worflow file edit * bug fixes * bandit added to check deps * branch removed from CI * wip * pre-commit * bandit added to pre-commit * bandit added to pre-commit * Add material-mkdocs pages support * Add new line * semgrep added * semgrep added * semgrep added * semgrep added * semgrep added * semgrep added * semgrep added * feat: add FastAPI Router include_router method, fix #497 * test: rollback FastAPI AsyncAPI test * fix: use publish_batch method in test * fix: fix semgrep * Faststream base example (#493) * WIP * minor changes to .gitignore * minor fixes * WIP * fix: correct tests imports * WIP * Fix test path issues * Polish tests * Fix mypy * Polish Index.md * Polish Index.md * Fix typo * Lint * Fix test --------- Co-authored-by: Davor Runje <[email protected]> Co-authored-by: Lancetnik <[email protected]> * docs_src reorganized * docs_src reorganized * docs_src reorganized * bug fix * added detect-sercets * Add API documentation using mkdocstrings * Add docstrings generated by chatgpt for files mentioned in API docs * Fix docstring * Fix bug in docs.py because of nav change * Update docstring for KafkaMessage and RabbitMessage * Set version to 0.0.0-dev0 * fix: correct kafka endpoints naming * polish docs * Add script to expand markdown embeddings and add files for faststream gen (#528) * Add script to expand markdown embeddings * Update REAME.md * Add files for faststream gen * Kafka producing example (#530) * Kafka producing example issue * Batch consuming issue * Issue: we should be able to call publisher function inside the subscriber * Prepare basic tests which need to pass * Update batch consumes test * Add few examples for guides * refactoring and merge with origin * wip * polish docs * Update examples * Fix publish_batch example * polish docs * Lint added empty lines * Update lifespan examples * Updte lifespan examples * polish docs * polish docs * polish docs * polish docs * polish docs * polish docs * polish docs --------- Co-authored-by: Davor Runje <[email protected]> * fix: Create virtual batch subscriber for batch publisher (#533) * fix: create batch virtual consumer for batch publisher * Delete serve.py * Fast stream add batch test (#551) * add test * add test * 499 create a publishers subcribers in the testbroker wrapper with with real flag (#529) * Replace Tester functions with tester context managers * Ignore Test classes in pytest collection * Fix typing * Add broker.start() to Testing context manager * Add example for testing with real broker * Patch publishers so they can be checked if they were called * polish docs * polish docs * Skip reentrancy tests --------- Co-authored-by: Davor Runje <[email protected]> * feat: extend publishing fields, support raw serialization (#548) * feat: extend publishing fields, support raw serialization * test for pydantic V1 fixed --------- Co-authored-by: Lancetnik <[email protected]> Co-authored-by: Davor Runje <[email protected]> * Create descriptions apps and tests (#558) * Add few app examples with description and test * Add examples for code generation * Remove production/staging and authentication from the app descriptions for the code generation (for now) * linting and pytest added --------- Co-authored-by: Davor Runje <[email protected]> * New docs folder structure (#559) * wip * wip * added new docs.py * removed old docs.py * http prefix added for serving docs (#560) * Add tests and guide for asyncapi docs gen and serve CLI commands (#561) * Add smoke tests for asyncapi docs gen and serve CLI commands * Update docs_src path * Add guide for generating and serving AsyncAPI docs * Fix bugs in mkdocs.yml and use server with live reload for serving mkdocs * Add scripts to update readme and to update faststream-gen docs * docs: create documentation navigation structure and some examples * test: refactor CLI tests without chdir * test: test custom naming option * refactor: use only tests directory to store tests * test: mv all tests to tests dir * Update mkdocs.yml * docs: create documentation navigation structure and some examples (#563) * docs: create documentation navigation structure and some examples * test: refactor CLI tests without chdir * test: test custom naming option * refactor: use only tests directory to store tests * test: mv all tests to tests dir * Update mkdocs.yml * minor polishing * Add few new examples to fastream_gen_examples * Dynamic generation of api docs * Update tests in faststream_gen_examples * Update tests in faststream_gen_examples * Move SUMMARY.md path and fix bug in create_api_docs * polishing * docs: add raw docs pages description (#567) * docs: add raw docs pages description * test: revert Kafka message key test * docs (#516): add mike versioning" * added build docs to pre-commit * Use load_config to get mkdocs config * Fix bugs with generating faststream_gen docs * Update README and faststream_gen docs * minor fixes * build docs added to pre-commit hook --------- Co-authored-by: Davor Runje <[email protected]> Co-authored-by: Kumaran Rajendhiran <[email protected]> * Remove explicit method listing (#574) * Remove options filter * Remove options and separate method listings from docs * Update docs * Move guides to appropriate place * Generate docs for classes without docstrings * Split middleware initiation line * Generate CONTRIBUTING.md and add note informing that files are auto generated (#577) * Generate contributing file from en/contributing * Add note informing that CONTRIBUTING and README files are auto generated * Fast stream raw docs (#580) * docs: add raw docs pages description * test: revert Kafka message key test * docs (#516): add mike versioning" * docs: fill some pages * resolve more conflicts * minor fixes --------- Co-authored-by: Davor Runje <[email protected]> * Add chatgpt generated docs (#579) * Add chatgpt generated docs * minor fixes --------- Co-authored-by: Davor Runje <[email protected]> * Prepare daily build * Update docs deploy CI job (#593) * Update docs deploy CI job * Add dependencies for mkdocs social plugin * Add nosemgrep for third party action * fill some extra pages, update comments (#582) * docs: use interactive README lables * docs: fill HTTP integrations page, ad mkdocs-macros plugin * docs: use shared CONTRIBUTING docker-compose file * docs: fill FastAPI integration * docs: add AsyncAPI HTML page as view example * docs: expand AsyncAPI information * docs: add rabbit declare and streams pages * docs: fill settings page * docs: fill loggin page; * docs: generate last version * linting --------- Co-authored-by: Davor Runje <[email protected]> * Remove unnecessary code and speed up build docs script (#595) * Us multiprocessing to reduce api docs build time * Remove griffe related code to speed up build docs script * Add 'auto generated file' as a comment instead of note in README * Remove dashes from README.md * 504 authentication support for faststream (#573) * Add security protocols and implement AsyncAPI parsing * Add security protocols and implement AsyncAPI parsing * Add security protocols and implement AsyncAPI parsing * Add security protocols and implement AsyncAPI parsing * Return protocol overriding in KafkaBroker * Add docs * Add security tests * Polish * Update app.py * Mark security tests depending on Kafka * Extract security from kwargs * Add parse_security to rabbit broker * Fix typing and passing of security_params * Add aysincAPI schema generation tests * Add aysincAPI schema generation tests * Polish AsyncAPI tests --------- Co-authored-by: Pastukhov Nikita <[email protected]> Co-authored-by: Davor Runje <[email protected]> * Fix broken badges * Update README and faststream_gen * Fix formatting * Change fastkafka badge links to faststream links * Increment version * 597 add few examples with authentication to faststream gen examples folder (#602) * Add security examples * Add security examples * Fix typo * test: add distributions tests (#604) * test: add Kafka distribution testing to CI * test: add Rabbit distribution testing to CI * test: add py3.12 tests * test: disable uvloop for py3.12 * test: add macos and win to CI * test: macos and windows local testing * test: detail win logs * test: rm useless marks, skip signal-based tests on win" * test: skip uvicorn tests on win * test: fix wrong naming * fix: separate fastapi and yaml dependencies (#603) * minor fixes * Fix docs versioning (#1) (#606) * Add current branch for docs deployment * Add command to extract version * Use mike to publish * Execute mike command inside docs directory * Setup git config for mike * Configure git user * Force deploy to pages * mike delete existing docs * mike delete existing docs * Deploy using old script * Increase version * Increase version again * Comment out old stuff * Delete old stuff * Increase version * Force push once * Update version * Update fetch depth * Fix typo * Use cd * Add banner for old version * Update version * Revert additional stuff * Skp semgrep for outdated banner * docs: fill routers page (#608) * docs: fill routers page * docs: add serialization examples * minor fixes --------- Co-authored-by: Davor Runje <[email protected]> * WIP: start working on docs (#609) --------- Co-authored-by: Tvrtko Sternak <[email protected]> Co-authored-by: Tvrtko Sternak <[email protected]> Co-authored-by: Tvrtko Sternak <Tvrtko Sternak> Co-authored-by: Lancetnik <[email protected]> Co-authored-by: Kumaran Rajendhiran <[email protected]> Co-authored-by: rjambrecic <[email protected]> Co-authored-by: “Robert <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: