Ecosyste.ms: OpenCollective

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

github.com/cloud-cv/evalai

:cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI
https://github.com/cloud-cv/evalai

Frontend: Fix UI for challenge phases and add max-concurrent-allowed-submissions field(#2770)

197e532582b6595833737cf2a6270f2bda59578a authored over 4 years ago
Fix#2761: Add feature to send slack notifications for every submission in a challenge(#2762)

* #2761:Backend added

* updated

* updated

* migrations updated

* slack image updated...

3c1e84fcbc4d7e8d333caf72320e40bbc790faa9 authored over 4 years ago
Backend: Add check in delete_sub_message_from_queue API for message receipt handle(#2764)

4ab4a31b4acff778c95c1687d39ff1060d7c3b02 authored over 4 years ago
Backend: Add allowed_submission_file_types field in phase model with migrations (#2758)

* added submission_file_type field and migration script

* fix variable naming and add correct...

acb5d9aa335c354faa58b338e95566d7e284bdfc authored over 4 years ago
Frontend: Show "Leaderboard is private" in dropdown when the leaderboard is private(#2757)

* fix leaderboard display issue

* fix variable format

* Update leaderboard.html

* Updat...

4bd5dfa4c25ebab19233521d908b9f52771e6f15 authored almost 5 years ago
Frontend: Add support for editing on UI of max_concurrent_submit_allowed in a phase(#2719)

* add max_concurrent_submissions_allowed input support

* add max_concurrent_submissions_allow...

edc4f1c319749c5a78998d4c37d7ad0826908fb7 authored almost 5 years ago
Frontend: Fix pagination error for submissions when submissions count is > 100(#2756)

* fixed pagination error for submissions

* clean html comment

6a8284c670bf4736de43860b7a56151cf854f100 authored almost 5 years ago
Dev Setup: Add seeding for phase slug in the script(#2533)

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

d0a13004737c9cab842670b7aca22a76b0b1576f authored almost 5 years ago
Readme: Update readme with black badge(#2759)

f7bf3298c97af3a6e69ef8cfd8659ebca205207f authored almost 5 years ago
Backend: Add feature to cancel existing submissions from admin(#2755)

c21d0fb80b26d56f27c289c547fc0d7c6a17e17f authored almost 5 years ago
Frontend: Update stats on the landing page (#2754)

aa409a573bb545de2d06448b1b7b1cca6cf8f8ac authored almost 5 years ago
Backend: Fetch URL from the file field while re-running submission(#2753)

326d0b06e37b40660457f6d1b6a07d4812aa796f authored almost 5 years ago
Backend: Change the submitted_at time of new submission to that submission's submitted_at which is rerun (#2752)

57b808b20c868cba28c0ab7717bca8f072f4eb72 authored almost 5 years ago
Backend: Set all stdout, stderr, result and metadata files to none while rerunning submission(#2751)

fbd28ef582ebba69f6490392bd2f47b2a8daa0c0 authored almost 5 years ago
Backend+Frontend: Change workflow for re-running submissions by host(#2749)

* Fix workflow for re-running submissions

* Remove commented code

* Add status as submissi...

06010b9f0adfeecdce6cc5c7774f2a93ed019e5a authored almost 5 years ago
Revert "Backend: Add is_active as a boolean field in Leaderboard Data model & corresponding changes in API(#2744)" (#2748)

This reverts commit e9f39b29bebcc5390c6310e32ba67a26a74a9cdf.

ef365ef68592d924aa0d98ea2ea4606d3faf26da authored almost 5 years ago
Backend: Add is_active as a boolean field in Leaderboard Data model & corresponding changes in API(#2744)

* Add is_active as a boolean field in Leaderboard Data model

* Add corresponding changes in A...

e9f39b29bebcc5390c6310e32ba67a26a74a9cdf authored almost 5 years ago
Frontend: Update twitter username and change discussions to discuss in challenge tab(#2740)

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

235c0f0661a3c3b25e9dacc94e9dacda3d49a868 authored almost 5 years ago
Fix logo dimensions (#2708)

18645eb43446d0a2ecae41623692b235f1a4beb4 authored almost 5 years ago
Frontend: Add class to make anchor links appear in blue on challenge pages(#2730)

fa0c09b1234824b899bfb9c3d485bf076a66fe85 authored almost 5 years ago
Code upload worker: Integrate API for bearer token and cluster name in worker(#2729)

ae8657b19194216e9b754fda29687ace340bae6e authored almost 5 years ago
Backend: Add serializer & API to get challenge evaluation cluster details(#2728)

e637e0c438226b37a2d5924583fede4e5fce3155 authored almost 5 years ago
Backend: Add API to generate and get bearer token for EKS requests(#2727)

* Add API to generate bearer token for EKS requests

* Add docstring for API

* remove extra...

586693bf587a813162add564b7e003a087d7fc3d authored almost 5 years ago
Setup: Fix building and pushing of docker images for production environment(#2726)

* [Docker] Fix docker push for production environment

* Remove parallelize

c1b8db13710c1c26691183601554d7d5537b1f9d authored almost 5 years ago
Setup: Improve build time for docker images in dev & prod setup(#2725)

21e570f1d5f2609e90640224e44f77990bc7e437 authored almost 5 years ago
Backend: Add models to store Kubernetes cluster configs for code upload challenge evaluation(#2724)

* Add models to store kubernets cluster details for challenge evaluation

* Add models to stor...

edf5ca960d7173ea86f49d1025e285cfafaa4180 authored almost 5 years ago
Frontend: Center align UI elements on large screen size(#2723)

* [Frontend] Center align elements on big screen

* Incorporate comments

fb5185dc0d0ab023d55d4b0f67f1c93937389e97 authored almost 5 years ago
Frontend: Fix evaluation tab on challenge page (Fix errors from #2721)(#2722)

f8369cfc063b7c1b5833b60df1a6b90d66521ae2 authored almost 5 years ago
Frontend: Update challenge page UI (#2721)

5351ce24c443ceff2a9bbd3c6e02bc35a4110dee authored almost 5 years ago
RL submission worker: Add capability to fetch environment image from database for different challenge phases(#2718)

* Add capability to fetch environment image from database

* Delete job if the submission stat...

9cbe9d12148659f195447f7a2f505af43858b17f authored almost 5 years ago
Backend: Add environment_image field in ChallengePhaseCreate serializer(#2716)

* Add environment_image field in serializer

* Fix test cases

* Minor fix

* Minor test c...

1d53ef6001c5d1c2f7ac46448e1c1269bbaf6cb9 authored almost 5 years ago
Backend: Remove URL validation from environment_url field and modify its name(#2715)

* Remove URL validation from environment url and modify its name

* Minor comment fix

* Add...

480ef2a4dbd9985790f99f04eb27c0ac30f80cb4 authored almost 5 years ago
Docs: Fix verb in architecture_decisions.md(#2621)

ed2552a26cc5be283eced821353ea281cdc9269d authored almost 5 years ago
Backend: Fix admin short description for making_submission_private function(#2706)

8ce0da243ce97dc285a003df5706dc34173aff3d authored almost 5 years ago
Fix #2702: Fix travis build in permission ctrl test(#2703)

bbd1726958d1faa8925872e3d67a034ed1e57fee authored almost 5 years ago
Fix #2694: Update django-import-export to version 2.0.2 in requirements(#2700)

e463abce981c7c13e8e5d3fa3e0eddad2564ec9b authored almost 5 years ago
Backend: Fix typos (#2555)

1b1318d458c9dff4d2a0d936015e57215989ca21 authored almost 5 years ago
Backend: Fix typo (#2626)

16b2b134c0b3e8edfc863f19b45f02656da2aef1 authored almost 5 years ago
Requirements: Update docker base image to python3.7.5 in dev environment(#2687)

51bd2f3ba48679f27db2e2bf90056a98d5c56f69 authored almost 5 years ago
Frontend: Fix update email error while opening dashboard when the email is verified(#2529)

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

ff71f0b19d5b9b3ad6812d6d8401ec871a0737d7 authored almost 5 years ago
Revert "Backend: Add model field to store kubernetes cluster config for a challenge(#2679)" (#2683)

This reverts commit e8ca0efb6db522e3e009bc2f4d78865c6b778d65.

36f7c2696c1b3a096917c405a2ce640bbea4efe1 authored almost 5 years ago
Requirements: Update raven to 6.10.0 to work with python3.7(#2682)

a0ec60b4739e0acf30889deebb52de875c174943 authored almost 5 years ago
Worker: Fix numpy for pycocotools in worker(#2681)

6f7905c2489c4432fb98b0b3ad1e7b842f1f26ae authored almost 5 years ago
Worker: Update python, java, numpy & pandas dependency for worker container(#2680)

8d6c3356bef8e51706b9408a13d9d0de0207add1 authored almost 5 years ago
Backend: Add model field to store kubernetes cluster config for a challenge(#2679)

e8ca0efb6db522e3e009bc2f4d78865c6b778d65 authored almost 5 years ago
Frontend: Add ArgoAI image in image directory(#2673)

* Added ArgoAI logo

* Add logo image

* Fix build issue

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

651ba526b7873d1993a66bf0914ac2b14558b3d2 authored almost 5 years ago
Docs: Add API documentation for AWS SQS endpoints and update old documentation(#2671)

810322c6adb01d42d318105bfc7981dfc8c3e06b authored almost 5 years ago
Frontend: Fix count of host and participant teams on dashboard(#2642)

* Dashboard count of host and participant fixed

* test_file_updated

* test_file_updated

...

d937b6a789edd24f7ccf058c2c63c1a96ec3807f authored almost 5 years ago
Frontend: Fix editing of participant team name(#2661)

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

5bb3c1c78ed10439d9c555cbc200edbb92d1d7d0 authored almost 5 years ago
Backend: Add max_submissions_per_month equal to max_submission if field doesn't exist(#2651)

6a594a5daacb30b519c7db295cc809e1c4a8eda5 authored almost 5 years ago
Fix #2625: Update readme and landing page with the link to SOSP 2019 paper(#2645)

* Updated the Arxiv link to SOSP 2019 Paper link

* Updated the Arxiv link to the SOSP 2019 Pa...

89c2c5f99bd5aca05209bc5fbec191bf60eb92b6 authored almost 5 years ago
Frontend: Add argo.ai logo in partner organizations(#2499)

* Added ArgoAI logo

* Add logo image

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

2c6b0a327a9d0182ae88ab9393eb2b810ae9cb4a authored almost 5 years ago
Frontend: Aesthetic changes for stats on landing page (#2652)

c84316acc6ab1dad001c52037feb2f10c7c050da authored almost 5 years ago
Backend: Add filtering by past, present & future challenges in challenge admin(#2650)

1b2da22d4c90900be94b7fee145ff23940593b43 authored almost 5 years ago
Frontend: Add stats on the landing page(#2649)

2fb0656e6f4fac1a76eed3b0d8bb0a859863c0aa authored almost 5 years ago
Correct password field label in signup page (#280)

* Update signup.html GCI

* has been given to denote that the field is mandatory ti enter just...

d3d23ca930ae4b264a19fc23668a3ca2718db901 authored about 5 years ago
Add sidebar on challenge page (#277)

* Created TECHNIQUES_TO_PULL_DATA_FROM_EVALAI.md

* Added sidebar component and made adjustmen...

6553da131af252517eb98c5042706807cd53fb86 authored about 5 years ago
Add condition to display discussions tab on challenge page (#275)

* Created TECHNIQUES_TO_PULL_DATA_FROM_EVALAI.md

* Delete TECHNIQUES_TO_PULL_DATA_FROM_EVALAI...

e31c3d2d04bf74a01766308638b7a16f62a5af49 authored about 5 years ago
Code upload worker: Update script with deployment type as Job & add feature to terminate job(#2638)

8ca5848006c6b23d9a5482d94aa1a74e438df403 authored about 5 years ago
Backend: Add feature to update job_name in update_submission API(#2637)

* Add feature to update job name in submission

* Fix test cases

334c7d274b5c7c2c0ad6a089941f23424a3c411b authored about 5 years ago
Backend: Rename job_id to job_name in submission model to be consistent with kubernetes(#2632)

033299e11fbaebfc1a905b6699fc3768e8e74f14 authored about 5 years ago
Backend: Add Job ID in submission model for code upload submission evaluation(#2631)

963a989dbef2b1ad0156dc33b1df4ecb4802ae63 authored about 5 years ago
Change the submit mode of "Banned emails ID's" form in settings tab of challenge page (#278)

* Change the submit mode of banned emails ids form

* Implement the same behavior for removing...

d7632c160193212c37460fc7c3bb9245db36abb9 authored about 5 years ago
Update the partner organizations logos on the homepage (#197)

* Add new partner organizations logos on the homepage

* Added logos alphabetically and added ...

d536f8824363b8496cc62d42064cfd46200c7983 authored about 5 years ago
Frontend: Add feature to update maximum_submissions_per_month using UI(#2540)

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

81869ab86eb97baa0afdbbfdb6e66620d59328f0 authored about 5 years ago
Fixing the scroll bar in utility/modal and editphasemodal (#273)

* Created TECHNIQUES_TO_PULL_DATA_FROM_EVALAI.md

* Add wrapper for modal content

* Update ...

30423afc8edf241b45c481edc21cf74d1f5a7a61 authored about 5 years ago
RL submission worker: Fix http request returning response in worker_utils(#2575)

7942f07af0d1b729c46e9d490aba3f945ee2e391 authored about 5 years ago
Display submission metadata as a collapsible on view all submissions tab (for host) (#268)

* Feature for view all submission

* Added collapsible table for view all submission component...

c1d3fed1fdc4a461674259c1014307312b549e96 authored about 5 years ago
Fix #253: Add an option to scroll to the top of the page (#263)

* #253: Add scroll feature

* Smooth scrolling behaviour

* Force importance

* Use yellow...

988620d0777df283c0c651436cdc7f4882752bbe authored about 5 years ago
Docs: Fixed typos in EvalAI-ngx (#256)

* Fixed typos

* Update get-involved.component.html

e81fb10e91f884793acd1c4ca6142f4a37cf9099 authored about 5 years ago
Docs: Update django version in architecture.md(#2579)

ddae77748de73d67dc0555a9f55e74abcee0cece authored about 5 years ago
Add feature for sorting by best or latest submission on leaderboard(#252)

* Working MVP of leaderboard toggle

* Enhanced variable passing of sorted leaderboard

* Mi...

a525222dad0e45ff6211c8d9784b0adaca0482f4 authored about 5 years ago
Add feature to close participation in a challenge (#254)

* Changes in challenge component

Added feature to stop participation in the challenge by the ...

a609ecec3fbd980a6c475e13a6b09f9210a81248 authored about 5 years ago
Backend: Add show_leaderboard_by_latest_submission field in challenge phase split serializer(#2568)

* Add `show_leaderboard_by_latest_submission` field in challenge phase split serializer

- Add...

bf36a9d666ec1aa22238dd8a0793bb284adc77a1 authored about 5 years ago
RL submission worker: Fix API's, get or create SQS queue and re-running submission from admin (#2558)

* API fixes for RL submission worker

* Change name for SQS queue

* Fix submission re-run f...

0dcc0026fb606cc41fbdab00b683c250e2380050 authored about 5 years ago
RL Submission Worker: Add submitted_image_uri as a SQS message parameter for docker based challenges(#2376)

* Script to configure Kube Config for EKS.

Signed-off-by: Kartik Verma <[email protected]>
...

3169c7fb3cecbdca17a3a92b8d7286d84a462769 authored about 5 years ago
Frontend: Add check for editing challenge start/end date by challenge host(#2552)

8680bcf102411a576bb891f15151b98bed58374b authored about 5 years ago
Remote Worker: Add tests for download_and_extract_file function(#2550)

* Add test for download_and_extract_file for remote worker

* Fix missing import

* Fix unde...

8de2555259a2ee6a71efb9d7cbec03bdfa9f8bbb authored about 5 years ago
Worker: Add tests for download_and_extract_file function(#2545)

* Worker: Add test for download_and_extract_file

* Fix order of responses args

b95877c37eb93a1671c476eb9f4d86fb3c657739 authored about 5 years ago
RL Worker: Minor code and indentation fixes(#2548)

7961addc9e6717ce962ea74e275b6d1070f6a601 authored about 5 years ago
Worker: Refactor code and add tests for download_and_extract_zip_file function(#2532)

* Refactored download_and_extract_zip_file

* Correct names

* Fix flake8 issues

* Add te...

9fd7cba86ad95b9c80d318a8e9a2fc410bf229bd authored about 5 years ago
Add UI for submitting large file URLs(#242)

* modified: src/app/components/profile/profile.component.html
modified: src/app/component...

122862948a82329d8ddc11c5a4beea2e3c3a8135 authored about 5 years ago
Backend: Add blank=True in challenge phase environment URL (#2536)

* Add blank=True for phase environment URL

* Add migrations file

4d495c51457c281b7009cbad5f93cbe495c987a4 authored about 5 years ago
Requirements: Add kubernetes python-client(#2535)

f5adee083d939cb31940685bbe396786983dbccf authored about 5 years ago
Backend: Add test environment URL field in phase model(#2392)

* Added environment_url field in Phase

Signed-off-by: vkartik97 <[email protected]...

dcbc4f4077568d8e5d3b2e048f5817ff1cbde68b authored about 5 years ago
Remote Worker: Fix API endpoint to delete message from SQS queue(#2429)

* Fix delete_submission_message_from_queue API

* Changed behaviour of remote submission worke...

f21866f8fa8ef86967f254f4fdaad44e476f9c92 authored about 5 years ago
Fix #1705: Add support for editing the challenge start end end date(#2512)

* Add support for editing the challenge start and end date

* Throw error when the challenge s...

ac59406427da6ab64436a14f556cad84e44826a2 authored about 5 years ago
Frontend: Fix typo and remove verbosity in challenge controller(#2528)

* Remove verbosity

* Fix typo

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

0ca1e1fcba393f7685995f863be64f222b28f184 authored about 5 years ago
Add RL Submission Worker and required util to interact with API(#2415)

* [Kartik] Added RL Worker and required util to interact with API

Signed-off-by: vkartik97 <3...

06662fc2c641bf233da733da446305dd8d1fca49 authored about 5 years ago
Worker: Add tests for extract_submission_data function(#2498)

* [GCI] Add test for extract_submission_data

Added `test_extract_submission_data` to test fun...

8cfb91a91793a6f1ac051762fed62ee7d3e3b8a6 authored about 5 years ago
Adding to #234: Add validation for URL fields and minor fixes in editing profile related fields(#243)

* modified: src/app/components/profile/profile.component.html
modified: src/app/component...

bcba4e950ae65ac5bbea09ec1ec94c647ad5f22f authored about 5 years ago
Remote Worker: Add test for create_dir_as_python_package function(#2509)

* Add test for create_dir_as_python_package

* Add assertion that checks if file is deleted su...

045728e3e68f12e3bd65ef068c09cc3c11f2915d authored about 5 years ago
Workers: Add bash script to make EKS Kube Config for RL Worker(#2410)

* Added script to make kube config for RL Worker

* Moved rl_kube_warmup to scripts/worker

...

834da106731ff2c7b84a6eebf36fb927a5d90703 authored about 5 years ago
Backend: Mock AWS ECR requests for dev and test environment(#2359)

* Development Environment for Docker based challenges

Signed-off-by: Kartik Verma <vkartik97@...

27a1dd11040d884af0a8843be3859d09f0c72092 authored about 5 years ago
Update requirements: Add django-allauth-0.40.0 in common.txt to support django-1.11.23(#2525)

70dd6848a2fa26564d05f64459e6448ed057db45 authored about 5 years ago
Fix #181: Add logged in check while participating in the challenge(#241)

78ea56dff1e1a2c6fec361ec5a0e0b3833a4db8b authored about 5 years ago
Add validation for URL fields(#231)

* Add validation for checking the urls

Project url field
Publication url field

* Update c...

cfaf0f636a11fa204a70f0947f8896eaf9c9b2d3 authored about 5 years ago
Add google scholar, github and linkedin fields in user profile(#234)

* modified: src/app/components/profile/profile.component.html
modified: src/app/component...

47fd1507301cd974e16a2d79427cd7829ed594c7 authored about 5 years ago
Backend: Add search field in participant team admin(#2517)

66f8fae0f7fe48abc6342700af8dc6feeda76faa authored about 5 years ago
Docs: Fix GitHub name(#240)

a67df465b4ea86d9e6a1eab8b15709f30b2ebd39 authored about 5 years ago