mabashian
6ce88fdf4d
Separates search dropdown items from sort dropdown items
2018-12-17 13:16:08 -05:00
mabashian
21cf1d85e3
Remove border-radius on add button
2018-12-17 12:40:20 -05:00
mabashian
d43f0cb2fc
Removed extraneous style
2018-12-17 12:40:20 -05:00
mabashian
71ace1bc00
Small ux changes on the org list based on feedback
2018-12-17 12:40:20 -05:00
kialam
656e6d4f6a
Add back missing style.
2018-12-17 12:39:41 -05:00
Jake McDermott
b375963165
Merge pull request #68 from ansible/refactor-nav
...
replace navitem generator with expandable navgroup component
2018-12-17 12:15:39 -05:00
kialam
b3b6e0515e
Merge remote-tracking branch 'origin/add-org-new' into react-context-api
2018-12-17 11:59:46 -05:00
kialam
b8fc402d55
Implement React Context API
...
- Move API GET request to /v2/config out to the top level of our App.
- Store /v2/config response data in sessionStorage.
- Use Context API to pass down relevant data to Organizations component.
- Wrap our AnsibleSelect component as a context consumer and pass in the list of Ansible Environments of the logged in user.
- Clear sessionStorage object when user logs out.
- Update unit tests.
2018-12-17 11:44:11 -05:00
Michael Abashian
e58613b441
Merge pull request #70 from mabashian/69-hide-expand-collapse
...
Adds option to hide expand/collapse in toolbar and hides it for the org list
2018-12-17 11:40:24 -05:00
mabashian
14f1c4b652
Conditionally render rather than show expand/collapse
2018-12-17 11:28:34 -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
softwarefactory-project-zuul[bot]
a131250dc1
Merge pull request #2917 from AlanCoding/relaunch_sjt
...
Fx bug where some SJs could not be relaunched
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-17 15:07:32 +00:00
Michael Abashian
2d237b6dbb
Merge pull request #2 from jakemcdermott/wf-details-click
...
add output redirect route for workflow playbook nodes
2018-12-17 09:41:41 -05:00
Jake McDermott
1bb86dbdf0
use beginning of location path name when checking for active items
2018-12-17 00:16:49 -05:00
Jake McDermott
3d730ef8d2
add basic unit test for expandable navgroup component
2018-12-17 00:16:31 -05:00
Jake McDermott
5d4aa56f4a
refactor wrapped nav components to expandable nav group component
2018-12-16 23:40:54 -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
softwarefactory-project-zuul[bot]
1d6c88b7e2
Merge pull request #2933 from ryanpetrello/openshift-ha-policy
...
configure an HA policy for openshift/k8s installs
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-14 19:45:26 +00:00
softwarefactory-project-zuul[bot]
049f85f3c9
Merge pull request #2937 from mabashian/2932-schedule-prompts
...
Fixes bug scheduling jt where first survey question is optional
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-14 19:37:03 +00:00
Ryan Petrello
4858868428
configure an HA policy for openshift/k8s installs
2018-12-14 14:08:30 -05:00
mabashian
4e37076955
Fixes bug scheduling jt where first survey question is optional
2018-12-14 14:08:06 -05:00
kialam
9292b21a41
Merge remote-tracking branch 'origin/master' into add-org-new
2018-12-14 10:14:36 -05:00
mabashian
4a8791693f
Adds option to hide expand/collapse in toolbar and hides it for the org list
2018-12-14 09:55:59 -05:00
Jake McDermott
9114c16a97
refactor navitem factory function to wrapped router-hoc nav components
2018-12-14 04:05:29 -05:00
Michael Abashian
b2ba863569
Merge pull request #51 from mabashian/43-lingui
...
Add support for i18n using lingui
2018-12-13 16:56:16 -05:00
softwarefactory-project-zuul[bot]
e6f654b568
Merge pull request #2924 from AlanCoding/run_as_root
...
Catch python error when unable to find user
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-13 18:01:55 +00:00
AlanCoding
65e110cdbf
catch python error when unable to find user
2018-12-13 11:47:54 -05:00
softwarefactory-project-zuul[bot]
10e99c76a8
Merge pull request #2921 from GitStorm/patch-1
...
tower-cli config: host value needs to be URL
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-13 13:13:42 +00:00
GitStorm
b0e3bc96dd
tower-cli config: host value needs to be URL
...
Since the key name "host" is slightly misleading, it would help to point out in this documentation, that in fact an URL is required for that key/value pair "host" in the tower-cli config. Failing to do so drops the follwing error:
Error: There was a network error of some kind trying to connect to Tower.
The most common reason for this is a settings issue; is your "host" value in `tower-cli config` correct?
2018-12-13 11:52:56 +01:00
softwarefactory-project-zuul[bot]
59df54b363
Merge pull request #2919 from ryanpetrello/dispatcher-task-import-hardening
...
only allow the task dispatch worker to import and run decorated tasks
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-13 01:12:48 +00:00
Ryan Petrello
5950f26c69
only allow the task dispatch worker to import and run decorated tasks
...
this _technically_ prevents a remote code exploit where a user who has
access to publish AMQP messages to the dispatch queue could craft
a special message that would import and run arbitrary Python functions;
that said, the types of user with this privilege level are generally
_already_ the awx user (so they can already do this by hand if they
want)
2018-12-12 17:46:41 -05:00
mabashian
ef9f9e902e
Update readme with new npm command syntax
2018-12-12 13:17:07 -05:00
AlanCoding
a3a5c6bf9f
fix bug where some SJs could not be relaunched
2018-12-12 11:56:57 -05:00
mabashian
ac8553df85
Pull messages from the correct location
2018-12-12 11:30:50 -05:00
mabashian
6adcac85a6
Moves locales out of src and into build dir. Changes npm commands from extract/compile to extract-strings/compile-strings
2018-12-12 11:28:29 -05:00
kialam
7ea5ea2ecd
Merge pull request #55 from ansible/ansible-environment-dropdown
...
Basic Ansible Environment Select Component
2018-12-12 11:03:00 -05:00
softwarefactory-project-zuul[bot]
ca16787e7c
Merge pull request #2697 from ryanpetrello/smarter-websocket-expiry
...
stop various async background requests from bumping the session expiry
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-12 15:39:20 +00:00
kialam
44029c2191
Use object desctructuring.
2018-12-11 16:57:38 -05:00
kialam
9627a73978
Rename AnsibleEnvironmentSelect to AnsibleSelect
...
- Update references to the component.
2018-12-11 16:42:24 -05:00
kialam
9c7d449a4d
Abstract out API get request to Add Org component.
...
- This makes it so we now have a generic select dropdown where we can pass data down as props.
2018-12-11 16:20:55 -05:00
softwarefactory-project-zuul[bot]
271bd10b47
Merge pull request #2907 from shanemcd/devel
...
Bump version to 2.1.2
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-11 17:59:17 +00:00
Shane McDonald
e3872ebd58
Bump version to 2.1.2
2018-12-11 12:30:10 -05:00
softwarefactory-project-zuul[bot]
eee716644b
Merge pull request #2875 from MrMEEE/patch-1
...
Bumped Version to 2.1.1
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2018-12-11 17:25:26 +00: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
kialam
d047bc876a
Basic Ansible Environment Select Component
...
- Component conditionally renders based on # of virtual environments.
- User can add an Organization and associate it with a virtual environment.
2018-12-10 20:41:47 -05:00