Mohammad Ahtasham ul Hassan

Results 22 issues of Mohammad Ahtasham ul Hassan

This package will raise this error `ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'` when run with Django40. I have resolved this issue in this PR.

---- I've completed each of the following or determined they are not applicable: - [ ] Made a plan to communicate any major developer interface changes (or N/A)

In order to advance implementation of both [OEP-45: Configuring and Operating Open edX](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0045-arch-ops-and-config.html) and [deprecation of the configuration repository](https://github.com/openedx/public-engineering/issues/51), we would like to switch devstack from using primarily Docker images...

In order to advance implementation of both [OEP-45: Configuring and Operating Open edX](https://open-edx-proposals.readthedocs.io/en/latest/architectural-decisions/oep-0045-arch-ops-and-config.html) and [deprecation of the configuration repository](https://github.com/openedx/public-engineering/issues/51), we would like to switch devstack from using primarily Docker images...

## Background This package is currently installed into edx-platform [directly from GitHub](github.com/openedx/edx-platform/tree/master/requirements/edx/github.in). This is non-ideal because: * GitHub-hosted requirements take significantly longer (> 4x) to install than PyPI-hosted requirements *...

ISSUE: https://github.com/openedx/devstack/issues/960 This PR is part of effort aimed at removing Ansible based configurations and replacing them with `Dockerfile`. Currently Devstack Docker images are built using `Ansible based configurations` in...

**Sub-task of:** https://github.com/openedx/blockstore/issues/212 ## DESC This PR removes `blockstore` from `github.in` and instead uses the PyPI package.

JIRA Issue: https://openedx.atlassian.net/browse/BOM-3386 DESC This PR replaces the deprecated eslint-config-edx with the newer @edx/eslint-config package.

## Description Describe what this pull request changes, and why. Include implications for people using this change. Design decisions and their rationales should be documented in the repo (docstring /...

## Description This PR updates the structure of requirements file. With the newer approach, dependencies will only appear in corresponding layer file and not repeated in multiple file. Each requirements...