You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Moved over files from search templates pr.
* Renamed some of the postProcessing naming variabls in api/v2/config.py
* Added full name-pattern support to postProcessing.
* Add covert to namespace main.mako.
* Update examples when switching multi ep style.
* make the 'enabled' property for name-pattern default true.
* Remove the saved-message component. As that's not used anymore.
Prob merge conflict.
* Moved convert method to inc_defs.mako
* Moved all checkboxes for the post processing tab to the toggle-button component.
Moved mako python to apiv2 / vue.
Started bootstrapping the postprocessing page.
* Migrated the rest of the post-processing tab.
* Move config items to DataGenerator class.
* Extend config items.
* Sync light theme
* Move convert method from main.mako to inc_defs.mako.
* Update name-pattern. Need to overwrite from develop.
* Further implement/vueify the first tab 'post processing'.
* Enable post-processing toggle button. Will show/hide the rest of the options.
* Use the file-browser components button for post processing dir
* use toggle-buttons components for checkboxes.
* use select-list components for for comma separated inputs
* Gulp sync
* Update package.json
* cleanup the responsiveness of the name-pattern, episode naming tab.
* Added max-input350 class, to use as a replacement in allot of inputs where we are currently using .input-350, setting a fixed width.
* Update store.js for postProcessing.
* Add postProcessing fields to config patching.
* Fix mako convert method, after rebasing.
* Update config_postProcessing.mako, use store values.
* Add csv-enabled flag
* Add watch instead of the created method.
!! Experimenting!!
* Add csv-enabled flag, to start with the csv list.
* Fix updating select-list list-items.
Had to use v-show instead of v-if. Tnx. Shark.
* Added apiv2 route /api/v2/config/metadata
* Fix a number of postProcessing apiv2 fields.
Mostly:
* remove duplicates.
* Double assignments
* Fix Type casting.
* Fix store.js, add support for metadata section.
* Remove watch on local fields.
These where triggering the onChange $emit.
Now the emit is only happening on the local @input event.
* Fix updating and storing of the naming tab.
* Naming buttons/sliders are now updated after mount.
* PostProcessing data from server is now copied to a local object. Which is also used to mutate the store.
Retrieve metadataProviders, for the third tab using the metadata section.
Still WIP.
* iteritems is not used anymore.
* Patch metadata using the class MetadataStructureField.
* Remove watches from name-pattern.mako
Not used anymore.
* Fixed metadata tab.
* Removed newline.
* Remove stray print.
* Remove duplicate keys.
* Move name-pattern.mako to VueLoader.
* Sync themes for previous commits.
* Remove unused mako python imports.
* Add name-pattern.vue.
* Sync changes after resolving merge conflicts, from up-merging develop.
* Fix some more rebase conflicts.
Synced maps.
* Removed duplicate key logDir.
Sync.
* Fix name-pattern.vue component.
* fix issue
* Added initial (not-working) ava snapshot test.
* Fixed duplicate key in config.py.
* Replace double quotes.
* Fix name-pattern.spec.js snapshot test.
Mock checkNaming and testNaming.
* sync themes
* Use multiEpStrings from state instead of mako templating.
* Update api description for postProcessing and config sections.
* Replaced multiEpStrings mako with apiv2 values.
* Updated default values for the config in store.js.
*
* Fix flake warnings.
* Remove name-pattern.vue from the xo linting exclude list.
* Fix xo vue linting for name-pattern.vue
* Add default values for multiEp and multiEpStrings to store.js
* Fix showing the preset examples instead of the preset patterns.
* Updated CHANGELOG.md.
* Fixed ava snaptest test for name-pattern.vue
* Fixed indentation on some jsDocs.
* Fixed travis import order.
* Fix duplicate key in dredd test.
* Remove old `.js.map` files
* Remove unused `anidb-release-group-ui` import
* editShow: Remove unused imports
`select-list` is imported in `main.mako`
* Fix xo linting.
* Remove `convert(obj)` from `inc_defs.mako`
* Revert change to `DataGenerator.sections`
* Revert unrelated change the recommended shows
* Revert unnecessary changes
* Lint
* Fix missing data dir
* Trim "savePostProcessing", add "to do"
* Correct JSDoc closing
* NamePattern: Increase timeout
* Fix absolute number types descriptions
* * move .then to end of line.
* use Promise.resolve
* Sync themes.
* Use computed for isMulti, as per review.
* Wait for all the properties (data send from parent) before starting to make api calls.
* Update the snapshots.
* Remove unused method.
* Fix lint warning.
* Add component-group-desc-legacy to keep the min width of 200px. For pages that have not been made responsive yet.
* Separated first tab of config_postProcessing into scheduled and general post processing settings.
* Only show/hide scheduled pp settings with the "scheduled postprocessor" toggle.
* used the same bs classes for all the tabs.
* Reduced the min-height for component-group class to 100px
* Made tab metadata responsive.
* Fixed type (while / will).
* Hide the name-pattern legend, when changing from custom pattern to preset.
* Fix pytest to 3.6.4.
0 commit comments