index
:
delta/openstack/ironic-python-agent.git
bugfix/6.2
bugfix/6.3
bugfix/6.5
bugfix/6.6
bugfix/8.0
bugfix/8.1
bugfix/8.3
bugfix/8.6
bugfix/9.0
bugfix/9.2
bugfix/9.3
master
stable/2023.1
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/ironic-python-agent.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ironic_python_agent
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-read the partition table with partx -a, part 2
ussuri-em
6.1.3
Riccardo Pittau
2021-12-15
1
-42
/
+42
*
Re-read the partition table with partx -a
Arne Wiebalck
2021-12-15
1
-14
/
+14
*
Fix UEFI record regex
Julia Kreger
2021-11-19
1
-5
/
+68
*
Delete EFI boot entry duplicate labels first
Julia Kreger
2021-11-19
1
-9
/
+26
*
Output verbose info from efibootmgr
Derek Higgins
2021-11-18
1
-19
/
+19
*
Fix getting memory size in some lshw output
6.1.2
Zane Bitter
2021-06-25
1
-0
/
+194
*
Utilize CSV file for EFI loader selection
Julia Kreger
2021-06-11
1
-4
/
+72
*
Make _get_efi_bootloaders return relative paths
Steve Baker
2021-06-11
1
-11
/
+11
*
Fix NVMe Partition image on UEFI
Julia Kreger
2021-05-26
1
-0
/
+39
*
Add fstab pointer to EFI partition
Julia Kreger
2021-03-23
1
-7
/
+238
*
Prevent broken partition image UEFI deploys
Julia Kreger
2021-03-23
1
-5
/
+484
*
Option to enable bootloader config failure bypass
Julia Kreger
2021-03-23
1
-0
/
+121
*
Mount all vfat partitions before calling grub2
Arne Wiebalck
2021-03-23
1
-0
/
+49
*
Software RAID: Get component devices by md UUID
Arne Wiebalck
2021-02-27
1
-7
/
+96
*
Merge "Fix: make Intel CNA hardware manager none generic" into stable/ussuri
Zuul
2020-10-04
1
-17
/
+17
|
\
|
*
Fix: make Intel CNA hardware manager none generic
Qianbiao.NG
2020-09-23
1
-17
/
+17
*
|
Software RAID: Don't delete partitions too early
Arne Wiebalck
2020-09-29
1
-4
/
+4
|
/
*
Make WSGI server respect listen_* directives
Jay Faulkner
2020-09-02
1
-0
/
+45
*
Merge "Fix bootloader install issue with MDRAID" into stable/ussuri
Zuul
2020-08-12
1
-2
/
+19
|
\
|
*
Fix bootloader install issue with MDRAID
Doug Szumski
2020-08-05
1
-2
/
+19
*
|
Fix TypeError on agent lookup failure
Julia Kreger
2020-08-07
1
-0
/
+42
|
/
*
Merge "Return the final RAID configuration from apply_configuration" into sta...
6.1.1
Zuul
2020-08-04
1
-0
/
+63
|
\
|
*
Return the final RAID configuration from apply_configuration
Dmitry Tantsur
2020-07-29
1
-0
/
+63
*
|
Merge "Prevent un-needed iscsi cleanup" into stable/ussuri
Zuul
2020-08-04
2
-0
/
+33
|
\
\
|
*
|
Prevent un-needed iscsi cleanup
Julia Kreger
2020-07-28
2
-0
/
+33
|
|
/
*
|
Ignore devices with size 0 when collecting inventory
Dmitry Tantsur
2020-07-28
1
-3
/
+8
|
/
*
Merge "Limit Inspection->Lookup->Heartbeat lag" into stable/ussuri
Zuul
2020-07-07
4
-2
/
+38
|
\
|
*
Limit Inspection->Lookup->Heartbeat lag
Julia Kreger
2020-07-06
4
-2
/
+38
*
|
Fix serializing ironic-lib exceptions
Dmitry Tantsur
2020-07-06
1
-0
/
+21
|
/
*
Increase the ESP partition size to 550 MiB when using software RAID
Dmitry Tantsur
2020-07-03
2
-10
/
+10
*
Fixes minor issues in the read() retries patch
Dmitry Tantsur
2020-06-30
1
-3
/
+4
*
Extend retries to 9, 10 seconds apart.
Julia Kreger
2020-06-29
1
-2
/
+6
*
Add full download retries
Julia Kreger
2020-06-29
1
-11
/
+30
*
Add timeout operations to try and prevent hang on read()
Julia Kreger
2020-06-29
1
-0
/
+52
*
Make the install_bootloader command asynchronous
Dmitry Tantsur
2020-06-09
1
-11
/
+12
*
Add timeout and retries when connection to an image server
6.1.0
Dmitry Tantsur
2020-04-24
1
-12
/
+70
*
Merge "Add raid.apply_configuration deploy step"
Zuul
2020-04-21
1
-0
/
+28
|
\
|
*
Add raid.apply_configuration deploy step
Dmitry Tantsur
2020-04-20
1
-0
/
+28
*
|
Mock get_node_boot_mode in software RAID unit tests
Dmitry Tantsur
2020-04-20
1
-0
/
+3
|
/
*
Use unittest.mock instead of third party mock
Sean McGinnis
2020-04-18
1
-1
/
+1
*
A boot partition on a GPT disk should be considered an EFI partition
Dmitry Tantsur
2020-04-15
1
-58
/
+43
*
Merge "Add an ability to run in-band deploy steps"
Zuul
2020-04-09
3
-29
/
+270
|
\
|
*
Add an ability to run in-band deploy steps
Mark Goddard
2020-04-06
3
-29
/
+270
*
|
Use unittest mock from standard library
Riccardo Pittau
2020-04-06
22
-24
/
+28
*
|
Software RAID: Add UEFI support
Raphael Glon
2020-04-02
3
-58
/
+860
|
/
*
Merge "Only check for partitions on devices that are part of software RAID"
Zuul
2020-04-02
1
-16
/
+61
|
\
|
*
Only check for partitions on devices that are part of software RAID
Dmitry Tantsur
2020-04-01
1
-16
/
+61
*
|
Merge "Allow specifying target devices for software RAID"
Zuul
2020-04-01
1
-0
/
+129
|
\
\
|
|
/
|
*
Allow specifying target devices for software RAID
Dmitry Tantsur
2020-03-17
1
-0
/
+129
*
|
Fix GPT partition tables after agent writes contents
Julia Kreger
2020-03-29
1
-2
/
+10
[next]