Matteo V.

Results 57 comments of Matteo V.

@tdipisa thanks, i like the fact there is no manual operation involved other than pushing changes to the datadir repo

yes, you can unassign now

@offtherailz @allyoucanmap @tdipisa let's discuss on how you would like do this i don't have preferences, it can even be a flag button in the footer with a popover

@allyoucanmap it's just about to know which commit is effectively deployed I'm ok also on your proposal, anyway projects that wants this have to update their config settings or add...

@allyoucanmap so everything I have done [here](https://github.com/geosolutions-it/MapStore2-C039/pull/233/files) can be in a script? anyway I'm open to any proposal

probably the script is the best option because is more portable

@tdipisa I think we should clarify a bit the technical part for this issue For example where to fetch these data? In my [previous post ](https://github.com/geosolutions-it/MapStore2/issues/7934#issuecomment-1062826465) there is an implementation...

@barema4 As agreed with Tobia I would like to do as follows: - [ ] extend webpack configuration in order to include commit sha as global variable - [x] both...

if you can't access the link these are the needed chagges for the first point package.json ``` "git-revision-webpack-plugin": "5.0.0", ``` webpack-config.json or buildConfig ```js const { GitRevisionPlugin } = require('git-revision-webpack-plugin');...

@tdipisa the following two Acceptance Criteria introduce a higher effort non initially planned. this is because ManagerMenu is hardcoded and does not accept injection of plugins. So I suggest to...