{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":28041283,"defaultBranch":"master","name":"EDI-NG_client","ownerLogin":"SP7-Ritmare","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-15T14:56:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5775822?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1686403818.7037592","currentOid":""},"activityList":{"items":[{"before":"05fd1df0ddba920f1e77dc3763317c986df3026f","after":"afb465e9cc9606a8a3e61ce88e18082705a4f479","ref":"refs/heads/v3.1","pushedAt":"2024-05-01T12:39:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Enhance geolocation and datetime functionality\n\nOptimized geolocation by hiding unnecessary input labels and dispatching events on change for longitude and latitude. Further extended the edi-datetime component by allowing step customization. Also improved logs and made small tweaks in the app versioning and testing templates.","shortMessageHtmlLink":"Enhance geolocation and datetime functionality"}},{"before":"a9ea32f4cfe6f41b954a82673402cf27d06dacc9","after":"05fd1df0ddba920f1e77dc3763317c986df3026f","ref":"refs/heads/v3.1","pushedAt":"2024-04-29T21:12:32.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Rename Boolean to BooleanControl\n\nThe variable 'Boolean' was renamed to 'BooleanControl' in multiple JavaScript files to avoid the possible confusion with the native 'Boolean' type. This name change improves the clarity of the code and adheres to best coding practices.","shortMessageHtmlLink":"Rename Boolean to BooleanControl"}},{"before":"5403622bcfe9be93c9f2b49975b7b468b2962db4","after":"a9ea32f4cfe6f41b954a82673402cf27d06dacc9","ref":"refs/heads/v3.1","pushedAt":"2024-04-29T15:29:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Remove excessive lines from test_v3.xml\n\nIn an effort to simplify the XML template, a significant number of lines have been removed. This streamlines and declutters the code, making it easier to read and maintain. The changes primarily focused on removing redundant definitions and unneeded elements and attributes.","shortMessageHtmlLink":"Remove excessive lines from test_v3.xml"}},{"before":"d8fb27b8e4b7be7e699fc171b5373dfce6470cd6","after":"5403622bcfe9be93c9f2b49975b7b468b2962db4","ref":"refs/heads/v3.1","pushedAt":"2024-04-19T11:43:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Add ConfigController and enhance UI components\n\nThis update introduces a new ConfigController for managing configuration parameters, with added functionalities to save and load JSON configurations at runtime. The UI components have also been updated, with enhancements and code formatting changes to improve the user experience and overall quality of the source code.","shortMessageHtmlLink":"Add ConfigController and enhance UI components"}},{"before":"84a70e67c5411401ed33e75b2d42c67e9b97e683","after":"d8fb27b8e4b7be7e699fc171b5373dfce6470cd6","ref":"refs/heads/v3.1","pushedAt":"2024-04-19T10:05:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ptagliolato","name":"Paolo Tagliolato","path":"/ptagliolato","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8266509?s=80&v=4"},"commit":{"message":"Add sensorID datatype (draft)","shortMessageHtmlLink":"Add sensorID datatype (draft)"}},{"before":"5c69e247432880602852ce7c84e23d941cb5703e","after":"84a70e67c5411401ed33e75b2d42c67e9b97e683","ref":"refs/heads/v3.1","pushedAt":"2024-04-19T08:31:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Remove package-lock.json from node_launcher\n\nThis commit deletes the package-lock.json file from the node_launcher directory. The removal of this file was necessary due to the decision to handle dependencies differently moving forward. Changes in handling of dependencies will improve the overall maintainability of the code.","shortMessageHtmlLink":"Remove package-lock.json from node_launcher"}},{"before":"2550a763451793601b03dff7f61d143fe58bb290","after":"5c69e247432880602852ce7c84e23d941cb5703e","ref":"refs/heads/v3.1","pushedAt":"2024-04-18T22:23:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Add geolocation support in EDI client\n\nModified the EDI client to support geolocation alongside the existing bounding box functionality. The changes allow the client to accurately handle geolocation data, and it also includes a map UI for improved user experience. Modified corresponding files to accommodate these changes: index.js, Gruntfile.js, test.html, generic.js, js/assets.js, test_v3.xml, and edi_template.xsd.","shortMessageHtmlLink":"Add geolocation support in EDI client"}},{"before":"82f578476d4b39d7fdd8eeb6174fba31b054133b","after":"2550a763451793601b03dff7f61d143fe58bb290","ref":"refs/heads/v3.1","pushedAt":"2024-04-18T18:23:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Update Dockerfile and clean up JavaScript renderers\n\nUpdated Dockerfile to no longer import templates with an overridden endpoint. Also made significant clean up in the JavaScript renderers - clarified bounding box function in bounding_box.js and added change dispatch in float-slider.js.","shortMessageHtmlLink":"Update Dockerfile and clean up JavaScript renderers"}},{"before":"d52ef25189274d63bb6ac91d9543ad11950e5d76","after":"82f578476d4b39d7fdd8eeb6174fba31b054133b","ref":"refs/heads/v3.1","pushedAt":"2024-04-10T19:27:27.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Add logging for validations and improve Docker settings\n\nExpanded console logging for validations in assets.js and validator.js for tracking field-level changes. Improved Docker settings by changing environment variable for METADATA_ENDPOINT_OVERRIDE from ARG to ENV to ensure its persistence and reducing sleep time in run.sh for faster startup. Added new slider and keyword list components.","shortMessageHtmlLink":"Add logging for validations and improve Docker settings"}},{"before":"1b9e7e0a18caa737e65099edb4a48a209103db7e","after":"d52ef25189274d63bb6ac91d9543ad11950e5d76","ref":"refs/heads/v3.1","pushedAt":"2023-06-22T10:03:52.366Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Trying to fix tables in README.md","shortMessageHtmlLink":"Trying to fix tables in README.md"}},{"before":"e7847dd1d40bbfd1345800cabc5fd590a6d21eba","after":"1b9e7e0a18caa737e65099edb4a48a209103db7e","ref":"refs/heads/v3.1","pushedAt":"2023-06-22T10:03:01.136Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Added Node Launcher REST API section to README.md","shortMessageHtmlLink":"Added Node Launcher REST API section to README.md"}},{"before":"bb1a7c5f13d7865817d11ff3c25c45a4ef9395f5","after":"e7847dd1d40bbfd1345800cabc5fd590a6d21eba","ref":"refs/heads/v3.1","pushedAt":"2023-06-22T09:52:41.993Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Added Node Launcher REST API section to README.md","shortMessageHtmlLink":"Added Node Launcher REST API section to README.md"}},{"before":"9e187df63ca5f2e21aff97ed97290bed0d0e2c6b","after":"bb1a7c5f13d7865817d11ff3c25c45a4ef9395f5","ref":"refs/heads/v3.1","pushedAt":"2023-06-22T09:34:50.959Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Fixed directory for README.md","shortMessageHtmlLink":"Fixed directory for README.md"}},{"before":"94659022f150363a7392fe55c801e90bfd23046b","after":"9e187df63ca5f2e21aff97ed97290bed0d0e2c6b","ref":"refs/heads/v3.1","pushedAt":"2023-06-22T09:32:19.921Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Moved overrido metadataEndpoints from the setup phase to the REST API that returns templates to EDI Client\nAdded README.md for the Node Launcher","shortMessageHtmlLink":"Moved overrido metadataEndpoints from the setup phase to the REST API…"}},{"before":"c1470e27492aba6e3ad9e98503ed68378be2dedd","after":"94659022f150363a7392fe55c801e90bfd23046b","ref":"refs/heads/v3.1","pushedAt":"2023-06-21T16:46:01.490Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Added README.md to the dockerisation directory","shortMessageHtmlLink":"Added README.md to the dockerisation directory"}},{"before":"07ed66e15a802117d9cc3e9c409a6eb6172937c6","after":"c1470e27492aba6e3ad9e98503ed68378be2dedd","ref":"refs/heads/v3.1","pushedAt":"2023-06-21T15:42:35.968Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Removed todos as they were breaking the document","shortMessageHtmlLink":"Removed todos as they were breaking the document"}},{"before":"9e7289a3b6c8b855dabba818f31695e9243e0216","after":"07ed66e15a802117d9cc3e9c409a6eb6172937c6","ref":"refs/heads/v3.1","pushedAt":"2023-06-21T09:57:50.761Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Refactored LaTex documentation\nAdded suggested contents","shortMessageHtmlLink":"Refactored LaTex documentation"}},{"before":"84f095592b5b92a84d4869ccb25e2685074c63e1","after":"9e7289a3b6c8b855dabba818f31695e9243e0216","ref":"refs/heads/v3.1","pushedAt":"2023-06-12T10:44:58.891Z","pushType":"push","commitsCount":2,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Added all-in-one dockerisation\nAdded creation of downloadable zip file with current version of the client","shortMessageHtmlLink":"Added all-in-one dockerisation"}},{"before":null,"after":"84f095592b5b92a84d4869ccb25e2685074c63e1","ref":"refs/heads/v3.1","pushedAt":"2023-06-10T13:30:18.703Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}},{"before":"1925a19d7f0d14e2912161ae32ec6af42e892ec8","after":"5abf78003a6a3be1defc7913e23d5f1860200c84","ref":"refs/heads/v3","pushedAt":"2023-06-09T08:43:52.395Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Added documentation\nFixed a few issues","shortMessageHtmlLink":"Added documentation"}},{"before":null,"after":"1925a19d7f0d14e2912161ae32ec6af42e892ec8","ref":"refs/heads/v3","pushedAt":"2023-05-12T16:13:48.736Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"fabiopavesi","name":"Fabio Pavesi","path":"/fabiopavesi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5815363?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPt9NSQA","startCursor":null,"endCursor":null}},"title":"Activity · SP7-Ritmare/EDI-NG_client"}