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

minor bug fixes and improvements #163

Merged
merged 21 commits into from
Aug 5, 2018
Merged

minor bug fixes and improvements #163

merged 21 commits into from
Aug 5, 2018

Commits on Aug 2, 2018

  1. handle markdown on pypi

    hisham waleed karam committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    1a2ed8a View commit details
    Browse the repository at this point in the history
  2. use portalocker - Cross-platform locking library

    hisham waleed karam committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    110c44f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. hide app from ordering if not active

    hisham waleed karam committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    d9436da View commit details
    Browse the repository at this point in the history
  2. exclude inactive app instance in api

    hisham waleed karam committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    6df5be3 View commit details
    Browse the repository at this point in the history
  3. exclude inactive app_instance from ResourceBaseResource

    hisham waleed karam committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    25d73ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b4b1e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. populate apps on active change

    hisham waleed karam committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    739ed03 View commit details
    Browse the repository at this point in the history
  2. add apps filter in app instance page

    hisham waleed karam committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    ffce751 View commit details
    Browse the repository at this point in the history
  3. better error handling

    hisham waleed karam committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    7693248 View commit details
    Browse the repository at this point in the history
  4. return valid js version

    hisham waleed karam committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    d6d3ee5 View commit details
    Browse the repository at this point in the history
  5. Deprecated since version 1.8:

    Support for string view arguments is deprecated and will be removed in Django 1.10. Pass the callable instead.
    
    The prefix parameter has the same meaning as the first argument to patterns() and is only relevant when you’re passing a string as the view parameter.
    
    
    patterns is deprecated since 1.10
    hisham waleed karam committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    bd3d9bd View commit details
    Browse the repository at this point in the history
  6. better handling for app installation

    hisham waleed karam committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    18f18d7 View commit details
    Browse the repository at this point in the history
  7. return js compatible version in check_version

    hisham waleed karam committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    b93ca1e View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2018

  1. stop restarting in test

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    bcf3ce5 View commit details
    Browse the repository at this point in the history
  2. thread locking in app installer

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    37a3cd8 View commit details
    Browse the repository at this point in the history
  3. complete upgrade urls style to django 1.9+ compatible

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    ae3b73b View commit details
    Browse the repository at this point in the history
  4. add unit testing part[1]

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    5af3f39 View commit details
    Browse the repository at this point in the history
  5. add travis.yml

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    0ec23fe View commit details
    Browse the repository at this point in the history
  6. update travis.yml

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    756bbbb View commit details
    Browse the repository at this point in the history
  7. fix postgres error

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    888ffe0 View commit details
    Browse the repository at this point in the history
  8. fix error ImportError: cannot import name home

    hisham waleed karam committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    f2a367e View commit details
    Browse the repository at this point in the history