Commit graph

65 commits

Author SHA1 Message Date
Madhu Dollu
b2ac6da1b7
set upstream to the push command (#7177) 2023-07-07 18:10:05 +05:30
Jason Crist
5893e04135
The part of the core deploy process that lands the change, deploys the theme and builds the zip was commented out. It works fine so it was probably comment for historical debugging purposes and shouldn't have been comitted. (#7075) 2023-05-15 11:36:10 -04:00
Jason Crist
ad68fc4623
fixed reference to collection of themes to build zips for (#7057) 2023-05-04 14:47:12 -04:00
Jason Crist
d1fa9cf115
Remove Videomake and all premium theme tooling (#7007) 2023-04-28 18:32:19 -04:00
Madhu Dollu
f33796852a
DotCom Automation: create GlotPress project when a theme is deployed (#6956)
* automate glotpress project creation

automate theme launch

* add version check for glotpress project
2023-04-27 13:33:00 +05:30
Madhu Dollu
02fb2fcda8
fix issue with patterns util (#6789) 2022-12-22 19:32:27 +05:30
Sarah Norris
8dce0e43f5
Add twentytwentythree to core theme lists (#6755) 2022-11-30 15:22:06 +00:00
Madhu Dollu
35789dfd93
Update sass build scripts to import from node_modules (#6371)
* fix sass build scripts

* update deployment script to preserve wpcom version suffix
2022-08-11 12:30:00 -04:00
Madhu Dollu
ad29d59214
add timeout to deployment script to kill the unresponsive process (#6324) 2022-08-09 13:41:14 -04:00
Jason Crist
5a7a951f14
Core Sync Deploy: Replace $'s in commit log (#6310)
* Replace $'s in commit log

* Removed debugging logs
2022-08-04 08:59:33 +01:00
Jason Crist
007248844c
Change split to accept space/comma (#6297) 2022-07-28 12:23:47 -04:00
Jason Crist
bfa86ffa5e
Allow multiple themes in 'deploy:theme' and 'deploy:zip' commands (#6287) 2022-07-28 12:18:36 -04:00
Jason Crist
9e4b5d7dc2
Refactor core sync utility to merge content locally before pushing to sandbox (#6292)
Co-authored-by: Madhu Dollu <madhusudhan.dollu@gmail.com>
2022-07-28 09:14:29 -04:00
Madhu Dollu
2775cea2b5
escape block attributes in patterns utility (#6281)
* extend support for escaping block attributes in patterns utility

* separate real attrs to escape differently
2022-07-27 10:00:38 +05:30
Jason Crist
d9ba2a50ef
Exclude node_modules from version bump (#6273)
* Exclude node_modules from version bump

* Update theme-utils.mjs

Co-authored-by: Madhu Dollu <madhusudhan.dollu@gmail.com>
2022-07-26 13:08:38 +05:30
Jason Crist
edf4995174
Remove variations from build step (#6271)
* Remove variations from build step
* Added 'styles' (variations) to variation exclude list
2022-07-21 16:37:44 -04:00
Madhu Dollu
f9eb831925
update version bump script to consider level 3 (#6254) 2022-07-18 17:17:55 -04:00
Madhu Dollu
51a1181e59
Utility to update patterns with escaped strings and image paths (#5985)
* add theme unility to escape strings and image paths in patterns

* update esc function for attributes

* fix regex for pattern filename

* replace prefixed space character with &nbsp;
2022-06-16 11:55:35 +05:30
Mark Biek
bb8d208850
Updated theme-utils.mjs help text (#6038)
* Updated theme-utils.mjs help text

Running `node theme-utils.mjs` (no arguments) or `node theme-utils.mjs
help` will now show a list of available commands.

Running `node theme-utils.mjs help <command>` will show the specific
help text for that command.

* Apply wpcom JS coding standards

* Refactor command structure into a common object

This helps tidy up the code for running a command as well as the help
text.
2022-05-27 10:12:42 -04:00
Jason Crist
55574f0ec4
Added a command to push an individual theme to sandbox (#5958) 2022-04-28 12:23:19 -04:00
Jason Crist
3a68b8391e
Better handle updating a theme with no readme.txt file (#5941) 2022-04-26 12:21:47 -04:00
Jason Crist
4a8b9900d6
Add a changelog generator and various changelogs (#5903)
Co-authored-by: mikachan <sarah@sekai.co.uk>
2022-04-21 10:23:35 -04:00
Sarah Norris
813267c2fa
Tools: automatically handle changelog updates (#5889) 2022-04-20 14:28:17 -04:00
Jason Crist
f1a7f6315a
Small tweak cleansing logs of double-quotes (#5853) 2022-04-12 11:17:31 -04:00
Jason Crist
cc56861441
Add utilities to sync core themes to wpcom (#5558) 2022-02-21 20:52:07 +00:00
Jason Crist
4f0433932a Version Bump 2022-02-02 16:37:17 -05:00
Jason Crist
320fb6c82f
Remove/svn commands (and other utility housecleaning) (#5440)
* Removed SVN versions of deploy actions

* Removed (unused) sandbox.sh utility

* Refactored pushToSandbox() to sync in the same manner as selective (changed) syncing

* renamed zip npm target to fit the other script names. Added deploy:theme as npm script

* Removed unused sandbox-git.sh
2022-02-02 09:53:54 +00:00
Jason Crist
ab7920b504
Deploy: Removed the check for uncommitted changes. (#5439) 2022-02-01 11:36:16 -05:00
Jason Crist
8fdc99d1f4 Fixed the path to arc on deploy action 2022-02-01 09:47:28 -05:00
Jason Crist
855e4a4072 Building Variations 2022-02-01 09:26:32 -05:00
Jason Crist
2c8be5f238
Fix/variation versioning (#5406)
* Adjusted variation script to keep existing version when running
* Removed unused 'template-mods' feature of variations
* Added option to git add changes while building variations
* Added the building of variations to deployment process
2022-01-31 11:37:12 -05:00
Ben Dwyer
6a3bc5a4a4
Premium: Update blockbase references when we push to the premium repo (#5396)
* Premium: Update blockbase references when we push to the premium repo

* Added sandbox:clean-premium:git/svn.  Refactored the -premium change to be more targeted.  Modified rsync command to also delete removed files.

* Exclude /sass files from rsyncing to premium

* Used the 'premium themes' folder as the 'ignore' folder

* Fixed a log

Co-authored-by: Jason Crist <jcrist@pbking.com>
2022-01-26 16:59:51 +00:00
Jason Crist
3f1d9d10cf
Fix/deploy versioning (#5350)
* Adjusted timing of version bump and hash syncing to correct version bumping error in deploy process.
* Added .map to files to ignore during sandbox sync
2022-01-17 12:45:15 -05:00
Jason Crist
96a3c5e5cb
Adjust the sync logic to be simpler (#5326)
* Adjust the sync logic to be simpler
2022-01-14 12:26:13 -05:00
Jason Crist
ad9d522178
Reverting the mess caused renaming template folders (#5317) 2022-01-13 15:38:55 -05:00
Jason Crist
304254e9af
Remove templates improperly nested in a folder due to script error in #5105 (#5314) 2022-01-13 19:15:55 +00:00
Sarah Norris
934d15fdb6
Deploy script: remove double quotes from commit message log (#5285)
* Remove double quotes from commit message log
* Add replace to tagDeployment as well
2022-01-10 09:43:31 -05:00
Ben Dwyer
68715b8323
Deploy: Use the requirement rather than the tested version (#5235) 2021-12-20 15:18:46 +00:00
Jason Crist
c9550de50b Fixed style css commit in deploy action 2021-12-16 14:06:38 -05:00
Jason Crist
513c6ed424 Version Bump 2021-12-16 14:02:23 -05:00
Jason Crist
3659b5c608
Exclude /sass from any premium themes pushed to premium repo (#5210) 2021-12-16 09:09:08 -05:00
Jason Crist
7e0d5a4297
Added script to push premium resources to sandbox (#5196) 2021-12-16 10:28:46 +00:00
Jason Crist
3ad0edcf69
removed the -a flag from the commit command which kept commiting the durn utility I was working on (#5200) 2021-12-15 13:18:32 -05:00
Jason Crist
fd36e70ebb Version Bump 2021-12-15 13:04:22 -05:00
Jason Crist
613b59347a Version Bump 2021-12-15 11:41:24 -05:00
Ben Dwyer
589e1a1e4d Version Bump 2021-12-14 16:45:07 +00:00
Jason Crist
b7e764138b Adjusted git land command to leverage psudoterminal 2021-11-17 11:51:48 -05:00
Jason Crist
e187d1d63b Version Bump 2021-11-12 11:49:41 -05:00
Jason Crist
0fa0fe59e8 Version Bump 2021-11-12 11:23:31 -05:00
Jason Crist
71af1844a8 Version Bump 2021-11-12 11:17:06 -05:00