| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test: add frontend smoke js test | Raúl Benencia | 2026-06-04 | 4 | -2/+396 |
| | | |||||
| * | feat: support custom parameters in integ_test | Raul Benencia | 2023-04-19 | 1 | -1/+1 |
| | | |||||
| * | Style: How client and server interact during poll | Geert Stappers | 2023-01-23 | 2 | -2/+2 |
| | | | | | | | | | | | The iPXE client just repeats the same request, a.k.a. "polling". It is the Shoelaces server that can break the polling loop. Either by handing out automated boot entry point based on IP address or DNS PTR record, hand picked boot entry point from Web UI or due retry maximum reached. Signed-off-by: Geert Stappers <stappers@stappers.it> | ||||
| * | test: add test for /start endpoint (#23) | Geert Stappers | 2023-01-09 | 2 | -0/+10 |
| | | | | | | | In commit 1c79728984af was endpoint '/start' added, now it is tested. Signed-off-by: Geert Stappers <stappers@stappers.it> | ||||
| * | style: add clarifying comments in polling iPXE scripts | Geert Stappers | 2023-01-09 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * String changes in internal/polling/polling.go The most important one, from the point of view of human user, is the addition of telling that a maximum retry has been reached. The poll script got rid of the way too long line. That is done by using "iPXE script continueing line character", \, backslash. Poll interval shorter, from ten seconds to seven seconds, also from 10000 ms to more readable 7000 ms (clearly three zeros (how many zeros are in 10000? (four or five?))). Added information about a loop that only looks like a loop. A minor `s/iPXE/iPXE client/`. In directory test/integ-test/expected-results/ are poll-unknown.txt and poll.txt updated for getting a clean `make test`. * style: build on top of latest contribution In particular, mentioning 'maxRetry' exposes implementation code to the end user, which we should avoid. Co-authored-by: Raul Benencia <raul@thousandeyes.com> | ||||
| * | test: fix test for behavior modified in 3233a856 | Raul Benencia | 2023-01-04 | 1 | -1/+0 |
| | | | | | Signed-off-by: Raul Benencia <raul@thousandeyes.com> | ||||
| * | test: ensures compatibility with Python 3 | Raul Benencia | 2023-01-04 | 1 | -3/+6 |
| | | | | | Resolves: #17 | ||||
| * | Segregate BindAddr and BaseURL | Raul Benencia | 2021-01-13 | 1 | -7/+4 |
| | | |||||
| * | First public commit | Raúl Benencia | 2018-05-11 | 19 | -0/+417 |
