Jake McDermott
6bdcba307c
fix missing comma
2018-02-24 13:59:55 -05:00
adamscmRH
87350e1014
prelim update to docs
2018-02-23 14:10:29 -05:00
adamscmRH
2911dec324
fixes app token endpoint
2018-02-23 11:06:53 -05:00
adamscmRH
99989892cd
fixs naming
2018-02-23 09:25:23 -05:00
adamscmRH
ecc61b62ca
reverts cookie change
2018-02-22 15:18:12 -05:00
John Mitchell
09efc03163
update incorrect logic for auth service rootscope/cookie logged in status vars
2018-02-22 15:18:12 -05:00
John Mitchell
db748775c8
make auth function convert values from cookies to boolean
2018-02-22 15:18:12 -05:00
adamscmRH
310f37dd37
clears authtoken & add PAT
2018-02-22 15:18:12 -05:00
John Mitchell
88bc4a0a9c
ui auth works on 8013 now
2018-02-22 15:18:12 -05:00
John Mitchell
976766e4a3
excise token-based auth from ui
2018-02-22 15:18:12 -05:00
Aaron Tan
1c2621cd60
Implement session-based and OAuth 2 authentications
...
Relates #21 . Please see acceptance docs for feature details.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2018-02-22 15:18:12 -05:00
Alan Rominger
2ebee58727
Merge pull request #1321 from AlanCoding/magic_credential
...
Alias filters by credential to credentials
2018-02-21 15:51:42 -05:00
AlanCoding
91e59ebd29
alias filters by credential to credentials
2018-02-21 14:57:26 -05:00
Marliana Lara
88b67c894c
Merge pull request #1231 from marshmalien/fix/tzid-schedules
...
Add support for TZID in schedule rrules
2018-02-21 13:55:31 -05:00
Marliana Lara
d71ecf1eee
Fix jshint confusing semantics error
2018-02-21 13:18:43 -05:00
Marliana Lara
b9a2f7a87e
Add debounce function to preview list to reduce overhead
2018-02-21 13:18:40 -05:00
Marliana Lara
e0cfd18aac
Set local timezone dropdown to rrule TZID value
2018-02-21 13:18:39 -05:00
Marliana Lara
73916ade45
Filter dates with moment.js instead of built-in angular date filter
2018-02-21 13:18:38 -05:00
Marliana Lara
1768001881
Add support for TZID in schedule rrules
2018-02-21 13:18:33 -05:00
Chris Church
795681a887
Merge pull request #1311 from cchurch/fix-dummy-data
...
Fix dummy data generator for WFJT node credentials.
2018-02-21 10:19:50 -05:00
Chris Church
4ec683efcb
Fix dummy data generator for WFJT node credentials.
2018-02-21 08:55:43 -05:00
Chris Church
727ded2d4d
Merge pull request #1308 from cclauss/patch-1
...
Py3 Syntax Errors: 0700 -> 0x700 and 0600 -> 0x600
2018-02-21 08:29:49 -05:00
cclauss
8967afc645
octal, not hex
2018-02-21 14:13:47 +01:00
cclauss
d66cad3e0e
Py3 Syntax Errors: 0700 -> 0x700 and 0600 -> 0x600
...
$ __python3 -c "0700"__
```
File "<string>", line 1
0700
^
SyntaxError: invalid token
```
2018-02-21 12:18:52 +01:00
Ryan Petrello
7db05855de
Merge pull request #1306 from ryanpetrello/isolated-fact-cache
...
support fact caching for isolated hosts
2018-02-20 15:50:49 -05:00
Ryan Petrello
7d9e4d6e2f
support fact caching for isolated hosts
...
see: https://github.com/ansible/awx/issues/198
2018-02-20 15:00:47 -05:00
Ryan Petrello
662f4ec346
Merge pull request #1304 from ryanpetrello/devel
...
remove dead code
2018-02-20 14:44:52 -05:00
Ryan Petrello
ac3ce82eb1
remove dead code
...
the code that persists `set_stat` data for workflows now lives elsewhere
related: d57470ce49
2018-02-20 14:14:23 -05:00
Alan Rominger
1582fcbb50
Merge pull request #1277 from AlanCoding/inv_multicred
...
Use the m2m field for inventory source credentials
2018-02-20 14:08:22 -05:00
AlanCoding
bb6032cff6
docs and review change for IS multivault
...
Mention inventory sources /credentials/ endpoint in docs
Also change means of identifying projects for the purose
of injecting custom credentials
2018-02-20 12:34:58 -05:00
AlanCoding
9c4d89f512
use the m2m field for inventory source creds
2018-02-20 12:34:56 -05:00
Matthew Jones
8505783350
Merge remote-tracking branch 'tower/release_3.2.3' into devel
...
* tower/release_3.2.3:
fix unicode bugs with log statements
use --export option for ansible-inventory
add support for new "BECOME" prompt in Ansible 2.5+ for adhoc commands
enforce strings for secret password inputs on Credentials
fix a bug for "users should be able to change type of unused credential"
fix xss vulnerabilities - on host recent jobs popover - on schedule name tooltip
fix a bug when testing UDP-based logging configuration
bump templates form credential_types page limit
Wait for Slack RTM API websocket connection to be established
don't process artifacts from custom `set_stat` calls asynchronously
don't overwrite env['ANSIBLE_LIBRARY'] when fact caching is enabled
only allow facts to cache in the proper file system location
replace our memcached-based fact cache implementation with local files
add support for new "BECOME" prompt in Ansible 2.5+
fix a bug in inventory generation for isolated nodes
properly handle unicode for isolated job buffers
2018-02-20 12:22:25 -05:00
Ryan Petrello
76ff925b77
Merge pull request #1298 from sjenning/add-import-playbook
...
add import_playbook as a top-level playbook indicator
2018-02-20 09:54:23 -05:00
Seth Jennings
42ff1cfd67
add import_playbook as top-level playbook indicator
2018-02-19 16:03:08 -06:00
Ryan Petrello
90bb43ce74
Merge pull request #1292 from ryanpetrello/fix-1291
...
don't require credentials to relaunch a job
2018-02-19 12:01:42 -05:00
Ryan Petrello
56e3d98e62
don't require credentials to relaunch a job
...
see: https://github.com/ansible/awx/issues/1291
2018-02-19 11:15:55 -05:00
Matthew Jones
7d51b3b6b6
Merge pull request #1116 from bmduffy/bugfix-pem-validation
...
[bugfix-pem-validation]
2018-02-19 07:53:19 -05:00
Brian Duffy
4270e3a17b
[bugfix] updated pem validation unit tests
2018-02-18 15:11:42 +00:00
Brian Duffy
098f4eb198
[bugfix-pem-validation] pass flake8
2018-02-18 01:46:31 +00:00
Jake McDermott
ae1167ab15
Merge pull request #1282 from ansible/jakemcdermott-patch-1
...
fix last run job variable reference
2018-02-16 16:35:35 -05:00
Jake McDermott
5b5411fecd
fix last run job variable reference
2018-02-16 16:32:13 -05:00
Brian Duffy
235213bd3b
updated regex
2018-02-16 16:06:33 +00:00
Wayne Witzel III
2c71a27630
Merge pull request #1123 from wwitzel3/new-permissions
...
New RBAC Roles
2018-02-15 16:56:03 -05:00
Alan Rominger
1a6819cdea
Merge pull request #630 from AlanCoding/text_type
...
Fix unicode bugs with log statements
2018-02-15 15:52:29 -05:00
AlanCoding
465e605464
fix unicode bugs with log statements
2018-02-15 15:26:58 -05:00
Alan Rominger
22f1a53266
Merge pull request #1233 from AlanCoding/no_turning_back
...
Raise 400 error on removal of credential on launch
2018-02-15 14:11:57 -05:00
Ryan Petrello
733b4b874e
Merge pull request #1255 from ryanpetrello/license-compliance
...
changes to license compliance
2018-02-15 09:30:41 -05:00
AlanCoding
3d433350d3
raise 400 error on removal of credential on launch
...
Definition of removal is providing a `credentials` list on launch
that lacks a type of credential that the job template has.
This assures that every category of credential the job template
has will also exist on jobs ran from that job template.
This restriction already existed, but this makes the endpoint
fail instead of re-adding the credentials.
This change makes manual launch congruent with saved launch
configurations.
2018-02-15 08:16:03 -05:00
Wayne Witzel III
30a5617825
Address PR feedback
2018-02-14 22:53:33 +00:00
Alan Rominger
5935c410e4
Merge pull request #629 from AlanCoding/export
...
Use --export option for ansible-inventory
2018-02-14 15:56:05 -05:00