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

master to dev #41

Merged
merged 13 commits into from
May 25, 2024
Merged

master to dev #41

merged 13 commits into from
May 25, 2024

Conversation

sahsisunny
Copy link
Collaborator

No description provided.

fakhruddinkw and others added 13 commits May 19, 2024 00:46
* creating a model func

* created controller and added new route

* Implementing Debounce: Added useCheckUsernameQuery,useDebounce

* Edited profile-form
* Added github actions to run on raising PR

* Added one dummy test case, for Github actions to pass
* added script command to check prettier and lint in CI/CD

* revert codeql.yml

* fix yarn lint check command in test.yml
@sahsisunny sahsisunny enabled auto-merge (squash) May 25, 2024 12:45
src/routes/events.ts Dismissed Show dismissed Hide dismissed
CreateEventValidator,
createEventController,
)
router.get('/events', authinticate, getEventsByUserIdController)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
router.get('/events', authinticate, getEventsByUserIdController)
router.get(
'/event/channels/:eventid',
authinticate,

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
authinticate,
getChannelCategoriesByEventIdController,
)
router.get('/event/:eventid', authinticate, getEventDetailsController)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
router.get('/event/:eventid', authinticate, getEventDetailsController)
router.get(
'/event/categories/:eventid',
authinticate,

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
)
router.post(
'/event/category',
authinticate,

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
)
router.post(
'/event/channel',
authinticate,

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

export default (router: express.Router) => {
router.get('/user/exists/:username', checkIfUsernameExistsController)
router.get('/users', authinticate, getAllUsersController)

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
@sahsisunny sahsisunny disabled auto-merge May 25, 2024 12:47
@sahsisunny sahsisunny enabled auto-merge (squash) May 25, 2024 12:47
@sahsisunny sahsisunny disabled auto-merge May 25, 2024 12:47
@sahsisunny sahsisunny merged commit 566f79e into develop May 25, 2024
2 of 3 checks passed
sahsisunny added a commit that referenced this pull request May 25, 2024
* Add Hook to check if Username exists already or not (#19)

* creating a model func

* created controller and added new route

* Implementing Debounce: Added useCheckUsernameQuery,useDebounce

* Edited profile-form

* added app page

* change mariadb to postgres SQL

* removed frontend code

* fix schema key name

* Dockerised the application and the database (#31)

* Added github actions to run on raising PR (#32)

* Added github actions to run on raising PR

* Added one dummy test case, for Github actions to pass

* added event type table and data

* added script command to check prettier and lint in CI/CD (#37)

* added script command to check prettier and lint in CI/CD

* revert codeql.yml

* fix yarn lint check command in test.yml

* added two endpoint to create and get event by user id (#38)

* added migrations and model function to create default channles for the event and get channels api (#39)

* Added api to get and create channel and channel category

* added api gor rsvp

---------

Co-authored-by: Fakhruddin KW <[email protected]>
Co-authored-by: Vikhyat Bhatnagar <[email protected]>
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.

3 participants