-
-
Notifications
You must be signed in to change notification settings - Fork 8
Release 2.7.0 #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Release 2.7.0 #243
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ed89cc1
Add E2E smoke tests with @gravitykit/e2e-bootstrap
Mwalek 4bff5fc
Run composer install in prepare job so vendor/ is available for E2E
Mwalek 7f30e42
Fix activation spec: use descendant .deactivate selector to avoid str…
Mwalek 4ea8358
Standardize command to run E2E tests
mrcasual 0529ae6
Merge pull request #236 from GravityKit/feature/e2e-setup
mrcasual 209d112
Update CI config to use gktools
458aede
Add a translations job to CI pipeline
mrcasual 4112a5d
Update translations.pot [ci skip]
4a23ca2
Replace printf-style placeholders with named placeholders in JS-facin…
mrcasual e75307c
Update translations.pot [ci skip]
88d47bf
Add new translated languages
mrcasual cfa3155
CI: add sign step and guard replace-since to main
mrcasual f1faf0f
Fix E2E port mismatch: point Playwright at wpTestsPort
Mwalek 798f870
Add E2E happy-path Playwright suite
Mwalek 4f55546
Ignore playwright-transform-* cache dirs
Mwalek 6ceaf4f
Make notification specs resilient to keep-alive connection drops
Mwalek 05e1200
Make CI-resilient: bind-mount mail capture and harden form-settings w…
Mwalek e2f09bb
Bypass GF async notification queue in submitEntryTriggeringNotifications
Mwalek 4019c7e
Address CodeRabbit review on PR #239
Mwalek dfd260a
CircleCI: stop wp-env and use sudo when cleaning up between retries
Mwalek 11e672a
Merge pull request #239 from GravityKit/tests/happy-path
Mwalek ad3a446
Add post-build smoke E2E against built .zip artifact
Mwalek 154e40c
Address CodeRabbit review on .circleci/config.yml
Mwalek 9344b4d
Merge pull request #241 from GravityKit/tests/post-build-smoke
Mwalek 69b5ccd
Fix copy button icon alignment on WordPress 7
mrcasual 5d69aad
Persist signing sidecar so publish_release registers the signature
Mwalek 172c165
Remove redundant gktools sign step
mrcasual 4ed3df4
Remove docker_layer_caching from post-build smoke job
mrcasual 1e83b74
Build download-URL action messages lazily, not in the constructor
mrcasual 01a9d67
Report download-URL action outcomes via a typed ActionNotice
mrcasual 7ee7e31
Update translations.pot [ci skip]
482da41
Read the notification attachment setting as a list of IDs
mrcasual 5ece254
Bump version to 2.7.0 & update changelog
mrcasual cca889a
Restate the settings renderer and filter value types for PHPStan
mrcasual 74a524f
Set the 2.7.0 stable tag and repair literal tokens in translations
mrcasual 70f2aa8
Drop the .claude directory from the repository
mrcasual 69b33ae
Fall back to the default export path when the filtered one is unwritable
mrcasual File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| WP_ENV_PLUGINS= | ||
|
|
||
| GRAVITY_FORMS_LICENSE_KEY= | ||
| GRAVITYKIT_LICENSE_KEY= | ||
|
|
||
| # E2E_KEEP_DATA=0 | ||
| # USE_LOCAL_BROWSER=0 | ||
| # SLOW_MO=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "build": [ | ||
| "npm install", | ||
| "grunt", | ||
| "composer build" | ||
| ], | ||
| "package": { | ||
| "prefix": "gf-entries-in-excel", | ||
| "includeExtra": ["build"], | ||
| "excludeFromExtra": [ | ||
| "build/composer.json", | ||
| "build/composer.lock", | ||
| "build/strauss.phar" | ||
| ] | ||
| }, | ||
| "release": { | ||
| "branch": "main", | ||
| "mergeTo": "develop" | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| module.exports = function ( grunt ) { | ||
| 'use strict'; | ||
|
|
||
| grunt.initConfig( { | ||
| addtextdomain: { | ||
| options: { | ||
| textdomain: 'gk-gravityexport-lite', | ||
| updateDomains: [] | ||
| }, | ||
| target: { | ||
| files: { | ||
| src: [ | ||
| '*.php', | ||
| 'src/**/*.php', | ||
| '!src/Addon/AddonHelperTrait.php', | ||
| '!src/Addon/GravityExportAddon.php', | ||
| '!src/Field/ProductField.php', | ||
| '!src/GravityForms/Field/DownloadFile.php', | ||
| '!src/Repository/FieldsRepository.php', | ||
| 'public/**/*.php' | ||
| ] | ||
| } | ||
| } | ||
| }, | ||
|
|
||
| exec: { | ||
| makepot: { | ||
| cmd: function () { | ||
| var fileComments = [ | ||
| 'Copyright (C) ' + new Date().getFullYear() + ' GravityKit', | ||
| 'This file is distributed under the GPLv2 or later', | ||
| ]; | ||
|
|
||
| var headers = { | ||
| 'Last-Translator': 'GravityKit <support@gravitykit.com>', | ||
| 'Language-Team': 'GravityKit <support@gravitykit.com>', | ||
| 'Language': 'en_US', | ||
| 'Plural-Forms': 'nplurals=2; plural=(n != 1);', | ||
| 'Report-Msgid-Bugs-To': 'https://www.gravitykit.com/support', | ||
| }; | ||
|
|
||
| var command = 'wp i18n make-pot --exclude=build,tests,vendor,assets . translations.pot'; | ||
|
|
||
| command += ' --file-comment="' + fileComments.join( '\n' ) + '"'; | ||
|
|
||
| command += ' --headers=\'' + JSON.stringify( headers ) + '\''; | ||
|
|
||
| return command; | ||
| } | ||
| } | ||
| } | ||
| } ); | ||
|
|
||
| grunt.loadNpmTasks( 'grunt-exec' ); | ||
| grunt.loadNpmTasks( 'grunt-wp-i18n' ); | ||
|
|
||
| grunt.registerTask( 'default', [ 'addtextdomain', 'exec:makepot' ] ); | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.