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

Merge Bitcamp 2020 Work #159

Open
wants to merge 81 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 3, 2020

  1. Merge pull request #42 from gotechnica/master

    Pulling in Technica changes
    chris-sul authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    95a9615 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    58351a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30636ff View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

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

Commits on Feb 24, 2020

  1. Fixing docker config

    chris-sul committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c1712b0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from bitcamp/dockerize_frontend

    Adding docker build for frontend
    chris-sul authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    c58319c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Updated Font-Awesome to v5

    Sylean committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    43936b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    cf0c163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from bitcamp/sponsor_count

    Correct the number of sponsors is displayed on Admin page
    chris-sul authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    fba5a95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1df7350 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #53 from bitcamp/fontawesome-changes

    Font-Awesome Updated to v5
    chris-sul authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    901154f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca16670 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Fixing style errors

    chris-sul committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    2ffe285 View commit details
    Browse the repository at this point in the history
  2. Fixing CI config

    chris-sul committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    866f584 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from bitcamp/python_style

    Adding github actions for tests and style
    chris-sul authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    c7e89dc View commit details
    Browse the repository at this point in the history
  4. Adding status badge

    chris-sul committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a111106 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Convert several components to React Hooks syntax (#57)

    The newer 'hooks' syntax for React opts for components as functions,
    rather than as classes. For stateless components, this makes a lot more
    sense. For stateful components, there are more considerations, but
    generally hooks allow for greater code re-use between components and
    events.
    
    This change convers some of the 'low hanging fruit' (i.e., mostly
    stateless components) to the new hooks syntax.
    eveninglily authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    248da03 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Update requirements.txt

    eveninglily authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    a67b43e View commit details
    Browse the repository at this point in the history
  2. Big Refactoring (#60)

    * More big refactoring
    * Changed api Dockerfile python version to fix issues
    * Renamed a ton of instances of "class" to "className"
    * Created a generic Modal and update several spots to use it
    	* Still room for improvement here
    * Replaced many instances of <Fragment></Fragement> with null
    * Use <Card> in AdminProject
    * Update how editProjectModal is created and rendered
    * Rewrite Checkbox component
    * Rewrite editProjectModal, createSponsorModal, and createChallengeModal with React hooks
    * Replace much of WarningModal with GenericConfirmationModal
    * Start cleanup of prop id names (modalId, createId, editId, etc -> id)
    * Delete some unused? FA imports
    * Rewrite Admin comp. with React hooks
    * Fix ESLint errors
    * Rewrite SubmitModal w/ React Hooks
    * Cleanup some insane checkbox code
    * Use Card in AdminSponsor; toggle body in better way
    * editID, createID -> id
    eveninglily authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    35dd3a2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. More hooks rewriting

    * added useWindowWidth(), replaced all this.state.innerWidth with it
    * other classes to components, where easy to do
    eveninglily committed May 13, 2020
    Configuration menu
    Copy the full SHA
    38bc09d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

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

Commits on Feb 1, 2022

  1. modernize expo / M1 support

    Sylean committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    aed7d3b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Updated titles to Bitcamp

    chanoepark committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    60a9f4b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Changed lot of frontend for expo app

    Rishabh Misra committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f1f73cd View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Merge pull request #61 from bitcamp/park/update-title

    Update titles to Bitcamp
    Sylean authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    e5f2f1c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Merge pull request #62 from bitcamp/rishabh/frontend-refactor

    Changed lot of frontend for expo app
    Sylean authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    08d1f89 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

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

Commits on Mar 31, 2023

  1. Retheme Site. (#67)

    cloudui authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8d5d3eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338dac3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Fix search on admin page

    varunch77 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    cf7dc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b50bceb View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    9189e38 View commit details
    Browse the repository at this point in the history
  2. Add pytz to pip requirements

    cloudui committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    437d1c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dcd77d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    848aca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e714dc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d86cd86 View commit details
    Browse the repository at this point in the history
  7. Change class to className

    cloudui committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a60c7f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ef4b8e View commit details
    Browse the repository at this point in the history
  9. Add bitcamp2022 devpost csv

    cloudui committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1385df5 View commit details
    Browse the repository at this point in the history
  10. Fix circular import error

    cloudui committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    e820288 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b239a6a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a87889 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    01d493c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    d32a026 View commit details
    Browse the repository at this point in the history
  2. Fix Dockerfile

    cloudui committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d69a046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7b260a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b224113 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e93152 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    525daf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    779abca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0c0f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    440a004 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09a1585 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0e982b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca7f565 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc96a7d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae932c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab84c3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e747af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b3b8f2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    03fbae1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9b2a145 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    afca5b0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4dedcec View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2cec2d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    72b7253 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    88a9376 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #79 from bitcamp/eric/expo-scheduling

    Expo Scheduling
    farisalipk authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    32c7eb3 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #71 from bitcamp/update-year-and-name/varun

    Update year and name throughout code
    farisalipk authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c76b1b1 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #70 from bitcamp/fix-search-admin-dashboard/varun

    Fix search on admin page
    farisalipk authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ad92500 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Add tables testing file

    cloudui committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    1bfbf35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04a0310 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #82 from bitcamp/eric/table-assignment

    New Table Assignment
    farisalipk authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    a34392c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #81 from bitcamp/sumit/challenge-filter-show-times

    Sumit/challenge filter show times
    farisalipk authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    6bace44 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    12b411c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from bitcamp/stephanie/virtual-toggle

    add filter for virtual submissions
    farisalipk authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    effb4f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5518c4 View commit details
    Browse the repository at this point in the history
  4. Remove github workflow

    jasoneliu committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    ae9cac9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. All production fixes (#86)

    cloudui authored May 3, 2023
    Configuration menu
    Copy the full SHA
    5dae061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96bbb17 View commit details
    Browse the repository at this point in the history