John Westcott IV
c67f50831b
Modifying schedules API to allow for rrulesets #5733 ( #12043 )
...
* Added schedule_rruleset lookup plugin for awx.awx
* Added DB migration for rrule size
* Updated schedule docs
* The schedule API endpoint will now return an array of errors on rule validation to try and inform the user of all errors instead of just the first
2022-04-28 15:38:20 -04:00
Sarah Akus
b885fc2d86
Merge pull request #12123 from marshmalien/12109-fix-user-role-association
...
Fix user role association in access modal
2022-04-27 19:23:53 -04:00
JST
4c93f5794a
Merge pull request #12098 from nixocio/ui_work_flow
...
Fix broken job WFJT details when related JT is deleted
2022-04-27 17:47:28 -03:00
Marliana Lara
fbe6c80f86
Fix user role association in access modal
2022-04-27 16:01:15 -04:00
Sarah Akus
856a2c1734
Merge pull request #12107 from keithjgrant/12101-job-output-single-item-pagination
...
fix off-by-one error in job output pagination
2022-04-27 10:43:20 -04:00
Keith J. Grant
1bd5a880dc
fix off-by-one error in job output pagination
2022-04-25 13:09:44 -07:00
nixocio
6060e7e29f
Fix broken job WFJT details when related JT is deleted
...
Fix broken job WFJT details when related JT is deleted
2022-04-25 12:33:12 -04:00
Christian M. Adams
972cb82d16
Fix Localization syntax errors
2022-04-24 01:18:37 -04:00
Christian M. Adams
3102df0bf6
Update Localization Strings & Add KO
2022-04-24 00:52:12 -04:00
Alan Rominger
cb63d92bbf
Remove committed_capacity field, delete supporting code ( #12086 )
...
* Remove committed_capacity field, delete supporting code
* Track consumed capacity to solve the negatives problem
* Use more verbose name for IG queryset
2022-04-22 13:41:32 -04:00
John Westcott IV
a0ccc8c925
Merge pull request #5784 from ansible/runner_changes_42 ( #12083 )
2022-04-22 10:46:35 -04:00
Sarah Akus
47160f0118
Merge pull request #12067 from ansible/dependabot/npm_and_yarn/awx/ui/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6 in /awx/ui
2022-04-22 09:54:38 -04:00
Alan Rominger
44f0609314
Merge pull request #11996 from AlanCoding/blockhead
...
Remove unnecessary blocks from project update playbook
2022-04-21 13:58:48 -04:00
Elijah DeLee
689a216726
move static methods used by task manager ( #12050 )
...
* move static methods used by task manager
These static methods were being used to act on Instance-like objects
that were SimpleNamespace objects with the necessary attributes.
This change introduces dedicated classes to replace the SimpleNamespace
objects and moves the formerlly staticmethods to a place where they are
more relevant instead of tacked onto models to which they were only
loosly related.
Accept in-memory data structure in init methods for tests
* initialize remaining capacity AFTER we built map of instances
2022-04-21 13:05:06 -04:00
Alan Rominger
4b45148614
Merge pull request #12016 from Ladas/analytics_collector_should_collect_full_license_data
...
Analytics collector should collect full license data
2022-04-21 11:12:33 -04:00
Alan Rominger
c84e603ac5
Remove unnecessary blocks from project update playbook
2022-04-21 10:04:14 -04:00
nixocio
0b4c3e3046
Update strings
...
Update strings
2022-04-20 14:51:08 -04:00
Sarah Akus
8a5fd11506
Merge pull request #12062 from nixocio/ui_issue_11770
...
Fix notification template details for system auditors
2022-04-20 14:14:43 -04:00
Alan Rominger
b565038fdf
Merge pull request #12066 from AlanCoding/resolved_role
...
Ship the resolved_role event data to analytics
2022-04-20 11:00:21 -04:00
Keith Grant
526b1e692a
remove output/stderr tabs from host detail modals when not present ( #12064 )
2022-04-19 17:17:37 -04:00
Alex Corey
ae7960e9d7
Adds popover help text to project details, and unifies those strings (used in the form and the details view) into 1 file ( #12039 )
2022-04-19 14:35:51 -04:00
Jeff Bradberry
3a1268de1e
Merge pull request #12068 from jbradberry/fix-event-partition-alignment-devel
...
Fix the job event partition alignment
2022-04-19 10:36:48 -04:00
Alan Rominger
2530ada9d7
Bump analytics event_table version
2022-04-18 16:49:53 -04:00
Jeff Bradberry
11890f0eee
Fix the job event partition alignment
...
it really should be always aligned to the hour, so that real job
events don't slip through the cracks.
2022-04-18 14:54:06 -04:00
nixocio
5cb3f31df0
Fix rows type for CodeDetails
...
Fix rows type for CodeDetails
2022-04-18 14:42:51 -04:00
dependabot[bot]
ac0624236e
Bump minimist from 1.2.5 to 1.2.6 in /awx/ui
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-18 18:41:38 +00:00
nixocio
13eb174c9f
Fix notification template details for system auditors
...
Fix notification template details for system auditors
See: https://github.com/ansible/awx/issues/11770
2022-04-18 14:02:44 -04:00
Alan Rominger
75d7cb5bca
Merge pull request #11989 from AlanCoding/deprecate_uopu
...
Mark inventory source field for deprecation
2022-04-18 11:59:05 -04:00
Alan Rominger
9059dce8af
Merge pull request #12041 from AlanCoding/commitment_problems
...
Mark committed_capacity field for removal
2022-04-18 11:58:47 -04:00
Alan Rominger
1676c02611
Ship the resolved_role event data to analytics
2022-04-18 11:42:19 -04:00
Kersom
86a888f0d0
Merge pull request #12063 from nixocio/ui_remove_dupe_css
...
Remove duplicate CSS rules
2022-04-14 16:11:18 -04:00
nixocio
816652a8e2
Remove duplicate CSS rules
...
Remove duplicate CSS rules
2022-04-14 15:19:29 -04:00
Sarah Akus
c1817ab19e
Merge pull request #12048 from nixocio/ui_issue_12046
...
Disable isCreatable on Advanced Search
2022-04-14 15:01:46 -04:00
Sarah Akus
b2dcc0d7e9
Merge pull request #12029 from nixocio/ui_issue_12008
...
Update when deleted is shown on job details
2022-04-14 14:44:13 -04:00
Amol Gautam
ae826ed19d
Merge pull request #12021 from amolgautam25/ctit_db
...
removed 'check_migrations' condition in _citi_db_wrapper
2022-04-14 08:59:48 -07:00
Elijah DeLee
e24fc43a45
Revert "Only fetch fields we need in task manager"
...
This reverts commit 868e811b3f .
Turns out this does not play well with polymorphic models.
Will try again with .defer()
2022-04-14 11:55:33 -04:00
Elijah DeLee
868e811b3f
Only fetch fields we need in task manager
...
By using .only we select fewer columns, avoiding potentially large
fields that we never reference.
Also, small tweak to eliminate what was a duplicate dictionary of
hostname:instance, because we don't need build and carry two copies of
the same data.
2022-04-13 17:24:33 -04:00
nixocio
f6496c28fe
Disable isCreatable on Advanced Search
...
Disable isCreatable on Advanced Search
See: https://github.com/ansible/awx/issues/12046
2022-04-13 15:34:13 -04:00
Sarah Akus
81cda0ba74
Merge pull request #12038 from keithjgrant/survey-array
...
Add array support to survey multiple choice questions
2022-04-13 15:00:49 -04:00
Elijah DeLee
2e9974133a
calculate remaining capacity in static method
...
this is to avoid additional queries when we allready have all
the active jobs fetched in the task manager
2022-04-13 11:56:07 -04:00
Sarah Akus
49051c4aaf
Merge pull request #12026 from AlexSCorey/11396-ofWordTranslation
...
Fixes pagination translation failure
2022-04-13 11:43:05 -04:00
Keith J. Grant
f4b0bd68bd
add tests for array/string survey multi-select
2022-04-12 15:14:09 -07:00
Alan Rominger
5a304db840
Mark inventory source field for deprecation
2022-04-12 16:24:35 -04:00
Alan Rominger
e3044298bf
Mark committed_capacity field for removal
2022-04-12 16:18:05 -04:00
John Mitchell
bbb9770a97
change back to Automation Analytics name ( #12022 )
2022-04-12 14:23:13 -04:00
Elijah DeLee
4328b4cb67
drop call that queries all running and waiting jobs
...
this is to fix one more place in the task manager where we end up
querying all running and waiting jobs.
Partial fix for https://github.com/ansible/awx/issues/11671
2022-04-12 10:31:47 -04:00
Keith J. Grant
a324753180
support survey choices in array format
2022-04-11 14:28:01 -07:00
Alex Corey
8478a0f70b
Fixes pagination translation failure
2022-04-11 14:45:11 -04:00
nixocio
8288655b30
Update when deleted is shown on job details
...
Update when deleted is show on job details.
Some job types should not display inventory or projects, update when
showing those fields.
Also, update when displaying information when
those fields where deleted.
See: https://github.com/ansible/awx/issues/12008
2022-04-11 14:20:42 -04:00
Rebeccah
f6b8ce18d0
I don't think these tests actually add anything, so I am removing them even though I wrote them in the first place.
2022-04-08 18:04:34 -04:00