Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/fuzzy-finder

:lock: Find and open files quickly
https://github.com/pulsar-edit/fuzzy-finder

Do not show the prompt when there are other messages

We don't want to show the prompt when other messages are displayed (like
the "jump to line" mess...

3bd827b78590024568217f4a1b9737a622187742 authored almost 6 years ago
Dismiss notification when clicking on the No button

305d11c1dda781e6a7501c7448b7217a7602e197 authored almost 6 years ago
Modify the user settings when enabling fast mode

714bb7a1c2e43d619a1c78d90333d31fde5aa667 authored almost 6 years ago
Add prototype of prompt

This initial version only contains the basic logic to display the prompt
but does not handle whe...

f2a265c2dae565102b2940c2583c9a0268679fc5 authored almost 6 years ago
Return a promise instead of using waitsFor

74d19aa560a78c47daae8dcb7efec7f7562ce5f4 authored almost 6 years ago
Prepare 1.12.0 release

9972314d23275d3da9a34e47bcf6d3ac84bf9cd2 authored almost 6 years ago
Prepare 1.11.0 release

333e3575df32629c4df1340380553115438af037 authored almost 6 years ago
Merge pull request #375 from atom/filtering-metrics

Add metrics for fuzzy-finder filtering time

511f0910a3ccadb552d58ec9ae359cefd4559c1e authored almost 6 years ago
Add throttling to the filter metric events

This will ensure that we don't send every single filter event happening
on each keystroke from t...

41ff6e792ae4496f23e9ea2b21409a976b559e93 authored almost 6 years ago
⬆️ [email protected]

`[email protected]` contains `[email protected]` which has support
for cancelling throttled f...

a2cbc0f50ebab76ea3541eb3db505bf307ee94c1 authored almost 6 years ago
Add metrics event for time to filter

6fbfe3587497ebb3a4f8262e0d9334975a5f40b6 authored almost 6 years ago
Move the filtering logic to a single place

51fb9af2ffd87e5a9822676a2b05dfc4e9b3b523 authored almost 6 years ago
Merge pull request #374 from atom/fuzzy-native

Use `fuzzy-native` as an alternate scoring system

fd669010a50c4f5b93073757ab40a016741d151c authored almost 6 years ago
Start using @atom/fuzzy-native fork package

8aec72c9f08dbadd277d7524fb6be55289bc69a6 authored almost 6 years ago
Use path.join() instead of hardcoding path separators

0db223efafab480bda09776b958e8e6b664917cb authored almost 6 years ago
Use a fork of fuzzy-native with electron-v2 support

8a56b8583d0b858be66afa6430e6769a7b6b3b7b authored almost 6 years ago
Fix lint errors

ca2e1f10e67bcc5f40b0a942526a4863f33bfb7a authored almost 6 years ago
Update appveyor.yml to use a newer image

b0b0bcc50dec9562cd1b987ef2ab9870a51d8e9c authored almost 6 years ago
Add fuzzy-native as a scoringSystem

180d3172d66549f9dbcca6056a467a76089750dd authored almost 6 years ago
Execute fuzzy finder tests in different scoring systems

e96fb8a72d5c1b0a82a0366d1eb1d2f4fc093a1b authored almost 6 years ago
Merge pull request #373 from atom/avoid-setitems

Do not call `setItems()` every time that the fuzzy finder is shown

1467ce4ba5b641e086287da25f1bbd9efc85e4df authored almost 6 years ago
Rename the useAlternateScoring config option

The old useAlternateScoring config option has been renamed to
scoringSystem and has been convert...

f526f7f6e93a470611f2bd5e3ad273f54cf7e94a authored almost 6 years ago
Avoid flakiness on teletype tests

e8c7d07586055d26e0b152eb81a8d0c9b155b06e authored almost 6 years ago
Avoid calling the setItems() method on every toggle

With this commit, the Fuzzy finder will only call the setItems() method
on its view whenever the...

e8f93b865dc2362386b4b977b9f20060293a0780 authored almost 6 years ago
Add new test case

This common scenario was not covered and it's easy to cause a regression
on it.

d8b006a05b5803e33ecc9a64465116715222bc70 authored almost 6 years ago
Prepare 1.10.2 release

76023a656c3d7f8a500ef716818363b30d80875d authored almost 6 years ago
Merge pull request #372 from atom/log-time-to-index

Start logging the time to index a project

fcb39fdf559cbffd4aeac6e0e6e5322e3f68a3a3 authored almost 6 years ago
Add unit test to verify metrics work properly

2ac0d0b6cf70596ebe91b0c6b5c95ef302844836 authored almost 6 years ago
Use ripgrep in all fuzzy-finder specs

8a1c20f7898ce69e10d6f91818b556d2dc9f7bf4 authored almost 6 years ago
Remove unneeded line

37dc25d00b02ebdf7214d3d869d99470e05810d1 authored almost 6 years ago
Fix typos in events spec

Co-Authored-By: rafeca <[email protected]>

4117c013fda6273954b6b5d740b1502731de7217 authored almost 6 years ago
Start logging the time to index a project

720a8f47ace09aa7e002bfd6edc8636edebbe379 authored almost 6 years ago
Prepare 1.10.1 release

294703066ebd79f32fae00a5d0ecd137696a0102 authored almost 6 years ago
Prepare 1.10.0 release

3689823d418ee49d8628c2355ddf3e4838f26438 authored almost 6 years ago
Merge pull request #369 from atom/use-ripgrep

Add option to use `ripgrep` for crawling the list of files

15e6ff4b2045759d065b6ca627ec02df7cff5665 authored almost 6 years ago
Tweak description for the `rupgrep` config param

Co-Authored-By: rafeca <[email protected]>

54e2b390b51e2f378f2fe4b6f6138a3d6929adc6 authored almost 6 years ago
Patch the ripgrep path if it's loaded from asar

Since the ripgrep binary should be unpacked from the asar archive (we
need to remember to add it...

e05cbd19a12bae63aeafcbaef67373a9a91f943f authored almost 6 years ago
Limit the number of concurrent crawlers that are run in parallel

Specially when using `ripgrep`, we don't want to spawn a lot of
processes in parallel if the use...

54ca122dc0db8408aa51be72b5e90cb13dc0edd1 authored almost 6 years ago
Run all relevant tests both with ripgrep enabled and disabled

aad4dc76c5ce21492fa162da269f1a244d9f09ae authored almost 6 years ago
Make fuzzy finder tests more deterministic

The modified test was relying on the order that two crawlers that
are running in parallel start ...

0474d4197b8016509e59c5d932cafe7f433d2c62 authored almost 6 years ago
Do not initialize a Git repository when using ripgrep

ee5179ebc746edb2acb9471a3304c38c2bff31fd authored almost 6 years ago
Add option for using for crawling the list of files

ac3b703e69a3dfc8be4dc7e3f474c218767416ad authored almost 6 years ago
Prepare 1.9.2 release

af2868555f6cfbcccb6f53d61972990fc3103667 authored almost 6 years ago
Merge pull request #366 from atom/improve-perf

Remove unnecessary call to check if a path is ignored

b4f0e97c70828e16804957e12046837bfaffd87d authored almost 6 years ago
Remove unnecessary call to check if a path is ignored

fa914ba94e1c9035711635c8f9d0ef6999d41b60 authored almost 6 years ago
Prepare 1.9.1 release

b060d81a49dd9ba389ad33dd96fdff337422eace authored almost 6 years ago
Merge pull request #364 from atom/wl-line-column-message

Provide accurate error messages when jumping to columns

c3c81d0e0ed69033548a5c6ee3bc9be34c40524a authored almost 6 years ago
Add tests to verify the messages when jumping to a column

a24e860fda5cc90f93eec70cdb7a5576090c4a9d authored almost 6 years ago
:art: from @jtagscherer

1b60830f7b53197d55b8540d2ecd5e41d7395332 authored almost 6 years ago
Provide accurate error messages when jumping to columns

de9f6a03443ca6789f38b730cfc27624e388b75f authored almost 6 years ago
Prepare 1.9.0 release

94b91a7fb2a5d9f9eaf6d2d17e71eb5420c9acf3 authored almost 6 years ago
Merge pull request #360 from jtagscherer/feature/jumpToColumn

Add feature to jump to columns within text lines

d9c5b16e9791118fbda7c7a5eb9ebbfa438a709b authored almost 6 years ago
:art: Tweak phrasing of spec description

d53f278abff1887e80ab33fabe7e806579150cc1 authored about 6 years ago
:art: Include additional assertions to verify state

- When there's no error, assert that the error message is not present.
- When there *is* an erro...

b50e0c905f7eab676684a03b19269ebc690cab49 authored about 6 years ago
:art: Improve code style

ef2431be4533eb0893961e06f6737748df11b916 authored about 6 years ago
:white_check_mark: Add tests for jumping to columns

01e7e4b7ba7578e2bdb1ee4b0c8f4301a4b39ba3 authored about 6 years ago
Adapt existing tests to code changes

e3f0f1f9517ed7eb4129da9a56f49bfca1063b4c authored about 6 years ago
Add feature to jump to a column in a line, resolves #115

3057c4963ccd4d4dbc9c88db49dc7646fa93aa77 authored about 6 years ago
:art: Fix formatting issues

94f251281297211fea91c4c6149d56567be8fefc authored about 6 years ago
:white_check_mark: Add spec for correctly updating the line number status message

5665442c207281f623beb1d6d2f87bdbb36507b2 authored about 6 years ago
:bug: Correctly update fuzzy finder status message, fixes #358

22ee42dec047bda5543d0c13debd0c44befb8d48 authored about 6 years ago
Merge pull request #357 from atom/dot-github-update

🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue

59836e1a9ec39ec5c7a3ef305487f67f1f23388e authored over 6 years ago
:memo: Update .github

029bf964f68954b1a7a607bcf10be047bcaf0059 authored over 6 years ago
Merge pull request #356 from atom/dot-github-update

Add Probot no-response configuration

ebd270d951d0463855d67a2cbf229da130593db7 authored over 6 years ago
:memo: Update .github

202f343b8b9ba94a2a245c4f02e63e74992a0c08 authored over 6 years ago
Prepare 1.8.2 release

f096a3e1faea35573d1619e410496031e9cccce4 authored over 6 years ago
Merge pull request #347 from atom/fix-atom-17325

Fix flaky test re: "toggling when the project has multiple paths" 🤞

89ec5d739bc927bdba20b0c8195cbe5351a82e25 authored over 6 years ago
:art: Tweak test to clarify intent

This test was introduced in 183ec61e356046d2325a931c57ad52361d7cc29f to
resolve #76 and #77.

Co...

acdc95df21d9ee1ed29c21adf5f59d574c41ff9b authored over 6 years ago
Don't let test fail just because it takes too long to close the server

Co-Authored-By: Max Brunsfeld <[email protected]>

245192d41128d241303cb9cf83fe931378ffac37 authored over 6 years ago
Revert "Don't mix await and waitsFor"

Mixing await and waitsFor was not the cause of the problem, so revert
f11ad5e2e0a5a3782181c54026...

6e070759e1ab3a8a7f6c65c4af6df7c20336295f authored over 6 years ago
:shirt:

Fixes linter violation:
https://ci.appveyor.com/project/Atom/fuzzy-finder/build/184/job/wmco5l6a...

5e1e87ff2cf5744d85dca1c7a062b292ca2c9c51 authored over 6 years ago
Don't mix await and waitsFor

Prior to this change, I could reliably reproduce the failures described
in https://github.com/a...

f11ad5e2e0a5a3782181c540268d0f5e651ea17a authored over 6 years ago
Prepare 1.8.1 release

de626d65c805528840b7c21a57f3cd094a2d2a88 authored almost 7 years ago
Merge pull request #343 from atom/gracefully-handle-null-remote-editor-list

Fix "Project is empty" issue when using Teletype

518dc8f4b38a3b79d7483a076977cb20ee5aee09 authored almost 7 years ago
🐛 Gracefully handle null response when fetching remote editors

1c40c19a4734121973e0f163e5e3cc5f2869765a authored almost 7 years ago
✅ Add failing test to demonstrate bug related to null remote editor list

5520b633494104e5c601ab540c36c2e51f3db052 authored almost 7 years ago
Prepare 1.8.0 release

842551984144ff957e8d95c89a0189ac7011d075 authored almost 7 years ago
Merge pull request #335 from atom/teletype-support

Use fuzzy-finder to open remote editors in Teletype portals

51ba733cb8a828b7d72c8f243b984a097645edcf authored almost 7 years ago
Another missed merge conflict fix

9e4ebdb086b5368e863bfd330045dab0a39a827c authored almost 7 years ago
:art:

8535f32a1c3acaa9da918a447e0188685c010826 authored almost 7 years ago
Merge pull request #341 from atom/wl-deactivate-properly

Dispose of commands and callbacks when deactivating

b2cf4983785d6b6490d734e93518329fb15366ed authored almost 7 years ago
Dispose of commands and callbacks when deactivating

412852ed2d8d63655a8e687100b16450416b2826 authored almost 7 years ago
Merge branch 'master' into teletype-support

8c3c074f8dbff7a82b323c15af14889307dcf3b2 authored almost 7 years ago
Merge pull request #339 from atom/wl-async-await-specs

Use async/await in specs

161ab6b74cb2b3151b03523379bf4c0810b3557a authored almost 7 years ago
Use async/await in specs

83788433d4acd8ae6fbc29b0cf0b73820f058bac authored almost 7 years ago
:fire: .pairs

e1272086226d19c44d3dee993dbe01c50e8dc49c authored almost 7 years ago
Merge pull request #338 from atom/wl-validate-line-numbers

Validate line numbers before jumping

638d2403ffdfd2c243db72bec258ab87887106ad authored almost 7 years ago
:art:

1a5360c2fd0af18bf895a28ee45760204eaf3662 authored almost 7 years ago
Validate line numbers before jumping

43301da477136e6bb9ef0d95440d89295fb7ab04 authored almost 7 years ago
Merge pull request #337 from atom/wl-rm-babel

Remove Babel

ae71cdbc90768a81031f1c8364b9ea50e8e9259c authored almost 7 years ago
Add back fixtures ignore path

3977f3a144ccbbc13ca9777a9088cbda8329d707 authored almost 7 years ago
emit is available in Tasks

f42e758fa8af87e639a4b2181a14d35a0057325d authored almost 7 years ago
Update Standard config

387950a92a0ec38d277a4a6ea04405653f840e35 authored almost 7 years ago
Remove usage of Babel

4770c0fe6d0c5a42c639d17a62f78764b94987f6 authored almost 7 years ago
Prepare 1.7.6 release

bbb800c102bd4b64010d21120c6c825db662bc69 authored almost 7 years ago
Merge pull request #328 from atom/wl-update-fuzzaldrin-plus

Update fuzzaldrin-plus to 0.6.0

8e5ace387e99f91a44203573663be70b1a2b697c authored almost 7 years ago
Fix spec

38231f6d3e6cf329dde49ff2580ea2c0af419bd7 authored almost 7 years ago
Add some extra padding

In case the file names get really long.

a493b08bf5374dfe8b534847263d516bdafd9236 authored almost 7 years ago
Show remote editors even when there's no open project

d55c0527e185a0100cfa26c41385431c3df3ba79 authored almost 7 years ago
Remove TODO comment

Bundled packages seem to work well with paths that are not remote. If
third party packages break...

d92eed3df43415cdb094ec6858454922a67350cc authored almost 7 years ago