Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

EvalAI

Evaluating the state of art in AI
Collective - Host: opensource - https://opencollective.com/evalai - Website: https://evalai.cloudcv.org - Code: https://github.com/cloud-cv/evalai

Frontend_V2: Add Tab view on the settings page(#3551)

* add tab view to settings tab

* fix worker title

* change tab-heading

* add :host -> d...

github.com/cloud-cv/evalai - c9b05b58414c05a0a3576361503cedb75fac5cde authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Refactor code to remove unused services and imports(#3547)

* remove unused services and imports

* add no-unused-variable in tslint

Co-authored-by: Ri...

github.com/cloud-cv/evalai - 797e1e7eb65ebe84a67b292a73477ed4088b321e authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend+Backend: Add feature to cancel submissions(#3456)

* Add submission cancel feature

* Rebase changes

* Remove unused code

* Fix reviews

...

github.com/cloud-cv/evalai - c509e3855ede16006f0ea30dbb51fdfef6aae88b authored over 3 years ago by Ram Ramrakhya <[email protected]>
Worker: Limit pod logs for stdout for code upload challenges(#3564)

* Limit pod logs for stdout

* Update limit from 500 to 1000

Co-authored-by: Rishabh Jain <...

github.com/cloud-cv/evalai - 27d0dd1f3f1ab5ac5bd6525c186fe6a66447ae53 authored over 3 years ago by savish28 <[email protected]>
Frontend_V2: Remove submission count api call from submissions page(#3562)

* remove submission count api call

* remove space

Co-authored-by: Rishabh Jain <rishabhjai...

github.com/cloud-cv/evalai - 7116eb1c21fe479e0186bd2d2d0f96f1132c5b44 authored over 3 years ago by Gautam Jajoo <[email protected]>
Backend: Add cron job to stop workers for unapproved challenges(#3559)

* Add cron to terminate workers for unapproved challenges

* Fix tests

Co-authored-by: Rish...

github.com/cloud-cv/evalai - 8b2fad8f4a254a5ab2311ef43ef271e29024229a authored over 3 years ago by Ram Ramrakhya <[email protected]>
Frontend: Add metadata for leaderboard metrics(#3561)

* [Frontend] Add Leaderboard metric order arrows

* Review fix

github.com/cloud-cv/evalai - caf8dd8e9c3565e2118d4ab8910971be3b6a06cd authored over 3 years ago by Ram Ramrakhya <[email protected]>
Code Upload Worker: Bug fixes for printing logs, reading jobs and prevent pod failures(#3560)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - ef62e183b987e5e881acf7d9f15c9bd922dcb00d authored over 3 years ago by savish28 <[email protected]>
Backend: Switch to http for prometheus and grafana(#3558)

* switch to http for prometheus and grafana

* expose tcp and udp ports for statsd-exporter

...

github.com/cloud-cv/evalai - 774cc8599513c5683475cfae88292efa0b89fb8b authored over 3 years ago by Aviral Jain <[email protected]>
Frontend_V2: Fix headings on my-submissions(#3549)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - c6448a5320e40a24e52840944d69ec547c9f095d authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Load challenges for only for a particular tab (#3548)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - ac5c8fdef26571cf5b0772c15e50de1158b81597 authored over 3 years ago by Gautam Jajoo <[email protected]>
Deployment: Specify images to be pulled on instances (#3555)

github.com/cloud-cv/evalai - 47d679200d02da1e328611c5dceba1a20cdd1ee4 authored over 3 years ago by Aviral Jain <[email protected]>
Backend: Add default values for environment variables(#3553)

github.com/cloud-cv/evalai - 4fab26335e1ff5eaaeda1711b2c407e68fe30b47 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Deployment: Activate virtualenv in monitoring instance(#3552)

* activate virtualenv in monitoring instance

* Update deploy.sh

Co-authored-by: Rishabh Ja...

github.com/cloud-cv/evalai - 4a687590f3803a2254ba4608b184854c38f4125f authored over 3 years ago by Aviral Jain <[email protected]>
Backend: Migrate statsd to monitoring instance and use it for queue monitoring(#3542)

* migrate statsd to monitoring instance and use it for queue monitoring

* fix flake issues

...

github.com/cloud-cv/evalai - d1aca704b41078d2a090bf837c47f042958fd41d authored over 3 years ago by Aviral Jain <[email protected]>
Frontend_V2: Remove stars from challenge-list page(#3545)

* remove stars from challenge-list page

* remove services that are not in use

Co-authored-...

github.com/cloud-cv/evalai - 4ea0db4cb949d6f27acaab31a515f02794cbdfc1 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend: Highlight clicked entry on the leaderboard (#3546)

* Highlight clicked entry on leaderboard

* undo

Co-authored-by: Rishabh Jain <rishabhjain2...

github.com/cloud-cv/evalai - e916925b87a84e71d9f78e0f6ead142ee60e734d authored over 3 years ago by Ram Ramrakhya <[email protected]>
Frontend_V2: Fix buttons on team card (#3544)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 9eb4de327700b61d3c861dd5348eb8f4059306db authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Add edit section for leaderboard(#3524)

* add leaderboard section

* add leaderboard visibility

* add visibility functionality

*...

github.com/cloud-cv/evalai - dc5b97be8910290ae39313c552157d99c250b525 authored over 3 years ago by Gautam Jajoo <[email protected]>
Backend: Add multi AWS key support for submission and code upload worker container(#3530)

* Aws: Add multi key support submission and code upload container

* Refactor task definations...

github.com/cloud-cv/evalai - b980dd35fdff154d28fbecfab13ce35730188ea0 authored over 3 years ago by savish28 <[email protected]>
Code Upload Worker: Refactor static code upload challenge workers for logs, wait time and exception(#3536)

* Fix timelimit and add logs code upload worker

* Submission worker: Add exception incase sub...

github.com/cloud-cv/evalai - 31a83748e63372631e6f39c8d1a1dcddfd7015df authored over 3 years ago by savish28 <[email protected]>
Deployment: Add docker compose file for monitoring containers(#3537)

* shift monitoring containers to new docker-compose file

* remove prometheus pushgateway service

github.com/cloud-cv/evalai - 667c3740f8783b071962d30db13e9b0e0d367719 authored over 3 years ago by Aviral Jain <[email protected]>
Frontend_V2: Increase decimal to 20 and display value received from backend(#3543)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 5353625707fb92278de1560c188abf7668d3da6c authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Show/hide private/public button on submit page(#3541)

* show/hide public button on submit page

* Update submit component

github.com/cloud-cv/evalai - 625d6b5f318397393769ee81048057f8e36baad9 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Restructure submissions page(#3534)

* add code element hover

* change classes of elements

github.com/cloud-cv/evalai - 733904883d4dd71849e8000cd65e304f6060ee1a authored over 3 years ago by Gautam Jajoo <[email protected]>
Revert pushgateway from monitoring setup (#3540)

github.com/cloud-cv/evalai - c0860d872bda48f4d92ce9e68a00dc1eb0353acc authored over 3 years ago by Aviral Jain <[email protected]>
Frontend_V2: Increase nginx upload limit to 200 MB(#3538)

github.com/cloud-cv/evalai - d1c32369f20e1b9206c54ac834e4b771446f36e9 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Add configs for migrating monitoring-setup containers to a new instance(#3529)

* migrate pushgateway configs for separate ec2 instance

* add nginx container for monitoring ...

github.com/cloud-cv/evalai - a5d2aabad698637337ce39aa24063cf1bbb462ae authored over 3 years ago by Aviral Jain <[email protected]>
Frontend_V2: Highlight tab of side-bar when moving to challenge components (#3531)

* add service

* add the functionality for tab highlight

* fix final issues

* remove con...

github.com/cloud-cv/evalai - 8f0cf0e76ac87b0b5dae7f8a07bbab12a1423526 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Fix challenge template page component (#3532)

* fix challenge template page and add footer

* fix challenge title

* add pointer to calend...

github.com/cloud-cv/evalai - b2b8234bfc3be41af4ba07db230d289d86f46988 authored over 3 years ago by Gautam Jajoo <[email protected]>
Code Upload Worker: Update api_instacne for kubernetes token refresh (#3533)

github.com/cloud-cv/evalai - 4c763ffac82b4139f624bc5e57570cbd61c03dc4 authored over 3 years ago by savish28 <[email protected]>
Backend: Restart static code upload worker on modifying evaluation script(#3535)

github.com/cloud-cv/evalai - ab69de409e5d1b1a0f60c6d019ecbc75599ba4d7 authored over 3 years ago by savish28 <[email protected]>
Code Upload Worker: Add check before creating config maps in code upload worker (#3522)

* Add check before creating config maps code upload worker

* Add time stop for submission wor...

github.com/cloud-cv/evalai - fb749a4871eabf36951a4ce89b69811b05d8e182 authored over 3 years ago by savish28 <[email protected]>
Code Upload Worker: Cleanup submission file before TLE(#3523)

* Refactor code upload challenge submission stuck

* Delete message and job when exception in ...

github.com/cloud-cv/evalai - 9c8c510ec9072d0c39dd405edec58ee31eaf2598 authored over 3 years ago by savish28 <[email protected]>
[FrontendV2] Add challenge phase detail edit feature (#3491)

github.com/cloud-cv/evalai - 2bc8762313934a92b585ec950221786807e8ff26 authored over 3 years ago by Gautam Jajoo <[email protected]>
Code Upload Worker: Refactor code upload challenge worker for stuck submissions(#3492)

* Refactor code upload challenge submission stuck

* Delete message and job when exception in ...

github.com/cloud-cv/evalai - 9d0e043b5822f526d8938314cd2ea016dddf8dbb authored over 3 years ago by savish28 <[email protected]>
Backend: Add CPU metrics using node-exporter and setup push gateway for prometheus(#3481)

* add view name to statsd metrics

* cleanup unncessary files with gitignore and fix import st...

github.com/cloud-cv/evalai - 6a7d8d90e48c55e11c27c8a807e2696cfb9d8ea4 authored over 3 years ago by Aviral Jain <[email protected]>
Backend: Fix restart policy and staging endpoint for prometheus (#3520)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 394ec36909e80b4fe2a5358f73401a510274bb12 authored over 3 years ago by Aviral Jain <[email protected]>
FAQs: Add question for docker image issue(#2746)

* update FAQ with docker image issue

* modify FAQ message

* Update faq(developers).md

C...

github.com/cloud-cv/evalai - 8efffaa2dac747c7454410088a13991126198a09 authored over 3 years ago by DXGatech <[email protected]>
Frontend_V2: Fix notification message(#3517)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - d3c2baef57e255847696ed09ca8b72039b0ea47f authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Fix organization logos on the challenge list page(#3521)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - cae7f871adbdbb0ec8c871e7d2d4e9de98e4bd9d authored over 3 years ago by Gautam Jajoo <[email protected]>
Deployment: Add statsd-exporter auto deployment(#3525)

github.com/cloud-cv/evalai - 9846067455e017522763f5807496c2286ee4c41b authored over 3 years ago by Ram Ramrakhya <[email protected]>
[Worker] Evaluate static dataset code upload challenge submissions (#3480)

* Refactor submission worker to evaluate static dataset code upload challenge submissions

* U...

github.com/cloud-cv/evalai - 04a16b5420a75d5e0ab4bff4e91afd60625a34e7 authored over 3 years ago by savish28 <[email protected]>
Deployment: Add statsd nginx config to frontend-v2 (#3519)

github.com/cloud-cv/evalai - b67145f35483e230b271474f56eafe835fc1bdd5 authored over 3 years ago by Aviral Jain <[email protected]>
Deployment: Update travis auto deploy scripts & add configs for staging environment (#3512)

* add statsd exporter to fetch django metrics

* cleanup unncessary files with gitignore and fix...

github.com/cloud-cv/evalai - 3fa2d95e23aceff0999098e5907af5c2dcf02695 authored over 3 years ago by Aviral Jain <[email protected]>
Feat: Integrate statsd exporter to fetch django metrics (#3511)

github.com/cloud-cv/evalai - 2e5912f1b113c3120528de3db68f54d2528c235b authored over 3 years ago by Aviral Jain <[email protected]>
Frontend_V2: Change Django backend to staging server(#3515)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 02fb8fe3ae93833ab16918f6d8e6a7d112c127df authored over 3 years ago by Ram Ramrakhya <[email protected]>
Frontend_V2: Fix console error on challenge list page(#3514)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - bcdd695ce9013f6d415e41c3e4cce3adea54a576 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Migrate frontend v2 UI to the staging server(#3513)

github.com/cloud-cv/evalai - c8f965c0df9c30aa81a5388997b9bbe9c2bad5e3 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Revert "Backend: Integrate prometheus-django library and add django as scrape target for prometheus(#3446)" (#3510)

This reverts commit 4ac30efc123fa8286df6f4ef800596883cb45d2c.

github.com/cloud-cv/evalai - ae5eceeed100b5df881108f947a57fe75b6aef6c authored over 3 years ago by Aviral Jain <[email protected]>
Revert "Deployment: Update travis auto deployment script for prometheus and grafana(#3447)" (#3508)

This reverts commit afd863ece9766d5b8cefe4cec31e14af5b1f2044.

github.com/cloud-cv/evalai - 96c2b5e02bfbcceba6d1c672d20529a059fd6af8 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: bug fixes in static code upload worker integrations(#3506)

* Bug fix static code upload worker challenge

* Challenge object dict bug 2

* Create confi...

github.com/cloud-cv/evalai - 6629e5149f3104563fb3ffafe6c0490d1aaa46ce authored over 3 years ago by savish28 <[email protected]>
Deployment: Update travis auto deployment script for prometheus and grafana(#3447)

* update travis auto deployment scripts to integrate prometheus and grafana for staging

* cha...

github.com/cloud-cv/evalai - afd863ece9766d5b8cefe4cec31e14af5b1f2044 authored over 3 years ago by Aviral Jain <[email protected]>
Backend: Refactor code upload worker to spawn single pod for static code upload challenge evaluation(#3452)

* Refactor code upload worker to spawn single pod for static code upload challenge

* Add Stat...

github.com/cloud-cv/evalai - d3eda1a52caac69613fc62184bb614cec36712a4 authored over 3 years ago by savish28 <[email protected]>
Frontend_V2: Add edit terms and conditions to settings tab (#3483)

* add tnc to settings tab

* resolve conflicts

* fix overview details

* minor fix

* e...

github.com/cloud-cv/evalai - 75f7c700bdf392466fe8061bba374415f6003902 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Fix worker logs error notification(#3486)

github.com/cloud-cv/evalai - 8f5bb179836499e232b5d61714dbdf9f25f3522e authored over 3 years ago by Gautam Jajoo <[email protected]>
Remove platform comparison (#3502)

The current performance chart is old, and it's unlikely that we will be able to keep it up-to-da...

github.com/cloud-cv/evalai - b6fa35a896934082817c20a32d260808a78d4103 authored over 3 years ago by Harsh Agrawal <[email protected]>
Backend: Update boto3 version(#3501)

* Update boto3 version

* Add deployment circuit breaker for rollback

Co-authored-by: Risha...

github.com/cloud-cv/evalai - 4913622bd3e6a2271ebea56d238ffd8aa438c2d6 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Integrate prometheus-django library and add django as scrape target for prometheus(#3446)

* integrate prometheus-django library on django container

* revert db engine for django confi...

github.com/cloud-cv/evalai - 4ac30efc123fa8286df6f4ef800596883cb45d2c authored over 3 years ago by Aviral Jain <[email protected]>
ReadME: CrowdAI -> AIcrowd with updated feature listing for it(#3498)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 202001b582fdc332a062b85c02be228c3dcf2cd2 authored over 3 years ago by Shivam Khandelwal <[email protected]>
Backend: Fix nvidia-device-plugin manifest path in code upload worker(#3500)

github.com/cloud-cv/evalai - 1facdb964aee9c9405333a32b95950901222b797 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Update kubernetes daemonSet API for cluster version > 1.16 (#3497)

* Flake8 fix

* Add ubuntu image

* Add newline

github.com/cloud-cv/evalai - 75235d7a20b82c41d4dbaa32faa8be5f44cb8139 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Docs: Add RTD docs for github based challenge setup(#3494)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 50df9a8ff5e0495b6029fa0939684ec0999c6c57 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Downgrade to kubernetes 1.16 (#3490)

github.com/cloud-cv/evalai - 49474713c4a2aeec6b0d77993b291478969f5f6c authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Fix flag name for static code upload challenge(#3489)

github.com/cloud-cv/evalai - 5129e023354f8f3e7896bb573c842a5efa008042 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Update kubernetes version to 1.18 (#3488)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - d94458abc433b0b8d43d58e3c95e86a5ec7066bf authored over 3 years ago by Ram Ramrakhya <[email protected]>
Frontend_V2: Center content on the challenge page(#3455)

* center content

* move changes from base.scss to component

* update web-container for cre...

github.com/cloud-cv/evalai - 256f2924db7dbc3b2adb3245f02fcf0b90f8f2c7 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Add phase edit option to settings tab(#3460)

* add select phase

* add edit phase modal to settings

* move the editphasemodal to phase c...

github.com/cloud-cv/evalai - fc57b0debcd206d41bbabbbc1576f5bf3e9c6e76 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Add edit overview to settings tab(#3462)

* add edit overview to settings

* move the edit overview under the challenge title

* remov...

github.com/cloud-cv/evalai - 14b42d6ecb8751ca326c454fd244ac1b93bd063c authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend+Backend: Add badge for submission verification by hosts(#3479)

* Add submission verification by host

* Fix tests

* Move to single API for updates

* Fi...

github.com/cloud-cv/evalai - 2198b662ef5884626e88f472f862e145e14b3cf1 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Frontend_V2: Show error message when downloading submissions that has > 5k results (#3442)

* Show error message when submissions > 5k

* add card for results> 5k

* update card

* r...

github.com/cloud-cv/evalai - 2de6f8f88ea7953b32dfcaf6a5e0c132a17ff429 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Fix the JS error when loading all challenges on the challenge page (#3449)

* remove js errors on challenge list apge

* fix js error

* fix windowscroll error

* add...

github.com/cloud-cv/evalai - 21ea94ce262f506dc77a360a1da6ca003bdf298c authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Add edit evaluation script to settings tab(#3451)

* add evaluation edit to settings tab

* make two separate cards

* minor fix

* add one s...

github.com/cloud-cv/evalai - 4e4568e01c03b1df93d0c9c920f268736289301a authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Follow up of #3352 for changing font weight to 300(#3458)

github.com/cloud-cv/evalai - 39bd56239d2eef5a1b4f16ab0eb44be7b5fbdc07 authored over 3 years ago by Gautam Jajoo <[email protected]>
Revert "Backend: Disable auto restarts for fargate worker tasks(#3461)" (#3463)

This reverts commit 3d08101c4ad0f2e74ebc6d93baee43ad632ef3b6.

github.com/cloud-cv/evalai - b5d18308720b8598131dc9bf41a072a0dfd90746 authored over 3 years ago by Rishabh Jain <[email protected]>
Backend: Disable auto restarts for fargate worker tasks(#3461)

github.com/cloud-cv/evalai - 3d08101c4ad0f2e74ebc6d93baee43ad632ef3b6 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Add static dataset code upload worker service & task defination with start/stop/delete worker action (#3436)

* Add is_static_dataset_docker_based_challenge field in Challenge model

* [Tests] is_static_d...

github.com/cloud-cv/evalai - 978367bcdfda3d31d800bff71723abaaf4937e6d authored over 3 years ago by savish28 <[email protected]>
Frontend_V2: Remove redundant code in my submissions page(#3434)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 7001bc83815a7ce605d27bcbe8bfc8663a9385db authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Fix team filter on All submissions page (#3424)

* fix filter logic and pagination

* minor changes

* remove s.no changes

* remove unnece...

github.com/cloud-cv/evalai - bf6094e592295c1d863c53e4f52b32599011a1de authored over 3 years ago by Gautam Jajoo <[email protected]>
Code Upload Worker: Add init container to update the submission started at time in database(#3450)

github.com/cloud-cv/evalai - 5253fbad3647f68f5b1b5ace65ece5722f93c9f5 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Backend: Load json message from SQS queue(#3448)

github.com/cloud-cv/evalai - 18339b5acff4d1c3ece20ed0e63b3e7c0900b9df authored over 3 years ago by Ram Ramrakhya <[email protected]>
Bump elliptic from 6.5.3 to 6.5.4 in /frontend_v2 (#3300)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](ht...

github.com/cloud-cv/evalai - 7b4c3114f29fd15316f442a7bb615909f53c2ddd authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fronend_V2: Show submission details in 3 columns on All submissions page (#3355)

* Fronend_V2: Show submission details in 3 columns on All submissions page

* Frontend: Code S...

github.com/cloud-cv/evalai - b042e7fa37c7f4e55ab60940cf5da25c90fd68b4 authored over 3 years ago by savish28 <[email protected]>
Bump django from 2.2.13 to 2.2.20 in /requirements (#3400)

Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.20.
- [Release notes](https...

github.com/cloud-cv/evalai - 5b7a1c3f82eb20ec6aafefe6ae269ade1be22bf7 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump django-debug-toolbar from 3.2 to 3.2.1 in /requirements (#3407)

Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.2 to 3.2.1...

github.com/cloud-cv/evalai - b8f16b73f1553a453b626a248798eea6db035a96 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ssri from 6.0.1 to 6.0.2 in /frontend_v2 (#3410)

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github...

github.com/cloud-cv/evalai - dac04491c119021ec99778dd7a530c5b31c3b842 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump handlebars from 4.7.6 to 4.7.7 in /frontend_v2 (#3413)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release not...

github.com/cloud-cv/evalai - f949c6c59121354019392e8e5da49bef67480d96 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump url-parse from 1.4.7 to 1.5.1 in /frontend_v2 (#3414)

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes...

github.com/cloud-cv/evalai - 2bed047b7ebc57ef85d85d7dffc69b1e7a873034 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump hosted-git-info from 2.8.8 to 2.8.9 in /frontend_v2 (#3416)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release...

github.com/cloud-cv/evalai - 4cfd74b071743755a215bd1bee6ea15e331cd393 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump browserslist from 4.12.0 to 4.16.6 in /frontend_v2 (#3431)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6.
- [Re...

github.com/cloud-cv/evalai - bbbc7fc8eba264b3cc879a22114158602396da01 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump dns-packet from 1.3.1 to 1.3.4 in /frontend_v2 (#3435)

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release not...

github.com/cloud-cv/evalai - 66fe16e2035330a2913595d81c74562962d38efa authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Backend: Add models for static code upload evaluation with SQS queue changes(#3429)

* Add is_static_dataset_docker_based_challenge field in Challenge model

* [Tests] is_static_d...

github.com/cloud-cv/evalai - e47dcf9328936ddec8f1dcf0192b8e8685d9a386 authored over 3 years ago by savish28 <[email protected]>
Frontend_V2: Update leaderboard data when user clicks on refresh leaderboard(#3430)

* add -index for refresh label

* remove from base class

* add to base class

Co-authored...

github.com/cloud-cv/evalai - 96f71e395fde98734e688a21341cc03ff1e812c9 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Fix S.No in my submissions page(#3425)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - f6f9a3fc6d6ce2516334e4a48e81a2e55a19c016 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend V2: Fix leaderboard polling (#3423)

* fix multiple polling request

* add the leaderboard endpoint check

* add final check and ...

github.com/cloud-cv/evalai - 309b8299b5ab48b8625827f237266ca062ad2452 authored over 3 years ago by Gautam Jajoo <[email protected]>
Backend: Integrate Dockerised Prometheus and Grafana Setup(#3432)

* integrate dockerised prometheus and grafana

* add newline to end of env file

* update gi...

github.com/cloud-cv/evalai - 313e399eea2619fb57e21b473b8b7978d4e0f97a authored over 3 years ago by Aviral Jain <[email protected]>
Frontend_V2: Remove submission card when the challenge is not active(#3439)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 2cddfd11297715d32061da8169cbf73b30b9a152 authored over 3 years ago by Gautam Jajoo <[email protected]>
Frontend_V2: Fix nginx redirection for APIs(#3437)

github.com/cloud-cv/evalai - 8e4bea65cb8031877c5282096c93429c7956b266 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Frontend V2: Fix docker build(#3433)

* Fix: Frontend V2 docker build

* Revert devkit install

* Add frontend v2 docekr build

github.com/cloud-cv/evalai - a5a62b160228cc07ca25d6c2ca50fd2048099f67 authored over 3 years ago by Ram Ramrakhya <[email protected]>
Frontend: Add evaluation worker instructions and update approval instruction for hosts(#3426)

Co-authored-by: Rishabh Jain <[email protected]>

github.com/cloud-cv/evalai - 510b7aab068efd48765dd52bbba5bcc17ab03720 authored over 3 years ago by Ram Ramrakhya <[email protected]>