Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bolav/fuse-sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: fuse-modules/fuse-sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 45 files changed
  • 1 contributor

Commits on Aug 1, 2020

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

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    d06e556 View commit details
    Browse the repository at this point in the history
  2. add gitattributes

    This will avoid displaying unrelated changes (like tons of line-endings)
    when using 'git diff' on Windows.
    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    5391de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd220a View commit details
    Browse the repository at this point in the history
  4. drop RootNamespace properties

    These are legacy and don't do anything.
    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    cd8b3d3 View commit details
    Browse the repository at this point in the history
  5. add package.json

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    dfe367f View commit details
    Browse the repository at this point in the history
  6. extract SQLite.unoproj

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    6b44296 View commit details
    Browse the repository at this point in the history
  7. extract example/

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    c661d55 View commit details
    Browse the repository at this point in the history
  8. add TypeScript definitions

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    d32e13f View commit details
    Browse the repository at this point in the history
  9. port example to TypeScript

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    c7ec90b View commit details
    Browse the repository at this point in the history
  10. drop outdated travis project

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    1cbb140 View commit details
    Browse the repository at this point in the history
  11. update README

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    dd952ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00fa478 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7e61c0f View commit details
    Browse the repository at this point in the history
  14. example: add fuse-sdk and package-lock.json

    Now working better out of the box.
    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    bd0793d View commit details
    Browse the repository at this point in the history
  15. extract test/

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    9f46557 View commit details
    Browse the repository at this point in the history
  16. fix test project

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    a7e46fb View commit details
    Browse the repository at this point in the history
  17. update README

    mortend committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    a493d38 View commit details
    Browse the repository at this point in the history
Loading