Skip to content
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
43162bf
Error Prone integration - Added error prone to the build
Pearl1594 Jan 13, 2026
ca9fc49
fix tests
Pearl1594 Jan 13, 2026
0526416
fix copilot comments
Pearl1594 Jan 13, 2026
666105b
fix codespell check
Pearl1594 Jan 13, 2026
5967128
fix tests
Pearl1594 Jan 13, 2026
ff5902c
fix test identified by errorprone
Pearl1594 Jan 13, 2026
f421499
fix test identified by errorprone
Pearl1594 Jan 13, 2026
4d5f819
fix test issues identified by errorprone
Pearl1594 Jan 14, 2026
a3f3918
fix issues
Pearl1594 Jan 14, 2026
b1026a2
revert errorprone plugin inclusion in pom
Pearl1594 Jan 14, 2026
304a3eb
fix linter
Pearl1594 Jan 14, 2026
f9ca9be
remove hardcoded hashcode
Pearl1594 Jan 14, 2026
7e5e80e
Merge branch '4.20' of https://github.com/apache/cloudstack into ghi1…
Pearl1594 Jan 30, 2026
86dfab5
fix test
Pearl1594 Jan 30, 2026
a97e090
Error Prone integration - Added error prone to the build
Pearl1594 Jan 13, 2026
c057c30
fix tests
Pearl1594 Jan 13, 2026
dfed744
fix copilot comments
Pearl1594 Jan 13, 2026
f059f4a
fix codespell check
Pearl1594 Jan 13, 2026
10986ae
fix tests
Pearl1594 Jan 13, 2026
7028390
fix test identified by errorprone
Pearl1594 Jan 13, 2026
e0d3109
fix test identified by errorprone
Pearl1594 Jan 13, 2026
cce58d0
fix test issues identified by errorprone
Pearl1594 Jan 14, 2026
e15d902
fix issues
Pearl1594 Jan 14, 2026
39e50b3
revert errorprone plugin inclusion in pom
Pearl1594 Jan 14, 2026
425062a
fix linter
Pearl1594 Jan 14, 2026
1414c0e
remove hardcoded hashcode
Pearl1594 Jan 14, 2026
824257d
fix test
Pearl1594 Jan 30, 2026
1c18ca8
Merge branch 'ghi11438-errorprone-fixes' of https://github.com/apache…
Pearl1594 Feb 4, 2026
778bbaf
address comments
Pearl1594 Feb 4, 2026
fe21d12
revert setup.py change
Pearl1594 Feb 4, 2026
d03a845
fix test
Pearl1594 Feb 4, 2026
0d1174e
Update api/src/main/java/org/apache/cloudstack/api/command/admin/back…
Pearl1594 Feb 5, 2026
f4baae4
address possible npe
Pearl1594 Feb 9, 2026
45c3819
Merge branch '4.20' of https://github.com/apache/cloudstack into ghi1…
Pearl1594 Mar 9, 2026
276916a
log warning as opposed to throwing exception
Pearl1594 Mar 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert setup.py change
  • Loading branch information
Pearl1594 committed Feb 4, 2026
commit fe21d12ab8cd82c93f26eda679f594d19ee4755b
2 changes: 1 addition & 1 deletion tools/marvin/setup.py
Comment thread
DaanHoogland marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
raise RuntimeError("python setuptools is required to build Marvin")


VERSION = "4.20.3.0"
VERSION = "4.20.3.0-SNAPSHOT"

setup(name="Marvin",
version=VERSION,
Expand Down
Loading