Jake McDermott
7971cc5c17
Update CI Dockerfile to use new build tooling
2020-05-12 17:50:06 -04:00
Jake McDermott
6098ee8f7f
Add style-components macro where needed
...
We need to import the styled-components macro whenever we use the
css= prop.
2020-05-12 17:50:00 -04:00
Jake McDermott
41fa3e0473
Update readme with new build info
2020-05-12 17:49:57 -04:00
Jake McDermott
3ad62f586b
Update i18n for new build tools
2020-05-12 17:49:52 -04:00
Jake McDermott
43f32f98a9
Fix tests
2020-05-12 17:49:49 -04:00
Jake McDermott
abcf8fea96
Add tooling for building static files
2020-05-12 17:49:45 -04:00
Jake McDermott
10f324110e
Remove build and test configuration for aliases
2020-05-12 17:49:41 -04:00
Jake McDermott
0f335170c5
Remove import aliases from ui_next
...
For posterity, the script used to remove the aliases is included with
this commit:
python3 tools/dealias.py awx/ui_next/src
npm run lint -- --fix
npm run prettier
2020-05-12 17:49:23 -04:00
softwarefactory-project-zuul[bot]
12a04bf42e
Merge pull request #6989 from nixocio/ui_update_string_cap
...
Update strings to follow `sentence capitalization` style
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 20:53:04 +00:00
softwarefactory-project-zuul[bot]
4378dc62bb
Merge pull request #6968 from AlexSCorey/6919-UserAccessList
...
Adds User Access List
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 20:47:47 +00:00
softwarefactory-project-zuul[bot]
99de79dfc2
Merge pull request #6952 from AlexSCorey/6863-CopyProjectsAndInventories
...
Adds Copy Button to Inventory List and Project List
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 20:43:57 +00:00
Ryan Petrello
74308f3dad
further optimize job host summary queries
2020-05-12 16:38:28 -04:00
Shane McDonald
c3ff7ab247
Do not start services when generating swagger docs
2020-05-12 16:35:09 -04:00
softwarefactory-project-zuul[bot]
74c7d9686a
Merge pull request #7001 from AlexSCorey/6920-TeamsAccessList
...
Adds Teams Access List and tests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 20:09:58 +00:00
Alex Corey
d566b465aa
Adds Copy Button to Inventory List and Project List
2020-05-12 15:48:21 -04:00
softwarefactory-project-zuul[bot]
6aa972a6e9
Merge pull request #6975 from marshmalien/6574-inv-src-details
...
Add inventory source detail view
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 18:57:04 +00:00
Ryan Petrello
917c6b405e
properly update .failed, .last_job_id, and last_job_host_summary
2020-05-12 14:46:57 -04:00
softwarefactory-project-zuul[bot]
deadf197a3
Merge pull request #6955 from keithjgrant/5909-jt-launch-prompt-4
...
JT Launch prompt preview & validation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 18:45:48 +00:00
Keith Grant
90f6d4ed05
fix merging of survey values into extra_vars
2020-05-12 10:23:25 -07:00
Keith Grant
70a9a72c25
fix promptdetail test
2020-05-12 10:14:46 -07:00
softwarefactory-project-zuul[bot]
d2698c2cb1
Merge pull request #6935 from nixocio/ui_issue_6861
...
Add `Preview`, `more` and `Show Less` for translation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 17:06:03 +00:00
Alex Corey
09e72bc0ae
Adds Teams Access List and tests
2020-05-12 11:38:11 -04:00
Christian Adams
a38a7ad9b6
Merge pull request #4327 from ansible/i18n_release_3.7.0_translations
...
UI translation strings for release_3.7.0 branch
2020-05-12 11:10:07 -04:00
softwarefactory-project-zuul[bot]
c3afe3f815
Merge pull request #6994 from wenottingham/extra-logs
...
Remove extraneous re-install of rsyslog
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-12 14:37:59 +00:00
nixocio
8f6b654696
Add Preview, more and Show less for translation
...
Also, create a new custom component called `ChipGroup` to avoid repeat
code related to the total of chips to be translated.
See: https://www.patternfly.org/v4/documentation/react/components/chipgroup
closes:https://github.com/ansible/awx/issues/6861
2020-05-12 09:53:00 -04:00
Ryan Petrello
3cb2475307
properly handle host summary bulk updates if hosts go missing
2020-05-12 09:38:59 -04:00
ansible-translation-bot
732f2fb828
UI translation strings for release_3.7.0 branch
2020-05-12 13:15:21 +00:00
Alan Rominger
2e2fe40d2a
Add options to ovirt inventory file ( #4307 )
...
fixes schema differences from script
add back in default groups from script
change hostnames to reflect script
add in some hostvars
Generally allow giving plugin options from source variables
allows testing with insecure connection with ovirt_insecure
this is a behavior change from the script
2020-05-11 22:45:19 -04:00
Bill Nottingham
caa4e90fa0
Remove extraneous re-install of rsyslog
2020-05-11 22:24:16 -04:00
softwarefactory-project-zuul[bot]
bb0abf37e0
Merge pull request #6993 from gamuniz/venv_permission_fix
...
added try/except to virtual env
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-11 23:39:51 +00:00
Keith Grant
e3a3a47229
delete unused file
2020-05-11 15:51:35 -07:00
gamuniz
8b2c65a3fa
removed pass per feedback
2020-05-11 18:02:25 -04:00
Ryan Petrello
e7347d15c1
drastically optimize job host summary creation
...
see: https://github.com/ansible/awx/issues/6991
2020-05-11 17:13:06 -04:00
Gabe Muniz
1590c69590
added try/except to virtual env
2020-05-11 17:10:01 -04:00
nixocio
d6b56d8794
Update strings to follow sentence capitalization style
...
Also, add note about `sentence capitalization` in the ui_next docs.
See: https://www.patternfly.org/v4/design-guidelines/content/grammar-and-terminology#capitalization
2020-05-11 17:09:22 -04:00
Bill Nottingham
d96fd7e06f
Merge pull request #4322 from wenottingham/the-girl-with-the-pycurl
...
Don't uninstall pycurl, but do build it from source.
2020-05-11 16:39:39 -04:00
Marliana Lara
4e8bbdaae7
Add inventory source details
2020-05-11 15:58:45 -04:00
Chris Meyers
cb7036382b
Merge pull request #4320 from chrismeyersfsu/fix-ws_group_timeout
...
cleanup channel groups on start
2020-05-11 15:52:04 -04:00
Bill Nottingham
725437571d
Set a default pycurl SSL backend.
2020-05-11 15:25:44 -04:00
softwarefactory-project-zuul[bot]
9fd396cbe0
Merge pull request #6940 from jlmitch5/makeIdSearchANumber
...
make job id search use number field
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-11 19:23:20 +00:00
Alex Corey
10ccb57062
Fixes empty chip issue when user adds empty new line.
2020-05-11 15:10:31 -04:00
John Mitchell
1d3efecd99
make job id search use number field
2020-05-11 14:57:31 -04:00
softwarefactory-project-zuul[bot]
6a003919c0
Merge pull request #6936 from jlmitch5/defaultsInQS
...
add defaults to qs instead of passing as additional params to api requests
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-11 18:30:35 +00:00
softwarefactory-project-zuul[bot]
3f94657cdb
Merge pull request #6937 from jlmitch5/addDescripToTemplatesList
...
adds description-based search to templates list
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-05-11 18:27:51 +00:00
Keith Grant
dfecd4ad9d
fix tests
2020-05-11 11:17:09 -07:00
Keith Grant
0b207e02ab
set fields touched when steps marked as visited
2020-05-11 11:17:09 -07:00
Keith Grant
59e3306a3c
merge survey fields into rest of jt promt form
2020-05-11 11:17:09 -07:00
Keith Grant
da8f486c5d
flush out prompt validation errors
2020-05-11 11:17:09 -07:00
Keith Grant
1ac92b0493
add rough jt launch prompt validation
2020-05-11 11:17:09 -07:00
Keith Grant
11752e123d
converting prompt steps to hook-based approach
2020-05-11 11:17:09 -07:00