-
Notifications
You must be signed in to change notification settings - Fork 163
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
Integrate new file fields #2775
Conversation
* feature/2771: markdown fix in testing docs #2771 migrate in e2e tests #2771 Setup test imports for e2e tests #2771 setup unit tests seperate from WordPress 'unit' tests #2701 cypress tests #2771 cache dirs on travis #2771 make phpunit integration tests run locally in container #2711 docker install scripts #2771 added to bin #2771 delete old docker env # Conflicts: # package-lock.json
NOTES to resolve before merge:
|
* feature/2771: fix bad package lock do not run cypress tests with Jest #2771 #2771 run isolated unit tests in Travis Revert "record cypress test run in travis #2771" record cypress test run in travis #2771 Prepare for cypress in CI #2771 Minor code clean up for #2768 Restore new form ID for cloned new forms # Conflicts: # package-lock.json
To finish this:
|
# Conflicts: # assets/build/css/caldera-forms-front.min.css # assets/css/caldera-forms-front.css # assets/js/caldera-forms-front.js # tests/bootstrap-unit.php
@New0 For button style:
|
TODOS Front-end @New0
Server-side @Shelob9
|
- console errors need to be removed - other tests needed to complete this series - review pertinence of all tests and remove non useful tests
This test is made with correct props with enzyme at L187 in clients\tests\unit\render\Fields\Mocks\MockFileRenderer.test.js This should also make Trvis ci tests pass ( #2802 )
* #2801 add a job manager * #2801 run queue manager * schedule delete with job manager #2801 * Remove var_dump #2801 * mild cleanup for starting the runner #2801 * add queue run endpoint #2801 * rest api route for running queue now checked with CF PRo api keys #2801 * #2801 more tests for the run queue endpoint and fixed its response * Resolve Conflicts #2802 * Resolve conflicts #2802 * Resolve conflicts #2802
@New0 When we talk next,
|
…ed and they have no value, you can submit the form
…to false by default #2766
… required with a * and the right markup
…ture/2766 # Conflicts: # classes/forms.php # tests/test-entry-fields-collection.php # tests/test-forms-api.php # tests/test-save.php
- Make all Files Field component texts translatable - When multiple isn't allowed and a file is set, let the button displayed as disabled instead of hiding it and adding text.
#2766