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

UI: Allocation file system explorer #5871

Merged
merged 57 commits into from
Aug 20, 2019
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
f25817c
Add new routes to the router
DingoEatingFuzz Jun 20, 2019
5e43366
Add new menu item to the task subnav
DingoEatingFuzz Jun 20, 2019
ca7c4d3
Some placeholder templates and routes for new feature
DingoEatingFuzz Jun 20, 2019
d39d0f0
Test support and coverage for fs routing
DingoEatingFuzz Jun 20, 2019
429e89f
Merge pull request #5866 from hashicorp/f-ui/alloc-fs-routing
DingoEatingFuzz Jun 21, 2019
464aeae
Merge branch 'master' into f-ui/alloc-fs
backspace Jun 27, 2019
ee07bab
UI: Add allocation directory rendering (#5873)
backspace Jul 2, 2019
c2e782b
Merge branch 'master' into f-ui/alloc-fs
DingoEatingFuzz Jul 2, 2019
44fc18e
Merge remote-tracking branch 'origin/master' into f-ui/alloc-fs
DingoEatingFuzz Jul 2, 2019
42a53ff
Merge branch 'master' into f-ui/alloc-fs
backspace Jul 4, 2019
fdca5cf
Remove superfluous test attributes (#5927)
backspace Jul 8, 2019
f046ec3
UI: Add allocation directory sorting (#5914)
backspace Jul 23, 2019
c0ba4ee
Merge branch 'master' into f-ui/alloc-fs
backspace Jul 26, 2019
a21ae52
Move common stream frame decoding to a util
DingoEatingFuzz Jun 26, 2019
07f1c89
Use the stream decode util and never opt to use the plain query param
DingoEatingFuzz Jun 26, 2019
871fe10
Tweak log window math
DingoEatingFuzz Jun 26, 2019
a993a30
New task-file component
DingoEatingFuzz Jun 27, 2019
caf48ee
Extract a streaming-file component from the task-log component
DingoEatingFuzz Jun 27, 2019
45c8f37
image-file component for showing an image and image metadata
DingoEatingFuzz Jul 2, 2019
8966bc0
Styles for the image-file component
DingoEatingFuzz Jul 2, 2019
0698e11
Address WindowResizable refactor
DingoEatingFuzz Jul 2, 2019
6ec7faf
Markup for the image-file component
DingoEatingFuzz Jul 2, 2019
8403cba
Refactored and image support of the task-file component
DingoEatingFuzz Jul 2, 2019
a609606
Add a plainText mode
DingoEatingFuzz Jul 2, 2019
c335ace
Custom Log instance to deal with API quirks
DingoEatingFuzz Jul 2, 2019
ccbe31f
Always escape < and > to avoid inadvertently rendering html
DingoEatingFuzz Jul 20, 2019
fea3731
Integrate the task-file component with the fs explorer pages
DingoEatingFuzz Jul 20, 2019
bd9d73b
Fix a bug where tail calls for files weren't getting the correct params
DingoEatingFuzz Jul 21, 2019
c4dd61d
Mirage factory for file system fixtures
DingoEatingFuzz Jul 25, 2019
97c4509
Use the alloc file factory for the fs stat and fs ls end points
DingoEatingFuzz Jul 25, 2019
33f1da9
cat, stream, and readat mocks for alloc fs
DingoEatingFuzz Jul 25, 2019
4b037bd
Add hollow variation to empty-message
DingoEatingFuzz Jul 25, 2019
55349dc
Add unsupported file type state
DingoEatingFuzz Jul 25, 2019
8f496e8
Refactor existing fs tests to use new mirage factories
DingoEatingFuzz Jul 26, 2019
7294f38
Integration tests for the image-file component
DingoEatingFuzz Jul 26, 2019
6bd54f7
Test coverage for streaming file component
DingoEatingFuzz Jul 31, 2019
c451615
Test coverage for task-file component
DingoEatingFuzz Jul 31, 2019
0471f28
Add file mocks to every mirage scenario
DingoEatingFuzz Jul 31, 2019
a465046
fixup-integrate-file-component
DingoEatingFuzz Jul 31, 2019
be5c88f
Remove errant server logging line
DingoEatingFuzz Jul 31, 2019
e277cc5
Update factory-based fs tests to sort properly
DingoEatingFuzz Jul 31, 2019
473ef7a
Add page titles to filesystem routes (#6024)
backspace Aug 1, 2019
34213f4
Remove transition animation from sort arrows (#6067)
backspace Aug 6, 2019
e97c911
Use a data-uri instead of an image for the image-file-test
DingoEatingFuzz Aug 7, 2019
55039b6
Minor fixes from code review
DingoEatingFuzz Aug 7, 2019
26e74fe
Make a dedicated fs-breadcrumbs component
DingoEatingFuzz Aug 7, 2019
55d8ff4
Add additional troublesome characters to the alloc-file name factory
DingoEatingFuzz Aug 7, 2019
186a620
Include all client fs endpoints in the hosts block
DingoEatingFuzz Aug 8, 2019
038fc27
Always preload the alloc node so the client can be dialed first
DingoEatingFuzz Aug 8, 2019
ed55a7b
Test that the client is contacted correctly, and the server is used a…
DingoEatingFuzz Aug 8, 2019
0fad368
Limit the width of the right page layout column
DingoEatingFuzz Aug 8, 2019
a728ed1
Prevent a change in height when switching from a dir to a file
DingoEatingFuzz Aug 8, 2019
a321145
Encode characters in file paths to ensure proper URIs
DingoEatingFuzz Aug 12, 2019
354da0f
Merge pull request #6048 from hashicorp/f-ui/alloc-fs-files
DingoEatingFuzz Aug 19, 2019
65aa475
Use the standard empty state when a dir is empty
DingoEatingFuzz Aug 20, 2019
1783a7a
Merge pull request #6158 from hashicorp/f-ui/alloc-fs-empty-dir-state
DingoEatingFuzz Aug 20, 2019
7b038ac
Remove the temporary allocationFileExplorer mirage scenario
DingoEatingFuzz Aug 20, 2019
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
Prev Previous commit
Next Next commit
Add new menu item to the task subnav
  • Loading branch information
DingoEatingFuzz committed Jun 20, 2019
commit 5e433665976a2beeab38c3edce324dcc6ef421ae
1 change: 1 addition & 0 deletions ui/app/templates/allocations/allocation/task/subnav.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
<ul>
<li>{{#link-to "allocations.allocation.task.index" model.allocation model activeClass="is-active"}}Overview{{/link-to}}</li>
<li>{{#link-to "allocations.allocation.task.logs" model.allocation model activeClass="is-active"}}Logs{{/link-to}}</li>
<li>{{#link-to "allocations.allocation.task.fs" model.allocation model activeClass="is-active"}}Files{{/link-to}}</li>
</ul>
</div>