Add a feature that allows hadiscover to search GitHub for automation files without a topic search. This is useful for testing scenarios to see how many automations can be imported before a certain performance hit on the backend. It also opens up the opportunity to find more bugs as it can search a more diverse repository set in test environments. There should also be a max search limit defined so it's easy with tests to test an X amount of repositories. Tests must be added. It must also be available as an environment variable on the Docker image. On production, we should keep the existing topic search functionality.
Add a feature that allows
hadiscoverto search GitHub for automation files without a topic search. This is useful for testing scenarios to see how many automations can be imported before a certain performance hit on the backend. It also opens up the opportunity to find more bugs as it can search a more diverse repository set in test environments. There should also be a max search limit defined so it's easy with tests to test an X amount of repositories. Tests must be added. It must also be available as an environment variable on the Docker image. On production, we should keep the existing topic search functionality.