mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 13:49:33 +00:00
* Fixed Typos and mistranslations in GDPR mode (DSGVO Modus) Fixed Typo enviroment * Create BuerklinProvider based on LCSCProvider * Update GET URLs for Buerklin * Add getToken function analog to Octopart * Remove line break in docs * Remove trailing / in ENDPOINT_URL Use Autowire to use values of environment variables Remove unwanted Code from LCSC-Provider Map json response to DTO variables * Fix variable reference errors ($term → $keyword) Ensure array keys exist before accessing them Optimize API calls to prevent unnecessary requests Improve error handling for better debugging Enhance readability and maintainability of functions * Bumped version v1.16.2 * Update BuerklinProvider.php Change Order of Capabilities * Change order of capabilities in LCSCProvider.php * Change order of capabilities in PollinProvider.php * Try to fix getToken BuerklinProvider.php * Add ip_buerklin_oauth to knpu_oauth2_client.yaml * Update buerklin authorize URL in knpu_oauth2_client.yaml * Update knpu_oauth2_client.yaml * Adapt Buerklin InfoProvider to new Settings mechanism * According to Buerklin API spec it's really 'token' as urlAuthorize endpoint * Rückgabewert ist schon ein Array deshalb kein toArray * Fix API-Access, add image, price and parameter retrieval (Datasheets not yet implemented because it is not available in the API response) * Add Caching of requests, use default query params (language and currency) using a function, Fix Footprint assignment, translate German code comments * Remove DATASHEET from ProviderCapabilities because the Bürklin API doesn't include Datasheet URLs at the moment, more reverse engineering needed * Update BuerklinSettings with existing translatable strings * Improve Buerklin Settings Page * Added Translation strings for Buerklin Info Provider * Improve Buerklin Provider help message * Adapt Buerklin-provider to new settings system * Adapt Buerklin-provider to new settings system: add missing instance of BuerklinSettings * Improve Compliance Parameters parsing * Remove language-dependent RoHs Date code and use shortened ISO format, Add Customs Code without parseValueField * Fix no results for keyword search * Implement BatchInfoProviderInterface for Buerklin Provider * Rename searchBatch to searchByKeywordsBatch to correctly implement BatchInfoProviderInterface * Fix Bulk Info Provider Import for Buerklin * Tranlate comments to English to prepare for Pull-Request * Add phpUnit unit tests for BuerklinProvider * Try fixing PHPStan issues * Remove OAuthTokenManager from BuerklinProviderTest Removed OAuthTokenManager mock from BuerklinProviderTest setup. * Fix Settings must not be instantiated directly * Fix UnitTest for value_typ * |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| messages.cs.xlf | ||
| messages.da.xlf | ||
| messages.de.xlf | ||
| messages.el.xlf | ||
| messages.en.xlf | ||
| messages.es.xlf | ||
| messages.fr.xlf | ||
| messages.hu.xlf | ||
| messages.it.xlf | ||
| messages.ja.xlf | ||
| messages.nl.xlf | ||
| messages.pl.xlf | ||
| messages.ru.xlf | ||
| messages.zh.xlf | ||
| SchebTwoFactorBundle+intl-icu.de.xlf | ||
| SchebTwoFactorBundle+intl-icu.en.xlf | ||
| SchebTwoFactorBundle.de.xlf | ||
| SchebTwoFactorBundle.en.xlf | ||
| security.cs.xlf | ||
| security.da.xlf | ||
| security.de.xlf | ||
| security.el.xlf | ||
| security.en.xlf | ||
| security.es.xlf | ||
| security.fr.xlf | ||
| security.hr.xlf | ||
| security.hu.xlf | ||
| security.it.xlf | ||
| security.ja.xlf | ||
| security.nl.xlf | ||
| security.pl.xlf | ||
| security.ru.xlf | ||
| security.vi.xlf | ||
| security.zh.xlf | ||
| validators.cs.xlf | ||
| validators.da.xlf | ||
| validators.de.xlf | ||
| validators.el.xlf | ||
| validators.en.xlf | ||
| validators.fr.xlf | ||
| validators.hr.xlf | ||
| validators.hu.xlf | ||
| validators.it.xlf | ||
| validators.ja.xlf | ||
| validators.nl.xlf | ||
| validators.pl.xlf | ||
| validators.ru.xlf | ||
| validators.zh.xlf | ||