Bill Nottingham
479ad13630
Fix some more typos while here.
2018-12-18 16:23:17 -05:00
Bill Nottingham
23c2e1be31
Fix 'credential' typo.
2018-12-18 16:12:10 -05:00
softwarefactory-project-zuul[bot]
7628ef01f1
Merge pull request #2938 from mabashian/wf-details-click
...
Updates to workflow node details link
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-18 12:06:33 +00:00
mabashian
c0730aa562
Prevent mousedown on details link from triggering pan functionality
2018-12-17 15:20:34 -05:00
mabashian
67d6a9f9ea
Fixes display of wf node details link in FF by adding height and width
2018-12-17 14:33:48 -05:00
mabashian
f9854abfa1
Fixed linting error
2018-12-17 10:40:20 -05:00
mabashian
2697615dbf
Undo GET request that was made for workflow node jobs missing a type and instead leverage the redirect route. The workflow node results redirect now works for all job types.
2018-12-17 10:26:01 -05:00
Jake McDermott
c8b15005b4
link to workflow playbook node route from workflow viewer
2018-12-14 19:22:23 -05:00
Jake McDermott
a5c4350695
add redirect route for workflow viewer
2018-12-14 19:20:01 -05:00
mabashian
9f18f8dbdb
Fixes split job inside workflow details link bug
2018-12-14 18:04:39 -05:00
mabashian
a8e1c8960f
Remove details function
2018-12-14 16:27:35 -05:00
mabashian
7f66053654
Changed workflow node details link to href so that i can be opened in new tab
2018-12-14 14:59:19 -05:00
mabashian
4e37076955
Fixes bug scheduling jt where first survey question is optional
2018-12-14 14:08:06 -05:00
Ryan Petrello
c2660af60d
stop various async background requests from bumping the session expiry
...
if a user has an active session that just sits on the dashboard or job
list, websocket messages that come in (for e.g., job status changes)
will trigger AJAX requests for more data; this process causes a user
with an idle login to continue to generate API requests, which in turn
ticks their expiry timer. As a result, users with active sessions
sitting on these two (popular) pages will never be automatically logged
out via SESSION_MAX_AGE.
this change introduces a special header that the UI can use to signify
that a request shouldn't bump the expiry timer
2018-12-11 09:15:58 -05:00
mabashian
ae7361f82d
Fixes bug where admin/member roles weren't showing up when adding user to org
2018-12-10 11:12:09 -05:00
softwarefactory-project-zuul[bot]
42562e86e4
Merge pull request #2888 from mabashian/sanitize-app-token-list
...
Sanitize username and description in application tokens list
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-07 21:42:38 +00:00
softwarefactory-project-zuul[bot]
982ed37b06
Merge pull request #2890 from mabashian/3198-survey
...
Fixes bug launching jt where first survey question is optional and empty
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-07 20:40:07 +00:00
mabashian
c0c666cc87
Fixes bug launching jt where first survey question is optional and empty
2018-12-07 15:12:22 -05:00
mabashian
b891e2c204
Properly POST credentials to workflow nodes
2018-12-07 14:37:56 -05:00
mabashian
a8bf7366cf
Sanitize username and description in application tokens list
2018-12-07 14:24:12 -05:00
softwarefactory-project-zuul[bot]
c4c99332fc
Merge pull request #2873 from ansible/related_slices
...
Show type in related_jobs, link based on type
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-06 20:51:00 +00:00
AlanCoding
f09b8efa87
tests and optimizations for UJT list with non-joblet recent_jobs
2018-12-04 16:16:05 -05:00
kialam
2a62e300a2
UI update to check recent job type for routing to detail pages.
2018-12-04 11:19:25 -05:00
softwarefactory-project-zuul[bot]
f6b075843e
Merge pull request #2845 from marshmalien/fix-org-ig-modal
...
Fix instance group modal selection
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-04 15:42:49 +00:00
Marliana Lara
4723773354
Fix instance group modal selection
2018-12-04 10:15:38 -05:00
softwarefactory-project-zuul[bot]
70be95cec5
Merge pull request #2861 from wenottingham/tighten-up-the-slack
...
Fix tooltip for slack channel list to note '#' is required.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-04 04:23:20 +00:00
Jake McDermott
47264b0809
point output search doc link to latest
2018-12-03 17:09:00 -05:00
Bill Nottingham
c51f235fab
Fix tooltip for slack channel list to note '#' is required.
2018-12-03 14:22:59 -05:00
softwarefactory-project-zuul[bot]
63b0796738
Merge pull request #2852 from jlmitch5/updateOrgCardsCountWhenDatasetChanges
...
update org cards count when dataset chnages
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-02 20:05:19 +00:00
softwarefactory-project-zuul[bot]
5961e3ef2e
Merge pull request #2846 from kialam/fix-3016-missing-job-events
...
Fix 3016 missing job events
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-01 05:12:05 +00:00
John Mitchell
1317572979
update org cards count when dataset chnages
2018-11-30 15:54:15 -05:00
John Mitchell
52f86a206a
add pagination to user tokens list
2018-11-30 14:27:23 -05:00
kialam
746a154f2b
Address missing job events.
...
- Fix off by one error.
- Add unit tests for Stream Service.
2018-11-30 11:23:15 -05:00
mabashian
15adb1e828
Changes workflow key icon from fa-key to fa-compass
2018-11-29 17:16:25 -05:00
kialam
362a3753d0
Remove 'angular-md5' from our dependencies.
2018-11-28 10:43:53 -05:00
kialam
71ee9d28b9
Add link to original gist and rename file.
2018-11-28 10:43:53 -05:00
kialam
d8d89d253d
Remove instances of "md5" from the UI.
2018-11-28 10:43:53 -05:00
Ryan Petrello
a72f3d2f2f
generate host_config_key using random UUIDs, not a time-based md5 hash
2018-11-28 10:43:45 -05:00
softwarefactory-project-zuul[bot]
d928ccd922
Merge pull request #2799 from ansible/jakemcdermott-readonly-viz
...
don't conditionally hide workflow viz templates list button
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-11-28 03:39:51 +00:00
mabashian
17cc82d946
Ensure that selected row is cleared when adding new node after editing existing node
2018-11-27 16:12:42 -05:00
mabashian
10de5b6866
Fixes clicking on a wf in wf node. Also fixes editing wf in wf node with inv prompt
2018-11-27 16:12:42 -05:00
mabashian
55dc27f243
Set active tab to jobs when initially clicking a workflow_job_template type node
2018-11-27 16:12:42 -05:00
mabashian
7bad01e193
Fixes e2e workflow visualizer tests
2018-11-27 16:12:42 -05:00
mabashian
62a1f10c42
Fix node pagination for project/inv
2018-11-27 16:12:42 -05:00
mabashian
3975a2ecdb
fix linkpath class
2018-11-27 16:12:42 -05:00
Jake McDermott
bfa361c87f
hide prompt button when not on jobs tab
2018-11-27 16:12:42 -05:00
Jake McDermott
d5f07a9652
hide inventory help message when not on jobs tab
2018-11-27 16:12:42 -05:00
Jake McDermott
65ec1d18ad
skip missing inventory prompt value check when selecting workflow node
2018-11-27 16:12:42 -05:00
Jake McDermott
7b4521f980
workflow node prompt fixup
...
* use workflow model and endpoint when node is workflow
* always include template type in prompt data
* skip missing inventory checks when node is workflow
* skip checks for required credential fields when node is workflow
2018-11-27 16:12:42 -05:00
John Mitchell
3762ba7b24
add back in workflow_nodes in order to be able to use it for count of nodes
2018-11-27 16:12:42 -05:00