forked from formio/formio
-
Notifications
You must be signed in to change notification settings - Fork 13
test PR [do not merge] #105
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
Draft
arun-s-aot
wants to merge
262
commits into
master
Choose a base branch
from
formsflow-forms
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
copied all new files
CICD implemented
* Added Change log fof 7.0.0 * Modified typo * fixed sonar cloud issues
* Added custom property for hide sensitive data * added req.params.submisssionId and formid to load previous data when perfomring submission update * added bundle forms sensitiviy * Changed version 6.1.0-alpha * [Added] formIds query parameter in /form path and restricted for only admin role * displayFor changed to displayForRole * Fixed custom role issue * [Removed] duplicate code * Fwf:3197 [Feature] fixed authorization part to fetch bundle submission data * Update handleFormsList.js * Update handleFormsList.js * Added application id and status in bundle submission data * Added additional check for external token * Update handleFormsList.js * Ignored role mapping to form access when a new role create (#91) * Modified version to 7.0.0-alpha (#92) * Added new endpoint 'forms/search' for listing forms by path or name or title (#93) * Feature/adde select in search endpoint (#94) * Added new endpoint 'forms/search' for listing forms by path or name or title * Select query parameter added for selecting field * Update VERSION * Added Change log fof 7.0.0 (#96) * Added Change log fof 7.0.0 * Modified typo * Bugfix/fix sonarcloud (#97) * Added Change log fof 7.0.0 * Modified typo * fixed sonar cloud issues --------- Co-authored-by: arun s <arun.s@aot-technologies.com>
…isting (#98) * Added Change log fof 7.0.0 * Modified typo * Added new query parameter for form listing by giving formIds * Added submission listing POST api /submissions to get all submission * changed body variable into submissionIds and added projection in db * changed version into 7.1.0-alpha
* Added Change log fof 7.0.0 * Modified typo * FWF-4652 [bugfix] token expire time set from env
* Added Change log fof 7.0.0 * Modified typo * FWF-4652 [bugfix] token expire time set from env * FWF-4299 [Added] added tenant key in log
…/formio into master-to-develo-with-version-change
…n-change Master to develo with version change
🚀 Release/7.1.0
Release/v7.1.0 to Formsflow-forms
|
FWF-5328 [Bugfix] Updated anonymous form unauthorized issue fix
Update formsflow-forms-ChangeLog.md
🚀 Release 7.3.0 code changes with version update
🚀 Release v7.3.0 changes
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Link to Jira Ticket
Description
What changed?
Previously, formio ... This PR replaces this behavior by ...
Why have you chosen this solution?
Although there were many potential solutions such as ..., [my solution] was best because ...
Dependencies
This PR depends on the following PRs from other Form.io modules: ...
How has this PR been tested?
I added automated tests to cover [all/the following] cases, including ...
Checklist: