-
-
Notifications
You must be signed in to change notification settings - Fork 276
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: OctoLinker/OctoLinker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.17.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: OctoLinker/OctoLinker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 20 files changed
- 4 contributors
Commits on May 9, 2018
-
* Bump dependencies * Fix code style after upgrading prettier
Configuration menu - View commit details
-
Copy full SHA for 52b2f66 - Browse repository at this point
Copy the full SHA 52b2f66View commit details
Commits on May 22, 2018
-
* Take second value from python import into account * Match trailing " import bar" in Python imports The second group will match as `undefined` when the text isn't present, so filter that out. * Stip comma sign * Extend local Pyhton import support
Configuration menu - View commit details
-
Copy full SHA for e372ced - Browse repository at this point
Copy the full SHA e372cedView commit details
Commits on Jun 1, 2018
-
Fix bower, composer, and dotnet plugins (#467)
* Update & fix bower, composer, and dotnet plugins * Filter empty matches in order to allow skip entries * Revert needless change
Configuration menu - View commit details
-
Copy full SHA for 8c0af4f - Browse repository at this point
Copy the full SHA 8c0af4fView commit details -
Fix openTab handler for Firefox (#466)
* Fix openTab handler for Firefox Before this commit, right-clicking (or middle-mouse clicking) on a link doesn't open it in a new tab in Firefox. This was because the extension is using a chrome-specific module for the storage. Instead, I've changed it to use the webextension-polyfill, which makes the storage APIs work the same in Chrome and Firefox, so you don't have to care about platform-specific APIs. License: MIT Signed-off-by: Victor Bjelkholm <[email protected]> * `import browser` instead of including background script See #466 (comment)
Configuration menu - View commit details
-
Copy full SHA for 45e3be4 - Browse repository at this point
Copy the full SHA 45e3be4View commit details -
Add support for non repo root Haskell projects. (#463)
In my use case we keep several Haskell projects in one repository (monorepo approach). This PR extends search to modules relative to Haskell project root (not git root). It is detected by cutting current path on `src`, `lib`, `app`, or `test`. Also adds navigation in test suites.
Configuration menu - View commit details
-
Copy full SHA for 7796784 - Browse repository at this point
Copy the full SHA 7796784View commit details -
Configuration menu - View commit details
-
Copy full SHA for c617081 - Browse repository at this point
Copy the full SHA c617081View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.17.1...v4.18.0