Skip to content
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

FEMS Backports 2024-06 (2) #2692

Merged
merged 23 commits into from
Jun 28, 2024
Merged

FEMS Backports 2024-06 (2) #2692

merged 23 commits into from
Jun 28, 2024

Conversation

sfeilmeier
Copy link
Contributor

No description provided.

sfeilmeier and others added 21 commits June 28, 2024 09:52
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-committed-by: Lukas Rieger <[email protected]>
… slave table

Added the following register to the Modbus slave table

- MIN_CELL_VOLTAGE
- MAX_CELL_VOLTAGE
- MIN_CELL_TEMPERATURE
- MAX_CELL_TEMPERATURE

Reviewed-by: Michael Grill <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Pooran Chandrashekaraiah <[email protected]>
Co-committed-by: Pooran Chandrashekaraiah <[email protected]>
- New subnavigation in /history/production

Reviewed-by: Sagar Venu <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-committed-by: Lukas Rieger <[email protected]>
Co-authored-by: Sebastian Asen <[email protected]>
Reviewed-by: Sebastian Asen <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Johann Kaufmann <[email protected]>
Co-committed-by: Johann Kaufmann <[email protected]>
- Remove special handling for SNAPSHOT versions in update handler

Reviewed-by: Lukas Rieger <[email protected]>
- Introduction of loading screen, shown during authentification process
- Skip "Login"-screen if a valid authentication token exists

Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-committed-by: Lukas Rieger <[email protected]>
- Removed unused factories & factory properties from EdgeConfig
- Added separate request to get all factories and properties for component update / installation

Reviewed-by: Sagar Venu <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Michael Grill <[email protected]>
Co-committed-by: Michael Grill <[email protected]>
- fix display of error message in status.component, was showing property channels as well

Reviewed-by: Michael Grill <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-committed-by: Lukas Rieger <[email protected]>
Reviewed-by: Michael Grill <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Johann Kaufmann <[email protected]>
Co-committed-by: Johann Kaufmann <[email protected]>
- Add logging for certain commands
- Improve Metadata Odoo performance
- Improve Postgres performance
        - reduce update time from 120 to 30 seconds
        - fix Sum-State update bug
- InfluxDB:
        - extract channel filter to separate class; add unit tests
        - add configurable channel blacklist
        - improve FieldTypeConflictHandler; add unit tests
- StringUtils: drop matchesIntegerPattern and matchesFloatPattern; replace with Guava
- ThreadPoolUtils: fix possible NullPointerException

Co-authored-by: Michael Grill <[email protected]>
Co-authored-by: daKai <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-authored-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Lukas Rieger <[email protected]>
Co-authored-by: Manoj-Kumar Varikela <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Maximilian Lang <[email protected]>
Co-committed-by: Maximilian Lang <[email protected]>
Remove test thread sleep in "GetChannel" handler

Reviewed-by: Hueseyin Sahutoglu <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Michael Grill <[email protected]>
Co-committed-by: Michael Grill <[email protected]>
Bug: "Cannot read properties of undefined (reading 'componentId')" when setting a value in the channels view

Co-authored-by: Lukas Rieger <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Michael Grill <[email protected]>
Co-committed-by: Michael Grill <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-committed-by: Kai Jeschek <[email protected]>
Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-committed-by: Kai Jeschek <[email protected]>
```bash
+ dpkg-deb -Zxz --build debian /woodpecker/src/git.intranet.fenecon.de/FENECON/fems/build/target/fems.debdpkg-deb: error: maintainer script 'postrm' has bad permissions 644 (must be >=0555 and <=0775)
```

Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-committed-by: Kai Jeschek <[email protected]>
- Split android sdk into a seperate image.
- add bash image to git

Reviewed-by: Stefan Feilmeier <[email protected]>
Co-authored-by: Kai Jeschek <[email protected]>
Co-committed-by: Kai Jeschek <[email protected]>
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

Attention: Patch coverage is 47.70459% with 262 lines in your changes missing coverage. Please review.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2692      +/-   ##
=============================================
+ Coverage      52.14%   52.20%   +0.07%     
- Complexity      8002     8037      +35     
=============================================
  Files           1871     1876       +5     
  Lines          90656    90919     +263     
  Branches        5725     5723       -2     
=============================================
+ Hits           47263    47458     +195     
- Misses         41764    41833      +69     
+ Partials        1629     1628       -1     

@sfeilmeier sfeilmeier merged commit 7ea3e06 into develop Jun 28, 2024
3 of 4 checks passed
@sfeilmeier sfeilmeier deleted the feature/fems-backports branch June 28, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant