Skip to content

Commit d6498d8

Browse files
committed
Update changelog
Signed-off-by: Bartosz Zurkowski <zurkowski.bartosz@gmail.com>
1 parent 8c87cb3 commit d6498d8

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed

CHANGELOG.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
# Changelog
2+
3+
## [Unreleased](https://github.com/openrca/orca-ui/tree/HEAD)
4+
5+
## [0.2.0](https://github.com/openrca/orca/tree/0.2.0) (2020-09-14)
6+
7+
[Full Changelog](https://github.com/openrca/orca-ui/compare/65c7fb53784a8ebdecbdfce5053b51eb7b5ecfa2...0.2.0)
8+
9+
**Implemented enhancements:**
10+
11+
- Limit object types in default graph view [\#89](https://github.com/openrca/orca-ui/issues/89)
12+
- Include time point argument in requests to Graph API [\#84](https://github.com/openrca/orca-ui/issues/84)
13+
- Display graph as main page [\#81](https://github.com/openrca/orca-ui/issues/81)
14+
- Decrease graph force [\#75](https://github.com/openrca/orca-ui/issues/75)
15+
- Include cluster and node objects in namespace view [\#74](https://github.com/openrca/orca-ui/issues/74)
16+
- Customize alerts table [\#72](https://github.com/openrca/orca-ui/issues/72)
17+
- Render table from node data [\#70](https://github.com/openrca/orca-ui/issues/70)
18+
- Stretch details box to full height [\#69](https://github.com/openrca/orca-ui/issues/69)
19+
- Add object type selector [\#66](https://github.com/openrca/orca-ui/issues/66)
20+
- Customize alerts table [\#60](https://github.com/openrca/orca-ui/issues/60)
21+
- Switch to dark mode [\#50](https://github.com/openrca/orca-ui/issues/50)
22+
- Add on-demand graph reloading [\#40](https://github.com/openrca/orca-ui/issues/40)
23+
- Extend graph payload in Mock API [\#39](https://github.com/openrca/orca-ui/issues/39)
24+
- Highlight alerts [\#38](https://github.com/openrca/orca-ui/issues/38)
25+
- Add graph stats [\#37](https://github.com/openrca/orca-ui/issues/37)
26+
- Update browser title [\#36](https://github.com/openrca/orca-ui/issues/36)
27+
- Add CORS headers to Mock API [\#34](https://github.com/openrca/orca-ui/issues/34)
28+
- Add graph loading animation [\#31](https://github.com/openrca/orca-ui/issues/31)
29+
- Add graph filtering by app namespace [\#30](https://github.com/openrca/orca-ui/issues/30)
30+
- Add alerts filtering [\#29](https://github.com/openrca/orca-ui/issues/29)
31+
- Add alerts list [\#28](https://github.com/openrca/orca-ui/issues/28)
32+
- Add datetime picker [\#26](https://github.com/openrca/orca-ui/issues/26)
33+
- Add object details box [\#25](https://github.com/openrca/orca-ui/issues/25)
34+
- Add graph centering and rescaling [\#22](https://github.com/openrca/orca-ui/issues/22)
35+
- Create production Dockerfile [\#19](https://github.com/openrca/orca-ui/issues/19)
36+
- Improve graph navigation [\#18](https://github.com/openrca/orca-ui/issues/18)
37+
- Update orca-mock API with CORS headers [\#16](https://github.com/openrca/orca-ui/issues/16)
38+
- Load graph structure from Mock API [\#13](https://github.com/openrca/orca-ui/issues/13)
39+
- Prepare Docker compose for development [\#12](https://github.com/openrca/orca-ui/issues/12)
40+
- Dockerize the UI [\#9](https://github.com/openrca/orca-ui/issues/9)
41+
- Implement UI MVP [\#7](https://github.com/openrca/orca-ui/issues/7)
42+
- Mock graph API [\#6](https://github.com/openrca/orca-ui/issues/6)
43+
- Add styling to graph nodes [\#5](https://github.com/openrca/orca-ui/issues/5)
44+
- Add sample graph visualization using D3.js [\#3](https://github.com/openrca/orca-ui/issues/3)
45+
46+
**Fixed bugs:**
47+
48+
- Attribute transform error for large graph [\#91](https://github.com/openrca/orca-ui/issues/91)
49+
- Invalid root for alerts payload [\#86](https://github.com/openrca/orca-ui/issues/86)
50+
- Double icons [\#64](https://github.com/openrca/orca-ui/issues/64)
51+
- Alerts not visible after namespace filtering [\#53](https://github.com/openrca/orca-ui/issues/53)
52+
- Fix date picker position [\#52](https://github.com/openrca/orca-ui/issues/52)
53+
54+
**Merged pull requests:**
55+
56+
- Bump http-proxy from 1.18.0 to 1.18.1 [\#99](https://github.com/openrca/orca-ui/pull/99) ([dependabot[bot]](https://github.com/apps/dependabot))
57+
- Add UI screens to README [\#98](https://github.com/openrca/orca-ui/pull/98) ([bzurkowski](https://github.com/bzurkowski))
58+
- Attribute transform large graph error [\#97](https://github.com/openrca/orca-ui/pull/97) ([k-jano](https://github.com/k-jano))
59+
- Horizontal pod autoscaler icon [\#96](https://github.com/openrca/orca-ui/pull/96) ([filwie](https://github.com/filwie))
60+
- Labels [\#95](https://github.com/openrca/orca-ui/pull/95) ([filwie](https://github.com/filwie))
61+
- Cluster, node, pod and alert as default type [\#94](https://github.com/openrca/orca-ui/pull/94) ([k-jano](https://github.com/k-jano))
62+
- Render a table in detail card, switch type and name atributes [\#93](https://github.com/openrca/orca-ui/pull/93) ([k-jano](https://github.com/k-jano))
63+
- Adjust graph force [\#88](https://github.com/openrca/orca-ui/pull/88) ([bzurkowski](https://github.com/bzurkowski))
64+
- Fix alerts root [\#87](https://github.com/openrca/orca-ui/pull/87) ([bzurkowski](https://github.com/bzurkowski))
65+
- Use timestamp param in graph endpoint [\#85](https://github.com/openrca/orca-ui/pull/85) ([bzurkowski](https://github.com/bzurkowski))
66+
- Customize alerts table [\#83](https://github.com/openrca/orca-ui/pull/83) ([k-jano](https://github.com/k-jano))
67+
- Graph as a main route [\#82](https://github.com/openrca/orca-ui/pull/82) ([k-jano](https://github.com/k-jano))
68+
- Change styling of bottom navbar to fit with the rest of the app \(\#68\) [\#80](https://github.com/openrca/orca-ui/pull/80) ([filwie](https://github.com/filwie))
69+
- Linter fixes in alerts dashboard [\#79](https://github.com/openrca/orca-ui/pull/79) ([k-jano](https://github.com/k-jano))
70+
- Object type multi selector [\#78](https://github.com/openrca/orca-ui/pull/78) ([k-jano](https://github.com/k-jano))
71+
- Display cluster and proper nodes objects in namespace view [\#77](https://github.com/openrca/orca-ui/pull/77) ([k-jano](https://github.com/k-jano))
72+
- Add node icons [\#63](https://github.com/openrca/orca-ui/pull/63) ([filwie](https://github.com/filwie))
73+
- Alert dashboard [\#62](https://github.com/openrca/orca-ui/pull/62) ([k-jano](https://github.com/k-jano))
74+
- Bump elliptic from 6.4.1 to 6.5.3 [\#61](https://github.com/openrca/orca-ui/pull/61) ([dependabot[bot]](https://github.com/apps/dependabot))
75+
- Display graph statistics [\#58](https://github.com/openrca/orca-ui/pull/58) ([k-jano](https://github.com/k-jano))
76+
- Add alerts nodes to proper namespace [\#57](https://github.com/openrca/orca-ui/pull/57) ([k-jano](https://github.com/k-jano))
77+
- Change default margin for DatePicker component [\#56](https://github.com/openrca/orca-ui/pull/56) ([k-jano](https://github.com/k-jano))
78+
- Show only relevant information in card [\#54](https://github.com/openrca/orca-ui/pull/54) ([filwie](https://github.com/filwie))
79+
- Dark UI mode [\#51](https://github.com/openrca/orca-ui/pull/51) ([bzurkowski](https://github.com/bzurkowski))
80+
- Detail card [\#49](https://github.com/openrca/orca-ui/pull/49) ([bzurkowski](https://github.com/bzurkowski))
81+
- Add extended graph payload [\#48](https://github.com/openrca/orca-ui/pull/48) ([bzurkowski](https://github.com/bzurkowski))
82+
- Graph filtering by namespace [\#47](https://github.com/openrca/orca-ui/pull/47) ([k-jano](https://github.com/k-jano))
83+
- Node style - colors [\#45](https://github.com/openrca/orca-ui/pull/45) ([filwie](https://github.com/filwie))
84+
- Add scale graph feature [\#44](https://github.com/openrca/orca-ui/pull/44) ([k-jano](https://github.com/k-jano))
85+
- Update browser title [\#43](https://github.com/openrca/orca-ui/pull/43) ([k-jano](https://github.com/k-jano))
86+
- Adding reload button [\#42](https://github.com/openrca/orca-ui/pull/42) ([k-jano](https://github.com/k-jano))
87+
- Add CORS headers [\#41](https://github.com/openrca/orca-ui/pull/41) ([aleksandra-galara](https://github.com/aleksandra-galara))
88+
- Adding graph reloading [\#35](https://github.com/openrca/orca-ui/pull/35) ([k-jano](https://github.com/k-jano))
89+
- Datetime picker [\#33](https://github.com/openrca/orca-ui/pull/33) ([k-jano](https://github.com/k-jano))
90+
- Bump websocket-extensions from 0.1.3 to 0.1.4 [\#24](https://github.com/openrca/orca-ui/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot))
91+
- Add extended graph payload [\#23](https://github.com/openrca/orca-ui/pull/23) ([bzurkowski](https://github.com/bzurkowski))
92+
- Improve graph navigation [\#21](https://github.com/openrca/orca-ui/pull/21) ([k-jano](https://github.com/k-jano))
93+
- Production dockerfile and related stuff [\#20](https://github.com/openrca/orca-ui/pull/20) ([filwie](https://github.com/filwie))
94+
- Add reverse proxy in front of services to avoid violating CORS policy [\#17](https://github.com/openrca/orca-ui/pull/17) ([filwie](https://github.com/filwie))
95+
- Add docker-compose.yaml for development [\#15](https://github.com/openrca/orca-ui/pull/15) ([filwie](https://github.com/filwie))
96+
- Dockerize UI [\#11](https://github.com/openrca/orca-ui/pull/11) ([k-jano](https://github.com/k-jano))
97+
- Graph API mock [\#10](https://github.com/openrca/orca-ui/pull/10) ([bzurkowski](https://github.com/bzurkowski))
98+
- Community stuff [\#8](https://github.com/openrca/orca-ui/pull/8) ([bzurkowski](https://github.com/bzurkowski))
99+
- Bump mixin-deep from 1.3.1 to 1.3.2 [\#2](https://github.com/openrca/orca-ui/pull/2) ([dependabot[bot]](https://github.com/apps/dependabot))
100+
- Bump lodash.template from 4.4.0 to 4.5.0 [\#1](https://github.com/openrca/orca-ui/pull/1) ([dependabot[bot]](https://github.com/apps/dependabot))
101+
102+
103+
104+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)