Commit Graph

40116 Commits

Author SHA1 Message Date
Maurício Szabo
11f690b8d2 Removing portable altogether 2023-04-04 11:43:45 -03:00
Maurício Szabo
8e4045de54 Trying ZIP for windows 2023-04-04 02:31:00 -03:00
Maurício Szabo
eafa4d3b66 Nothing ever works on the 10th try on CIs... 2023-04-04 02:26:39 -03:00
Maurício Szabo
2fd060c98c Another try on debugging builds 2023-04-04 00:59:17 -03:00
Maurício Szabo
ef882d5114 Of course, the docs are wrong... 2023-04-04 00:57:30 -03:00
Maurício Szabo
8219e200b9 Trying to speed up process 2023-04-04 00:44:37 -03:00
Maurício Szabo
1c4611896a Trying again a Windows Portable ZIP 2023-04-04 00:44:28 -03:00
Maurício Szabo
1c28411965 Fixing windows test 2023-04-03 23:47:29 -03:00
Maurício Szabo
f2c8e69797 NO COLOR!!!!!!!!!!! 2023-04-03 23:43:53 -03:00
Maurício Szabo
b8285e9d71
Trying to debug errors in Linux and Windows 2023-04-03 23:05:47 -03:00
Maurício Szabo
72a28184a8
Back to 7zip for now... 2023-04-03 22:58:34 -03:00
Maurício Szabo
a879b62268 Trying to run tests on Windows too 2023-04-03 21:37:13 -03:00
Maurício Szabo
636d31d342 Fix windows config 2023-04-03 20:29:58 -03:00
Maurício Szabo
42f40b4aeb Trying to use ZIP for portable Windows 2023-04-03 20:16:55 -03:00
Maurício Szabo
d18a40f7cb Make *nix systems use binary to run tests 2023-04-03 20:11:31 -03:00
Maurício Szabo
0dc5194956 Making Playwright aware of BINARY_NAME env var 2023-04-03 20:11:07 -03:00
confused_techie
342bd8d884
Merge pull request #438 from pulsar-edit/patch-document-register-element
Patch document register element
2023-03-29 22:47:52 -07:00
confused_techie
a2d9bc0fdb
Merge branch 'master' into patch-document-register-element 2023-03-29 22:46:44 -07:00
Maurício Szabo
c3bcd06059
Merge pull request #435 - move to WASM version of Oniguruma
Using "second-mate"
2023-03-28 21:57:16 -03:00
confused_techie
75083faa59
Merge pull request #440 from machitgarha/patch-1
Fix spacing of PHP's "for …" snippet
2023-03-27 08:49:22 -07:00
Mohammad Amin Chitgarha
3da357d75f
Fix spacing of PHP's "for …" snippet 2023-03-24 09:55:59 +03:30
Maurício Szabo
03eace7280
Merge pull request #414 from pulsar-edit/s985-debian-maintainer
Update resources metadata
2023-03-23 22:02:24 -03:00
Maurício Szabo
6dd95ecbc5 Changelog update 2023-03-23 13:59:22 -03:00
Maurício Szabo
aee7625205 Changelog update 2023-03-23 13:57:14 -03:00
Maurício Szabo
7da22ace9e Bumped document-register-element to our version 2023-03-23 13:55:36 -03:00
Maurício Szabo
97c77febe7 Another second-mate bump 2023-03-21 19:59:01 -03:00
Maurício Szabo
68e3986ddc Removed weird entry in Perl grammar 2023-03-21 15:08:44 -03:00
Maurício Szabo
3e2ff68010 Fixed language tests that depended on OnigRegExp 2023-03-20 23:05:47 -03:00
Maurício Szabo
99ef62b968 Fixed CoffeeScript tests 2023-03-20 23:03:01 -03:00
Maurício Szabo
7f1f6483b8 Fixed Clojure tests 2023-03-20 23:02:25 -03:00
Maurício Szabo
bae9ed0886 Fixed another case of OnigRegExp API 2023-03-20 19:49:24 -03:00
Maurício Szabo
03057610f6 Removing ALL references of old first-mate 2023-03-20 16:51:42 -03:00
Maurício Szabo
0dc1d92821 Bundling bracket-matcher 2023-03-20 16:44:32 -03:00
Maurício Szabo
e9b935b10e Fixed weird bug with another bump 2023-03-20 16:25:42 -03:00
Maurício Szabo
3c2cc1a4c7 Fixed sercond-mate version 2023-03-20 15:47:39 -03:00
Maurício Szabo
ceec7ea914 Changes so that second-mate can work 2023-03-20 12:03:25 -03:00
Maurício Szabo
129354fe71 Lockfile update 2023-03-20 12:03:00 -03:00
Maurício Szabo
9f18564379 Using second-mate instead of first-mate 2023-03-20 12:02:21 -03:00
DeeDeeG
ae25fb9cf2
Merge pull request #434 from pulsar-edit/cirrus-install-ppm-deps-with-yarn
Cirrus: Windows: install ppm deps with Yarn
2023-03-20 03:14:05 -04:00
DeeDeeG
957cf836d0 Cirrus: Windows: install ppm deps with Yarn
Effectively: install ppm's dependencies (and run its postinstall
scripts) with Yarn, not npm, on Windows.

This makes the installation of ppm's dependencies consistently use
Yarn, not npm, in Cirrus CI. Consistent for all OSes/arches we build
for in Cirrus.

(* Although, at some level the postinstall scripts are run via npm as
a subprocess of node as a subprocess of Yarn in a shell/console
sub-process... Yes, in my opinion, ppm's postinstall scripts are way
too complicated...)

ALSO: This fixes an oversight in PR 239 where the build script of the
wrong project (ppm instead of core) was being run at one point, again
on Windows.

So, this should make it so Pulsar's core dependencies are built for
the correct Electron version instead of built for Node... Oops!
2023-03-19 22:27:07 -04:00
DeeDeeG
d4df9ce83d
Merge pull request #239 from Sertonix/consistent-cirrus-builds
made cirrus build scripts consistent
2023-03-19 19:30:07 -04:00
Spiker985
b8e321e6af
Update resources/mac/pulsar-Info.plist
Co-authored-by: DeeDeeG <DeeDeeG@users.noreply.github.com>
2023-03-19 13:06:12 -04:00
Spiker985
e0065654b5
Update resources/linux/debian/control.in
Co-authored-by: Daeraxa <58074586+Daeraxa@users.noreply.github.com>
2023-03-19 13:05:39 -04:00
Daeraxa
c102af1a62
Update package.json author (#432) 2023-03-19 13:05:13 -04:00
DeeDeeG
767026031e
Merge pull request #430 from pulsar-edit/1.103.0-release
Bump version to `1.103.0`
2023-03-16 22:18:01 -04:00
DeeDeeG
27aa72213c
Update version from 1.103.0 to 1.103.0-dev
This sets the version up for the Rolling releases
2023-03-16 22:14:31 -04:00
confused-Techie
502b55b0dc Bump version 2023-03-15 20:10:19 -07:00
confused_techie
9359c8db76
Merge pull request #429 from pulsar-edit/changelog-add-ppm-stuff
Changelog: Add some ppm stuff
2023-03-15 20:05:52 -07:00
DeeDeeG
962201b1eb Changelog: Add some ppm stuff 2023-03-15 23:04:36 -04:00
confused_techie
55c94b3d38
Merge pull request #428 from pulsar-edit/update-changelog
Update changelog for our newest release
2023-03-15 19:51:05 -07:00