Skip to content

Conversation

heyrandhir
Copy link
Contributor

Date: 14 Dec 2023

Developer Name: @heyrandhir


Issue Ticket Number:-

Description:

Dev to Main Sync

Is Under Feature Flag

  • Yes
  • No

Database changes

  • Yes
  • No

Breaking changes (If your feature is breaking/missing something please mention pending tickets)

  • Yes
  • No

Is Development Tested?

  • Yes
  • No

Tested in staging?

  • Yes
  • No

Add relevant Screenshot below ( e.g test coverage etc. )

image

Ajeyakrishna-k and others added 28 commits November 16, 2023 03:31
…1755)

* fix: handles failure due to missing discordId

* fix : failing test due roles undefined

* chore: remove roles import

* fix: failing test due to users archived

* fix: increase timeout to test

* fix: failing test

* chore: uncomment a test case line

---------

Co-authored-by: Shubham Sharma <[email protected]>
* fix: updates the ts import

* chore: remove unwanted space
* feat: adds route and controller functions for missed update

* feat: adds tests for controller and validator of missed update script

* fix: correct sinon import

* fix: update validator test for query params

* fix: failing test due modification of shallow copy of test data

* chore: remove unnecessary array spreading

* chore: fix typo in discord member mock data index

* chore: fixes lint issues
* feat: adds route and controller functions for missed update

* feat: adds tests for controller and validator of missed update script

* fix: correct sinon import

* fix: update validator test for query params

* fix: failing test due modification of shallow copy of test data

* chore: remove unnecessary array spreading

* chore: fix typo in discord member mock data index

* chore: fixes lint issues

* chore: adds role ids to config
);
router.patch("/assign/self", authenticate, invalidateCache({ invalidationKeys: [ALL_TASKS] }), tasks.assignTask);

router.get("/users/discord", verifyCronJob, getUsersValidator, tasks.getUsersHandler);

Check failure

Code scanning / CodeQL

Missing rate limiting

This route handler performs [authorization](1), but is not rate-limited.
@Ajeyakrishna-k
Copy link
Contributor

  1. Task request changes are already present in main branch.
  2. Currently get missed updates has some issues. As it does not affect any existing functionalities, my changes are good to go 👍

* fix: minor changes to missed updates

* fix: adds an extra status to query

* fix: use the correct function for time conversion

* chore: update test case data

* feat: update response for missed updates details

* chore: updates response messages for tests
@Ajeyakrishna-k
Copy link
Contributor

Date: 17 December 2023

Developer Name: @Ajeyakrishna-k


PRs

Documentation Updated?

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Tested in Staging?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Screenshots

Screenshot 2023-12-17 at 9 48 22 PM

@ankushdharkar ankushdharkar merged commit c9cdd75 into main Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants