Cristhian Garcia
Cristhian Garcia
### What I'm trying to achieve I'm trying to implement a new payment gateway (Mercado Pago). For some reason, after and empty initialization using saleor-platform, I go to checkout to...
When I run `./gradlew assembleProdRelease` I get the following errors: > Task :OpenEdXMobile:lintVitalProdRelease FAILED /home/cristhian_g/eduNEXT/eduNEXT-code/edx-app-android/OpenEdXMobile/src/main/java/org/edx/mobile/viewModel/CourseDateViewModel.kt:113: Error: Cannot set non-nullable LiveData value to null [NullSafeMutableLiveData from jetified-lifecycle-livedata-core-ktx-2.3.0] _errorMessage.value = null ~~~~...
## Description This PR adds a dropdown to select the organization. The dropdown will only be activated for users with CourseCreator permission to specific organizations in Studio. Use cases: When...
## Summary This PR fixed an issue in which ClickHouse was using the configured host to load the dictionary, however, this would fail if it was running on Docker and...
**Description:** Pins event-tracking to a version before installing pymongo 4.4.0 which is not supported on edx-platform. See https://github.com/openedx/tutor-contrib-aspects/issues/891, https://github.com/openedx/event-routing-backends/pull/436, https://github.com/openedx/completion/pull/305 for more information. **Merge checklist:** - [ ] All reviewers...
### Description This PR implements two new similar filters to define the command for the celery workers.
**Is your feature request related to a problem? Please describe.** Open edX already has implemented solutions for running multiple celery queues such as the old known `high` and `high_mem` [default...
## Description Refactor the code to let openedx-learning handle the content library asset upload logic. Closes https://github.com/openedx/openedx-learning/issues/241 Depends on: https://github.com/openedx/openedx-learning/pull/248 ## Supporting information Link to other information about the change,...