softwarefactory-project-zuul[bot]
a04329efed
Merge pull request #3453 from marshmalien/feat-toolbar-sort-application-tokens-list
...
Add sort to application tokens list
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-21 14:58:52 +00:00
Keith Grant
a0b2ce3ef1
Merge pull request #3451 from keithjgrant/inventory-vars-popout
...
Host/Inventory vars popout (code mirror)
2019-03-21 10:55:12 -04:00
mabashian
b394766075
Show manual project path when available
2019-03-21 10:45:16 -04:00
Keith Grant
cf62fa67bd
add links to activity stream for workflow_job_template_node
2019-03-20 17:00:42 -04:00
softwarefactory-project-zuul[bot]
f40b637efc
Merge pull request #3457 from AlexSCorey/3300-JTCreationPermissionOnDashboard
...
Shows the button the add a JT to users with permissions to make JTs.
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com >
https://github.com/AlexSCorey
2019-03-20 20:16:37 +00:00
Alex Corey
be507dbefb
Shows the button the add a JT to users with permissions to make JTs.
2019-03-20 14:55:28 -04:00
Keith Grant
8e48a3a523
interpret empty codemirror json content as empty object
2019-03-20 13:51:10 -04:00
Keith Grant
e9cf1475ca
de-lint
2019-03-20 11:45:51 -04:00
John Mitchell
7791c5f5ba
hide groups that host is already associated with on relevant lists
2019-03-20 11:34:05 -04:00
Marliana Lara
19abd24c91
Add sort to application tokens list
2019-03-20 11:30:56 -04:00
Keith Grant
86c7fd3b5d
codemirror: sync data when closing modal by clicking outside
2019-03-20 11:01:42 -04:00
Keith Grant
2657779eda
cleanup comments
2019-03-20 08:56:42 -04:00
Keith Grant
ac890b8cda
don't show code-mirror tooltip icon if no tooltip provided
2019-03-20 08:36:53 -04:00
Keith Grant
b6d8f9c6f6
use code-mirror directive for host facts
2019-03-20 08:36:52 -04:00
Keith Grant
5583af2a58
form generator: add ng-disabled support to code mirror fields
2019-03-20 08:36:52 -04:00
Keith Grant
2ee6713050
centralize variable parsing logic in code mirror directive
2019-03-20 08:36:52 -04:00
Keith Grant
b28409c1c7
fix saving inventory variables
2019-03-20 08:36:52 -04:00
Keith Grant
ac5dec272b
code-mirror: keep yaml/json in sync when opening modal
2019-03-20 08:36:52 -04:00
Keith Grant
33b19ebe1f
code-mirror: keep yaml/json setting in sync with modal
2019-03-20 08:36:52 -04:00
Keith Grant
5d3e39beac
add use code-mirror directive for host variables; fix multiple code-mirrors on page at once
2019-03-20 08:36:52 -04:00
mabashian
bed63b3690
Work on getting extra vars popout working on inv form
2019-03-20 08:36:52 -04:00
Keith Grant
43ef4183df
trying to make codemirror editable
2019-03-20 08:36:52 -04:00
softwarefactory-project-zuul[bot]
74869494f9
Merge pull request #3441 from AlexSCorey/3258-workflowDisplay
...
makes the card for the workflow display taller
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-19 19:25:27 +00:00
Alex Corey
bd4337976e
makes the card for the workflow display taller
2019-03-19 15:02:05 -04:00
John Mitchell
50079c0441
fix issue where pagination would lose role filter
2019-03-19 12:52:59 -04:00
John Mitchell
f3173dbe26
address pr and product feedback
2019-03-19 12:08:36 -04:00
beeankha
a1dd5a4e19
WIP WFJT Node Activity Stream Bug Fix
2019-03-19 11:29:19 -04:00
John Mitchell
52e86cf0c3
hide rows from lists where adding would be redundant
2019-03-19 10:30:31 -04:00
Marliana Lara
bb33ed6415
Add sort and pagination to instances list
2019-03-18 13:36:58 -04:00
softwarefactory-project-zuul[bot]
62e1d5fdd2
Merge pull request #3435 from AlexSCorey/3421-fixInventoryGroupColumnV2
...
Fix inventory column width issues to make their contents readable
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-18 14:26:17 +00:00
Alex Corey
b8beb1c64e
Fix invetory column width issues to make their contents readable
2019-03-18 09:57:42 -04:00
softwarefactory-project-zuul[bot]
8f1c20423b
Merge pull request #3222 from beeankha/timeout_config
...
Add Timeout Feature to Email Notification Template
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-16 12:46:17 +00:00
softwarefactory-project-zuul[bot]
6b187946fb
Merge pull request #3370 from vismay-golwala/scroll_top
...
UI - scroll to top in pagination
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-15 13:42:04 +00:00
softwarefactory-project-zuul[bot]
d54f633a7b
Merge pull request #3401 from marshmalien/feat-toolbar-sort-applications-list
...
Add sort toolbar to applications list
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-15 13:32:17 +00:00
softwarefactory-project-zuul[bot]
d0571c2cab
Merge pull request #3408 from marshmalien/feat-toolbar-sort-instance-groups-list
...
Add sort toolbar to instance groups list
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-15 13:21:08 +00:00
beeankha
66a52655df
Change email notification success/fail messages and add a timeout feature
2019-03-14 16:37:22 -04:00
Vismay Golwala
32dbe3f86a
UI - scroll to top in pagination
...
Currently in pagination, when we switch from one page to another,
the view is stuck at the bottom and is slightly inconvenient to
scroll all the way to top, in potentially a large list of records.
So in order to prevent that, this commit sets automatic scroll to
top while switching between pages, using jQuery's animate and
scrollTop methods.
Signed-off-by: Vismay Golwala <vgolwala@redhat.com >
2019-03-14 16:35:30 -04:00
Alex Corey
2650cbfc87
Fixes issue with inventory group names that are extremely long.
2019-03-14 11:16:08 -04:00
Alex Corey
85eca47a93
fixes broken documentation link
2019-03-12 16:37:15 -04:00
Marliana Lara
56b3d6c79b
Add sort toolbar to instance groups list
2019-03-12 11:56:26 -04:00
softwarefactory-project-zuul[bot]
9d0a8d2047
Merge pull request #3377 from mabashian/root-all-groups-toggle
...
Adds toggle for all/root groups to inventory groups view
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-12 14:09:45 +00:00
Marliana Lara
ee6445d620
Update dataset from event listener instead of queryset search method
2019-03-11 15:08:53 -04:00
Alex Corey
8fb7cb6e82
add first name and last name to the headers row of the teams users list
2019-03-11 14:16:26 -04:00
Marliana Lara
b55212368b
Add sort toolbar to applications list
2019-03-11 13:44:21 -04:00
softwarefactory-project-zuul[bot]
b54ec6b9c8
Merge pull request #3389 from keithjgrant/launch-tooltips
...
add tooltips for fields prompted on launch
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-08 16:12:59 +00:00
Keith Grant
3acb474b19
de-dupe element ids
2019-03-08 10:16:42 -05:00
softwarefactory-project-zuul[bot]
7b570b59c6
Merge pull request #3367 from marshmalien/feat-toolbar-sort-jobs-list
...
Add toolbar sort to Jobs lists
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-08 14:18:15 +00:00
Keith Grant
09f9204917
add tooltips for fields prompted on launch
2019-03-07 16:27:01 -05:00
Marliana Lara
abb221d942
Stretch Layout container to full height
2019-03-07 13:44:15 -05:00
softwarefactory-project-zuul[bot]
c8fdf46dda
Merge pull request #3360 from jlmitch5/addUnsavedWorkflowChanges
...
add unsaved workflow changes flow
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-03-07 18:37:19 +00:00