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

Switch to using the commons toolforge instance fully #5489

Merged
merged 3 commits into from
Jan 29, 2024

Commits on Jan 28, 2024

  1. Switch to using the commons toolforge instance fully

    So far we used both the urbanecmbot instances and also the commons-android-app
    toolforge instance for the functioning of the app.
    
    The reality is that the commons-android-app instance itself had the ability
    to return all the data necessary for the app. Use the same to get all the
    data necessary for the app.
    
    Fixes #5462
    sivaraam committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    611f408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805076e View commit details
    Browse the repository at this point in the history
  3. Fix broken reference to a missing resource ID

    Seems like a fallout of the change done in PR #5464
    
    This hopefully should make the instrumentation tests resume.
    sivaraam committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f1276e4 View commit details
    Browse the repository at this point in the history