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

fix(rules): Better Redirect Rules #1256

Merged
merged 20 commits into from
Aug 27, 2023
Merged

Commits on Aug 4, 2023

  1. fix(mv3): 🔧 Modifying the default local redirect behaviour.

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    7f68ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d94b9bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a817045 View commit details
    Browse the repository at this point in the history
  4. fix(mv3): 🔧 Modifying the default local redirect behaviour.

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    045e660 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/origin/fix/default-rules' …

    …into fix/default-rules
    
    * refs/remotes/origin/fix/default-rules:
      feat(mv3): Ask for Host Permissions if not exist. (#1250)
      fix(mv3): 🔧 Modifying the default local redirect behaviour.
    whizzzkid committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f6561b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c020638 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. fix(mv3): 🐛 Making rules less greedy

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    fc085b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix(mv3): ✨ Dynamic Rules for subdomain gateways.

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    007f41f View commit details
    Browse the repository at this point in the history
  2. fix(types): Adding ambient types for is-ipfs.

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f18579b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. fix(test):

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    3e72d36 View commit details
    Browse the repository at this point in the history
  2. fix(test): helper

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    d36a282 View commit details
    Browse the repository at this point in the history
  3. feat(mv3): less greedy rules

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    6ee2d31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e592755 View commit details
    Browse the repository at this point in the history
  5. fix(lint): 🚨 Warnings

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5c85d84 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. feat(mv3): Better Default Rules (#1260)

    * refactor(mv3): blockOrRequest code
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * refactor(mv3): Port Logic for Default Rules is more robust.
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * feat(test): Adding tests for default rule logic.
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    ---------
    
    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fca5fe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    832679d View commit details
    Browse the repository at this point in the history
  2. fix(docs): ✏️ Adding comments

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5e22cea View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. refactor(regexfilters): Better Structure and Readability (#1261)

    * refactor(regexFilters): ✨ Adding a base class for regexFilters.
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * refactor(regexFilters): ♻️ Moving subdomain filter to a subclass
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * refactor(regexFilters): ♻️ Moving namespace filter to a subclass
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * refactor(regexFilters): ♻️ Moving common filter to a subclass
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * feat(regexFilters): ✨ Hooking Up All together
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * fix(lint): ✏️ Lint
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * fix(regexFilters): ✏️ Updating message.
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * fix(rename): ✏️ CommonPatterRedirectRegexFilter -> CommonPatternRedirectRegexFilter
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * fix(regexFilters): ♻️ Refactor to remove call to super
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * fix: make _canHandle private
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    * fix: ⚡ Fix math.min on every loop.
    
    Signed-off-by: Nishant Arora <[email protected]>
    
    ---------
    
    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    dbc672c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    381f63c View commit details
    Browse the repository at this point in the history
  3. fix(lint): unused import

    Signed-off-by: Nishant Arora <[email protected]>
    whizzzkid committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4020796 View commit details
    Browse the repository at this point in the history