Commit Graph

39963 Commits

Author SHA1 Message Date
DeeDeeG
38d291aaa7
Merge pull request #305 from Sertonix/image-view-remove-fs-plus
remove fs-plus from image-view package
2023-01-07 00:33:49 -05:00
confused-Techie
14218ae297 Initial Documentation Setup 2023-01-06 20:03:59 -08:00
DeeDeeG
19b349a0dd script: Check ppm symlink, not its target
Use `test -L` rather than `test -f` for `post-install.sh`.

(Note: `[ ]` is an alternate invocation of the `test` shell builtin.)

`[ -f some_path ]`, for a symlink "dereferences" the symlink, meaning
it checks if its target (or the ultimate target, in the case of
a chain of symlinks) exists and is a real file.

By coincidence, as this runs after we extract/install ppm from the deb
or rpm, the symlink target exists and is a real file. However, if we
changed the install path for our package manager, the target might not
exist, and this step might fail.

`[ -L some_path ]` instead checks for if the path exists and is a
symlink. This is more correct -- it's more directly what we're trying
to check.

So we will use `-L` rather than `-f`.
2023-01-06 22:41:42 -05:00
confused_techie
5b4e5d7627
Update src/main-process/start.js
Co-authored-by: DeeDeeG <DeeDeeG@users.noreply.github.com>
2023-01-06 17:04:57 -08:00
confused-Techie
ddd21a30db Rebrand the AppUserModelID 2023-01-06 16:25:43 -08:00
confused_techie
fa094e5c30
Merge pull request #314 from pulsar-edit/more-bundles
Additional Bundling of Core Packages
2023-01-06 16:20:50 -08:00
confused_techie
f674f3e6f5
Merge pull request #310 from pulsar-edit/fix-about-tests
Resolve some `about` package tests (6 Resolved Tests)
2023-01-06 16:16:29 -08:00
confused-Techie
54e77ae882 Update package.json and yarn.lock for new bundles 2023-01-06 14:47:29 -08:00
confused_techie
d5b9636669 Update whitespace package.json 2023-01-06 10:07:17 -08:00
confused_techie
ada45b588d Bundle whitespace 2023-01-06 10:05:03 -08:00
confused_techie
1a38c83cb5 Bundle open-on-github 2023-01-06 09:29:40 -08:00
confused_techie
1ee29a5a21 Bundle status-bar 2023-01-06 09:16:43 -08:00
confused_techie
86c5ca6b35 Fix previous Bundle package-generator 2023-01-06 09:11:08 -08:00
confused_techie
37f59e57fb Bundle tabs 2023-01-06 09:09:10 -08:00
confused_techie
6ef7ce109e Bundle encoding-selector 2023-01-06 08:58:27 -08:00
confused_techie
2a934f1cbb Bundle command-palette 2023-01-06 08:53:38 -08:00
confused_techie
94fe3bc8da Bundle autocomplete-snippets 2023-01-06 08:46:25 -08:00
Sertonix
88c9845c98
include debounce function 2023-01-06 11:13:04 +00:00
Sertonix
4efc429d94
change search query delay to 700ms 2023-01-06 11:06:23 +00:00
Sertonix
ae0844a295
Merge branch 'pulsar-edit:master' into patch-4 2023-01-06 11:03:53 +00:00
Sertonix
84117cc96c revert to fs.existsSync 2023-01-06 11:58:24 +01:00
confused-Techie
55c6730cbb Resolve Update Link (Added TODO while here) 2023-01-06 01:29:27 -08:00
confused-Techie
e761cf3006 Resolve getReleaseNotesURLForVersion Tests 2023-01-06 01:24:47 -08:00
confused_techie
1ade1ba5b0
Merge pull request #302 from pulsar-edit/verbose-package-tests
Fix Package Test Cache Issue
2023-01-05 16:20:30 -08:00
Sertonix
22fd1e4cea
remove unused json 2023-01-05 23:50:23 +00:00
Sertonix
0aefd5ee74 add package-lock.json to language-ruby package 2023-01-06 00:46:53 +01:00
Sertonix
4c553b9ac3 add package-lock.json to language-javascript package 2023-01-06 00:44:04 +01:00
Sertonix
09931c77e4 fix fs-plus removal 2023-01-06 00:36:55 +01:00
Maurício Szabo
6cbfeea00b Description... 2023-01-05 19:59:01 -03:00
Maurício Szabo
0fd3a53483 Fixed caches and moved some packages 2023-01-05 18:03:03 -03:00
Maurício Szabo
e1d2cab935 Removed tests that depended on deprecated packages API 2023-01-05 17:55:00 -03:00
Maurício Szabo
0c543a7538 Disabling windows for now 2023-01-05 17:09:51 -03:00
Sertonix
b327ae1787 remove fs-plus from image-view package 2023-01-05 18:43:00 +01:00
Maurício Szabo
6aef7473a7 Running only on PR 2023-01-05 13:58:24 -03:00
Maurício Szabo
fa8e194703 Run again if renderer process crashed 2023-01-05 13:57:35 -03:00
Maurício Szabo
d40bf7ca99 Commented command installer 2023-01-05 12:45:50 -03:00
Maurício Szabo
4dbb1c64ae Fixed runner 2023-01-05 11:55:43 -03:00
Maurício Szabo
a4a297da88 Allowing to run specs directly 2023-01-05 11:54:01 -03:00
Maurício Szabo
5ac9911621 Fixed reporter 2023-01-05 11:53:50 -03:00
confused-Techie
89e27ad0b8 Losing verbose tests, fixing cache 2023-01-04 22:30:05 -08:00
confused-Techie
83cdaa9553 Test a New Package Test Runner 2023-01-04 21:59:09 -08:00
confused_techie
44f1b100cb
Merge pull request #300 from pulsar-edit/language-html-tests
Resolve all Tests within `language-html` (Resolves 2 Failing Tests)
2023-01-04 21:22:08 -08:00
confused_techie
135381b998
Merge pull request #299 from pulsar-edit/javascript-tests
Resolve all Tests within `language-javascript` (Resolves 24 Failing Tests)
2023-01-04 21:21:59 -08:00
Maurício Szabo
8de5ceea23
Third debug try 2023-01-05 01:33:18 -03:00
Maurício Szabo
00099dc5f0
Another debug thing... 2023-01-05 01:16:53 -03:00
Maurício Szabo
e55c3b1647
Trying to debug tests 2023-01-05 01:04:10 -03:00
confused-Techie
fe21dc8e21 Remove additional prior to Atom 1.21 Supporting scopeSelectors 2023-01-04 17:49:12 -08:00
confused_techie
060c13e30e
Merge pull request #293 from pulsar-edit/bookmarks-tests
Resolve 40 Failing `image-view` Tests
2023-01-04 17:35:51 -08:00
confused-Techie
cd13d9887c Fix scopeSelector assignment 2023-01-04 17:22:12 -08:00
Maurício Szabo
87019ed5cf Refactored retry on its own file 2023-01-04 22:03:17 -03:00