Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 5b6bcfd

Browse files
committed
chore(change log): Adds the change log
1 parent fa407ed commit 5b6bcfd

File tree

1 file changed

+38
-81
lines changed

1 file changed

+38
-81
lines changed

CHANGELOG.md

+38-81
Original file line numberDiff line numberDiff line change
@@ -1,144 +1,101 @@
11
# Change Log
22

3-
## [3.2](https://github.com/Spirals-Team/powerapi/tree/3.2) (2015-06-02)
3+
## [3.3](https://github.com/Spirals-Team/powerapi/tree/3.3) (2015-11-03)
4+
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.2...3.3)
5+
6+
**Implemented enhancements:**
7+
8+
- Refactors the PowerSpy module [\#53](https://github.com/Spirals-Team/powerapi/issues/53)
9+
- Implement the filesystem interface [\#16](https://github.com/Spirals-Team/powerapi/issues/16)
10+
- Implement the daemon mode [\#15](https://github.com/Spirals-Team/powerapi/issues/15)
11+
- Implement the Web interface [\#14](https://github.com/Spirals-Team/powerapi/issues/14)
12+
13+
**Merged pull requests:**
14+
15+
- feature\(docker\): implement energy monitoring of a container [\#74](https://github.com/Spirals-Team/powerapi/pull/74) ([huertas](https://github.com/huertas))
16+
- feature\(g5k-sensor\): implement the external powermeter OmegaWatt \(fro… [\#73](https://github.com/Spirals-Team/powerapi/pull/73) ([huertas](https://github.com/huertas))
17+
- feature\(rest\): implement the REST reporter [\#72](https://github.com/Spirals-Team/powerapi/pull/72) ([huertas](https://github.com/huertas))
18+
- feature\(fuse\): implement the FUSE reporter [\#71](https://github.com/Spirals-Team/powerapi/pull/71) ([huertas](https://github.com/huertas))
19+
- feature\(daemon\): implement the PowerAPI daemon [\#70](https://github.com/Spirals-Team/powerapi/pull/70) ([huertas](https://github.com/huertas))
420

21+
## [3.2](https://github.com/Spirals-Team/powerapi/tree/3.2) (2015-06-02)
522
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.1...3.2)
623

724
**Implemented enhancements:**
825

926
- Give the possibility to give directly the parameters to the PowerModule [\#60](https://github.com/Spirals-Team/powerapi/issues/60)
10-
1127
- Increase the actors timeout [\#59](https://github.com/Spirals-Team/powerapi/issues/59)
12-
1328
- Add prefix for each parameter written in configuration files [\#58](https://github.com/Spirals-Team/powerapi/issues/58)
14-
1529
- Adds the MUID as an argument in the PowerDisplay trait [\#56](https://github.com/Spirals-Team/powerapi/issues/56)
16-
1730
- Stops actors created for each PowerDisplay when a Monitor is canceled [\#55](https://github.com/Spirals-Team/powerapi/issues/55)
18-
1931
- Refactors the LibpfmChildSensor [\#54](https://github.com/Spirals-Team/powerapi/issues/54)
20-
2132
- Fix estimations returned by Sigar module under Windows [\#61](https://github.com/Spirals-Team/powerapi/issues/61)
22-
2333
- Implement the SIGAR module [\#17](https://github.com/Spirals-Team/powerapi/issues/17)
34+
- Merge branch "develop" into "master" [\#69](https://github.com/Spirals-Team/powerapi/pull/69) ([mcolmant](https://github.com/mcolmant))
35+
- fix\(\#58\): Refactors the Configuration trait [\#67](https://github.com/Spirals-Team/powerapi/pull/67) ([mcolmant](https://github.com/mcolmant))
36+
- fix\(\#54\): Refactors the LibpfmChildSensor [\#66](https://github.com/Spirals-Team/powerapi/pull/66) ([mcolmant](https://github.com/mcolmant))
37+
- refactor\(sampling\): adds the possibility to collect different counters and to use different type of regression [\#62](https://github.com/Spirals-Team/powerapi/pull/62) ([mcolmant](https://github.com/mcolmant))
2438

2539
**Fixed bugs:**
2640

2741
- Increase the actors timeout [\#59](https://github.com/Spirals-Team/powerapi/issues/59)
28-
2942
- Stops actors created for each PowerDisplay when a Monitor is canceled [\#55](https://github.com/Spirals-Team/powerapi/issues/55)
30-
3143
- Fix estimations returned by Sigar module under Windows [\#61](https://github.com/Spirals-Team/powerapi/issues/61)
32-
33-
**Merged pull requests:**
34-
3544
- Merge branch "develop" into "master" [\#69](https://github.com/Spirals-Team/powerapi/pull/69) ([mcolmant](https://github.com/mcolmant))
36-
3745
- fix\(\#59\): Increases the actor timeouts [\#68](https://github.com/Spirals-Team/powerapi/pull/68) ([mcolmant](https://github.com/mcolmant))
38-
39-
- fix\(\#58\): Refactors the Configuration trait [\#67](https://github.com/Spirals-Team/powerapi/pull/67) ([mcolmant](https://github.com/mcolmant))
40-
41-
- fix\(\#54\): Refactors the LibpfmChildSensor [\#66](https://github.com/Spirals-Team/powerapi/pull/66) ([mcolmant](https://github.com/mcolmant))
42-
4346
- fix\(\#61\): closes \#61 [\#65](https://github.com/Spirals-Team/powerapi/pull/65) ([huertas](https://github.com/huertas))
44-
4547
- fix\(\#55\): fix the corresponding issue [\#63](https://github.com/Spirals-Team/powerapi/pull/63) ([mcolmant](https://github.com/mcolmant))
4648

47-
- refactor\(sampling\): adds the possibility to collect different counters and to use different type of regression [\#62](https://github.com/Spirals-Team/powerapi/pull/62) ([mcolmant](https://github.com/mcolmant))
48-
4949
## [3.1](https://github.com/Spirals-Team/powerapi/tree/3.1) (2015-04-28)
50-
5150
**Implemented enhancements:**
5251

5352
- Implement the sampling project [\#44](https://github.com/Spirals-Team/powerapi/issues/44)
54-
5553
- Implement the Reporter actor [\#33](https://github.com/Spirals-Team/powerapi/issues/33)
56-
5754
- Implement the configuration interface. [\#24](https://github.com/Spirals-Team/powerapi/issues/24)
58-
5955
- Implement the CLI [\#13](https://github.com/Spirals-Team/powerapi/issues/13)
60-
6156
- Implement the Libpfm module [\#12](https://github.com/Spirals-Team/powerapi/issues/12)
62-
6357
- Implement the RAPL module [\#11](https://github.com/Spirals-Team/powerapi/issues/11)
64-
6558
- Implement the PowerSpy module [\#10](https://github.com/Spirals-Team/powerapi/issues/10)
66-
6759
- Implement the ProcFS module [\#9](https://github.com/Spirals-Team/powerapi/issues/9)
68-
6960
- Implement the PowerMeter API [\#8](https://github.com/Spirals-Team/powerapi/issues/8)
70-
7161
- Implement the subscription actor [\#7](https://github.com/Spirals-Team/powerapi/issues/7)
72-
7362
- Install and deploy the Jenkins infrastructure [\#6](https://github.com/Spirals-Team/powerapi/issues/6)
74-
7563
- Implement the new version of the Clock actor [\#5](https://github.com/Spirals-Team/powerapi/issues/5)
76-
7764
- Import the Topic Bus [\#4](https://github.com/Spirals-Team/powerapi/issues/4)
78-
7965
- Bootstrap the project structure [\#3](https://github.com/Spirals-Team/powerapi/issues/3)
80-
81-
**Fixed bugs:**
82-
83-
- \[develop\] Problem with a test in the OSHelperSuite [\#52](https://github.com/Spirals-Team/powerapi/issues/52)
84-
85-
- \[develop\] Problem with the Sensor in module/powerspy [\#43](https://github.com/Spirals-Team/powerapi/issues/43)
86-
87-
- \[develop\] Problem with the Sensor in module/cpu/simple [\#42](https://github.com/Spirals-Team/powerapi/issues/42)
88-
89-
- \[develop\] Problem with the LibpfmCoreConfiguration [\#41](https://github.com/Spirals-Team/powerapi/issues/41)
90-
91-
- \[develop\] Problem with the cache updating in the simple CpuSensor [\#40](https://github.com/Spirals-Team/powerapi/issues/40)
92-
93-
- Add a newline in each file for scanning tool [\#27](https://github.com/Spirals-Team/powerapi/issues/27)
94-
95-
- Problem with the clock suite test with limited resources [\#22](https://github.com/Spirals-Team/powerapi/issues/22)
96-
97-
- Bus is a singleton object [\#19](https://github.com/Spirals-Team/powerapi/issues/19)
98-
99-
- Error in ClockSuite when the EventFilter is used for listening log messages [\#18](https://github.com/Spirals-Team/powerapi/issues/18)
100-
101-
**Merged pull requests:**
102-
103-
- fix\(\#56\): fix an issue [\#64](https://github.com/Spirals-Team/powerapi/pull/64) ([mcolmant](https://github.com/mcolmant))
104-
10566
- Add a Gitter chat badge to README.md [\#57](https://github.com/Spirals-Team/powerapi/pull/57) ([gitter-badger](https://github.com/gitter-badger))
106-
10767
- refactor\(sampling\): Improves the sampling project [\#51](https://github.com/Spirals-Team/powerapi/pull/51) ([mcolmant](https://github.com/mcolmant))
108-
10968
- feature\(sigar\): implement the sigar module [\#50](https://github.com/Spirals-Team/powerapi/pull/50) ([huertas](https://github.com/huertas))
110-
11169
- feat: version 3.0 of PowerAPI [\#49](https://github.com/Spirals-Team/powerapi/pull/49) ([rouvoy](https://github.com/rouvoy))
112-
11370
- Implement the CLI [\#48](https://github.com/Spirals-Team/powerapi/pull/48) ([huertas](https://github.com/huertas))
114-
11571
- Implement RAPL module [\#47](https://github.com/Spirals-Team/powerapi/pull/47) ([huertas](https://github.com/huertas))
116-
11772
- feature\(sampling\): Implement the sampling project [\#45](https://github.com/Spirals-Team/powerapi/pull/45) ([mcolmant](https://github.com/mcolmant))
118-
11973
- feature\(libpfm\): Sensors and Formula implementations [\#39](https://github.com/Spirals-Team/powerapi/pull/39) ([mcolmant](https://github.com/mcolmant))
120-
12174
- feature\(api\): Draft of the new power meter API. [\#38](https://github.com/Spirals-Team/powerapi/pull/38) ([rouvoy](https://github.com/rouvoy))
122-
12375
- Feature/reporter [\#36](https://github.com/Spirals-Team/powerapi/pull/36) ([huertas](https://github.com/huertas))
124-
12576
- Feature/powerspy [\#32](https://github.com/Spirals-Team/powerapi/pull/32) ([mcolmant](https://github.com/mcolmant))
126-
12777
- Feature/procfs module [\#31](https://github.com/Spirals-Team/powerapi/pull/31) ([mcolmant](https://github.com/mcolmant))
128-
12978
- hotfix/cleaning-imports [\#30](https://github.com/Spirals-Team/powerapi/pull/30) ([mcolmant](https://github.com/mcolmant))
130-
131-
- hotfix/newline\#27 [\#28](https://github.com/Spirals-Team/powerapi/pull/28) ([mcolmant](https://github.com/mcolmant))
132-
133-
- hotfix/clocksuite\#22 [\#26](https://github.com/Spirals-Team/powerapi/pull/26) ([mcolmant](https://github.com/mcolmant))
134-
13579
- feature/configuration [\#23](https://github.com/Spirals-Team/powerapi/pull/23) ([mcolmant](https://github.com/mcolmant))
136-
13780
- feature/subscription [\#21](https://github.com/Spirals-Team/powerapi/pull/21) ([mcolmant](https://github.com/mcolmant))
81+
- Design of base components + Clock [\#2](https://github.com/Spirals-Team/powerapi/pull/2) ([mcolmant](https://github.com/mcolmant))
13882

139-
- Bug \#19 [\#20](https://github.com/Spirals-Team/powerapi/pull/20) ([mcolmant](https://github.com/mcolmant))
83+
**Fixed bugs:**
14084

141-
- Design of base components + Clock [\#2](https://github.com/Spirals-Team/powerapi/pull/2) ([mcolmant](https://github.com/mcolmant))
85+
- \[develop\] Problem with a test in the OSHelperSuite [\#52](https://github.com/Spirals-Team/powerapi/issues/52)
86+
- \[develop\] Problem with the Sensor in module/powerspy [\#43](https://github.com/Spirals-Team/powerapi/issues/43)
87+
- \[develop\] Problem with the Sensor in module/cpu/simple [\#42](https://github.com/Spirals-Team/powerapi/issues/42)
88+
- \[develop\] Problem with the LibpfmCoreConfiguration [\#41](https://github.com/Spirals-Team/powerapi/issues/41)
89+
- \[develop\] Problem with the cache updating in the simple CpuSensor [\#40](https://github.com/Spirals-Team/powerapi/issues/40)
90+
- Add a newline in each file for scanning tool [\#27](https://github.com/Spirals-Team/powerapi/issues/27)
91+
- Problem with the clock suite test with limited resources [\#22](https://github.com/Spirals-Team/powerapi/issues/22)
92+
- Bus is a singleton object [\#19](https://github.com/Spirals-Team/powerapi/issues/19)
93+
- Error in ClockSuite when the EventFilter is used for listening log messages [\#18](https://github.com/Spirals-Team/powerapi/issues/18)
94+
- fix\(\#56\): fix an issue [\#64](https://github.com/Spirals-Team/powerapi/pull/64) ([mcolmant](https://github.com/mcolmant))
95+
- refactor\\(sampling\\): Improves the sampling project [\#51](https://github.com/Spirals-Team/powerapi/pull/51) ([mcolmant](https://github.com/mcolmant))
96+
- hotfix/newline\#27 [\#28](https://github.com/Spirals-Team/powerapi/pull/28) ([mcolmant](https://github.com/mcolmant))
97+
- hotfix/clocksuite\#22 [\#26](https://github.com/Spirals-Team/powerapi/pull/26) ([mcolmant](https://github.com/mcolmant))
98+
- Bug \#19 [\#20](https://github.com/Spirals-Team/powerapi/pull/20) ([mcolmant](https://github.com/mcolmant))
14299

143100

144101

0 commit comments

Comments
 (0)