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

[252 SPIKE] Extensibility V2.0 #1729

Draft
wants to merge 34 commits into
base: develop
Choose a base branch
from
Draft

Commits on Mar 20, 2024

  1. Initial Commit

    Extensibility working. Overridability and file "gaps" not working
    bendvc committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2b9e67a View commit details
    Browse the repository at this point in the history
  2. Small cleanup

    Prep for next stage of dev where I'll attempt to fix the broken import chain problem.
    bendvc committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f4b2bda View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Hacky but working solution

    bendvc committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ac7f9b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    49d5a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae89d2e View commit details
    Browse the repository at this point in the history
  3. More clean up

    remove handler stuff, I think it was partially working which wasn't helping, I will loop back and attempt to fix it later.
    bendvc committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c15a171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    565bd11 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Rename projects

    bendvc committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bef5d4d View commit details
    Browse the repository at this point in the history
  2. Package rename

    bendvc committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9b829f8 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    bendvc committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    acdb669 View commit details
    Browse the repository at this point in the history
  4. Tailwinds extention

    bendvc committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    37e8f73 View commit details
    Browse the repository at this point in the history
  5. Fix mrt entry point

    bendvc committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1d503c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Use "*" over "_"

    The asterisk is a clue to the internal workings of the module import as it's commonly used to denote a wildcard.
    bendvc committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7917227 View commit details
    Browse the repository at this point in the history
  2. Add new loader for discovery

    bendvc committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    24669b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b3d1960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a1f8ad View commit details
    Browse the repository at this point in the history
  3. Remove console log

    bendvc committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8d9981b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

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

    bendvc committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    1b19fa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1780e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Working with core extension

    NOTE: Doesn't work without core extension because I'm not falling back to the sdk for those special components yet
    bendvc committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3add3f4 View commit details
    Browse the repository at this point in the history
  2. Force discover pages extension to work

    We don't resolve into the sdk yet.. adding the app and app-config file defaults in this extension ensures it works.
    bendvc committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    40ad6b8 View commit details
    Browse the repository at this point in the history
  3. Better demo for dev-loader

    bendvc committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    629b6ba View commit details
    Browse the repository at this point in the history
  4. Fix borders

    bendvc committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9363d6b View commit details
    Browse the repository at this point in the history
  5. Remove logging

    bendvc committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e2e64e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. small changes for demo

    bendvc committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    32a454f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on May 21, 2024

  1. Working with static aliases

    bendvc committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e4e2b05 View commit details
    Browse the repository at this point in the history
  2. Working ssr for develop

    bendvc committed May 21, 2024
    Configuration menu
    Copy the full SHA
    48dba03 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Use soft link, fix cache

    bendvc committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8883da4 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    1b3ac6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2491779 View commit details
    Browse the repository at this point in the history
  3. Remove debugger statements

    bendvc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1c71aa2 View commit details
    Browse the repository at this point in the history
  4. Move extensions to config file

    bendvc committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9f639ae View commit details
    Browse the repository at this point in the history