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

Update RapidPro to v7.5.91 #456

Merged
merged 982 commits into from
Dec 27, 2023
Merged

Update RapidPro to v7.5.91 #456

merged 982 commits into from
Dec 27, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    8f62834 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4048 from nyaruka/consistent_service_options

    Always put service menu options at end of menu in new group
    rowanseymour authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    00256bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67eb262 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    7676bb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    6d0239a View commit details
    Browse the repository at this point in the history
  2. updates based on shift from delete to deactivate in progress

    - added is_active boolean field to broadcast
    - renamed perm from "scheduled_delete" to "scheduled_deactivate"
    - renamed haml template from "..._delete" to "..._deactivate"
    susanm74 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    4bbf2b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sl-delete-broadcasts-mulligan' of https://github.com/ny…

    …aruka/rapidpro into sl-delete-broadcasts-mulligan
    susanm74 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    dcc5109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    034dfe2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7af4fbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5901faf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    159622e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf7e0fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c603bba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c43950 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1603c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57462ee View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Update api docs to be nav agnostic

     * Rewrite API Explorer to be vanilla javascript
    ericnewcomer committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    40eb1cb View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. added is_active and set null=true and default=true

    1. add is_active column with null=True
    2. ensure is being set to True for new scheduled broadcasts (adding default=True to model will achive this)
    susanm74 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    32d61ad View commit details
    Browse the repository at this point in the history
  2. post-running code checks

    susanm74 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    778c26d View commit details
    Browse the repository at this point in the history
  3. updated tests

    susanm74 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    632270c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f17b822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdf7b01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1378b6 View commit details
    Browse the repository at this point in the history
  7. deactivate scheduled message updates

    - temporarily added todos for updating scheduled (messages) system label total in left nav side bar
    - minor updates to scheduled message delete/deactivate, view, template, and tests
    susanm74 committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    440d471 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4050 from nyaruka/editor-reset

    Unload flow editor when navigating away
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9bfe972 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4051 from nyaruka/bulk-actions-fix

    Update bulk actions
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b36c6b2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4049 from nyaruka/incoming_call_triggers

    📲 Allow messaging flows with incoming call triggers
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    dec05c0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4055 from nyaruka/api-doc-updates

    Update api docs to be nav agnostic
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    df478b8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4053 from nyaruka/perm_simplify

    Use single permissions for all contact and msg list views
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bac1ffb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4c08551 View commit details
    Browse the repository at this point in the history
  14. Fix tests

    rowanseymour committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bc16309 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    18e4021 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6e69210 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #4060 from nyaruka/remove_unused_msg_event_fields

    Remove fields from msgs event payloads that are no longer used
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9b41e1f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    80c5ba7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c5819ad View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4061 from nyaruka/api-doc-updates

    Small styling tweaks for api docs
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    9bd1382 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #4062 from nyaruka/fix_webhook_list

    Fix webhook list page to not show every call as an error
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    6ada40b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    633512d View commit details
    Browse the repository at this point in the history
  23. Fix coverage

    rowanseymour committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    26b7c62 View commit details
    Browse the repository at this point in the history
  24. Use database trigger to prevent status changes on flow sessions that …

    …go from exited to waiting
    rowanseymour committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    4ff0622 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #4054 from nyaruka/remove_channel_status_context_p…

    …rocessor
    
    Remove `channel_status_processor` context processor
    rowanseymour authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1dea7f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Merge branch 'main' into sl-delete-broadcasts-1

    susanm74 authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    3797e56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79300b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2718afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    606a64d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5ae499 View commit details
    Browse the repository at this point in the history
  6. re-ran code checks

    susanm74 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6aa706b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8700437 View commit details
    Browse the repository at this point in the history
  8. re-ran code checks

    susanm74 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    35ffb11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b6fde9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d24739 View commit details
    Browse the repository at this point in the history
  11. Add JustCall channel type

    norkans7 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    a1543b3 View commit details
    Browse the repository at this point in the history
  12. More coverage

    norkans7 committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6c4d59c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4056 from nyaruka/sl-delete-broadcasts-1

    delete broadcasts PR#1
    rowanseymour authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    da44ca4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4052 from nyaruka/convert_missed_call_triggers

    Add data migration to delete or convert missed call triggers
    rowanseymour authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    dc61e5e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    23659c2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    386feb8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f28d0bd View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4065 from nyaruka/migration_tweak

    Tweak migration to convert missed call triggers to ignore archived triggers
    rowanseymour authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b8285e4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    935f869 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    624fa47 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    769c5f7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d5a252e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d7e0786 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8afd395 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a8a0421 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #4067 from nyaruka/api-doc-updates

    Fix api header when logged out
    rowanseymour authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    11854e5 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #4068 from nyaruka/spa-channel-release

    Proper redirect on channel release
    rowanseymour authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    1eb9b56 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #4066 from nyaruka/less_things_in_branding

    Remove things from branding that don't need to be there
    rowanseymour authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4b793e8 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    419f914 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a41be3b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    261964b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sl-delete-broadcasts-3

    susanm74 authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    82a32f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca0e0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff1db1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f24fa2b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into sl-delete-broadcasts-5

    susanm74 authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4efd7b1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into sl-delete-broadcasts-4

    susanm74 authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    976e93d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    08865a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa2d448 View commit details
    Browse the repository at this point in the history
  10. re-ran code checks

    susanm74 committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    7dbbdaf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7bd83ca View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4059 from nyaruka/sl-delete-broadcasts-3

    delete broadcasts PR#3
    rowanseymour authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b2f6d4a View commit details
    Browse the repository at this point in the history
  13. Fix coverage

    rowanseymour committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    0e90506 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #4069 from nyaruka/remove_old_templates

    Remove old crisp templates
    rowanseymour authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    15ca14a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1c8d933 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d54c4dd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    541cb23 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4057 from nyaruka/sl-delete-broadcasts-4

    delete broadcasts PR#4
    rowanseymour authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e18ed37 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d5575ca View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4063 from nyaruka/session_status_change_trigger

    Use database trigger to prevent invalid status changes on flow sessions
    rowanseymour authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1152068 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a61d3f4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    30579ab View commit details
    Browse the repository at this point in the history
  23. Fix tests

    rowanseymour committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    ada8b8b View commit details
    Browse the repository at this point in the history
  24. Merge pull request #4071 from nyaruka/broadcast_tweaks

    📣 Broadcast database tweaks
    rowanseymour authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6424086 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f4cec8c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8e655c0 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #4072 from nyaruka/schedule_cleanup

    Remove no longer used `Schedule.create_blank_schedule`
    rowanseymour authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    35542bb View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    27f25f0 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #4073 from nyaruka/rem_suspend_task

    Remove task to suspend topups orgs
    rowanseymour authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4e1e101 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    421e2d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    da04c05 View commit details
    Browse the repository at this point in the history
  2. re-ran code checks

    susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    046d280 View commit details
    Browse the repository at this point in the history
  3. Fix coverage

    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    41d64bf View commit details
    Browse the repository at this point in the history
  4. Remove old crisp templates

    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d60f0c4 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md for v7.5.78

    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    d675f72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f9ee7d View commit details
    Browse the repository at this point in the history
  7. Use database trigger to prevent status changes on flow sessions that …

    …go from exited to waiting
    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7cff597 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a06e80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    979ea80 View commit details
    Browse the repository at this point in the history
  10. Fix tests

    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    868d3c2 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG.md for v7.5.79

    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    3941c32 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c67624 View commit details
    Browse the repository at this point in the history
  13. Remove task to suspend topups orgs

    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c84e9da View commit details
    Browse the repository at this point in the history
  14. Update CHANGELOG.md for v7.5.80

    rowanseymour authored and susanm74 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2a9c80d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1b3823d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    419a84c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    15bde75 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4074 from nyaruka/dont_show_credits_summary

    Always show plan formax even for orgs on topups plan
    rowanseymour authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    265f624 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e3ee356 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4064 from nyaruka/add-justcall

    Add JustCall channel type
    rowanseymour authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f744a62 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cf4195e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7120035 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7ae517c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    fc68719 View commit details
    Browse the repository at this point in the history
  2. updates based on PR review

    - updated permission, template, test, and view to refer to 'delete' vs. 'deactivate'
    - removed superfluous comment
    susanm74 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    0e25c96 View commit details
    Browse the repository at this point in the history
  3. updates based on PR review

    - updated save method to use update_fields to specify is_active update
    susanm74 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    959a2c7 View commit details
    Browse the repository at this point in the history
  4. Remove unused method

    rowanseymour committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    3577486 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4075 from nyaruka/remove_topup_ui_1

    🛀 Remove topups part 2
    rowanseymour authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d9dcaf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5fea41 View commit details
    Browse the repository at this point in the history
  7. merge

    ericnewcomer committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    75e3661 View commit details
    Browse the repository at this point in the history
  8. group perms test

    ericnewcomer committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    49d9861 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    970b9ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c10970a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4077 from nyaruka/update_telegram_lib

    ✨ Update telegram library which doesn't work with Python 3.10
    rowanseymour authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5653cc3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    960e429 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5cc850f View commit details
    Browse the repository at this point in the history
  14. Remove specifying groups for message exports which will be added back…

    … with a different meaning
    rowanseymour committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    613a668 View commit details
    Browse the repository at this point in the history
  15. Fix migration conflict

    rowanseymour committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    5a25998 View commit details
    Browse the repository at this point in the history
  16. Add missing migration

    rowanseymour committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    97a6f26 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    87064a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    13cd986 View commit details
    Browse the repository at this point in the history
  19. Better if condition

    norkans7 committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    ef54f09 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    f76c050 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4070 from nyaruka/workspace-bits

    👪 Workspace management for multi org scenarios
    ericnewcomer authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f52f4a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001e604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715e685 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    894c090 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4082 from nyaruka/link-fields

    No link fields on sub org page
    ericnewcomer authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    cf1effc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    337bb6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c69f059 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. more updates based on final review

    - removed extra comment decorating get_totals method
    - removed extra comments from scheduled delete method
    - removed extra formatting from scheduled delete template
    susanm74 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7475664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55590ca View commit details
    Browse the repository at this point in the history
  3. re-ran code checks

    susanm74 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b949022 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4081 from nyaruka/only-workspace-children

    Only show workspace children on settings menu
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    025f0b7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4076 from nyaruka/remove_credit_alerts

    🛀 Remove credit alert functionality
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    8b099bf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4079 from nyaruka/android-schemes-overlap

    Allow adding Android channel when its number is used on a WhatsApp ch…
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    9775456 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4058 from nyaruka/sl-delete-broadcasts-5

    ❌ Delete broadcasts PR#5
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    8e7f9bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dd94d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90b5ce8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4078 from nyaruka/remove_msg_export_groups

    🧹 Remove specifying groups for message exports
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    694d590 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55bdca0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4084 from nyaruka/remove_unschedule

    Remove unschedule option from scheduled broadcast read page
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    7c026b7 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4083 from nyaruka/broadcast_delete

    Rework Broadcast.release into an overridden delete() that can do soft and hard deletes
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    638f521 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d900c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    01eb428 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8041fad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    298ae9d View commit details
    Browse the repository at this point in the history
  18. Merge pull request #4086 from nyaruka/remove_unused_templates

    Remove no-longer used credit alert email templates
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    6cabedd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0348f1b View commit details
    Browse the repository at this point in the history
  20. Merge pull request #4019 from nyaruka/drop_channel_connection

    🛀 Drop `ChannelConnection`
    rowanseymour authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    e5b451f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ad1879a View commit details
    Browse the repository at this point in the history
  22. WIP

    rowanseymour committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a32c11b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6cb56e1 View commit details
    Browse the repository at this point in the history
  24. Fix migration conflict

    rowanseymour committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    ad0599a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Fix tests

    rowanseymour committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    79b4fa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b237620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d702dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4080 from nyaruka/groups_for_all_exports

    👪 Group membership columns for message, ticket and results exports
    rowanseymour authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    b2cfebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e24794c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b8940d View commit details
    Browse the repository at this point in the history
  7. Remove unused utils code

    rowanseymour committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    0683cfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91ffc91 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4090 from nyaruka/remove_unused_deps

    🧹 Remove unused segment and intercom dependencies
    rowanseymour authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    7215118 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e188e09 View commit details
    Browse the repository at this point in the history
  11. Fix coverage

    rowanseymour committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9f363c0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4088 from nyaruka/simpler_exports

    🚛 Simpler exports
    rowanseymour authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    5faa61a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f24b8da View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    d7cd7e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4089 from nyaruka/remove_unused_code

    🧹 Remove unused utils code
    rowanseymour authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    443a7b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a08e4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98e1bfa View commit details
    Browse the repository at this point in the history
  5. Remove the token refresh tasks for jiochat and wechat channels as cou…

    …rier does this on demand
    rowanseymour committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d464af6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95cefb3 View commit details
    Browse the repository at this point in the history
  7. Fix coverage

    rowanseymour committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    ee9e732 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4091 from nyaruka/remove_jiochat_and_wechat_refre…

    …sh_tasks
    
    🗑️ Remove the token refresh tasks for jiochat and wechat channels as courier does this on demand
    rowanseymour authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d23e378 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d373eb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge pull request #4085 from nyaruka/remove_stripe

    💳 Remove Stripe and bundles functionality
    rowanseymour authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    417c5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e3a454 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    5538182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d966e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba2ce7e View commit details
    Browse the repository at this point in the history
  4. Remove TopUpCRUDL

    rowanseymour committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    da825eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    676453a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8844639 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4093 from nyaruka/remove_credits_from_api

    🧹 Remove credit reporting on API workspace endpoint
    rowanseymour authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    209dc39 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4094 from nyaruka/remove_topups_5

    🧹 Remove topups from UI
    rowanseymour authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    49495f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    503283d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cec1fb View commit details
    Browse the repository at this point in the history
  11. Merge pull request #4096 from nyaruka/remove_account_value

    Remove unused `Org.get_account_value`
    rowanseymour authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7126a5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0dde296 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    825a196 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4d132f7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #4095 from nyaruka/disallow_grandchildren

    🚼 Don't allow creation of child orgs within child orgs
    rowanseymour authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    936284b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    abc303a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4098 from nyaruka/WAC-name

    Properly truncate the channel name
    rowanseymour authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1666a60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ef2842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b039443 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a773f1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34963f2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4100 from nyaruka/cleanup_channel_types

    Cleanup channel types
    rowanseymour authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    20cb01a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2849c27 View commit details
    Browse the repository at this point in the history
  9. Fix test

    rowanseymour committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    05f88b3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4099 from nyaruka/wechat_for_all

    Allow non-beta users to add WeChat channels
    rowanseymour authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    558c3c2 View commit details
    Browse the repository at this point in the history
  11. Update flow editor

    rowanseymour committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0ce53ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4353e5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    48e75d8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ddd031 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Create cla.yml

    ericnewcomer authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8dbbd2b View commit details
    Browse the repository at this point in the history
  2. Fix http log test

    rowanseymour committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    5d2a14c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc5aff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4bebe0 View commit details
    Browse the repository at this point in the history
  5. Create cla.txt

    ericnewcomer authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9f7e57e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Update README.md

    rowanseymour authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    93f66cb View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    rowanseymour authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    5ee4a0f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    rowanseymour authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    94881d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Create config.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2ad966b View commit details
    Browse the repository at this point in the history
  2. Create stale.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1fe2351 View commit details
    Browse the repository at this point in the history
  3. Update stale.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    40a8f56 View commit details
    Browse the repository at this point in the history
  4. Delete stale.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7fbb03a View commit details
    Browse the repository at this point in the history
  5. Create stale.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4c2d28d View commit details
    Browse the repository at this point in the history
  6. Create manual.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    abeee14 View commit details
    Browse the repository at this point in the history
  7. Update manual.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    dabf7b1 View commit details
    Browse the repository at this point in the history
  8. Update manual.yml

    ericnewcomer authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    809356e View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Update README.md

    rowanseymour authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    3c75cc6 View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    rowanseymour authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    38f5ba7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    f2d03fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a16b5e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    d8f592e View commit details
    Browse the repository at this point in the history