Matthew Jones
272e5829f2
Setup instance during settings unit tests
2016-01-12 09:25:09 -05:00
Matthew Jones
393c4c558c
pyflakes fix
2016-01-11 16:42:12 -05:00
Matthew Jones
5c2f555b1d
Updating new_in for 3.0
2016-01-11 16:41:55 -05:00
Matthew Jones
f366b34847
Adding database config unit tests
2016-01-11 16:01:16 -05:00
Matthew Jones
71c7dc16e3
Removing stray debug statement
2016-01-05 14:59:04 -05:00
Matthew Jones
ae12be9afa
Fixing up settings reset issue
...
This is done by not assigning the ActivityStream foreign key. Which is
almost superflous at this point
2016-01-05 14:34:40 -05:00
Matthew Jones
d2f99ad549
Handle operationalerror for unit tests
2015-12-17 14:00:17 -05:00
Matthew Jones
74c06cfc92
Fix up migration path
...
These settings aren't available during the initial database migration so
we'll use the defaults when bootstrapping the database
2015-12-17 13:13:12 -05:00
Matthew Jones
b59e4d8111
Fix up some flake8 import issues
2015-12-17 11:34:01 -05:00
Matthew Jones
4ae8d35cc3
Extra docs for callback plugins manifest entry
2015-12-17 11:26:42 -05:00
Matthew Jones
0e98491dac
Remove PROJECTS_ROOT and JOBOUTPUT_ROOT from stngs
2015-12-17 11:22:45 -05:00
Matthew Jones
5e1c98341b
Removing a stray debug statement
2015-12-17 10:50:07 -05:00
Matthew Jones
910f9bd4a3
Fixing up some flake8 issues
2015-12-17 10:48:15 -05:00
Matthew Jones
9db80bd9fc
Support tower license within the database
...
With backwards support for the file-based license
2015-12-16 11:21:52 -05:00
Matthew Jones
35b19bf220
Update settings references
...
* PROOT
* Pendo tracking state
* ad hoc commands
* activity stream
* org admin visibility
2015-12-15 16:44:08 -05:00
Matthew Jones
a4d4e6d0fb
Comment out some settings tougher to implement
...
Specifically ldap and radius
2015-12-15 16:42:54 -05:00
Matthew Jones
0404f6ebc3
Add a note about caching
2015-12-15 16:42:32 -05:00
Matthew Jones
dfd1ca4ae9
Relocate AUTH_TOKEN_* settings reference
2015-12-15 15:37:26 -05:00
Matthew Jones
e97e60bd30
Update settings location for certain values
...
* PROJECTS_ROOT
* JOBOUTPUT_ROOT
* SCHEDULE_MAX_JOBS
* STDOUT_MAX_BYTES_DISPLAY
2015-12-15 15:14:16 -05:00
Matthew Jones
16aa34522c
Fix up an export issue for tower_settings
2015-12-15 15:13:58 -05:00
Matthew Jones
7867a58c00
RBAC and settings reset
...
* Initial super-user only rbac with notes for future user-settings
support
* Clearing individual and all settings back to defaults
2015-12-15 12:12:54 -05:00
Matthew Jones
273181e894
Expand dbconfig support
...
* Support updating settings values
* Support activity stream endpoint
* Support clearing value
* Improve type conversion system for displaying values
2015-12-14 15:09:10 -05:00
Matthew Jones
f53f3d805d
View and some validation logic for database config
...
* Fixing some bugs in the manifest definition
* Database model and schema migration for tower settings
* Initial View and Serializer implementation using a strategy of merging
model instances and named tuples
2015-12-11 16:57:11 -05:00
Matthew Jones
fdcda43de6
Initial Database Configuration bootstrap
...
* Settings manifest, mapping internal settings to what can be used in
the database along with type information etc.
* Initial Database model
* Helper object that overlays database settings on django settings
2015-12-07 09:49:13 -05:00
John Mitchell
7bff586c4d
fixed login modal initial disappear
2015-11-25 14:51:55 -05:00
John Mitchell
16340975fd
fixed login modal straggling issues
2015-11-25 14:51:55 -05:00
John Mitchell
77f9523984
demodalize login to deal with back button issues
2015-11-25 14:49:17 -05:00
mabashian
512a7992e8
Merge pull request #512 from mabashian/launched-by-schedule-link-job-details
...
Added support for displaying a link in the job details view that poin…
2015-11-25 10:39:39 -05:00
Michael Abashian
11048ab92e
Added support for displaying a link in the job details view that points to the Schedule when a job is kicked off in that fashion. This link opens a modal and allows the end user to edit the Schedule in line without a page refresh.
2015-11-25 09:54:58 -05:00
jlmitch5
156b165065
Merge pull request #510 from jlmitch5/dashboard_counts
...
update dashboard counts to 3.0 styling
2015-11-24 20:38:04 -05:00
John Mitchell
1c655befe5
fixed height of mobile buttons
2015-11-24 16:25:09 -05:00
John Mitchell
7e783ba4b7
fixed border radius
2015-11-24 16:21:31 -05:00
John Mitchell
e45453b036
update dashboard counts to 3 styling
2015-11-24 12:05:39 -05:00
John Mitchell
1dbbd6fc4d
updated shrinkwrap dev dependencies too
2015-11-23 22:36:32 -05:00
John Mitchell
eebfa367ec
updated npm shrinkwrap
2015-11-23 22:33:28 -05:00
mabashian
e10e0bfd6c
Merge pull request #508 from mabashian/fix-package.json
...
Added jquery-ui and angular-route
2015-11-23 16:49:47 -05:00
Matthew Jones
3d30ad2db2
Updates for fixes on the core ec2 inventory module
...
Inventory syncs will still fail if you specify an instance_filter. We
need to check:
https://github.com/ansible/ansible/pull/13178
For the moment I'm making sure we specifically disable elasticache
querying but it still yields an error.
Will follow up with:
https://trello.com/c/h1U0w4WC/138-ec2-module-is-busted-if-you-set-instance-filters
2015-11-23 14:22:36 -05:00
John Mitchell
9733b2e285
fix pendolytics.name import mess up and jshint warning from before
2015-11-23 11:57:18 -05:00
Matthew Jones
76b02cde05
Fix job template job sorting
...
"started" isn't a good field to sort on as it can be Null. "created"
will always be available.
2015-11-23 13:42:39 -05:00
John Mitchell
54ad2eba8d
changed footer and pendolytics to using new convention to get rid of jshint errors
2015-11-23 10:21:25 -05:00
John Mitchell
3ff3247d46
merge fix of ui
2015-11-23 10:13:39 -05:00
Matthew Jones
d8831dedeb
Merge branch 'release_2.4.1' into devel
...
* release_2.4.1:
Update reprepro component version
vendoring ng-pendo as an Tower module
Updating version number and changelog for 2.4.1
Fix up location of apt key for mongo
2015-11-23 12:22:32 -05:00
Matthew Jones
e646715773
Merge branch 'release_2.4.0' into devel
...
* release_2.4.0: (24 commits)
CheckAccess for related fields for teams
Don't save the instance in set_actor if the user is invalid
fixed related values not populating in teams ui
update to more performant and 2.7.9 SSL-friendlier version of pywinrm
added dm.xmlsec.bindin license
stop waiting after summary fields are grabbed
Remove social auth user fields settings that don't have any effect.
fixed social authd user license issue
Remove cedric-vincent proot repo
Updating changelogs and readme
Fix typo in AnonymousUser
Fix an issue reauthing as a social auth user
fixed organization rest call from happening
fixed messing up add user form w social auth pw hide earlier
Update response object nesting for pendo service
update requirements.txt README
hide un and pw fields when user is social auth based
add pyrad to requirements.txt
added appdirs
add django-radius license
...
2015-11-23 12:19:37 -05:00
James Laska
9bed8376ba
Update AMI copy playbook
2015-11-20 14:05:22 -05:00
Jared Tabor
7a308db3e5
vendoring ng-pendo as an Tower module
2015-11-19 10:54:22 -08:00
Matthew Jones
fa0d4f180b
Updating version number and changelog for 2.4.1
2015-11-19 09:17:49 -08:00
James Laska
34c87f520b
Merge branch 'release_2.4.0' into stable
2015-11-18 15:13:09 -05:00
Jared Tabor
9c435080ac
CheckAccess for related fields for teams
...
for permissionsaddallowed
2015-11-18 11:10:10 -08:00
Matthew Jones
7ffbb2dac6
Don't save the instance in set_actor if the user is invalid
2015-11-18 07:27:52 -05:00
John Mitchell
b74f7d6cc5
fixed related values not populating in teams ui
2015-11-17 23:51:28 -05:00