Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

quang-le

quang-le pushed 26 commits to main BLSQ/iaso
  • POLIO-1753: show 1 line per round per vaccine in pdf repo - i.o 1 line per round, with vaccines aggegated 0bac718
  • POLIO-1716: add methods to test mixins - add PolioTestCaseMixin+method to create campaign test data - add method to ... 530d328
  • Add method to filter rounds by vaccine ce6636d
  • POLIO-1753: prefetch scopes c50c63d
  • Merge branch 'main' into POLIO-1753_split_pdf_data_per_vaccine_per_round 7b54023
  • POLIO-1753: fix round duplication per vaccine - rename round_number field to number - move filters to get_queryset t... 09455b8
  • Merge branch 'add_test_methods' into POLIO-1753_split_pdf_data_per_vaccine_per_round 6d3a066
  • POLIO-1753: filter pdfs by vaccine name 6d0cb7e
  • Merge branch 'POLIO-1753_split_pdf_data_per_vaccine_per_round' of https://github.com/BLSQ/iaso into POLIO-1753_split_... 5d018e8
  • POLIO-1753: deduplicate mystery rounds 5ebb487
  • POLIO-1768: add migration to delete scopes - if separate scopes per round: delete campaign scope - else: delete roun... 796bb0e
  • POLIO-1768: fix scopes migration e5b0558
  • POLIO-1770: update campaigns API - delete unused scopes when switching scope type - only loop through used scope whe... c134dc1
  • black formatting b4f2172
  • POLIO-1770: add tests e1b97b3
  • POLIO-1769: Add warning modal for scopes d38da17
  • Update plugins/polio/migrations/0206_delete_unused_scopes.py Co-authored-by: Marc Hertzog <[email protected]> 2fd8bc1
  • Update plugins/polio/api/campaigns/campaigns.py Co-authored-by: Marc Hertzog <[email protected]> 86dc974
  • Update plugins/polio/migrations/0206_delete_unused_scopes.py Co-authored-by: Marc Hertzog <[email protected]> e5ca14a
  • POLIO-1770: fix black formatting b2cbcd5
  • and 6 more ...

View on GitHub

quang-le closed a pull request on BLSQ/iaso
POLIO-1753: split pdf repository data per vaccine per round
Rounds can have several vaccines. The pdf table in the repository should reflect that and have one line per round per vaccine Related JIRA tickets : POLIO-1753 ## Self proofreading checklist ...
quang-le pushed 1 commit to POLIO-1753_split_pdf_data_per_vaccine_per_round BLSQ/iaso

View on GitHub

quang-le deleted a branch BLSQ/iaso

POLIO-1708_delete_endpoints

quang-le pushed 4 commits to main BLSQ/iaso
  • POLIO-1708: remove deprecated endpoints - remove imstats endpoint - remove forma endpoint a1de886
  • black 9d43f49
  • POLIO-1708: remove unused import d9c4e0d
  • fix: delete deprecated endpoints refs: Polio-1708 6afd7f2

View on GitHub

quang-le closed a pull request on BLSQ/iaso
Polio-1708 delete deprecated endpoints
What problem is this PR solving? Explain here in one sentence. Related JIRA tickets : POLIO-1708 ## Self proofreading checklist - [x] Did I use eslint and black formatters - [ ] Is my cod...
quang-le pushed 3 commits to main BLSQ/iaso
  • POLIO-1716: add methods to test mixins - add PolioTestCaseMixin+method to create campaign test data - add method to ... cfa5a8f
  • Merge branch 'main' into add_test_methods 6f6d4ac
  • fix: add methods to test mixins refs: IA-3711 2145a17

View on GitHub

quang-le closed a pull request on BLSQ/iaso
IA-3711: add methods to test mixins
What problem is this PR solving? Explain here in one sentence. Related JIRA tickets : IA-3711 ## Self proofreading checklist - [ ] Did I use eslint and black formatters - [ ] Is my code...
quang-le created a review on a pull request on BLSQ/iaso

View on GitHub

quang-le opened a pull request on BLSQ/iaso
POLIO-1750: Rearrange PDF repository filters
Add a filter and remove some others Related JIRA tickets : POLIO-1750 ## Self proofreading checklist - [ ] Did I use eslint and black formatters - [ ] Is my code clear enough and well doc...
quang-le deleted a branch BLSQ/iaso

POLIO-1769_warn_users_when_switching_scope_type

quang-le pushed 2 commits to POLIO-1753_split_pdf_data_per_vaccine_per_round BLSQ/iaso
  • POLIO-1769: Add warning modal for scopes d38da17
  • fix: warn users when switching scope type refs :POLIO-1769 f6c0f29

View on GitHub

quang-le closed a pull request on BLSQ/iaso
POLIO-1769: warn users when switching scope type
Users need to be warned that changing the scope level will delete the old existing scopes Related JIRA tickets : POLIO-1769 ## Self proofreading checklist - [x] Did I use eslint and black ...
quang-le created a branch on BLSQ/iaso

POLIO-1750_fix_file_filter_pdf_repo - Georegistry + Data Collection + Microplanning

quang-le pushed 1 commit to POLIO-1753_split_pdf_data_per_vaccine_per_round BLSQ/iaso
  • POLIO-1753: cleanup test and print statements 182fa21

View on GitHub

quang-le pushed 1 commit to POLIO-1753_split_pdf_data_per_vaccine_per_round BLSQ/iaso
  • POLIO-1753: use GROUP_BY query bbd88d6

View on GitHub

quang-le deleted a branch BLSQ/iaso

POLIO-1770_delete_unused_scopes

quang-le pushed 10 commits to POLIO-1753_split_pdf_data_per_vaccine_per_round BLSQ/iaso
  • POLIO-1768: add migration to delete scopes - if separate scopes per round: delete campaign scope - else: delete roun... 796bb0e
  • POLIO-1768: fix scopes migration e5b0558
  • POLIO-1770: update campaigns API - delete unused scopes when switching scope type - only loop through used scope whe... c134dc1
  • black formatting b4f2172
  • POLIO-1770: add tests e1b97b3
  • Update plugins/polio/migrations/0206_delete_unused_scopes.py Co-authored-by: Marc Hertzog <[email protected]> 2fd8bc1
  • Update plugins/polio/api/campaigns/campaigns.py Co-authored-by: Marc Hertzog <[email protected]> 86dc974
  • Update plugins/polio/migrations/0206_delete_unused_scopes.py Co-authored-by: Marc Hertzog <[email protected]> e5ca14a
  • POLIO-1770: fix black formatting b2cbcd5
  • fix: delete unused scopes + migration refs: POLIO-1770, POLIO-1768 af7b7fe

View on GitHub

quang-le closed a pull request on BLSQ/iaso
POLIO-1770, POLIO-1768: delete unused scopes + migration
What problem is this PR solving? Explain here in one sentence. Related JIRA tickets : POLIO-1770, POLIO-1768 ## Self proofreading checklist - [x] Did I use eslint and black formatters - [...
quang-le pushed 1 commit to POLIO-1770_delete_unused_scopes BLSQ/iaso
  • POLIO-1770: fix black formatting b2cbcd5

View on GitHub

quang-le pushed 1 commit to POLIO-1770_delete_unused_scopes BLSQ/iaso

View on GitHub

quang-le created a review comment on a pull request on BLSQ/iaso
I feel embarrassed that I haven't thought about it myself. It's totally in my ball park

View on GitHub

quang-le created a review on a pull request on BLSQ/iaso

View on GitHub

quang-le pushed 1 commit to POLIO-1770_delete_unused_scopes BLSQ/iaso

View on GitHub

quang-le deleted a branch BLSQ/iaso

IA-3540_restrict_payments_list_by_user_location

quang-le pushed 16 commits to main BLSQ/iaso
  • IA-3540: filter payments API response based on user org units - For Payment lots, potential payments and payments 4b3fd5b
  • Merge branch 'main' into IA-3540_restrict_payments_list_by_user_location 7921cb2
  • IA-3540: delete buggy code 99ea7b4
  • IA-3540: clean up unused code 5f31d78
  • IA-3540: add can_see_change_request field ff35b64
  • IA-3540: hide link to change request if user cant see org unit 178e4ee
  • Merge branch 'main' into IA-3540_restrict_payments_list_by_user_location a10bdf4
  • IA-3540: fix test aaae8c3
  • IA-3540: add test ccbd5f2
  • IA-3540: add test for potential payments 6e55e33
  • IA-3540: code review - get user OU hierarchy, i.o list 1a04332
  • black formatting 98afd38
  • IA-3540: fix org units for user in PaymentLotViewSet 1085663
  • Update iaso/api/payments/serializers.py b315a42
  • Update iaso/api/payments/serializers.py Co-authored-by: hakifran <[email protected]> 3b62041
  • fix: restrict payments list by user location Refs:IA-3540 eb1f622

View on GitHub

quang-le closed a pull request on BLSQ/iaso
IA-3540 restrict payments list by user location
geo-limited users trying to see change request related to a payment could land on an empty page if they didn't have the permission to see the org unit of the change request Related JIRA tickets ...
quang-le created a branch on BLSQ/iaso

POLIO-1769_warn_users_when_switching_scope_type - Georegistry + Data Collection + Microplanning

quang-le pushed 1 commit to IA-3540_restrict_payments_list_by_user_location BLSQ/iaso

View on GitHub

quang-le opened a pull request on BLSQ/iaso
POLIO-1770, POLIO-1768: delete unused scopes + migration
What problem is this PR solving? Explain here in one sentence. Related JIRA tickets : POLIO-1770, POLIO-1768 ## Self proofreading checklist - [x] Did I use eslint and black formatters - [...
Load more