open-nomad/ui/tests/integration
Buck Doyle e525ff99d3
Remove inverse block for list-pagination (#6523)
As the angle bracket invocation RFC says:

> There is no dedicated syntax for passing an "else" block
> directly. If needed, that can be passed using the named
> blocks syntax.

https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md#block

Unfortunately, using a contextual component doesn’t help as
the yield inside that component will still result in content
rendering that would show when the source isn’t empty. So
we decided to change the interface so you have to check
whether the source is empty before using it, which aligns with
how list-table works.
2019-10-24 07:05:43 -05:00
..
components UI: Add copy button for client/allocation UUIDs (#5926) 2019-07-15 12:14:32 -05:00
job-page UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
.gitkeep sync 2017-09-19 10:08:23 -05:00
allocation-row-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
app-breadcrumbs-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
attributes-table-test.js UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
image-file-test.js Use a data-uri instead of an image for the image-file-test 2019-08-07 15:08:38 -07:00
job-diff-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
job-editor-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
list-pagination-test.js Remove inverse block for list-pagination (#6523) 2019-10-24 07:05:43 -05:00
list-table-test.js UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
multi-select-dropdown-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
page-layout-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
placement-failure-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
primary-metric-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
reschedule-event-timeline-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00
streaming-file-test.js Test coverage for streaming file component 2019-07-30 17:25:48 -07:00
task-file-test.js Encode characters in file paths to ensure proper URIs 2019-08-14 12:54:11 -07:00
task-log-test.js Use the stream decode util and never opt to use the plain query param 2019-07-30 17:22:45 -07:00
two-step-button-test.js UI: Remove ember-native-dom-helpers (#5959) 2019-07-23 14:40:32 -05:00