Commit Graph

39517 Commits

Author SHA1 Message Date
confused-Techie
aebabc9333 Adds npm lock file Reference #209 2022-12-10 14:36:23 -08:00
confused-Techie
0ea5d3c38b Removes License Reference #190 2022-12-10 14:35:24 -08:00
confused_techie
d4f73077d3
Update packages/package-generator/package.json
Co-authored-by: Sertonix <83883937+Sertonix@users.noreply.github.com>
2022-12-10 02:06:06 -08:00
confused-Techie
22d793409e Update README.md 2022-12-09 19:27:49 -08:00
confused-Techie
a2e3293cc1 Remove standard linter. Reference: #158 2022-12-09 19:09:06 -08:00
confused-Techie
580269db46 package-generator#1 Cleanup and rename
Co-Authored-By: Sertonix <83883937+Sertonix@users.noreply.github.com>
2022-12-09 19:04:55 -08:00
confused-Techie
33a82eafc2 Include and Bundle package-generator 2022-12-09 18:59:45 -08:00
confused_techie
021d1dd668
Merge pull request #206 from pulsar-edit/fewer-package-exclusions
meta: Don't exclude 'loophole' or 'pegjs' packages
2022-12-09 16:15:03 -08:00
DeeDeeG
26def85bb0 meta: Don't exclude 'loophole' or 'pegjs' packages
We need these when typing a "tab" character in a document or file.

(Without 'loophole' and 'pegjs' in the app bundle,
'snippets' tries and fails to require() those packages,
and it errors out every time you type a tab character.)

Explanation:

Our PegJS files _aren't_ pre-compiled at the moment.
We removed the old build scripts that used to transpile these files
during the build, and without replacing that functionality yet.

So...

When a certain PegJS --> JS file isn't available in the 'snippets'
package (because it hasn't been transpiled to plain JS yet yet),
'snippets' require()s some modules that let it live-transpile
the needed code, or at least that's what I think it's doing
in that scenario.

If the modules it conditionally require()s in that scenario aren't
in the Pulsar bundle, due to being explicitly excluded, then we get a
require() error, since they legitimately aren't in the bundle.
2022-12-09 14:43:35 -05:00
confused_techie
20b3d51022
Merge pull request #201 from pulsar-edit/include-dugite-deps
Fix `dugite`
2022-12-08 20:40:15 -08:00
confused_techie
3db1eee2da
Merge pull request #158 from Sertonix/remove-standart-linter
remove `standard` linter from packages
2022-12-07 20:03:45 -08:00
confused_techie
2a3708e630
Merge pull request #155 from Sertonix/remove-coffeelint
remove coffeelint
2022-12-07 18:53:17 -08:00
confused-Techie
5369ffebc4 Merge branch 'master' into pr/155 2022-12-07 17:35:07 -08:00
confused-Techie
4a415a6161 Remove .yarnrc.yml 2022-12-07 16:23:32 -08:00
confused-Techie
1e41c7a1f9 Reverse some initial inclusions, add another dev file 2022-12-07 00:35:42 -08:00
confused-Techie
f00ac822bc Improved ignores to cut down on size 2022-12-06 23:02:56 -08:00
confused-Techie
67567853ab More ignores from Atom, comments on upacks 2022-12-06 21:25:40 -08:00
confused-Techie
dc60a44298 Use Scripts during windows build, use .yarnrc.yml 2022-12-06 19:45:42 -08:00
confused-Techie
7c76b59329 Based on findings from our original build scripts 2022-12-06 01:21:03 -08:00
confused-Techie
a6cab2ef91 Include node_modules double glob star, unpack all dugite git 2022-12-05 22:34:04 -08:00
confused-Techie
5a0b9b42c8 No it was not 2022-12-05 19:33:56 -08:00
confused-Techie
469d47caac Is fixing Dugite this simple? 2022-12-05 18:18:04 -08:00
DeeDeeG
2063bf37d4
Merge pull request #198 from pulsar-edit/update-ppm-submodule-for-electron-header-download-URL-update
ppm: Update ppm submodule (new Electron headers download URL)
2022-12-05 18:14:40 -05:00
DeeDeeG
0ebe56f77c ppm: Update to newer commits from pulsar-edit/ppm
Includes updated Electron headers download URL.
(See: https://github.com/pulsar-edit/ppm/pull/43)
2022-12-05 14:08:10 -05:00
confused_techie
3646a714cf
Merge pull request #196 from pulsar-edit/revert-184
Revert "Merge pull request #184 from pulsar-edit/bump-autocomplete-plus"
2022-12-04 15:18:57 -08:00
confused-Techie
209f524c3e Revert "Merge pull request #184 from pulsar-edit/bump-autocomplete-plus"
This reverts commit 24a9278102, reversing
changes made to f4dfa048c2.
2022-12-04 14:58:46 -08:00
confused_techie
61d85c19a8
Merge branch 'master' into remove-coffeelint 2022-12-03 20:45:45 -08:00
confused_techie
841dfc3719
Merge pull request #172 from Daeraxa/update-about
Update/rebrand About package
2022-12-03 19:46:31 -08:00
confused_techie
24a9278102
Merge pull request #184 from pulsar-edit/bump-autocomplete-plus
Bumped `autocomplete-plus`
2022-12-03 17:02:04 -08:00
Maurício Szabo
f4dfa048c2
Merge pull request #185 from pulsar-edit/fix-ppm-postinstall-in-Windows-CI
CI (Windows): Use npm (not yarn) to install ppm
2022-12-01 16:33:48 -03:00
DeeDeeG
837cc0a7b6 CI (Windows): Use npm (not yarn) to install ppm
Should fix an obscure issue where ppm's postinstall script exits out
half-way through without resuming under Yarn, but completes fully
under NPM.

Probably has something to do with Yarn handling process.exit()
differently than NPM does, in the postinstall script/its sub-scripts.

(Perhaps Yarn avoids running sub-processes of Node nested as deeply
as NPM does? Thus process.exit() exiting a higher Node process that we
expect to still have work to do later in the main postinstall script?
Not totally sure. This is just a guess.)
2022-12-01 00:37:48 -05:00
confused-Techie
09201d03e0 Bumped autocomplete-plus 2022-11-30 17:14:47 -08:00
confused_techie
b0643cb539
Merge pull request #183 from pulsar-edit/fix-test-runner
Adding test runner missing files
2022-11-30 16:10:37 -08:00
Maurício Szabo
88f76994bd Adding test runner missing files 2022-11-30 19:25:57 -03:00
confused_techie
c8558335b4
Merge pull request #178 from Daeraxa/targz-target
Add tar.gz target to electron-builder
2022-11-28 21:09:28 -08:00
confused_techie
5b72e133bb
Merge pull request #163 from Sertonix/task-list-description-max-length
shorten task description if too long
2022-11-28 00:35:07 -08:00
confused_techie
4359a15530
Merge pull request #157 from Sertonix/cleanup-packages-package.json
cleanup `packages/*/package.json`
2022-11-28 00:34:37 -08:00
confused_techie
f1c425bb96
Merge pull request #173 from pulsar-edit/new-icons
Rebranding to Pulsar - Icons and Logos
2022-11-28 00:33:11 -08:00
confused_techie
79f9f5d2a6
Merge pull request #180 from Sertonix/patch-1
fix abut package test
2022-11-27 02:49:53 -08:00
confused_techie
14346fe9dc
Merge pull request #147 from pulsar-edit/welcome-updates
Added Change Log to Welcome Package
2022-11-26 16:16:53 -08:00
Sertonix
ceb68383f2
fix about package test 2022-11-26 21:43:20 +00:00
Sertonix
688da1c638
fix about package test 2022-11-26 21:40:10 +00:00
confused-Techie
d6041c7fab Rewording dismissal 2022-11-26 13:39:04 -08:00
confused-Techie
5bb16b1160 @Daeraxa's requests changes 2022-11-25 21:00:56 -08:00
confused_techie
6d29a5e326
Merge pull request #175 from Spiker985/update-pulsar-sh
Cleanup/standardize pulsar.sh
2022-11-25 12:36:50 -08:00
Spiker985
a2f5dbf6d2
Add link to issue 174
Co-authored-by: confused_techie <dev@lhbasics.com>
2022-11-25 13:25:08 -05:00
confused-Techie
88c2fd3169 Fix Workspace Open 2022-11-24 18:57:14 -08:00
Daeraxa
3aaa793c85 add targz 2022-11-24 18:51:17 +00:00
Spiker985
e7659e14be Fix 'expr: syntax error: missing argument after 8' error 2022-11-23 20:51:59 -05:00
Spiker985
90c4e6141e Simply conditons 2022-11-23 20:51:05 -05:00