summaryrefslogtreecommitdiffstats
path: root/server/lib/external-backends
Commit message (Collapse)AuthorAgeFilesLines
* [server/backends/idoit] Change Blade Chassis name to match the double slotJannik Schönartz2022-02-171-2/+2
|
* [server/backends/idoit] 0 as bay was seen as undefined, rackunits fallback to 2Jannik Schönartz2022-02-161-3/+5
|
* [server/backends/idoit] Use blade-chassis instead of rack segmentationJannik Schönartz2022-02-161-12/+39
|
* [server/backends/idoit] Add check if bay is in range 0 or 1Jannik Schönartz2022-02-071-8/+11
|
* [backends/idoit] small fixJannik Schönartz2022-02-011-1/+1
|
* [server/backends] Add method for importing only a specific backend typeJannik Schönartz2022-02-011-2/+2
|
* [server/idoit] Fix idoit catg nameJannik Schönartz2021-08-011-2/+2
|
* [server/idoit] fix last commit ... lolJannik Schönartz2021-08-011-1/+1
|
* [server/idoit] Only add a rack segment if parent is a indeed a rackJannik Schönartz2021-08-011-0/+3
|
* [server/idoit/registration] Change contact from name / lastname to username ↵Jannik Schönartz2021-07-131-12/+5Star
| | | | & cut netmask from ip
* [server/external-backends/idoit] Fix prarentId to external parentId ↵Jannik Schönartz2021-06-242-2/+2
| | | | translation bug
* [server/external-backends/idoit] Small undefined read fixJannik Schönartz2021-06-241-5/+5
|
* [server/external-backends/idoit] Small undefined read fixJannik Schönartz2021-06-241-1/+1
|
* [server/registration/idoit] Rework to new hw-collection method + restruce of ↵Jannik Schönartz2021-06-222-421/+704
| | | | the idoit external backend
* [server/idoit] store json in description of ram module for easier parsing ↵Jannik Schönartz2021-04-131-1/+5
| | | | (if needed)
* [server/registration] parse lspci to get gpu info, add additional values in ↵Jannik Schönartz2021-04-131-6/+7
| | | | lspci
* [server/registration] Small bugfixesJannik Schönartz2021-03-231-1/+1
|
* [log] Fix category name & eslint fixJannik Schönartz2021-03-161-1/+1
|
* [server/external-backends] Add error logging of object deletion in the ↵Jannik Schönartz2021-03-095-14/+47
| | | | external backends
* [server/external-backends/idoit] Add GPU information to the client if availableJannik Schönartz2020-12-151-0/+22
|
* [webapp/external-backends] Remove step 3 from stepper & eslint fixesJannik Schönartz2020-05-081-7/+7
|
* [server/external-backends] Add timeout to infoblox, skip not connected ↵Jannik Schönartz2020-05-073-8/+26
| | | | backends in getDhcp and add better check forthe iDoIT response
* [server/external-backend/idoit] Catch better error messagesJannik Schönartz2020-04-291-2/+6
|
* [server/registration] Add domain selection to the semi-automatic registrationJannik Schönartz2020-04-172-2/+20
|
* [server/external-backends] Infoblox: Instead of only getting the next 20 ↵Jannik Schönartz2020-04-081-5/+15
| | | | free IPs, GET THEM ALL!
* [server/infoblox] Fix unreachable code bug / fix eslintJannik Schönartz2019-12-011-5/+4Star
|
* [server/external-backends/infoblox] Add infoblox fix for a client ↵Jannik Schönartz2019-11-271-2/+9
| | | | registration in a network where the bas has no permission
* [webapp/clients] Add the choice to select backends when deleting clientsJannik Schönartz2019-10-161-2/+8
| | | | | | | | [group/clients] Checkbox list of the clients in the permanently delete dialog [server/backendhelper] Only deletes from the selected backends (array with backendids)
* [external-backends/idoit] Add more information in idoitJannik Schönartz2019-07-222-9/+114
| | | | | | | | | | Add contact assignment (Search by name in the idoit persons and link them) Add OS + version information Add network device speed/type/name Add dhcp active check for adding a client Small bugfixes Add console logs for the idoit add server requests
* [external-backends/idoit] Small bug fixJannik Schönartz2019-06-071-1/+1
|
* eslintJannik Schönartz2019-06-071-5/+4Star
|
* [external-backends/idoit] Add bay assignment to the rack segments.Jannik Schönartz2019-06-071-2/+16
|
* [external-backends/idoit] New idoit version -> bugfixes -> remove workaroundsJannik Schönartz2019-06-071-15/+13Star
|
* [server/external-backends] Parseint in the idoit update method because of ↵Jannik Schönartz2019-04-191-1/+5
| | | | externalId rework to string
* [server/external-backends] Add hostname and domain to the network object for ↵Jannik Schönartz2019-04-192-2/+3
| | | | the backends
* [server/external-backends/infoblox] Fix update domainJannik Schönartz2019-04-181-2/+2
|
* [server/external-backends/idoit] Network requests only send if a object gets ↵Jannik Schönartz2019-04-171-2/+2
| | | | updated.
* [server/registration] If domain gets updated without a hostname, use ↵Jannik Schönartz2019-04-172-4/+3Star
| | | | clientname as hostname
* [server/external-backends] Fix for the update client mehtod (unnecessary ↵Jannik Schönartz2019-04-173-29/+36
| | | | idoit calls)
* [server/external-backends] Fix iDoIT parent id String -> INTJannik Schönartz2019-04-161-0/+1
| | | | | Because of the rework of externalId from Integer -> String, which was needed for the Infoblox api, the idoit parents weren't set correctly
* [server/external-backends] Add dhcp update method & object mapping from ↵Jannik Schönartz2019-04-163-9/+86
| | | | existing entries
* [server/registration] Bugfix: DHCP mapping was not correctly created if the ↵Jannik Schönartz2019-04-141-1/+1
| | | | dhcp record already existed.
* [server/registration] Set hostname as client name for clients with a fixed ipJannik Schönartz2019-04-141-3/+6
|
* [server/external-backends] Add delete method for the infoblox backend & add ↵Jannik Schönartz2019-04-142-5/+54
| | | | infoblox client mappings method
* [server/external-backends] Fix dhcp registration stuffJannik Schönartz2019-04-081-11/+29
|
* [server/backends] Add infoblox ipxe ip selection stuffJannik Schönartz2019-04-083-26/+132
|
* [server/external-backends] Add direct sync in idoit for some functions ↵Jannik Schönartz2019-04-012-12/+59
| | | | (create client, add/remove client to/from groups)
* [server/registration] Performance improvements & add automatic registration ↵Jannik Schönartz2019-03-312-29/+22Star
| | | | | | | | | with custom name Manual registration now sends the client as json idoit: Add server bug fixes shell: Fix building pcbios ipxe version eslint fixes
* [external-backends/idoit] Add server rack segmentation & add multiple ip supportJannik Schönartz2019-03-251-22/+141
|
* [server/registration/backends] Rework addClient and updateClient to receive jsonJannik Schönartz2019-03-203-158/+191
| | | | | Add idoit workaround for saving floats again Rework the grepSystemInfo bash script to match the new api