Alexandre Menasria
Alexandre Menasria
### What does this PR do? This PR adds a `selected_message_queues` flag to allow watching only a specific list of message queues and improve performances. ### Motivation (Customer request) Sometimes...
### What does this PR do? This PR removes the milestone Github workflow. ### Motivation Thanks to #22567 the milestone is now automatically set after merge. This is hence not...
### What does this PR do? This PR makes MacOS build job only run on `main`, release branches and `omnibus/` changes. ### Motivation Reduce the MacOS runners load to avoid...
### What does this PR do? This PR: - Introduces a `python3-version` file storing the python3 version used in the repository - Makes all Github Workflows use the python3 version...
### What does this PR do? This PR removes the `pip install PyYAML==5.3.1` hardcoded in the windows unit tests scripts. ### Motivation `PyYAML 6.0.1` is already in the build image...
### What does this PR do? This PR replaces all `// nolint` by `//nolint`. ### Motivation From `golangci-lint` documentation: ``` Use //nolint instead of // nolint because machine-readable comments should...
### What does this PR do? This PR replaces: - List -> list - Dict -> dict - Tuple -> tuple ### Motivation Clearer code. We're using Python >= 3.9,...
### What does this PR do? This PR removes the hardened_runtimes flag in the `agent.omnibus-build` invoke task. ### Motivation According to the comments it was used to build the Agent...
### What does this PR do? This PR adds `flake8`, `black`, `isort` & `vulture` to the requirements. This PR also incorporate the `atlassian-python-api` dependency into the `tasks/requirements_all_tasks.txt` file, to avoid...
### What does this PR do? This PR removes the Windows 32 bits usecase in the invoke tasks. ### Motivation Follow-up of #21221. The Agent does not support Windows 32...