softwarefactory-project-zuul[bot]
e6232957b4
Merge pull request #4079 from ryanpetrello/ldap-setting-flake
...
work around a unit test that's periodically flaky
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-19 18:55:24 +00:00
Jeff Bradberry
1a72ff4c47
Use the in operator to test against the Organization membership subquery
...
If more than one Organization were selected by this subquery, then
Postgres would complain with "more than one row returned by a subquery
used as an expression". We needed to allow for that case.
Annoyingly SQLite3 doesn't seem to care, so writing a py.test test to
exercise this isn't feasible under our current development setup.
2019-06-19 14:49:02 -04:00
Jake McDermott
f33b343cd8
Merge pull request #274 from jakemcdermott/alias-top-level-imports
...
alias top-level imports
2019-06-19 13:09:26 -04:00
softwarefactory-project-zuul[bot]
c585c3d07d
Merge pull request #4105 from rooftopcellist/fix_instance_counts
...
Fixes analytics & metrics instance specific job counts
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-19 16:49:09 +00:00
softwarefactory-project-zuul[bot]
1413c1be7b
Merge pull request #4074 from ryanpetrello/whoopsie
...
fix a bug introduced in the inventory source detail API by v1 removal
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-19 15:52:47 +00:00
Jake McDermott
012852ec53
alias top-level imports
2019-06-19 11:45:57 -04:00
Michael Abashian
ee56e9ccfb
Reorganize file locations/directory structure ( #270 )
...
Reorganize file locations
2019-06-19 11:41:14 -04:00
Christian Adams
a5c057cc18
Fixes analytics & metrics instance specific job counts
2019-06-19 11:32:05 -04:00
softwarefactory-project-zuul[bot]
9c06dc7106
Merge pull request #4106 from shanemcd/fix-offline-builds
...
Downgrade pip
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-18 23:17:48 +00:00
Shane McDonald
fe850dff38
Fix offline builds
...
pip 19 added support for something called `pyproject.toml`. Several packages have been setting the option `build-backend = "setuptools.build_meta”` (bcrypt, attrs, jaraco) which seems to be the root of the problem when building from source. Until the community sorts this out I’m inclined to avoid pip 19.
2019-06-18 18:48:54 -04:00
Keith Grant
e3cb8d0447
Add JSON/YAML components ( #267 )
...
Add CodeMirrorInput and VariablesField
Add components for syntax highlighting, YAML/JSON toggle
2019-06-18 12:32:22 -07:00
Marliana Lara
0b10ff7fe6
Merge pull request #268 from marshmalien/263-org-badge-count-styles
...
Group organization list user and member badges
2019-06-18 13:53:32 -04:00
beeankha
40840e3789
Update migration file to indicate there is no reverse function in case of a rollback
2019-06-18 12:57:50 -04:00
softwarefactory-project-zuul[bot]
e3750f541e
Merge pull request #4096 from mabashian/4091-workflow-form
...
Fix field enablement on workflow form
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-18 16:15:57 +00:00
Marliana Lara
c9a4cb7696
Reduce gap between organization list count badges
2019-06-18 12:07:08 -04:00
softwarefactory-project-zuul[bot]
5d49fe2170
Merge pull request #4097 from shanemcd/five-dot-oh-dot-oh
...
Bump version to AWX 5.0.0
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-18 14:43:25 +00:00
softwarefactory-project-zuul[bot]
ca0e8102fd
Merge pull request #3982 from beeankha/notify_on_start
...
Notification On Job Start
Reviewed-by: Bianca Henderson <beeankha@gmail.com>
https://github.com/beeankha
2019-06-18 14:23:58 +00:00
Shane McDonald
08aff9bd2c
AWX 5.0.0
2019-06-18 10:12:42 -04:00
mabashian
164d305b51
More canAddWorkflowJobTemplate cleanup
2019-06-18 09:16:19 -04:00
mabashian
4d33e484d0
Fix field enablement on workflow form
2019-06-18 09:10:49 -04:00
softwarefactory-project-zuul[bot]
1897b18a6e
Merge pull request #4090 from Spredzy/bump_pip
...
Makefile: align pip and setuptools bump
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-17 20:52:44 +00:00
Yanis Guenane
ec92abf014
Makefile: align pip and setuptools bump
...
Signed-off-by: Yanis Guenane <yanis@guenane.org>
2019-06-17 21:58:42 +02:00
softwarefactory-project-zuul[bot]
5ed7db8cc2
Merge pull request #4085 from mabashian/4082-inv_obj
...
Ensure inventory_obj is on scope before checking it
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-17 18:08:43 +00:00
Michael Abashian
7a5cf4b81c
Add support for deleting templates on templates list ( #266 )
...
Adds support for deleting templates from the templates list
2019-06-17 13:52:05 -04:00
Marliana Lara
4e45a3b365
Merge pull request #256 from marshmalien/skeleton-job-results
...
Skeleton job results
2019-06-17 11:48:14 -04:00
beeankha
69502bc133
Add functions in migration file for deleting and altering 'any' state notifications
2019-06-17 10:47:58 -04:00
beeankha
17c89ed412
Remove tests for 'any' notification state
2019-06-17 10:47:58 -04:00
beeankha
f5b6bd65cf
More deletions of 'any' state
2019-06-17 10:47:58 -04:00
beeankha
c6f1806a23
Removing references to 'any' state notifications
2019-06-17 10:47:58 -04:00
beeankha
c65e6ba30b
Update the logic for 'any' and 'started' notifications
2019-06-17 10:47:58 -04:00
beeankha
d511d63a5a
Fixed typo
2019-06-17 10:47:58 -04:00
beeankha
30741e762a
Add more notification tests
2019-06-17 10:47:58 -04:00
beeankha
7687eddf6d
Add api test, edit AWX docs
2019-06-17 10:47:58 -04:00
beeankha
9cfed6f2a8
Add check for no-op case back, remove redundant on_commit code
2019-06-17 10:47:58 -04:00
beeankha
95896b1acd
Edit wfj running notification trigger
2019-06-17 10:47:58 -04:00
beeankha
68fe23d8b7
Update Organization Notification Template subclass, move success/fail wfj notification trigger
2019-06-17 10:47:58 -04:00
beeankha
dd372548a9
Update swagger test
2019-06-17 10:47:57 -04:00
beeankha
8d6e1f0927
Trigger running notifications in WFJs and edit unit test
2019-06-17 10:47:57 -04:00
beeankha
98fa1fc813
Add migration file
2019-06-17 10:47:57 -04:00
beeankha
8ec97235e3
Add feature for notifications to trigger on job start
2019-06-17 10:47:57 -04:00
mabashian
863d962ec2
Ensure inventory_obj is on scope before checking it
2019-06-17 07:40:08 -04:00
Ryan Kraus
468e79a754
Updated ovirt4 dynamic inventory script.
...
Pulling in the new ovirt4 dynamic inventory script that will be pulled in ansible/ansible#57824
Signed-off-by: Ryan Kraus <rmkraus@gmail.com>
2019-06-16 11:55:46 -04:00
softwarefactory-project-zuul[bot]
049b3a2e87
Merge pull request #4080 from AlanCoding/no_more_v1
...
Remove code used defunct jobs list POST
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-06-15 01:02:24 +00:00
Marliana Lara
096f5fb324
Fix lint errors and pull in new content error and loading handler
2019-06-14 15:34:55 -04:00
Marliana Lara
416d30a189
Add close button to job detail and test
2019-06-14 14:46:48 -04:00
Marliana Lara
cda5cc25b8
Add Job results skeleton tests
2019-06-14 14:46:48 -04:00
Marliana Lara
508d8311dd
Add Job results skeleton
2019-06-14 14:46:48 -04:00
Marliana Lara
54f9dd5e98
Add Job API model
2019-06-14 14:46:48 -04:00
Marliana Lara
4fe558392a
Update organization card header and tabs to use styled-components
2019-06-14 14:46:42 -04:00
Jake McDermott
a98be1443b
Merge pull request #255 from jakemcdermott/update-content-loading-and-errors
...
update content loading and error handling
2019-06-14 13:29:16 -04:00