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

Ethan hack spr24 part2 #189

Merged
merged 3 commits into from
Mar 19, 2024
Merged

Ethan hack spr24 part2 #189

merged 3 commits into from
Mar 19, 2024

Conversation

ethxng
Copy link
Member

@ethxng ethxng commented Mar 19, 2024

resolve issues #186 #187 #188

ethxng and others added 3 commits February 24, 2024 13:49
* Fix user_read response

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* solved the timestamp issue (#174)

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* set up the new skeleton endpoint

* update /statistics method from GET to POST

* added logic code

* test comment

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* test trial run

* New endpoint that would return the stats for a hackathon (#176)

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* Resolve issues #179-182 for Spring 24 hackathon

* fix tests errors in /tests

* resolve test errors part2

---------

Co-authored-by: js324 <[email protected]>
@ethxng ethxng merged commit db7a5e7 into develop Mar 19, 2024
1 check failed
ethxng added a commit that referenced this pull request Mar 19, 2024
* Fix user_read response

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* solved the timestamp issue (#174)

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* set up the new skeleton endpoint

* update /statistics method from GET to POST

* added logic code

* test comment

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* test trial run

* New endpoint that would return the stats for a hackathon (#176)

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* Resolve issues #179-182 for Spring 24 hackathon

* fix tests errors in /tests

* resolve test errors part2

* Ethan hack spr24 part2 (#189)

* Resolve test errors after failed build from Travis (#185)

* Fix user_read response

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* solved the timestamp issue (#174)

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* set up the new skeleton endpoint

* update /statistics method from GET to POST

* added logic code

* test comment

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* test trial run

* New endpoint that would return the stats for a hackathon (#176)

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* Resolve issues #179-182 for Spring 24 hackathon

* fix tests errors in /tests

* resolve test errors part2

---------

Co-authored-by: js324 <[email protected]>

* resolve issues #186-188

---------

Co-authored-by: js324 <[email protected]>

* add env variables to dev and prod config

* add env variables to dev and prod config part2

* fix dev config file

---------

Co-authored-by: js324 <[email protected]>
ethxng added a commit that referenced this pull request Mar 21, 2024
* Fix user_read response

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* solved the timestamp issue (#174)

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* set up the new skeleton endpoint

* update /statistics method from GET to POST

* added logic code

* test comment

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* test trial run

* New endpoint that would return the stats for a hackathon (#176)

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* Resolve issues #179-182 for Spring 24 hackathon

* fix tests errors in /tests

* resolve test errors part2

* Ethan hack spr24 part2 (#189)

* Resolve test errors after failed build from Travis (#185)

* Fix user_read response

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* solved the timestamp issue (#174)

* solved the timestamp issue, which adds a timestamp whenever the user registered

* downgraded urllib3 version bc newer version isn't compatible with other dependencies

* modified test_validate.py to comply with the same user and password as other tests

* changed up the paramter of the call 'update' to satisfy Travis CI

* added pylint disable option for tests to pass

* set up the new skeleton endpoint

* update /statistics method from GET to POST

* added logic code

* test comment

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* test trial run

* New endpoint that would return the stats for a hackathon (#176)

* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon

* Resolve issues #179-182 for Spring 24 hackathon

* fix tests errors in /tests

* resolve test errors part2

---------

Co-authored-by: js324 <[email protected]>

* resolve issues #186-188

---------

Co-authored-by: js324 <[email protected]>

* add env variables to dev and prod config

* add env variables to dev and prod config part2

* fix dev config file

* fix QR_scan ObjectId not serializable

---------

Co-authored-by: js324 <[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.

1 participant