chris meyers
37a715c680
use memcached unix domain socket rather than tcp
2020-04-06 08:35:12 -04:00
softwarefactory-project-zuul[bot]
99511de728
Merge pull request #6554 from wenottingham/this-may-be-what-alan-suggested
...
Allow disassociating orphaned users from credentials
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:26:49 +00:00
softwarefactory-project-zuul[bot]
82b1b85fa4
Merge pull request #6421 from AlexSCorey/6183-SurveyPreview
...
Adds Survey Preview Functionality
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:20:41 +00:00
softwarefactory-project-zuul[bot]
2aa29420ee
Merge pull request #6565 from chrismeyersfsu/fix-schema_workflow_identifier
...
static identifier in OPTIONS response for workflow job template node
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:20:37 +00:00
softwarefactory-project-zuul[bot]
9e331fe029
Merge pull request #6567 from mabashian/6531-approval-drawer-item-id
...
Adds workflow job id to header of approval drawer items
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 21:14:53 +00:00
softwarefactory-project-zuul[bot]
591cdb6015
Merge pull request #6566 from mabashian/4227-wf-template-row-rbac
...
Fix bug where JT is disabled in workflow node form for user with execute permissions on said JT
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 20:56:25 +00:00
softwarefactory-project-zuul[bot]
bc244b3600
Merge pull request #6564 from dsesami/column-type-name-change
...
Changed column label for plain jobs to "Playbook Run" to align with search
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 20:38:20 +00:00
Daniel Sami
3c888475a5
Changed displayed type name of plain jobs
...
updated and added i18n
removed import
prettier
2020-04-03 14:35:09 -04:00
softwarefactory-project-zuul[bot]
29b567d6e1
Merge pull request #6550 from ryanpetrello/fix-minutely-hourly
...
remove the limitation on (very) old DTSTART values for schedules
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 18:32:15 +00:00
softwarefactory-project-zuul[bot]
00aa1ad295
Merge pull request #6553 from ryanpetrello/remove-manual-inv-source-for-good
...
remove deprecated manual inventory source support
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 18:09:36 +00:00
Bill Nottingham
4f3213715e
Allow disassociating any user from a credential role.
...
This is preventing removing roles from users no longer in the organization.
2020-04-03 13:39:28 -04:00
mabashian
0389e72197
Adds workflow job id to approval header link to match up with what's displayed on the jobs list
2020-04-03 13:39:06 -04:00
mabashian
0732795ecc
Rows in the wfjt node form templates list should only be disabled if the user cannot start the job.
2020-04-03 13:27:28 -04:00
chris meyers
a26df3135b
static identifier in docs
...
* OPTIONS response descritpion for workflow job template node identifier
value was an ever changing uuid4(). This is telling the user the wrong
thing. We can not know what uuid4() is going to be in the docs. Instead,
for the OPTIONS response description, tell the user the form that the
uuid4() takes, ie. xxx-xxxx...
* Note that the API browser still populates a uuid4 for the user when it
generates the sample POST data. This is nice.
2020-04-03 13:12:49 -04:00
softwarefactory-project-zuul[bot]
a904aea519
Merge pull request #6551 from chrismeyersfsu/fix-nonce_replay_timestamp
...
simplify nonce creation and extraction
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 16:32:09 +00:00
Ryan Petrello
6bd5053ae8
remove the limitation on (very) old DTSTART values for schedules
2020-04-03 10:59:35 -04:00
Ryan Petrello
8b00b8c9c2
remove deprecated legacy manual inventory source support
...
see: https://github.com/ansible/awx/issues/6309
2020-04-03 10:54:43 -04:00
softwarefactory-project-zuul[bot]
2b9acd78c8
Merge pull request #6522 from chrismeyersfsu/feature-wsbroadcast_status
...
add broadcast websocket status command
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 02:25:25 +00:00
chris meyers
d7f0642f48
add ws broadcast status to sos report
2020-04-02 21:46:12 -04:00
chris meyers
8bbae0cc3a
color output of ws broadcast connection status
2020-04-02 21:46:12 -04:00
chris meyers
c00f1505d7
add broadcast websocket status command
2020-04-02 21:46:12 -04:00
softwarefactory-project-zuul[bot]
a08e6691fb
Merge pull request #6266 from rooftopcellist/configmap_container_files
...
ConfigMap supervisor configs and launch scripts for k8s
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 01:07:27 +00:00
softwarefactory-project-zuul[bot]
98bc499498
Merge pull request #6468 from jlmitch5/hostGroupsList
...
add inventory host groups list and host groups lists
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-03 00:46:33 +00:00
chris meyers
6d0c42a91a
align with configmap changes
2020-04-02 20:05:26 -04:00
chris meyers
79c5a62279
simplify nonce creation and extraction
...
* time() library supports leap seconds also
2020-04-02 19:57:50 -04:00
softwarefactory-project-zuul[bot]
3bb671f3f2
Merge pull request #6497 from john-westcott-iv/tower_notification_update
...
Initial conversion of tower_notification
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 23:29:57 +00:00
softwarefactory-project-zuul[bot]
d77d5a7734
Merge pull request #6548 from marshmalien/5636-translate-login
...
Mark login button for translation
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 23:20:37 +00:00
John Mitchell
ab36129395
add inventory host groups list and host groups lists
2020-04-02 15:02:41 -04:00
AlanCoding
e99500cf16
Mark test as xfail, move to unit testing
2020-04-02 14:48:33 -04:00
softwarefactory-project-zuul[bot]
299497ea12
Merge pull request #6490 from marshmalien/5997-wf-view-node
...
Hook up view node button in workflow visualizer
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 18:27:09 +00:00
Marliana Lara
86b49b6fe2
Mark login button for translation
2020-04-02 14:19:13 -04:00
Christian Adams
9489f00ca4
Align k8 and ocp supervisor scripts
...
- Handle scl enable calls for python processes that use postgresql
- Handle ocp specific vars better
2020-04-02 13:56:33 -04:00
chris meyers
6d60e7dadc
align with openshift
2020-04-02 13:56:33 -04:00
Christian Adams
346b9b9e3e
ConfigMap supervisor configs and launch scripts for k8s
2020-04-02 13:56:33 -04:00
softwarefactory-project-zuul[bot]
99384b1db9
Merge pull request #6506 from shanemcd/stateless-set
...
Switch from StatefulSet to Deployment
Reviewed-by: Matthew Jones <mat@matburt.net>
https://github.com/matburt
2020-04-02 17:51:25 +00:00
Marliana Lara
d1b5a60bb9
Add project node details
2020-04-02 13:09:24 -04:00
Shane McDonald
d57258878d
Update more references to statefulset
2020-04-02 12:44:26 -04:00
softwarefactory-project-zuul[bot]
48414f6dab
Merge pull request #6542 from chrismeyersfsu/fix-align_redis
...
Fix align redis
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 16:22:31 +00:00
Shane McDonald
ff0186f72b
Delete k8s StatefulSet if it exists (for upgrades)
2020-04-02 12:21:35 -04:00
softwarefactory-project-zuul[bot]
a682565758
Merge pull request #6385 from AlexSCorey/6317-ConvertJTFormstoFormikHooks
...
Uses formik hooks for JT Form
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 15:52:35 +00:00
softwarefactory-project-zuul[bot]
0dee2e5973
Merge pull request #6482 from AlexSCorey/5901-SupportForWFJTSurvey
...
Adds Survey Functionality to WFJT
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2020-04-02 15:19:21 +00:00
chris meyers
929f4bfb81
start redis container with conf file
2020-04-02 11:13:35 -04:00
Alex Corey
d6722c2106
Adds tests for Survey Preview functionality
2020-04-02 10:02:35 -04:00
Alex Corey
6eef0b82bd
Adds Survey Preview Functionality
2020-04-02 10:02:35 -04:00
Alex Corey
fb4343d75e
Removes uncessary formikContext items in favor of useField.
...
Removed OrgId value from formik and get that value from project field
Updates tests and type.js to reflect those changes.
2020-04-02 09:31:35 -04:00
Alex Corey
a867a32b4e
Uses formik hooks for JT Form
2020-04-02 09:30:12 -04:00
Shane McDonald
3060505110
Switch from StatefulSet to Deployment
...
We can do this now that we dropped RabbitMQ.
2020-04-02 09:24:49 -04:00
beeankha
5d68f796aa
Rebase + fix typos
2020-04-02 09:21:33 -04:00
AlanCoding
15036ff970
Add unit tests for notification module
2020-04-02 09:14:50 -04:00
John Westcott IV
32783f7aaf
Fixing linting errors
2020-04-02 09:14:50 -04:00