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

try #1

Merged
merged 49 commits into from
Mar 15, 2018
Merged

try #1

merged 49 commits into from
Mar 15, 2018

Commits on Feb 22, 2018

  1. Add flake8 code linter

    Flake8 configuration file has been created and the existing
    violations have been solved. Flake8 is also added to the
    requirements and a script has been added to the travis.yml file
    so that code is checked for linting issues after it is pushed.
    
    **The violations that has been added to ignore section of the
    flake8 configuration file has to be solved in near future. This is
    just a temporary solution.**
    
    Resolves #49
    ankan17 committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    ebe4343 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    75af0eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ad5b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Configuration menu
    Copy the full SHA
    e78b488 View commit details
    Browse the repository at this point in the history
  2. fixes Plurization bug

    sakshee-19 committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    315edcf View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Merge pull request #53 from ankan17/49-flake8-linter

    Resolves #49 Add flake8 code linter
    AdiChat committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    033cc9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b46181 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66 from sakshee-19/bugfix

    fixes Plurization bug
    AdiChat committed Feb 28, 2018
    Configuration menu
    Copy the full SHA
    d4ca87a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Configuration menu
    Copy the full SHA
    f8fb560 View commit details
    Browse the repository at this point in the history
  2. fixes lint error

    sakshee-19 committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    7e452fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61 from sakshee-19/searchResult

    Add feature real time search suggestion
    AdiChat committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    4c472b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2018

  1. Merge pull request #72 from anne27/master

    Update views.py
    AdiChat committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    6af060e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

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

Commits on Mar 4, 2018

  1. Fix image distortion in small devices

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    f544368 View commit details
    Browse the repository at this point in the history
  2. Beautify alignment

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    593f4b9 View commit details
    Browse the repository at this point in the history
  3. Fix code indentations

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    ff8517e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f1ec7b View commit details
    Browse the repository at this point in the history
  5. Beautify footer

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    bf75dfd View commit details
    Browse the repository at this point in the history
  6. Fix IndexError, the randInt is closed interval

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    3e42370 View commit details
    Browse the repository at this point in the history
  7. Prevent XSS

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    1833a79 View commit details
    Browse the repository at this point in the history
  8. Change counting strategy of search result

        old: count with category
        new: count with file which is founded
    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    8a9c14d View commit details
    Browse the repository at this point in the history
  9. Rename

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    89c3cbb View commit details
    Browse the repository at this point in the history
  10. Fix placeholder

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    e308bd7 View commit details
    Browse the repository at this point in the history
  11. Fix recommend result error

        Error: add folder to recommend result even folder only contents md file(s)
    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    7eb0574 View commit details
    Browse the repository at this point in the history
  12. Simplify expressions

    Ernest committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    e11e87a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #80 from iattempt/change-json-format

    Change json format
    AdiChat committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    e51d1e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2018

  1. Merge branch 'master' into develop

    Ernest committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    9b22a03 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Ernest committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    6bb48bb View commit details
    Browse the repository at this point in the history
  3. fix git.exc.InvalidGitRepositoryError

    Ernest committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    ccbca0e View commit details
    Browse the repository at this point in the history
  4. Fix url error:

        I think it isbecause the url of github_webhook is empty string, and we has been setting APPEND_SLASH = True, so Django parse it as catalog.
    
        Error message:
        RuntimeError: You called this URL via POST, but the URL doesn't end in a slash and you have APPEND_SLASH set. Django can't redirect to the slash URL while maintaining POST data. Change your form to point to 35.190.178.58:8000/update/ (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
    Ernest committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    f83bcc2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #81 from iattempt/fix-responsive

    Fix image distortion, beautify some templates
    AdiChat committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    8889be6 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Merge pull request #82 from iattempt/develop

    Prevent XSS, Fix some error
    AdiChat committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    15e200e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    7fb0dfb View commit details
    Browse the repository at this point in the history
  2. resolve travis error

    sakshee-19 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    97aa8a5 View commit details
    Browse the repository at this point in the history
  3. add commands in travis

    Shweta4321 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    339fbe3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. update .gitignore

    sakshee-19 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    fd7c6ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from iattempt/dev-update

    Fix update json errors.
    AdiChat committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    0642c83 View commit details
    Browse the repository at this point in the history
  3. Made light UI

    sakshee-19 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    d639e94 View commit details
    Browse the repository at this point in the history
  4. fixed lint error

    sakshee-19 committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    4b50bf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Merge pull request #87 from Shweta4321/travis

    fixes travis build error while working with models
    AdiChat committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    02c845a View commit details
    Browse the repository at this point in the history
  2. fix bug and change url

    sakshee-19 committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    fd6cc56 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Merge pull request #89 from sakshee-19/gitignore

    Remove .pyc files tracked by git and update .gitignore
    AdiChat committed Mar 11, 2018
    Configuration menu
    Copy the full SHA
    da94e51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    418824f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e58b3bb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    c623cee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f50e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    9daa029 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from sakshee-19/Metadatabug

    add feat: computational power
    AdiChat committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    9ee3be5 View commit details
    Browse the repository at this point in the history