|
| 1 | +slurm-web (2.2.0) unstable; urgency=medium |
| 2 | + |
| 3 | + [ Yen C. Li ] |
| 4 | + * REST API: |
| 5 | + * Honor Slurm PrivateData settings for jobs and reservations (#149) |
| 6 | + * Use GET instead of POST for most routes. The optional authentication token |
| 7 | + is now given in a new Authorization HTTP header (#63). |
| 8 | + * Remove password from token (#64) |
| 9 | + * Handle LDAP SERVER_DOWN exception (#107) |
| 10 | + * Dashboard: |
| 11 | + * Make path to top-left corner logo configurable (#102) |
| 12 | + * Show full name at the top right corner (#110) |
| 13 | + * Show real cluster name instead of local (#61) |
| 14 | + * Show TRES instead of nodelist in jobs view (#89) |
| 15 | + * Show node down/drain reason (#90) |
| 16 | + * Add optional extra customizable col in jobs view (#65) |
| 17 | + * Significantly reduce margins between racks (#126) |
| 18 | + * Fix empty jobs view lock (#136) |
| 19 | + * Fix serial authentification failures (#137) |
| 20 | + * Factorize dashboard error management (#124,#150) |
| 21 | + * Add WCKey to dashboard jobs view (#141) |
| 22 | + * Fix global logout on one cluster auth fail (#158) |
| 23 | + * Disable caching effect on dashboard conf files (#99,#159) |
| 24 | + * Doc: |
| 25 | + * Update for new features |
| 26 | + |
| 27 | + [ Rémi Palancher ] |
| 28 | + * Tests: |
| 29 | + * Introduce a programmable testing environment with mocks and fake data |
| 30 | + sources. |
| 31 | + * REST API: |
| 32 | + * Fix PySLURM call to job find_id() following API change introduced with |
| 33 | + PySLURM >= 16.05 (#138). |
| 34 | + * Remove use of join in partitions view following API change introduced with |
| 35 | + PySLURM >= 16.05 (#140). |
| 36 | + * Slurm-web REST API now depends on PySLURM >= 16.05 |
| 37 | + * Doc: |
| 38 | + * Minor doc formatting fixes |
| 39 | + |
| 40 | + [ Alexandre Beche ] |
| 41 | + * REST API: |
| 42 | + * Adding sinfo endpoint to slurmrestapi (#145) |
| 43 | + |
| 44 | + [ oulinbao ] |
| 45 | + * Doc: |
| 46 | + * Correct typo Flash to Flask in README (#148) |
| 47 | + |
| 48 | + [ Kilian Cavalotti ] |
| 49 | + * Integration: |
| 50 | + * Provide DockerFile and associated scripts to instanciate Slurm-web within |
| 51 | + Docker container. The install guide documentation has been updated with |
| 52 | + instanciation instructions. (#160) |
| 53 | + |
| 54 | + -- Rémi Palancher < [email protected]> Wed, 08 Feb 2017 10:05:25 +0100 |
| 55 | + |
1 | 56 | slurm-web (2.1.3) unstable; urgency=medium |
2 | 57 |
|
3 | 58 | * Fix LDAP SSL/TLS server certificate validation |
|
0 commit comments