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

Release 0.0.6 alpha #170

Merged
merged 48 commits into from
Jul 8, 2017
Merged

Release 0.0.6 alpha #170

merged 48 commits into from
Jul 8, 2017

Conversation

amilajack
Copy link
Owner

No description provided.

amilajack and others added 2 commits September 14, 2016 22:20
@amilajack amilajack added this to the Release 0.0.6 Alpha milestone Sep 23, 2016
amilajack and others added 17 commits October 8, 2016 17:57
* Initial prototype commmit

* Added backdrop and poster images to item page

* Added happypack and webpack-dashboard

* Fixed all tests

* Temporarily skip subtitle tests

* Updated card styles

* Changed base font for headers, fixed spacing in Movie

* Initial base theming for item page

* Fixed sass lint error

* Updated package.json app version

* Fixed styles precedence in Item.scss causing plyr overlay bug

* Moved npm-check-engines to postinstall from preinstall

* Added optimize-js to package.json

* Removed optimize-js from build script

* Downgraded mocha to version 2

* Updated Player.js to have more idomatic playback

* Fixed contribution linter setup link

* Added 'editor configuration' to readme

* Updated deps

* Added flow types

* Fixed 'getting started' header size in readme

* Added missing react-transitions dep

* Fixed all tests, added more flowtype annotations

* Fixed readme merge conflict redidue

* Fixed idealTorrent for movies

* Swapped babel-preset-es2015 for babel-preset-env

* Fixed react function binding in Movie component

* Added initial non-working app update checking

* Renamed Movie and MoviePage to Item and ItemPage
* Initial working commit

* Added scrolling to top on similar item card click

* Added native redux devtools support

* Added yarn file

* Added yarn to ci

* Fixed linter error with App.js HOC

* Reverted travis ci yarn integration

* Updated deps in yarn.lock

* Redux migration in HomePage

* Revert "Updated deps in yarn.lock"

This reverts commit 876e04b.

* Revert "Redux migration in HomePage"

This reverts commit 5e3ff39.
* Initial working commit

* Initial working commit
* Initial working commit

* Added more optimal flowconfig
* Initial working commit

* Added more optimal flowconfig

* Removed running flow-typed from installation step
* Added appveyor node_modules caching

* Fixed code-style
* Updated package.json engines

* Change 'engines' to 'devEngines'
@amilajack amilajack closed this Oct 29, 2016
@amilajack amilajack reopened this Oct 29, 2016
@amilajack amilajack closed this Dec 14, 2016
@amilajack amilajack reopened this Dec 15, 2016
amilajack and others added 5 commits December 14, 2016 20:07
* Updated all deps

* Fixed linter errors from new ESLint rules
* Removed flow-typed from version control

* Added missing dependencies

* Initial jest migration

* Migrated testing API methods from chai to jest

* FIxed HMR, styling

* Fixed postinstall ffmpeg installation

* Converted dirnames in postinstall to absolute paths

* Fixed long production build times

* Fixed eslint errors, more infra changes to eslint

* Renamed all react modules to .jsx extension from .js
@amilajack amilajack force-pushed the release-0.0.6-alpha branch from d78792a to 2f4653c Compare June 26, 2017 20:23
@amilajack amilajack merged commit 5371eba into dev-master Jul 8, 2017
amilajack added a commit that referenced this pull request Jul 8, 2017
* Updated readme, contributing, Cards, misc

* React Props Correction and Formatting (#161)

* Formats

* Linter

* Link

* Lint fixes

* Lint

* Lint

* Lint

* UI design implementation (#169)

* Initial prototype commmit

* Added backdrop and poster images to item page

* Added happypack and webpack-dashboard

* Fixed all tests

* Temporarily skip subtitle tests

* Updated card styles

* Changed base font for headers, fixed spacing in Movie

* Initial base theming for item page

* Fixed sass lint error

* Updated package.json app version

* Fixed styles precedence in Item.scss causing plyr overlay bug

* Moved npm-check-engines to postinstall from preinstall

* Added optimize-js to package.json

* Removed optimize-js from build script

* Downgraded mocha to version 2

* Updated Player.js to have more idomatic playback

* Fixed contribution linter setup link

* Added 'editor configuration' to readme

* Updated deps

* Added flow types

* Fixed 'getting started' header size in readme

* Added missing react-transitions dep

* Fixed all tests, added more flowtype annotations

* Fixed readme merge conflict redidue

* Fixed idealTorrent for movies

* Swapped babel-preset-es2015 for babel-preset-env

* Fixed react function binding in Movie component

* Added initial non-working app update checking

* Renamed Movie and MoviePage to Item and ItemPage

* Initial commit (#193)

* Presentational layer refactoring (#187)

* Initial working commit

* Added scrolling to top on similar item card click

* Added native redux devtools support

* Added yarn file

* Added yarn to ci

* Fixed linter error with App.js HOC

* Reverted travis ci yarn integration

* Updated deps in yarn.lock

* Redux migration in HomePage

* Revert "Updated deps in yarn.lock"

This reverts commit 876e04b.

* Revert "Redux migration in HomePage"

This reverts commit 5e3ff39.

* Revert "Presentational layer refactoring (#187)"

This reverts commit 1b17f4b.

* Revert "Presentational layer refactoring (#187)"

This reverts commit 1b17f4b.

* migrate-to-redux-window.devToolsExtension

* Initial working commit (#195)

* Add inital item page e2e testing (#197)

* Initial working commit

* Initial working commit

* Fixed linter error causing test failure

* Updated deps

* flow-typed-cli-support (#200)

* Initial working commit

* Added more optimal flowconfig

* Flow typed cli support (#201)

* Initial working commit

* Added more optimal flowconfig

* Removed running flow-typed from installation step

* Added package.json support for node 7 (#206)

* Added appveyor node_modules caching (#205)

* Added appveyor node_modules caching

* Fixed code-style

* Update editorconfig (#204)

* Updated package.json engines (#208)

* Updated package.json engines

* Change 'engines' to 'devEngines'

* Updated deps and flow-typed deps (#209)

* Updated all deps (#214)

* Updated all deps

* Fixed linter errors from new ESLint rules

* Migrated trakt from git hash commit to npm package (#217)

* Revitalize Project, Merge changes from ERB (#221)

* Removed flow-typed from version control

* Added missing dependencies

* Initial jest migration

* Migrated testing API methods from chai to jest

* FIxed HMR, styling

* Fixed postinstall ffmpeg installation

* Converted dirnames in postinstall to absolute paths

* Fixed long production build times

* Fixed eslint errors, more infra changes to eslint

* Renamed all react modules to .jsx extension from .js

* Fix eslint errors

* Temporarily disabled babili minification for decent build times

* Disallowed weak-types, removed weak types, added stricter types

* Prettier Formatting (#224)

* Prettier Formatting

* Migrated all prop types to flow types

* Stricter type defs

* Merged mentos1386:themoviedb-migration

* Fixed search functionality by adding API key

* Fixed title formatting for shows

* Corrected poster path in TheMovieDBMetadataProvider

* Fixed react-router breaking changes

* Removed .env from version control [ci skip]

* Fixed styling, added getSimilar() api for themoviedbmetadataprovider

* Fixed production sass config

* Updated links in menu.js

* Updated ffmpeg version to corresponding electron version

* Updated jest tests, made tests concurrent

* Fixed e2e tests [ci skip]

* Fixed dropdown in Item.jsx

* Fixed webpack dll webtorrent issue, added resources to version control

* Migrated search api endpoint from omdb to tmdb

* Added initial scroll position restoration

* Added initial trailer support

* Styling fixes for Item.jsx

* Styling refactoring

* Misc overflow styling changes for list groups in Show.jsx
@amilajack amilajack deleted the release-0.0.6-alpha branch April 20, 2019 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant