Jared Tabor
742a004f29
removed the resizing and added more styling
...
i removed the lines of code that would resize the portal containers and moved it to the portal jobs list widget b/c resizing logic already happens there. But I added formatting of the 'Action' columns for both widgets to change them to 'Launch' and 'Details' respectively
2014-10-22 16:55:42 -04:00
Jared Tabor
adedb3a629
adjusted the height of the jobs list widget
2014-10-22 16:53:51 -04:00
Jared Tabor
71bd78085a
changed list objects for portal mode
...
removed unnecessary objects and adjusted some of the settings to make styling consistent b/t the two portal widgets
2014-10-22 16:51:42 -04:00
Jared Tabor
255a5158f3
adjusted viewJobLog() for portal mode
...
for viewing job details, i included a check for portal mode === true to have job detail page loaded in a new tab
2014-10-22 16:51:03 -04:00
James Laska
1559ba50bb
Be sure to minify before building RPMs
...
Also, break out individual clean targets that were helpful for testing
specific components.
2014-10-22 16:41:24 -04:00
Jared Tabor
c807b5b132
removing stale file
2014-10-22 12:33:49 -04:00
Jared Tabor
af7d03a06e
fixed the columns and sizing of portal widgets
...
i had to create new list items for the two widgets. portaljobtemplates and portaljobs which resemeble their respective parent copies but with many things removed and column widths adjusted. i also changed the sizing functions for the job list widget to better handle browser resizing
2014-10-22 12:32:55 -04:00
Luke Sneeringer
ad97ebb09b
Fix Makefile
2014-10-22 10:37:42 -05:00
James Laska
d7792413a0
Allow specifying RPM_DIST when running Makefile
...
Fixes an issue where the system running make isn't the desired %{dist}
target (e.g. building el7 packages on an el6 system).
2014-10-21 15:51:07 -04:00
Jared Tabor
012a83d37f
adding 'surveyCheckboxes' directive
...
the surveyCheckboxes directive takes a list of checkbox values and creates a checkbox list that collectively represents one scope object instead of several individual ones
2014-10-21 15:47:52 -04:00
James Laska
5905459fc6
Python source removal now happens during packaging
...
The dark arts previously used in the setup.py have now been pushed off
to debian/rules and ansible-tower.spec.
2014-10-20 16:16:57 -04:00
Luke Sneeringer
47cdb6fc57
register_instance in make develop
2014-10-20 14:46:47 -05:00
Matthew Jones
3918e39723
Make utf-8 encoding conditional based on the type coming into the
...
license generator function
2014-10-20 15:11:46 -04:00
Luke Sneeringer
46477a0c05
Add SYSTEM_UUID to local_settings.example
2014-10-20 12:21:29 -05:00
Matthew Jones
0f068f6127
Fix some encoding issues for custom inventory scripts
2014-10-20 13:04:45 -04:00
Luke Sneeringer
cbc7f6ec36
Merge branch 'ha-unstable'
2014-10-20 10:54:39 -05:00
Jared Tabor
0113e63374
fixed small error in job submission
...
added a check for 'passwords needed to start' in job launch function to fix inventory updates/sync updates
2014-10-20 11:50:56 -04:00
Luke Sneeringer
fa82ed56e2
Adding Instance/JobOrigin migration
2014-10-20 10:43:08 -05:00
Luke Sneeringer
4045a1e4fa
Migration, again! :)
2014-10-20 08:46:39 -05:00
Luke Sneeringer
841d5ab085
Merging migrations sucks.
2014-10-20 08:05:30 -05:00
Luke Sneeringer
1bdd1f4c34
Remove migration...again.
2014-10-20 08:05:30 -05:00
Luke Sneeringer
53234eb1ab
Return stub records in testing.
2014-10-20 08:05:29 -05:00
Luke Sneeringer
b18303be20
Readd migration for instances and job origins.
2014-10-20 08:05:29 -05:00
Luke Sneeringer
08570ef4e9
Add primary and secondary IP output to ping view.
2014-10-20 08:04:18 -05:00
Luke Sneeringer
2166a3788c
Adding HA status to ping view.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
bc763eab57
Know how to spot an HA environment.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
ac4bde69cc
Minor commit to make result_stdout_file become empty string.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
d325cd4d09
Remove file when moving data to database.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
dea41b6126
Record stdout in the database.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
223a2168b8
Commenting up the UnifiedJob.save method.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
ec1c770099
Added job cancelation when switching to secondary.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
e23801313e
Do a OneToOne with UnifiedJob.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
f6a501bb28
Register signal against subclasses separately.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
a72e72f20f
Adding a post_save receiver.
2014-10-20 08:04:17 -05:00
Luke Sneeringer
ec7aa1867f
Adding JobOrigin model and migration.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
1ae333ca1d
HA redirection.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
0e623f2337
Start of HA middleware.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
57194c9a89
Addition of IP address to instance records.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
60dae748dc
Adding IP Address to the instance.
...
Needed for redirecting.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
66dc2df8c3
Make development settings honor conf.d
2014-10-20 08:04:16 -05:00
Luke Sneeringer
e43488467e
Add dynamic role in /api/v1/ping/
2014-10-20 08:04:16 -05:00
Luke Sneeringer
1c11f43ea2
Thinking better of making the manager methods properties.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
a9260db790
Adding an instance manager.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
f77ae6f1bc
Fixing a variable error.
2014-10-20 08:04:16 -05:00
Luke Sneeringer
4915ba291e
Working instance registration.
2014-10-20 08:04:15 -05:00
Luke Sneeringer
3e2cf3acb3
Beginning work on instance registration, sanity checks.
2014-10-20 08:04:15 -05:00
Luke Sneeringer
35c6c72f2e
Add Instance.role property.
2014-10-20 08:04:15 -05:00
Luke Sneeringer
072ab2118f
Instance model (for HA)
2014-10-20 08:04:15 -05:00
Luke Sneeringer
b740faeccd
Setup wizard adjustments.
2014-10-20 08:04:15 -05:00
Luke Sneeringer
f5b7d500a5
Addition of a /ping/ endpoint to give basic HA info.
2014-10-20 08:04:14 -05:00