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

Implemented all features, question title, zone, pool, import, and some minor ui update. #29

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

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    74625ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from cs169/credential

    Changed the credentials for github, new dev app.
    KCsama authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5167d80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fdbba8 View commit details
    Browse the repository at this point in the history
  4. updated gem and bundle

    KCsama committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    30b4c98 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

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

    KCsama authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    db92209 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KCsama authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5c2f430 View commit details
    Browse the repository at this point in the history
  4. update readme

    KCsama committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6b21a22 View commit details
    Browse the repository at this point in the history
  5. modified credential

    KCsama committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b14f60b View commit details
    Browse the repository at this point in the history
  6. added badge for ci

    KCsama committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8201ff1 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    KCsama authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    441d059 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. update on ci.yml

    a544266477 committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    f1bba60 View commit details
    Browse the repository at this point in the history
  2. change back.

    a544266477 committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ce369ab View commit details
    Browse the repository at this point in the history
  3. try migrate

    KCsama committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6f6237b View commit details
    Browse the repository at this point in the history
  4. try migrate again

    KCsama committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    c519497 View commit details
    Browse the repository at this point in the history
  5. change it back

    KCsama committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    aa6960a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. omniauth fixed

    root authored and root committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    357f5c2 View commit details
    Browse the repository at this point in the history
  2. omniauth

    KCsama committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    55a051e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. change

    a544266477 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    85c4a6e View commit details
    Browse the repository at this point in the history
  2. Update info.yml

    KCsama authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3ae7742 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    KCsama authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e338fe0 View commit details
    Browse the repository at this point in the history
  4. Update ci.yml

    KCsama authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    4bcb8f1 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    to explain only private repos show up in the list to sync, and the assumption app makes that there is a top level directory called questions
    chithrarajan authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3a54d05 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    2540984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b817b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11982ef View commit details
    Browse the repository at this point in the history
  4. update credentials

    a544266477 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1506b4f View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Tried fix ci

    a544266477 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    55968ad View commit details
    Browse the repository at this point in the history
  2. try fix ci

    a544266477 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    db08419 View commit details
    Browse the repository at this point in the history
  3. try fix ci

    a544266477 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    2ba100a View commit details
    Browse the repository at this point in the history
  4. try ci

    a544266477 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    97f4b5f View commit details
    Browse the repository at this point in the history
  5. implicitly using cc id

    a544266477 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    40b24d6 View commit details
    Browse the repository at this point in the history
  6. try implicitly cc id

    a544266477 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    385fc3c View commit details
    Browse the repository at this point in the history
  7. use guobin's ccid

    a544266477 committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    49cf9a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b46d235 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4 from cs169/credential

    Credential
    a544266477 authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b448b7b View commit details
    Browse the repository at this point in the history
  10. added search bar html

    Chithra Anand authored and Chithra Anand committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b033cd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. search bar

    fp456 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    e6ae829 View commit details
    Browse the repository at this point in the history
  2. change on token update

    a544266477 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f65db2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9db3e29 View commit details
    Browse the repository at this point in the history
  4. update credentials

    a544266477 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d6b3ece View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9cb8a49 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Search bar done

    fp456 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    52ffb53 View commit details
    Browse the repository at this point in the history
  2. saved

    fp456 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    fd0d588 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    336c23a View commit details
    Browse the repository at this point in the history
  4. update credential

    a544266477 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9810644 View commit details
    Browse the repository at this point in the history
  5. Update info.yml

    KCsama authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c39bfb6 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    KCsama authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6b128f4 View commit details
    Browse the repository at this point in the history
  7. Update info.yml

    KCsama authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    35d7645 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. change on credetials

    a544266477 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c62b12e View commit details
    Browse the repository at this point in the history
  2. fix login controller

    a544266477 committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6b9ad41 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Starting new model

    fp456 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    b3cf0e8 View commit details
    Browse the repository at this point in the history
  2. Added persistance across search

    fp456 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    05bd5c2 View commit details
    Browse the repository at this point in the history
  3. no change

    a544266477 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    d7f4f93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5316a8b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. update credential

    a544266477 committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6685323 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5149d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56db3a7 View commit details
    Browse the repository at this point in the history
  4. deploy search bar

    root authored and root committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    c970f9a View commit details
    Browse the repository at this point in the history
  5. merge search_bar

    root authored and root committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    639b558 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. hidden the pts and remove element after remove

    root authored and root committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    289ceb3 View commit details
    Browse the repository at this point in the history
  2. hidden the pts and remove element after remove

    root authored and root committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    9953ccd View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. merge new change

    root authored and root committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    d7852d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. try bluejay

    a544266477 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d857499 View commit details
    Browse the repository at this point in the history
  2. change ci

    a544266477 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    bfee737 View commit details
    Browse the repository at this point in the history
  3. Update info.yml

    a544266477 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    63b8a68 View commit details
    Browse the repository at this point in the history
  4. Update info.yml

    a544266477 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6b1acd9 View commit details
    Browse the repository at this point in the history
  5. Update info.yml

    a544266477 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    eece918 View commit details
    Browse the repository at this point in the history
  6. Update info.yml

    a544266477 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ca80f1c View commit details
    Browse the repository at this point in the history
  7. Update info.yml

    a544266477 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    438d439 View commit details
    Browse the repository at this point in the history
  8. Update info.yml

    a544266477 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    3e943bc View commit details
    Browse the repository at this point in the history
  9. Update info.yml

    a544266477 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    95ca903 View commit details
    Browse the repository at this point in the history
  10. update changes

    root authored and root committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c22930d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0227628 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    77b6844 View commit details
    Browse the repository at this point in the history
  13. new changes

    a544266477 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    d1fb009 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    KCsama authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    432cdf4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. change the boolean to int value for selected

    root authored and root committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    9517298 View commit details
    Browse the repository at this point in the history
  2. Update schema.rb

    KCsama authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    88f58e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d0bf4 View commit details
    Browse the repository at this point in the history
  4. delete the add migrating

    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    c994c9b View commit details
    Browse the repository at this point in the history
  5. change on migratiing

    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    53f9cbd View commit details
    Browse the repository at this point in the history
  6. fix bugs

    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a58722c View commit details
    Browse the repository at this point in the history
  7. Revert "hidden the pts and remove element after remove"

    This reverts commit 9953ccd.
    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    99081c8 View commit details
    Browse the repository at this point in the history
  8. Revert "hidden the pts and remove element after remove"

    This reverts commit 289ceb3.
    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    30277f9 View commit details
    Browse the repository at this point in the history
  9. Revert "Update schema.rb"

    This reverts commit 88f58e1.
    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e502215 View commit details
    Browse the repository at this point in the history
  10. Revert "change the boolean to int value for selected"

    This reverts commit 9517298.
    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a97f284 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    192655f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e79edb2 View commit details
    Browse the repository at this point in the history
  13. update database

    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bfaf9dd View commit details
    Browse the repository at this point in the history
  14. bug fixed

    a544266477 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bf9ae94 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. create zone html

    a544266477 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    72ecf3d View commit details
    Browse the repository at this point in the history
  2. finished zone json output

    a544266477 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    67c7933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e7d0a View commit details
    Browse the repository at this point in the history
  4. merge the change of routes

    a544266477 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    5443c73 View commit details
    Browse the repository at this point in the history
  5. pulling descriptive question titles from info.json and trying to put …

    …them in view (not successfully reading info.json in yet)
    Chithra Anand authored and Chithra Anand committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    7d5bdfd View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Merge pull request #5 from cs169/zone

    Zone
    a544266477 authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    12dff5c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. made question titles show up in sidebar

    Chithra Anand authored and Chithra Anand committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d4b4e43 View commit details
    Browse the repository at this point in the history
  2. finished html

    a544266477 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    624c960 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70e3e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ac3cad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cccf772 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    956ad06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    445609e View commit details
    Browse the repository at this point in the history
  8. change ILIKE for postgre

    a544266477 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    adf8eb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. change lowercase

    a544266477 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    c06858f View commit details
    Browse the repository at this point in the history
  2. lowercase

    a544266477 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    ebb90d6 View commit details
    Browse the repository at this point in the history
  3. lowercase

    a544266477 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2ef61b5 View commit details
    Browse the repository at this point in the history
  4. lower

    a544266477 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9758296 View commit details
    Browse the repository at this point in the history
  5. lowecase column

    a544266477 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    b8703a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    939eaac View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. little ui change

    a544266477 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    9986955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a20d1c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

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

Commits on Apr 11, 2023

  1. resolved conflicts

    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e966739 View commit details
    Browse the repository at this point in the history
  2. latest version

    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    90133c6 View commit details
    Browse the repository at this point in the history
  3. Fixing containers

    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    4dd3f9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09fc7a0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'persistance' into heroku

    adding persistance for zones
    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    b20fedc View commit details
    Browse the repository at this point in the history
  6. merging

    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ece36aa View commit details
    Browse the repository at this point in the history
  7. Cmerging'

    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    89f1da8 View commit details
    Browse the repository at this point in the history
  8. fixing remove

    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    368efad View commit details
    Browse the repository at this point in the history
  9. finished zones

    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    054a08b View commit details
    Browse the repository at this point in the history
  10. Merge branch 'persistance' into heroku

    fixing error
    fp456 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1318671 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. updated the information button

    KCsama committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    def00c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. change size zone

    a544266477 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2fc30bf View commit details
    Browse the repository at this point in the history
  2. add new pool

    a544266477 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    976caa8 View commit details
    Browse the repository at this point in the history
  3. fixed remove buttons

    fp456 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    99d5f5c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into heroku

    updating zones/selected
    .
    fp456 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    05e3b04 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from cs169/heroku

    "Selected" questions and zones saved after refreshing
    fp456 authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    89c5dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. need Dryer

    a544266477 committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    dc1e87f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. moved bottom button to top

    KCsama committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    99b7f48 View commit details
    Browse the repository at this point in the history
  2. Add a pull request template

    This will help everyone draft more consistent PRs for CS169. :)
    cycomachead authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8f11fdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efcf7bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from cs169/cycomachead-patch-1

    Add a pull request template
    cycomachead authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    cde70e5 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    KCsama authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7b56106 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    KCsama authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0c0d0fe View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 22, 2023

  1. Fixed the unsafe issue

    KCsama authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    9071d69 View commit details
    Browse the repository at this point in the history
  2. a fix on export

    a544266477 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    8b92e53 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. start a simple import

    a544266477 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    05fa3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3da1482 View commit details
    Browse the repository at this point in the history
  3. a fix on search

    a544266477 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    23c03b0 View commit details
    Browse the repository at this point in the history
  4. finished spinner, in order to get working must do bundle install

    Chithra Anand authored and Chithra Anand committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    57a2562 View commit details
    Browse the repository at this point in the history
  5. changed button text from submit to synchronize

    Chithra Anand authored and Chithra Anand committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    4d59ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. changed require statements in repo_controller to be at the top

    Chithra Anand authored and Chithra Anand committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    150a958 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from cs169/zone

    Zone feature implement
    a544266477 authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0f47ccc View commit details
    Browse the repository at this point in the history
  3. finish adding

    fp456 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1dce609 View commit details
    Browse the repository at this point in the history
  4. delete done

    fp456 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    6cc613f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. reading file

    fp456 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4cf9880 View commit details
    Browse the repository at this point in the history
  2. reading files

    fp456 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0acaaaf View commit details
    Browse the repository at this point in the history
  3. retrieving fields

    fp456 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0f0e818 View commit details
    Browse the repository at this point in the history
  4. Reset file notes to 0644

    cycomachead committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d4f1cdf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #12 from cs169/file-mode-change-test

    File mode change test
    chithrarajan authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    20ed1f1 View commit details
    Browse the repository at this point in the history
  6. zone tests done and passing

    Chithra Anand authored and Chithra Anand committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0815a9c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fixing bugs

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2e01e00 View commit details
    Browse the repository at this point in the history
  2. added headless selenium support to make test passin virtual environment

    Chithra Anand authored and Chithra Anand committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ed34afa View commit details
    Browse the repository at this point in the history
  3. merge main into spinner

    Chithra Anand authored and Chithra Anand committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b807fd2 View commit details
    Browse the repository at this point in the history
  4. update bin/rails to give correct perms

    Chithra Anand authored and Chithra Anand committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d0d75e0 View commit details
    Browse the repository at this point in the history
  5. removing zone test

    Chithra Anand authored and Chithra Anand committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    918c80d View commit details
    Browse the repository at this point in the history
  6. pool bug

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d4c9409 View commit details
    Browse the repository at this point in the history
  7. fixed pool bug

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    43080a3 View commit details
    Browse the repository at this point in the history
  8. populating all the fields

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e1da93f View commit details
    Browse the repository at this point in the history
  9. changed file upload

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    7b21f0b View commit details
    Browse the repository at this point in the history
  10. edge cases

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d50d4d5 View commit details
    Browse the repository at this point in the history
  11. deleted local storage code

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e095338 View commit details
    Browse the repository at this point in the history
  12. deleted file localstorage

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b4e73b1 View commit details
    Browse the repository at this point in the history
  13. cleaned code

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    33f350d View commit details
    Browse the repository at this point in the history
  14. fixed draggable

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    63a43b6 View commit details
    Browse the repository at this point in the history
  15. fixed toggle bug

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    b6c3fd5 View commit details
    Browse the repository at this point in the history
  16. fixing name value

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    755f311 View commit details
    Browse the repository at this point in the history
  17. fixed exporting issues

    fp456 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e2f2aac View commit details
    Browse the repository at this point in the history
  18. fix the search

    a544266477 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6d63940 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #14 from cs169/zone

    fix the search
    a544266477 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    fff3def View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6109859 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #15 from cs169/zone

    delete duplicate code in spec helper and rails he
    a544266477 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    690033a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    7e2ea9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from cs169/spinner

    finished spinner, in order to get working must do bundle install
    chithrarajan authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    94d47f3 View commit details
    Browse the repository at this point in the history
  3. fix typo

    a544266477 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ae9dcf9 View commit details
    Browse the repository at this point in the history
  4. fix the drop problem

    a544266477 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    59e121b View commit details
    Browse the repository at this point in the history
  5. fix the dropped

    a544266477 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9300393 View commit details
    Browse the repository at this point in the history
  6. fixed zone tests passing locally with the new page structure and zone…

    … updates
    Chithra Anand authored and Chithra Anand committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    1d30e66 View commit details
    Browse the repository at this point in the history
  7. fix on dropped

    a544266477 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    d19a420 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #16 from cs169/zone_test

    fixed zone tests passing locally with the new page structure and zone…
    chithrarajan authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    baeafca View commit details
    Browse the repository at this point in the history
  9. fix dropped

    a544266477 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    ed50ad1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #17 from cs169/zone

    Zone
    a544266477 authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    df5a37d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    95c56f1 View commit details
    Browse the repository at this point in the history
  2. Revert "Merge branch 'persistance_data' into main"

    This reverts commit 95c56f1, reversing
    changes made to df5a37d.
    a544266477 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    d765323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0196a0f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19 from cs169/persistance_data

    merging import feature the main
    a544266477 authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    c54ecea View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    change the CC_TEST_REPORTER_ID back
    a544266477 authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    1bc0bc2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. deleted master.key, updated ci to read it from repo secrets

    Chithra Anand authored and Chithra Anand committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e545976 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:cs169/PrairieLearn-EECS into creds_fix

    Chithra Anand authored and Chithra Anand committed May 1, 2023
    Configuration menu
    Copy the full SHA
    adddf3d View commit details
    Browse the repository at this point in the history
  3. trying to fix ci file format issues

    Chithra Anand authored and Chithra Anand committed May 1, 2023
    Configuration menu
    Copy the full SHA
    13c0408 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #21 from cs169/creds_fix

    Creds fix
    chithrarajan authored May 1, 2023
    Configuration menu
    Copy the full SHA
    42c6be4 View commit details
    Browse the repository at this point in the history