-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: webservice groups #1054
Merged
Merged
feat: webservice groups #1054
Conversation
This file contains 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
Myddleware
added a commit
that referenced
this pull request
Sep 11, 2023
* Bump terser from 5.10.0 to 5.15.1 (#838) Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.15.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.10.0...v5.15.1) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump loader-utils from 2.0.2 to 2.0.4 (#855) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v2.0.2...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump json5 from 2.2.0 to 2.2.3 (#917) Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#935) Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): bump dns-packet from 5.3.1 to 5.4.0 (#964) Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v5.3.1...5.4.0) --- updated-dependencies: - dependency-name: dns-packet dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps-dev): bump webpack from 5.74.0 to 5.76.0 (#977) Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.74.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille Pichaud <95077335+CamillePMyddleware@users.noreply.github.com> * Build(deps): bump minimist from 1.2.5 to 1.2.8 (#965) Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille Pichaud <95077335+CamillePMyddleware@users.noreply.github.com> * feat: correct csv document * feat: working myddleware update * feat: change button link to stop all tasks * feat: Number of documents found displayed #1044 (#1046) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: red color stop tastk button * feat: correct function of button stop all tasks * Update .env * feat: add flash messages to task list * feat: remove deprecation in dev log only update dev monolog to avoid deprecation messages * feat: file error log * feat: adds alphabetical sorting on rule names (#1048) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Search rule in rule list (#1052) * feat: css and twig * feat: change controller, js, twig * feat: list 3 key * feat: working search * feat: clean code, remove comments * feat: restore path in js --------- Co-authored-by: AlexMyddleware <106162060+AlexMyddleware@users.noreply.github.com> * Issue 1029 relation filter (#1047) * feat: dummy commit * feat: add js files, find twig location * feat: remove js, add formtype * feat: get source and target * feat: handle fields * feat: add field and remove field * update regle.js, recup_filter() * feat: add new filter relation * feat: adds database filters to the view * clean: clean and comment --------- Co-authored-by: AlexMyddleware <106162060+AlexMyddleware@users.noreply.github.com> Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Update regle.js Clean code * File issue connector (#1050) * feat: update methods * feat: chancge command to get most recent file also set fieldId manually * feat: working document handler * feat: return conn * Update file.php Code cleaning * Alert job 1009 (#1053) * feat: add new alert, limit reached * feat: adjust fields for messages, logs * Update NotificationManager.php * feat: change setter reference to avoid regression --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> Co-authored-by: AlexMyddleware <106162060+AlexMyddleware@users.noreply.github.com> * feat: webservice groups (#1054) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Issue 1020 (#1055) * feat: Add comments on a rule #997 (#1001) * Fix : no filter on delete document Signed-off-by: myddleware <stephanefaure@myddleware.com> * Bugfix : change order to validate values Signed-off-by: myddleware <stephanefaure@myddleware.com> * Bugfix : DocIdRef was not returned Signed-off-by: myddleware <stephanefaure@myddleware.com> * Fix : add missing setter method for manual parameter Signed-off-by: myddleware <stephanefaure@myddleware.com> * Fix change value formula to manage parentheses Signed-off-by: myddleware <stephanefaure@myddleware.com> * Fix : We don't send output for the API and Myddleware UI Signed-off-by: myddleware <stephanefaure@myddleware.com> * Fix : change the way to get the environment Signed-off-by: myddleware <stephanefaure@myddleware.com> * feat: update history * Fix : enhance function changeValue and changeMultiValue Signed-off-by: myddleware <stephanefaure@myddleware.com> * feat: fix dateref value * feat: Add comments on a rule #997 --------- Signed-off-by: myddleware <stephanefaure@myddleware.com> Co-authored-by: myddleware <stephanefaure@myddleware.com> Co-authored-by: AlexMyddleware <106162060+AlexMyddleware@users.noreply.github.com> Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: add redirect to the rule detail view after rule creation #998 (#1005) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Large merge flux (#1006) * Fix : remove myddleware fields from target data Signed-off-by: myddleware <stephanefaure@myddleware.com> * fix: version php, version Myddleware and link (#943) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * style: change link support, en fix front (#944) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Bugfix : fix jobs notification and cleardata Signed-off-by: myddleware <stephanefaure@myddleware.com> * Hubspot : fix bug on field lastmodifieddate Signed-off-by: myddleware <stephanefaure@myddleware.com> * feat: install lexik extension * feat: add basic code * feat: add new controller * New filter (#949) * feat: add front fir filter page * feat: add filter --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> * New filter (#950) * feat: add front fir filter page * feat: add filter * feat: add comment front add choice list --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Test lexik new document alexis (#951) * feat: add rule names * feat: flip results * feat: render documents * feat: include isclicked * feat: custom route * fix : formType and add fields select (#952) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: require false in form * feat: working rule filter * feat: add label and front (#953) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: wip multi select rule * feat: can't do multiple rules * Label filter (#954) * feat: add label and front * feat: add calendar --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: pagination start (#955) * feat: add field for filter (#956) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: add form document for filter (#957) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: working first page (#959) * feat: wip filter rule id * feat: add form combinedFilterType for doc and rule (#960) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Working pagination (#961) * feat: pagination, clear filter * feat: use js for cancel * feat: working split filter form * feat: add, remove filter (#962) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * fix: save button (#963) * fix: save button * feat: rule correct filter * feat: statuses working * feat: working target content * feat: add filter module source --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> Co-authored-by: AlexMyddleware <106162060+AlexMyddleware@users.noreply.github.com> * fix: module source (#967) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: working source and target id * feat: working global status * feat: working filter Type * feat: working reference date start * feat: working module target * feat: working source content * Date modified (#968) * feat: add date start and date end * feat: add date start and date end in form builder --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> * Filter dates interval (#969) * feat: non class filter for document * feat: remove isset methods * feat: working target content * feat: correct pagination bug, date modif start * feat: date modified end * feat: working custom where * feat: operator * Button reverse (#972) * feat: add button reverse/unreverse * feat: check button --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> * clean: filter.js (#973) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * refactor variable name * feat: compress filter flux * feat: refactor verifyEmityFilters function * feat: refactor get data into function * feat and clean : add show if no empty filter.js (#974) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: js and get data * feat; add button reverse/unreverse (#975) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: compress data fetch * clean: filterController.php (#976) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: filters * Clean filters (#978) * clean: filterController.php * fix: calendar and front filter --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: filter keep operators in session also fix statut reverse * fix: date and refact nav_pagination (#979) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: working module target and type inversion * Fix field (#980) * feat: add trans for field filter and clean field * feat: add condition for button reverse * feat: add trans and field date of reference --------- Co-authored-by: cpichaud <camillepichaud44@gmail.com> * error handling get data from form * feat: switch save button and search icon * feat: add checkbox in table filter (#981) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: reference * feat: clear local storage filters * feat: add reference in list of js * feat: static list of statuses * feat: add null check for firefox compatibility * feat: restore reverse on page change and save * error message for pagination * feat: remove cancel button * feat: working reload and cancel, add comments * feat: one line timezone * feat: change file location for filter types * feat: upgrade symfony 5.4.20 to 5.4.21 (#983) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: remove local storage with individual filter * feat: comments * feat: prevent duplicate reverse * feat: add icon for sort filter (#984) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat : basic logic for sorting * feat: logic to sort * feat: add button for cancel rerun * feat: prevent array error rule id WARNING WARNING, no regression but check later * feat: working sort filters * feat: button to stop all the tasks * feat: dummy commit --------- Signed-off-by: myddleware <stephanefaure@myddleware.com> Co-authored-by: myddleware <stephanefaure@myddleware.com> Co-authored-by: Camille Pichaud <95077335+CamillePMyddleware@users.noreply.github.com> Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: working export csv * feat: working comment document * feat: working log * Change version * fix: remove log statements * feat: remove button plus * feat: remove search button * feat: change color scheme buttons * feat: edit button and doc buttons * Release 3.3.1e (#1018) ** Bugfix * Bugfix : no filter on delete document * Bugfix : change order to validate values * Bugfix : DocIdRef was not returned * Bugfix : add missing setter method for manual parameter * Bugfix : change value formula to manage parentheses * Bugfix : We don't send output for the API and Myddleware UI * Bugfix : change the way to get the environment * Bugfix : enhance function changeValue and changeMultiValue * Bugfix : dateref value * Bugfix : Manage space into formula changeValue and changeMultiValue * Bugfix : Rename function checkParentDocument to checkParentDocuments for rule and job classes * Bugfix : Add http-client library * Bugfix : Myddleware 3.3 : Change dockerfile * Bugfix : clearSendData (manage fields 'source_date_modified', 'id_doc_myddleware', 'Myddleware_element_id' ) * Bugfix : output management * Bugfix : manage return null value for check methods * Bugfix : change the type attribute from private to protected * Bugfix : init $emailAddresses attribute ** Connector * SugarCRM : deletion management * SugarCRM : a duplicate field on email address module * Moodle : imporve error management * Moodle : manage create only fields * Moodle : fix issue on new custom field function * Salesforce : add rule mode Update only (U) * Airtable : fix bug on reference date * Airtable : fix ref date field name * Update composer lock Signed-off-by: myddleware <stephanefaure@myddleware.com> * Bugfix : where condition for a LEFT OUTER JOIN Signed-off-by: myddleware <stephanefaure@myddleware.com> * Moodle : manage error for module that returns no message Signed-off-by: myddleware <stephanefaure@myddleware.com> * Manage error message on the job header after a massaction command Signed-off-by: myddleware <stephanefaure@myddleware.com> * fix: documents of a rule link * feat: add CreatedBy for rule audit * fix: edit-rule-fields-id * Manage log on synchro command Signed-off-by: myddleware <stephanefaure@myddleware.com> * fix: redirection button on/off (#1024) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: js for removing parenthesis, fixture --------- Signed-off-by: myddleware <stephanefaure@myddleware.com> Co-authored-by: Camille Pichaud <95077335+CamillePMyddleware@users.noreply.github.com> Co-authored-by: AlexMyddleware <106162060+AlexMyddleware@users.noreply.github.com> Co-authored-by: cpichaud <camillepichaud44@gmail.com> * fix: fixture myddleware do not send field was causing sql error in fixtures because name too long * fix: adapt codebase to name change * fix: momentary fix for add filter needs proper fix to get the correct value * fix: fine-tune function, remove dieanddump * fix: displaing and saving filters (#1056) Co-authored-by: cpichaud <camillepichaud44@gmail.com> * feat: correct env fill to avoid mac error * feat: prevent bug with delete button caused by search bar form * feat: add documentation for massaction * feat: fix get rule names * feat: comment button cancel reload --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: myddleware <stephanefaure@myddleware.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille Pichaud <95077335+CamillePMyddleware@users.noreply.github.com> Co-authored-by: AlexMyddleware <106162060+AlexMyddleware@users.noreply.github.com> Co-authored-by: cpichaud <camillepichaud44@gmail.com>
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.
No description provided.