Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Graph] Deangularize graph app controller #106587

Merged
merged 45 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
ad2a44d
[Graph] deaungularize control panel
dimaanj Jul 22, 2021
ea2356c
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Jul 26, 2021
22b3ec8
Merge branch 'master' of https://github.com/elastic/kibana into remov…
dimaanj Jul 26, 2021
6e169e7
[Graph] move main graph directive to react
dimaanj Jul 30, 2021
5bb2f8f
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Jul 30, 2021
80e5e20
Merge branch 'master' of https://github.com/elastic/kibana into remov…
dimaanj Aug 3, 2021
d1e8b7e
[Graph] refactoring
dimaanj Aug 4, 2021
4783be2
[Graph] remove redundant memoization, update import
dimaanj Aug 4, 2021
e9936c7
[Graph] fix settings menu, clean up the code
dimaanj Aug 4, 2021
2a6661b
Merge branch 'master' of https://github.com/elastic/kibana into remov…
dimaanj Aug 10, 2021
e9af2a5
[Graph] fix graph settings
dimaanj Aug 11, 2021
defe0e5
[Graph] code refactoring, fixing control panel render issues
dimaanj Aug 12, 2021
b6f8980
[Graph] fix small mistake
dimaanj Aug 12, 2021
26b108a
[Graph] rename components
dimaanj Aug 12, 2021
1a3fdde
[Graph] fix imports
dimaanj Aug 13, 2021
a345ca6
[Graph] fix graph search and inspect panel
dimaanj Aug 13, 2021
4ceb34b
[Graph] remove redundant types
dimaanj Aug 13, 2021
74881da
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Aug 15, 2021
31e6711
[Graph] fix problem with selection list
dimaanj Aug 17, 2021
7fc58c5
[Graph] fix functional test which uses selection list
dimaanj Aug 17, 2021
9bf8506
[Graph] fix unit tests, update types
dimaanj Aug 17, 2021
8aa27ae
[Graph] fix types
dimaanj Aug 17, 2021
3cd5899
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Aug 18, 2021
f208fc8
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Aug 23, 2021
d21d837
[Discover] fix url queries
dimaanj Aug 24, 2021
a7bc9b2
[Graph] fix types
dimaanj Aug 24, 2021
080c993
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Aug 25, 2021
f875833
[Graph] add react router, remove angular stuff
dimaanj Aug 26, 2021
5fcd8ff
[Graph] fix styles
dimaanj Aug 26, 2021
ed3dc7f
[Graph] fix i18n
dimaanj Aug 26, 2021
c8fe5e2
[Graph] fix navigation to a new workspace creation
dimaanj Aug 26, 2021
62a6925
[Graph] fix issues from comments
dimaanj Aug 27, 2021
3f7b3f9
[Graph] add suggested changed
dimaanj Aug 27, 2021
e1192a5
Update x-pack/plugins/graph/public/components/graph_visualization/gra…
dimaanj Aug 27, 2021
32be3b4
[Graph] remove brace lib from imports
dimaanj Aug 27, 2021
6bdffeb
[Graph] fix url navigation between workspaces, fix types
dimaanj Aug 27, 2021
a002fcf
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Aug 27, 2021
a7a930a
[Graph] refactoring, fixing url issue
dimaanj Aug 28, 2021
547dbd2
[Graph] update graph dependencies
dimaanj Aug 28, 2021
271ed75
[Graph] add comments
dimaanj Aug 28, 2021
d65e132
[Graph] fix types
dimaanj Aug 30, 2021
0da7071
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Aug 30, 2021
7ed9068
[Graph] fix new button, fix control panel styles
dimaanj Aug 30, 2021
3e6bac2
[Graph] apply suggestions
dimaanj Aug 31, 2021
fbd54b4
Merge branch 'master' into remove-angular-from-control-panel
kibanamachine Aug 31, 2021
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
1 change: 1 addition & 0 deletions x-pack/plugins/graph/public/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

.gphNoUserSelect {
padding-right: $euiSizeXS;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see this adds a bit of padding to the

node labels, but it's not clear what problem this addresses. Out of curiosity, was there a particular situation that led to this addition?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it was mistakenly leaved and can be removed in a follow up PR.

user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
Expand Down
3 changes: 0 additions & 3 deletions x-pack/plugins/graph/public/angular/templates/_index.scss

This file was deleted.

362 changes: 0 additions & 362 deletions x-pack/plugins/graph/public/angular/templates/index.html

This file was deleted.

This file was deleted.

Loading