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

Updated #1

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open

Updated #1

wants to merge 49 commits into from

Commits on Jun 14, 2023

  1. Leetcode Contest Ranking Page (#60)

    * Codeforces api working
    
    * PostgreSQL Supabase Database
    
    * Some changes
    
    * Added leetcode rankings page
    
    * PostgreSQL Supabase Database
    
    * Leetcode institute ranking added
    
    * trying vercel deployment
    
    * trying railway for deployment
    
    * Added some requirements
    
    * Added some requirements
    
    * Update requirements.txt
    
    * Create requirements.txt
    
    * Changes for deployment
    
    * Delete requirements.txt
    
    * Update requirements.txt
    
    * Update settings.py
    
    * Update views.py
    
    * logger info in views
    
    * Added a new leetcode-contest-ranking page
    
    * Improved computational speed of leetcoderanking url
    
    * Contest details in db
    
    * CCPS Leetcode rankings
    
    * CCPS logo added in navbar
    
    * UI changes
    
    * added feature of leetcode contest ranking
    
    ---------
    
    Co-authored-by: Aditya062003 <[email protected]>
    Co-authored-by: Aditya062003 <[email protected]>
    3 people authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    1c66a46 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    krishnan05 authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    cc975b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    9c4c66a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from OpenLake/krishnan

    Leetcode contest ranking imrovement
    Aditya062003 authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    61cfb42 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    77bc1d5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    krishnan05 authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    61e4321 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Update README.md

    krishnan05 authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    4e870eb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update README.md

    krishnan05 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dddecd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Update README.md

    krishnan05 authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1d3eafb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Update README.md

    krishnan05 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8208e51 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    krishnan05 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ba43f69 View commit details
    Browse the repository at this point in the history
  3. Update settings.py

    krishnan05 authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    9487a38 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Shifting friends APIs to use MongoDB (#70)

    * MongoDB setup done
    
    * codeforces friends apis updated
    
    * codechef friends apis updated
    
    * updated leetcode friends apis
    
    * updated github friends APIs
    
    * updated openlake friends APIs
    
    * added openlake url paths
    
    * removed PUT Method
    
    * updated requirements.txt
    Harshith-19 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5c6c58d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    768f40e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    krishnan05 authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c844be9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    a1aa5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    421d217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53e6cbe View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    0476265 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. bug fixes

    Harshith-19 committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ecda838 View commit details
    Browse the repository at this point in the history
  2. fixed footer

    SxxAq committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6fe71e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from Harshith-19/main

    Save Codechef, Leetcode, Github user details using serializers
    krishnan05 authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d2d0986 View commit details
    Browse the repository at this point in the history
  4. Fixed Nav and typo's

    SxxAq committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    be09574 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    c701882 View commit details
    Browse the repository at this point in the history
  2. added proper comment

    melencholicmice committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f1990e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86 from melencholicmice/main

    Responsive design to contest tables
    krishnan05 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7bad288 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78fa960 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge pull request #87 from Harshith-19/main

    created celery job for codeforces
    krishnan05 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d5386ec View commit details
    Browse the repository at this point in the history
  2. solved Github friend's add friend with new url (#85)

    Co-authored-by: Aayush Krishnan <[email protected]>
    ronisarkarexe and krishnan05 authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    58d57f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Bump loader-utils from 2.0.0 to 2.0.4 in /app (#88)

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.0...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1667a15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dfaf01 View commit details
    Browse the repository at this point in the history
  3. Bump urllib3 from 1.26.12 to 1.26.17 in /api (#91)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.17.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@1.26.12...1.26.17)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e657cfe View commit details
    Browse the repository at this point in the history
  4. Bump django from 3.2.4 to 3.2.20 in /api (#90)

    Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.20.
    - [Commits](django/django@3.2.4...3.2.20)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    25fa083 View commit details
    Browse the repository at this point in the history
  5. Bump certifi from 2022.9.24 to 2023.7.22 in /api (#92)

    Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2023.7.22.
    - [Commits](certifi/python-certifi@2022.09.24...2023.07.22)
    
    ---
    updated-dependencies:
    - dependency-name: certifi
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0f5dae5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. profile details API

    Harshith-19 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    472e8ec View commit details
    Browse the repository at this point in the history
  2. Resolved conflict

    SxxAq committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    01fd45a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #93 from Harshith-19/main

    profile details API
    krishnan05 authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b8e39a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Bump cryptography from 40.0.1 to 41.0.4 in /api

    Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.1 to 41.0.4.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@40.0.1...41.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    ba86d68 View commit details
    Browse the repository at this point in the history
  2. Bump json5 from 1.0.1 to 1.0.2 in /app

    Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    9f780e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Merge pull request #95 from OpenLake/dependabot/npm_and_yarn/app/json…

    …5-1.0.2
    
    Bump json5 from 1.0.1 to 1.0.2 in /app
    krishnan05 authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4f4a19b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from OpenLake/dependabot/pip/api/cryptography-…

    …41.0.4
    
    Bump cryptography from 40.0.1 to 41.0.4 in /api
    krishnan05 authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    963e091 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Merge pull request #81 from SxxAq/SxxAq

    Improved Nav and Footer
    Aditya062003 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    f8ed6d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a2e441 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from Harshith-19/main

    removed unnecessary files
    krishnan05 authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    16eb42c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Improve Documentation #84 (#98)

    ASK-03 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7c8c568 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    3ccbb4f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Removing make migrate from installation step (#101)

    Signed-off-by: sunidhisachan <[email protected]>
    sunidhisachan authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6c5aa3b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    ef84279 View commit details
    Browse the repository at this point in the history
  2. Dockerised the project (#106)

    * feat: dockerfile
    
    * chore: reverted change of gitignore file
    
    * readme: instructions to run from dockerfile
    
    * Update README.md
    
    Co-authored-by: Bhuvnesh <[email protected]>
    
    ---------
    
    Co-authored-by: Bhuvnesh <[email protected]>
    jaiakash and DevilsAutumn authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    14859be View commit details
    Browse the repository at this point in the history