Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Conversation

@btroncone
Copy link
Collaborator

Added tips to display after operator long description if they exist. Also removed parameter section
if no parameters exist.

Only1MrAnderson and others added 2 commits October 26, 2017 23:48
Added tips to display after operator long description if they exist. Also removed parameter section
if no parameters exist.
<app-operator-parameters
[operatorParameters]="parameters">
[operatorParameters]="parameters"
*ngIf="paramaters?.length">
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo parameters

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oops! Thanks for catching, sending up a fix now!

Copy link
Collaborator

@sumitarora sumitarora left a comment

Choose a reason for hiding this comment

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

Typo issue build is failing because of that not tests.

@ladyleet
Copy link
Member

@sumitarora really appreciate you helping review PRs.

@btroncone
Copy link
Collaborator Author

Weird, looks like everything passed this time but something with selenium failed. Care to take a look @kwonoj?

@codecov-io
Copy link

codecov-io commented Oct 27, 2017

Codecov Report

Merging #137 into master will increase coverage by 1.57%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
+ Coverage   86.88%   88.46%   +1.57%     
==========================================
  Files           4        7       +3     
  Lines          61       78      +17     
  Branches        7        7              
==========================================
+ Hits           53       69      +16     
- Misses          5        6       +1     
  Partials        3        3
Impacted Files Coverage Δ
src/app/shared.module.ts 100% <100%> (ø)
src/app/app.component.ts 100% <100%> (ø) ⬆️
src/app/toolbar/toolbar.module.ts 100% <100%> (ø)
src/app/toolbar/toolbar.component.ts 85.71% <85.71%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29af945...cc4bdf1. Read the comment docs.

@kwonoj
Copy link
Member

kwonoj commented Oct 27, 2017

It seems one time woes on travis.

Only1MrAnderson and others added 5 commits October 27, 2017 20:52
* refactor(Components): change to app.module and lazy loaded modules to use shared module
* refactor(ToolbarComponent): to resolve layout issue with sidenav
* refactor(sharedModule): removed duplicate import of sidemodule
* fix(sidenav): resolved sidenav import issue
@btroncone
Copy link
Collaborator Author

Can this be reviewed / merged? It fixes a couple of display issues on the operator page that may cause confusion to others checking their operator PR's. @ladyleet @kwonoj @sumitarora

@sumitarora
Copy link
Collaborator

@btroncone Please rebase with master.

@ladyleet
Copy link
Member

@btroncone 👍 - waiting on @kwonoj or @ashwin-sureshkumar to review & merge.

@ashwin-sureshkumar ashwin-sureshkumar merged commit 9c532b5 into ReactiveX:master Nov 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants