Alex Corey
e90ee5113d
Adds subform restore functionality and addresses PR issues
2020-03-03 11:57:36 -05:00
Alex Corey
4ccca08cda
Adds page section to fix render issue
2020-03-03 11:57:36 -05:00
Alex Corey
b757fdebf8
Fixes contentLoading issue in PR and enables Launch on JT List
2020-03-03 11:57:36 -05:00
Alex Corey
3ee6f1f3c7
Alpha order
2020-03-03 11:57:36 -05:00
Alex Corey
d4ba32d0c5
Adds Webhook form fields and tooltip to VariablesField component
2020-03-03 11:57:36 -05:00
Alex Corey
d97f516c3a
Fields work and forms save
2020-03-03 11:57:36 -05:00
Alex Corey
52a8935b20
Adds WorkflowJobTemplate Add and Edit form and functionality.
2020-03-03 11:57:36 -05:00
softwarefactory-project-zuul[bot]
c1bfcd73fb
Merge pull request #5972 from jainnikhil30/fix_smartinv_duplicate_hosts
...
fix smart inventory duplicate hosts
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-03 16:03:13 +00:00
softwarefactory-project-zuul[bot]
98dc6179f5
Merge pull request #5919 from AlanCoding/good_projects
...
Fail early processing project factory
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-02 18:41:47 +00:00
softwarefactory-project-zuul[bot]
16ecf17c69
Merge pull request #6115 from jlmitch5/scheduleListInDetailViews
...
add schedule list to detail views
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-02 16:31:03 +00:00
softwarefactory-project-zuul[bot]
5a164cae15
Merge pull request #6093 from ryanpetrello/remove-beat-thread
...
switch the periodic scheduler to a background process (instead of a thread) to avoid a cpython bug
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-03-02 15:46:27 +00:00
John Mitchell
b57405b696
assorted schedule list fixes:
...
- remove pagesection and card from component...move to where called for root list
- remove unnecessary placeholder schedule tab on job template detail
2020-03-02 10:00:27 -05:00
John Mitchell
5fdf6cf60f
simplify conditional checking if schedules tab should be shown on proj detail
2020-03-02 09:35:34 -05:00
John Mitchell
c1c382a941
update ScheduleList api read to single prop
2020-03-02 09:22:32 -05:00
softwarefactory-project-zuul[bot]
99cd2e601d
Merge pull request #6127 from benthomasson/bump_config_json
...
Bumps the version of config.json to 1.1
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 21:09:48 +00:00
Ben Thomasson
fc402aff29
Bumps the version of config.json to 1.1
2020-02-28 15:28:31 -05:00
softwarefactory-project-zuul[bot]
2ec035f918
Merge pull request #6124 from ryanpetrello/awx-login-token-description
...
cli: add the ability to specify a token description w/ `awx login`
Reviewed-by: Jeff Bradberry
https://github.com/jbradberry
2020-02-28 20:02:19 +00:00
softwarefactory-project-zuul[bot]
fe046b47b5
Merge pull request #6110 from keithjgrant/qs-empty-strings
...
Remove "Manual" option from search filters
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 17:19:30 +00:00
Ryan Petrello
3e0e4b6c8f
cli: add the ability to specify a token description w/ awx login
...
see: https://github.com/ansible/awx/issues/6122
2020-02-28 11:12:26 -05:00
softwarefactory-project-zuul[bot]
7fe57268f6
Merge pull request #6121 from rooftopcellist/add_total_instances
...
Add total licensed instances to analytics
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 13:56:19 +00:00
Nikhil Jain
9eecb24c32
fix smart inventory duplicate hosts
2020-02-28 09:46:44 +05:30
softwarefactory-project-zuul[bot]
a8a45fca84
Merge pull request #6117 from keithjgrant/6095-redirect-after-host-delete
...
Fix redirect after host delete
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-28 00:45:05 +00:00
softwarefactory-project-zuul[bot]
33df6f8ad2
Merge pull request #6109 from marshmalien/inventory-host-toggle
...
Use HostToggle component in InventoryHostList
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 23:53:50 +00:00
softwarefactory-project-zuul[bot]
44223003aa
Merge pull request #6112 from AlanCoding/the_canceled_dead
...
Cancel jobs if they were deleted in the database
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 22:17:16 +00:00
Keith Grant
a60e7a7855
fix redirect url after host delete
2020-02-27 13:39:56 -08:00
softwarefactory-project-zuul[bot]
e971ec993b
Merge pull request #6114 from squidboylan/fix_collection
...
Fix job_list all_pages next value
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 20:58:43 +00:00
John Mitchell
989ef3538e
add test for conditional show/hide of schedules tab for project detail view
2020-02-27 15:20:50 -05:00
John Mitchell
4db3e823bf
add schedule list to proj, jt and wfjt
2020-02-27 15:05:46 -05:00
Caleb Boylan
c374316648
Collection: Fix job_list all_pages next value
2020-02-27 11:42:33 -08:00
AlanCoding
5dba49a7bc
Lower level of log about skipped project update
2020-02-27 14:20:36 -05:00
AlanCoding
7b880c6552
Cancel jobs if they were deleted in the database
2020-02-27 14:12:47 -05:00
Keith Grant
5574cf0595
remove Manual option from project, inventory filters
2020-02-27 11:01:36 -08:00
John Mitchell
e706e0a2e2
update directory structure of schedule list files
2020-02-27 12:37:37 -05:00
Ryan Petrello
5364e78397
switch the periodic scheduler to a child process (instead of a thread)
...
I have a hunch that our usage of a daemon thread is causing import lock
contention related to https://github.com/ansible/awx/issues/5617
We've encountered similar issues before with threads across dispatcher
processes at fork time, and cpython has had bugs like this in recent
history:
https://bugs.python.org/issue38884
My gut tells me this might be related.
The prior implementation - based on celerybeat - ran its code in
a process (not a thread), and the timing of that merge matches the
period of time we started noticing issues.
Currently testing it to see if it resolves some of the issues we're
seeing.
2020-02-27 12:15:15 -05:00
Christian Adams
f93ca814ac
Add total licensed instances to analytics
2020-02-27 10:42:25 -05:00
Marliana Lara
3bf1ad3028
Move HostToggle into shared components directory
2020-02-27 09:56:21 -05:00
softwarefactory-project-zuul[bot]
e096ad18cb
Merge pull request #6001 from mabashian/4967-jt-prompt-on-launch
...
Adds prompt on launch support to the rest of the relevant jt fields
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-27 09:13:29 +00:00
softwarefactory-project-zuul[bot]
5ca73f1101
Merge pull request #6058 from marshmalien/5890-jt-completed-jobs-list
...
Add Completed Job list tab to multiple resources
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
https://github.com/AlexSCorey
2020-02-27 09:13:22 +00:00
Keith Grant
7e8fb29658
update qs utils to allow empty string params
2020-02-26 16:38:52 -08:00
softwarefactory-project-zuul[bot]
258689a9ed
Merge pull request #6090 from marshmalien/6085-hostListItem-remove-duplicates
...
HostListItem - Remove duplicate action items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 22:39:43 +00:00
mabashian
e80e3f7410
Reapply prompt on launch for job template fields after rebasing.
2020-02-26 16:59:45 -05:00
softwarefactory-project-zuul[bot]
154b9c36ac
Merge pull request #5747 from john-westcott-iv/collections
...
Porting Collections Off of Tower CLI
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 20:35:00 +00:00
Marliana Lara
deced917cf
Refactor HostListItem into functional component and add test for host toggle
2020-02-26 15:27:19 -05:00
softwarefactory-project-zuul[bot]
88b7256e96
Merge pull request #6087 from jakemcdermott/fix-6054
...
Fix several ui_next bugs related to unexpected data types
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
https://github.com/jakemcdermott
2020-02-26 20:21:06 +00:00
Marliana Lara
033848a605
Refactor Hosts into functional component
2020-02-26 15:10:17 -05:00
mabashian
0e663921d6
Removes rogue comment and marks JT inventory validation string for translation.
2020-02-26 14:47:28 -05:00
mabashian
0582079606
Adds prompt on launch support to the rest of the relevant fields in the Job template form. Adds extra variables field to the job template form. Removes the advanced section in favor of a straight form.
2020-02-26 14:47:28 -05:00
Jake McDermott
6536f5a453
Delete falsey project creds before POST|PATCH
...
Depending on the permissions of the user submitting the form, the API
might throw an unexpected error if our creation request has a
zero-length string as its credential field. As a work-around,
normalize falsey credential fields by deleting them.
2020-02-26 14:22:58 -05:00
AlanCoding
c5079607aa
Fail early processing project factory
2020-02-26 14:21:38 -05:00
softwarefactory-project-zuul[bot]
26dcb000f6
Merge pull request #6081 from ryanpetrello/launch-monitor-rc
...
cli: make launch with --monitor return code respect the final job status
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-02-26 19:18:10 +00:00