Ömer Fadıl USTA

Results 145 comments of Ömer Fadıl USTA

> @usta Can you have a look? could you check https://github.com/endoflife-date/endoflife.date/pull/7956 and add the missing ( if there are ) parts from that PR into here too

Also i'm a bit away from this product but my 2 cent is to change its filename from sonarqube.md to sonarqube-community.md

@pascal-hofmann Thank you for your first contribution :+1: :100: :1st_place_medal: :heart: Sorry this one took so much longer than normal merge procedure due to being in a busy time-frame. Again...

``` CUtlMemoryBase::CUtlMemoryBase(int nSizeOfType, int nGrowSize, int nInitAllocationCount) : m_pMemory(nullptr), m_nAllocationCount(nInitAllocationCount), m_nGrowSize(nGrowSize), m_unSizeOfElements(nSizeOfType) { if (m_unSizeOfElements 0) { if (static_cast(m_nAllocationCount) > std::numeric_limits::max() / static_cast(m_unSizeOfElements)) { throw std::overflow_error("Allocation size overflow"); } size_t...

> I did originally condense the release cycles (e.g consider 5.1.1 MR5 as part of the 5.1.1 release cycle) but some of them have different EoSL dates (hence why it...

Current problems : ``` Product Validator: Invalid releases '5.1.1.mr5' for veritas-netbackup.md, expecting release (released on 2024-08-28) to be before 5.3 (released on 2023-11-27). Product Validator: Invalid releases '5.0.0.1.mr5' for veritas-netbackup.md,...

@baggers27 I have fixed the order problem , could you check if anything wrong or not ? Right now it is linting works perfectly

Right now it is missing an description something like ``` NetBackup is a comprehensive data protection platform that combines data management, automation, artificial intelligence, and elastic architecture. It offers cyber...

@baggers27 i will be the reviewer :D you make your changes add needed description at the end like the other products. you can always cheat from others for example :...

btw you can add ` releaseLabel: ` to make your release cycle names looks more natural for example : ``` - releaseCycle: "5.3.0.1-mr4" releaseDate: 2025-01-27 eoas: false eol: false eoes:...