Commit Graph

12329 Commits

Author SHA1 Message Date
Chelsea Holland Komlo
eb3cead2bc rename signature algorithm type per code review feedback 2018-08-13 16:11:49 -04:00
Chelsea Holland Komlo
011eced69d extract functionality for determining signature algorithm per code review feedback 2018-08-13 16:08:23 -04:00
Chelsea Holland Komlo
4f1d40926e change string repr of signature algorithms to constants 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
4fe562ca8c remove redundant nil check 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
5bb7d9d570 add default case for empty TLS structs 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
1a1effd2aa add comments 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
febf24e71f type safety for string keys 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
781b9c640d add simple getter for certificate 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
92fc1ce470 refactor to use golang built in api for certs 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
bc01b401fc add functionality to check if signature algorithm is supported in cipher suites 2018-08-10 12:37:21 -04:00
Chelsea Holland Komlo
bfaf4dcb2b change function signature to take entire tls config object 2018-08-10 12:37:21 -04:00
Alex Dadgar
827dbabcc2 Fix protos 2018-08-09 13:29:05 -07:00
Alex Dadgar
0677e6b9d9 Merge pull request #4559 from hashicorp/f-base-plugin
Base/device/hclspec plugin protobufs
2018-08-08 10:09:01 -07:00
Alex Dadgar
49e27c0807 SetConfig 2018-08-07 16:16:23 -07:00
Alex Dadgar
8d16b7dc2a review feedback 2018-08-07 13:03:21 -07:00
Alex Dadgar
48d71eb0fe Base and device plugin and hclspec parser 2018-08-07 13:03:21 -07:00
Alex Dadgar
0663a2f3fe Vendor conflicts
Vendored the tagged version of protobuf.
2018-08-07 13:02:47 -07:00
Michael Schurter
08f88eb89f Merge pull request #4547 from msvbhat/systemd-unit-restart
Nomad systemd unit - Add restarting on failure
2018-08-06 17:24:48 -07:00
Chelsea Komlo
b4681039bd Merge pull request #4551 from hashicorp/f-plugin-dependencies
Upgrade plugin dependencies
2018-08-06 15:44:09 -04:00
Michael Lange
3a357a720e Merge pull request #4536 from hashicorp/f-ui-mobile-views
UI: Mobile Views
2018-08-06 11:31:46 -07:00
Michael Lange
ce117bffb2 Align the hamburger menu and ensure that it's full area is clickable 2018-08-06 11:21:54 -07:00
Michael Lange
191131bedf Remove extra whitespace 2018-08-06 11:21:54 -07:00
Michael Lange
84be4f3183 Make the hamburger menu look more traditional 2018-08-06 11:21:54 -07:00
Michael Lange
178642efe0 Test coverage for gutter menu interactions 2018-08-06 11:21:54 -07:00
Michael Lange
a69f5f15ac Make it "feel" mobile with a backdrop that closes the gutter menu on tap 2018-08-06 11:21:54 -07:00
Michael Lange
3a81b0e8ab Visual treatment for the collapsed gutter menu 2018-08-06 11:21:54 -07:00
Michael Lange
9258534f45 Treat the nomad logo and the hamburger menu as their own css components 2018-08-06 11:21:53 -07:00
Michael Lange
4eadc9f6ed Refactor navbar markup 2018-08-06 11:21:53 -07:00
Michael Lange
823c12ea26 Style the hamburber menu icon 2018-08-06 11:21:53 -07:00
Michael Lange
05273c7c36 Add open/close functionality to the gutter-menu when it's collapsed 2018-08-06 11:21:53 -07:00
Michael Lange
b06ee4f1a7 Hide the gutter menu at low width resolutions 2018-08-06 11:21:53 -07:00
Michael Lange
cae126168c Undo the responsive styles that come with bulma 2018-08-06 11:21:53 -07:00
Michael Lange
561d0b9ace Merge pull request #4529 from hashicorp/f-ui-job-overview-allocs
UI: Recent allocs + job allocs view
2018-08-06 11:21:09 -07:00
Michael Lange
32c321abbf Keep the search box around when a search yields no results 2018-08-06 11:02:22 -07:00
Michael Lange
29fcece8e7 Test coverage for the jobs/:job/allocations page 2018-08-06 11:02:22 -07:00
Michael Lange
f8504cb56f Tests for the recent allocations table 2018-08-06 11:02:21 -07:00
Michael Lange
a0148600a6 Refactor allocations page as a component 2018-08-06 11:02:21 -07:00
Michael Lange
b14693f168 Add object spread 2018-08-06 11:02:21 -07:00
Michael Lange
f50aff562c Treat filtering on an async relationship as async 2018-08-06 11:02:21 -07:00
Michael Lange
5fff8e1c9a Watch allocations on the job index page
Since there are no recent allocations, those alloc need to be watched
2018-08-06 11:02:21 -07:00
Michael Lange
e8a7d9db83 Don't use the boxed-section pattern on pages with one section 2018-08-06 11:01:27 -07:00
Michael Lange
b128c05dac Add search to the allocations page 2018-08-06 11:00:24 -07:00
Michael Lange
ac972a60e6 Link to the allocations page from the recent allocations table 2018-08-06 11:00:23 -07:00
Michael Lange
87c3aa2c89 Use the correct allocation row context in various places 2018-08-06 11:00:23 -07:00
Michael Lange
77e7d8edab Use the new taskGroup context for allocation row 2018-08-06 10:59:35 -07:00
Michael Lange
d250b2a54a New dedicated allocations page for jobs 2018-08-06 10:59:35 -07:00
Michael Lange
221881e502 Add recent allocations to relevant job overview pages 2018-08-06 10:59:35 -07:00
Michael Lange
bc41b23a13 Make sure memory and cpu bars have a consistent size 2018-08-06 10:59:35 -07:00
Michael Lange
137fbccb3d Remove the name column and add a created column to allocation rows 2018-08-06 10:59:35 -07:00
Michael Lange
81255bee16 Add createTime to the allocation model 2018-08-06 10:53:13 -07:00