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

MongoDB: Improve support for reading JSON/BSON files #261

Merged
merged 10 commits into from
Sep 13, 2024
Merged

Commits on Sep 12, 2024

  1. MongoDB: Unlock processing multiple collections

    Either from server database, or from filesystem directory.
    amotl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3322ce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d825f2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f22ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6030d83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86b8024 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05fa397 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e129e26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9e52464 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    2a5df04 View commit details
    Browse the repository at this point in the history
  2. Model: Improve implementation of AddressPair.navigate()

    - Do not use the fundamental `.navigate()` method, as it needs too many
      workarounds.
    - Do not store and copy query parameters, because the implementation
      does not use `.navigate()` any longer.
    - Manipulate the `.path` property directly instead, computing it using
      the canonical `urljoin` function.
    - Adjustments about missing trailing slashes still need to take place.
    amotl committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    94b52a8 View commit details
    Browse the repository at this point in the history