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

Refactor to use Pota #25

Merged
merged 38 commits into from Jan 7, 2022
Merged

Refactor to use Pota #25

merged 38 commits into from Jan 7, 2022

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    e896af2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. bump "@muban/storybook" to v7.0.0-alpha.15

    Paul committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    675c5e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6663dfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a52e9 View commit details
    Browse the repository at this point in the history
  4. remove name length check patch as "@storybook/core-events" 6.4.1 fixe…

    …d the issue (peer dependency)
    Paul committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    b5202a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    734805b View commit details
    Browse the repository at this point in the history
  6. add isntnt

    Paul committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c3cdbc5 View commit details
    Browse the repository at this point in the history
  7. handle any template related errors

    Paul committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    8c8231d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. cleanup pages/main.ts

    Paul committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3251112 View commit details
    Browse the repository at this point in the history
  2. move /static to /public/static

    Paul committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    8a297b5 View commit details
    Browse the repository at this point in the history
  3. add build:preview

    Paul committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    318789b View commit details
    Browse the repository at this point in the history
  4. configure custom port for dev command

    Paul committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    1e6162e View commit details
    Browse the repository at this point in the history
  5. add support for monck

    Paul committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    5120d4a View commit details
    Browse the repository at this point in the history
  6. bring back deploy-docs.sh

    Paul committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    dc58236 View commit details
    Browse the repository at this point in the history
  7. replace classnames with clsx

    Paul committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    73160c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. add rsync:* scripts

    Paul committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    a5389a5 View commit details
    Browse the repository at this point in the history
  2. adjust README.md

    Paul committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    58775f2 View commit details
    Browse the repository at this point in the history
  3. setup vuepress 2 with github workflow

    Paul committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    5eb7d61 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. update docs

    Paul committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    7db5a3f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. update @muban/muban 1.0.0-alpha.28

    Paul committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9a823de View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    b6e3653 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. update storybook type imports

    Paulius Simkevicius committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    28ecefd View commit details
    Browse the repository at this point in the history
  2. format style files

    Paulius Simkevicius committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    c2cefdd View commit details
    Browse the repository at this point in the history
  3. cache generated page assets in MubanPagePlugin to prevent reprocess…

    …ing loops
    Paulius Simkevicius committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    02aa696 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. compile mocks through webpack

    Paulius Simkevicius committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    180163f View commit details
    Browse the repository at this point in the history
  2. omit page files starting with _ and rename main.ts to _main.ts

    Paulius Simkevicius committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    f570085 View commit details
    Browse the repository at this point in the history
  3. add support for defining title, meta and link tags within page …

    …files
    Paulius Simkevicius committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    747baf6 View commit details
    Browse the repository at this point in the history
  4. remove dependencies as it was causing looping compilations

    Paulius Simkevicius committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    49bc593 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. use the CLI version of monck to avoid having to create a package for …

    …the mocks bundle
    Paulius Simkevicius committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b3c02be View commit details
    Browse the repository at this point in the history
  2. set custom cache names for pages and mock configurations as they …

    …are both set to mode: development
    Paulius Simkevicius committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f0af327 View commit details
    Browse the repository at this point in the history
  3. add rsync:storybook script

    Paulius Simkevicius committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    cbace32 View commit details
    Browse the repository at this point in the history
  4. add example script on how to run the built site side by side with a s…

    …erver for built mocks
    Paulius Simkevicius committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e158c4b View commit details
    Browse the repository at this point in the history
  5. bump @muban/storybook to ^7.0.0-alpha.18

    Paulius Simkevicius committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    7d22f86 View commit details
    Browse the repository at this point in the history
  6. add CopyEmittedAssetsPlugin to copy over static assets from the moc…

    …ks to the main build's output static directory
    Paulius Simkevicius committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b76822b View commit details
    Browse the repository at this point in the history
  7. Update vuepress 2 styling

    ThaNarie committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    6352e49 View commit details
    Browse the repository at this point in the history
  8. Update documentation

    ThaNarie committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    30433f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. update package name

    Paulius Simkevicius committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    2e37fb0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feature/pota-conversion

    Paulius Simkevicius committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    3d03bd0 View commit details
    Browse the repository at this point in the history