Skip to content
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

Restructure workflows #597

Merged
merged 5 commits into from
Jul 19, 2022
Merged

Restructure workflows #597

merged 5 commits into from
Jul 19, 2022

Conversation

mabuelhagag
Copy link
Member

No description provided.

@mabuelhagag mabuelhagag merged commit d0a0a46 into master Jul 19, 2022
@mabuelhagag mabuelhagag deleted the feature/protected_workflows branch July 19, 2022 02:56
mabuelhagag added a commit that referenced this pull request Aug 9, 2022
- Python version upgraded in Dockerfiles
- Upgraded requirements
- Moved management CLI commands from `manage.py` that uses click to `actions.py` that uses [Flask's CLI custom commands](https://flask.palletsprojects.com/en/2.2.x/cli/#custom-commands) as [flask-scripts is now deprecated](https://github.com/smurfix/flask-script#deprecated).
- Moved `create_app()` to `__init__` to fix cyclical import error
- CI/CD
    - Disabled CD of the server.
    - Disable some integration tests as they were failing on live testing (to be reviewed later).
    - Used `docker compose` command instead of `docker-compose` command as it fails on newer versions of Docker.
    - Build Azure Service bus credentials without URL-encode them as it's handled in Kombu. encoding them caused the live test to fail when Celery was trying to connect.
    - Running `register_client` celery task asynchronously caused the tests to report false success results. So now it's called synchronously (to be further investigated later)
    - Migrated to `ServiceBusAdministrationClient` in `delete_queues` cli command. See [migration guide](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/servicebus/azure-servicebus/migration_guide.md#working-with-administration-client).
    - Other changes done in #597 
- Removed the usage of `autoescape` and `with_` Jinja extensions as they're now already included in the compiler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant