Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Flexget/Flexget
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.99
Choose a base ref
...
head repository: Flexget/Flexget
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.100
Choose a head ref
  • 4 commits
  • 458 files changed
  • 3 contributors

Commits on Oct 15, 2017

  1. Prepare v2.10.100.dev

    FlexGet-Bot committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    7abdb9e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. [add] React Web UI (#1854)

    * Moving ui to old_ui and starting new ui
    
    * Missed a thing
    
    * Fixed a few bugs in the webpack configs, added some dependencies, updated dev_tools.py and __init__.py based on new webui
    
    * Added eslint
    
    * Trying to add support for ui linting and testing to travis
    
    * Fixing travis.yml hopefully
    
    * Third times the charm. Fixing .travis.yml
    
    * Info card made
    
    * Reorg. Also add support so that you can specify web_server version in config
    
    * Added the Navbar
    
    * Fixing .travis.yml after the reorg
    
    * Created the Sidebar.
    
    * Fix linter errors
    
    * Login Works
    
    * Started writing tests
    
    * reducer tests
    
    * Made the login page look better on mobile and fix the .travis.yml
    
    * Updates to reducer tests and middleware tests
    
    * Some re org. Lots of component tests. So many snapshots...
    
    * Added Version to the Sidenav
    
    * Log WIP
    
    * More WIP
    
    * Add highlighting to the log view
    
    * A whole bunch of tests
    
    * Update material-ui, fix snapshots
    
    * actions and reducers for the server stuff
    
    * Reload Server and Shutdown Server Work. Need to add a status bar
    
    * Added the Status Snackbar
    
    * Broken splash screen...wil figure that out later
    
    * Updating some verisons and what not
    
    * Update material-ui and simplify the createAction and loading functions
    
    * Change the get series endpoint to also be filterable by show name
    
    * Fix linting errors
    
    * Added Redux Saga in place of redux thunk
    
    * Fix linting errors:
    
    * Minor tweaks to the side bar, updated material-ui, started making series card
    
    * Rewrote the styles in Emotion and got the splash screen working
    
    * Update travis.yml
    
    * First part of reorg
    
    * Use the /api/cache for series images
    
    * Styled components over emotion. Also wrote some more tests
    
    * Update the default series parameters
    
    * Fix a few things with the status reducer and the fetch wrapper
    
    * Back to emotion because it's better
    
    * Rebuilt the Navbar using the new Material-ui drawer
    
    * Update side nav order
    
    * Started the history plugin
    
    * More tests
    
    * Update snapshots
    
    * History page
    
    * Linting
    
    * Component reorg
    
    * Update to react 16
    
    * update emoiton
    
    * Fix linting
    
    * Update snapshots
    
    * Bump api version
    
    * Update travis.yml
    
    * Get v1 and v2 running along side each other
    kristenmills authored and liiight committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    fb622fb View commit details
    Browse the repository at this point in the history
  2. [add] Series api - season packs (#1988)

    * added missing season properties
    
    * changed latest episode to latest entity
    
    * trying to add Series.first_seen attribute (not working)
    
    * added seasons endpoint
    
    * tweaked the expression
    
    * added season endpoint
    
    * added series first seen tests
    
    * added test for the sql side
    
    * fixed bad outerjoin
    
    * tweak
    
    * fixed bad copy paste
    
    * added season releases endpoint
    
    * added season release endpoint
    
    * fixed docstrings
    
    * rename tests
    
    * Fixed schema, started adding tests
    
    * more tests
    
    * fixed release schemas
    
    * plowing along
    
    * added release deletion tests
    
    * added all tests
    
    * removed series status lookup and all relevant code and tests
    
    * forgot to remove some cli options
    
    * version bump api, import tweak
    liiight authored Oct 18, 2017
    Configuration menu
    Copy the full SHA
    ca66e04 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. v2.10.100

    FlexGet-Bot committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    d0a42f7 View commit details
    Browse the repository at this point in the history
Loading