Ryan Petrello
6da445f7c0
remove /api/v1 and deprecated credential fields
2019-06-06 12:23:00 -04:00
Elijah DeLee
d39cfd1778
Update reference to test playbooks
2019-03-14 14:33:16 -04:00
Kia Lam
d2c345a374
Fix API lint error.
2019-02-22 13:06:20 -05:00
Kia Lam
0943f989ce
Fix various errors when trying to run make bulk_data
.
...
- Properly import PrimoridialModel.
- Use floor division operator for range() method to avoid float vs int errors.
2019-02-22 11:59:18 -05:00
Ryan Petrello
9bebf3217e
remove usage of import * and enforce F405 in our linter
...
import * is a scourge upon the earth
2019-02-13 17:10:33 -05:00
Ryan Petrello
f223df303f
convert py2 -> py3
2019-01-15 14:09:01 -05:00
Chris Church
4ec683efcb
Fix dummy data generator for WFJT node credentials.
2018-02-21 08:55:43 -05:00
cclauss
e18838a4b7
Modernize Python 2 code to get ready for Python 3
2018-02-08 17:26:22 +01:00
Ryan Petrello
28ce9b700e
replace all Job/JT relations with a single M2M credentials relation
...
Includes backwards compatibility for now-deprecated .credential,
.vault_credential, and .extra_credentials
This is a building block for multi-vault implementation and Alan's saved
launch configurations (both coming soon)
see: https://github.com/ansible/awx/issues/352
see: https://github.com/ansible/awx/issues/169
2017-11-14 12:49:12 -05:00
Jake McDermott
573d35feff
use dataset name as naming prefix
2017-09-15 17:22:13 -04:00
Jake McDermott
ab87f81ad8
add data generator preset
2017-09-15 17:22:03 -04:00
AlanCoding
1f2a7801fd
fix flake8 and data gen functionality
2017-08-18 15:30:20 -04:00
AlanCoding
d48c1bd71d
data generator schema update for 3.2
2017-08-16 17:14:56 -04:00
Ryan Petrello
ba259e0ad4
Introduce a new CredentialTemplate model
...
Credentials now have a required CredentialType, which defines inputs
(i.e., username, password) and injectors (i.e., assign the username to
SOME_ENV_VARIABLE at job runtime)
This commit only implements the model changes necessary to support the
new inputs model, and includes code for the credential serializer that
allows backwards-compatible support for /api/v1/credentials/; tasks.py
still needs to be updated to actually respect CredentialType injectors.
This change *will* break the UI for credentials (because it needs to be
updated to use the new v2 endpoint).
see: #5877
see: #5876
see: #5805
2017-04-21 15:42:26 -04:00
AlanCoding
0bd606e26f
remove unnecessary imports after context manager change
2017-02-21 12:08:03 -05:00
AlanCoding
9e363d82d8
disable activity stream in cleanup_jobs and test context managers
2017-02-16 14:09:48 -05:00
AlanCoding
efa676f3e7
tweaks to make data generator not fail on super large job event data sets
...
refine formatting of job event print statement
update presets.tsv file
2017-02-01 08:32:52 -05:00
AlanCoding
eaffde438b
encode logic for JT name-uniqueness in data generator
2017-01-26 09:00:10 -05:00
AlanCoding
c22cf2f7e6
more presets and timing functionality to data generator
2017-01-25 09:51:25 -05:00
AlanCoding
f265d2fe0f
tighten up code for new UJ queryset
2017-01-25 09:51:24 -05:00
AlanCoding
36c68178dd
cleanup from accessible_objects refactor
2017-01-25 09:51:24 -05:00
AlanCoding
b2d0871a5e
Refactor of accessible_objects for polymorphic model
...
query simplification, with break-out into an intermediary
state that can be used in access methods
2017-01-25 09:51:24 -05:00
AlanCoding
13bcf4b090
fix bulk data creator bugs for jobs and job events
2017-01-18 16:32:33 -05:00
AlanCoding
67686f640b
finish implementation of data generator presets, fix flake8
2017-01-03 09:23:27 -05:00
AlanCoding
8c05d7e968
clean up boilerplate for reading preset data
2017-01-03 08:53:45 -05:00
AlanCoding
ccf9fe4ecb
last job, more cleanup, and start work on preset data sets
2016-12-26 22:40:32 -05:00
AlanCoding
8f3041d8b4
add creation of labels
2016-12-25 19:42:56 -05:00
AlanCoding
bdfa29b778
apply created_by and other defaults to all
2016-12-25 18:45:58 -05:00
AlanCoding
9d8b1b4a12
add WFJT node networks
2016-12-24 23:17:09 -05:00
AlanCoding
be97f2ca74
generators plus WFJT nodes added to data generator
2016-12-22 14:37:02 -05:00
AlanCoding
c3aaccc0d4
make it so that repeated runs do not cause problems
2016-12-22 13:53:19 -05:00
AlanCoding
1346f7b580
fixing some of most annoying problems with bulk data generator
2016-12-22 12:03:56 -05:00
Aaron Tan
9e4655419e
Fix flake8 E302 errors.
2016-11-15 20:59:39 -05:00
Aaron Tan
473ed016de
Fix flake8 E305 errors.
2016-11-15 16:32:27 -05:00
Wayne Witzel III
a0c563e831
flake8 fixups
2016-07-26 14:50:48 -04:00
Wayne Witzel III
87ffded774
renaming Credential.owner_role -> Credential.admin_role
2016-06-24 16:55:07 -04:00
Akita Noek
569f61ed30
Fixed swapped transaction/rebuild statements
2016-04-22 10:17:21 -04:00
Akita Noek
41553c39bf
Moved dummy data generator out to tools directory
2016-04-18 16:56:29 -04:00