Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

rc/0.14.0 #845

Merged
merged 35 commits into from Nov 9, 2015
Merged

rc/0.14.0 #845

merged 35 commits into from Nov 9, 2015

Commits on Oct 29, 2015

  1. Added tasks API

    George Schneeloch committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    39aa8ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #802 from mitodl/refactor/gs/tasks_api

    Added tasks API
    George Schneeloch committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    74914b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Renamed listing.js to JSX

    George Schneeloch committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    466c7bb View commit details
    Browse the repository at this point in the history
  2. Sorted terms in taxonomy panel

    George Schneeloch committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    07e57f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    849917e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2015

  1. Merge pull request #818 from mitodl/feature/bdero/lore-demo-deploy

    Bind demo branch to lore-demo app deployment
    bdero committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    6ae11ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #817 from mitodl/refactor/gs/move_listing_to_jsx

    Renamed listing.js to JSX
    George Schneeloch committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    dd513ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #822 from mitodl/rc/0.13.0

    Release 0.13.0
    pwilkins committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    3d66577 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. Merge pull request #815 from mitodl/feature/gs/sort_terms

    Sorted terms in taxonomy panel
    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    2e3032a View commit details
    Browse the repository at this point in the history
  2. Added compressor cache

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    247e6b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #827 from mitodl/refactor/gs/upgrade_django_compre…

    …ssor
    
    Added compressor cache
    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    6d1aba2 View commit details
    Browse the repository at this point in the history
  4. Fixed intermittent test failures

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    5a95f23 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #829 from mitodl/fix/gs/intermittent_test_failure

    Fixed intermittent test failures
    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    19ff0a6 View commit details
    Browse the repository at this point in the history
  6. Added tests to verify index on course delete

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    c40c3fd View commit details
    Browse the repository at this point in the history
  7. Moved tests into separate files

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    73cbb55 View commit details
    Browse the repository at this point in the history
  8. Moved React components to separate files in new directories

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    722a615 View commit details
    Browse the repository at this point in the history
  9. Moved manage taxonomy tests into separate files

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    d7ac892 View commit details
    Browse the repository at this point in the history
  10. Moved taxonomy React components to separate files

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    ff86fb2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #831 from mitodl/tests/gs/course_tests

    Added tests to verify index on course delete
    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    b10eb81 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #821 from mitodl/refactor/gs/move_react_components

    Moved React components to separate files in new directories
    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    fbdc00c View commit details
    Browse the repository at this point in the history
  13. Removed django-compressor-requirejs requirement

    George Schneeloch committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    fd935c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2015

  1. Merge pull request #826 from mitodl/refactor/gs/remove_django_compres…

    …sor_requirejs
    
    Removed django-compressor-requirejs requirement
    George Schneeloch committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    f40868c View commit details
    Browse the repository at this point in the history
  2. Added parsing for display_name so we can use it if url_name isn't pre…

    …sent
    George Schneeloch committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    3b1dd30 View commit details
    Browse the repository at this point in the history
  3. Implemented tracking import tasks

    George Schneeloch committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    345a1e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #834 from mitodl/fix/gs/use_display_name

    Added parsing for display_name so we can use it if url_name isn't present
    George Schneeloch committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    e20c3ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #837 from mitodl/feature/gs/track_imports

    Implemented tracking import tasks
    George Schneeloch committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    084a50d View commit details
    Browse the repository at this point in the history
  6. Fixed elasticsearch in docker-compose

    George Schneeloch committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    97edb94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d08a72 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Merge pull request #839 from mitodl/fix/gs/make_elasticsearch_work

    Fixed elasticsearch in docker-compose
    giocalitri committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    6fe1079 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #836 from mitodl/fix/gs/use_parent_url_path

    Fixed preview link to use parent resource link if child has none
    George Schneeloch committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    f1f02b8 View commit details
    Browse the repository at this point in the history
  3. Fixed double resource import bug

    George Schneeloch committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    b704724 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #835 from mitodl/fix/gs/dont_import_leaves

    Fixed double resource import bug
    George Schneeloch committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    48a544f View commit details
    Browse the repository at this point in the history
  5. Moved spinner into separate React class

    George Schneeloch committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    e6b3cca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #840 from mitodl/refactor/gs/spin_jsx

    Moved spinner into separate React class
    George Schneeloch committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    5b4a7fe View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2015

  1. Release 0.14.0

    pwilkins committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    5e82429 View commit details
    Browse the repository at this point in the history