-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRM-13283 - Status page project #5973
Conversation
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
…t allowing strings via API
… a string as a minimum_report_severity
…valid severity values
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
---------------------------------------- * CRM-13823: Admin Status Page https://issues.civicrm.org/jira/browse/CRM-13823
Wait, no bomb icon? How are we supposed to know what's going on with CiviCRM without a bomb icon?? |
Looks like Jenkins has something to say.... but I think despite the claim of 45 alerts a lot of them are in a single block of code |
This looks to mostly be civilint stuff...I didn't civilint others' code, and by the look of it, maybe didn't even civilint all of mine. I'll go over that tomorrow. |
I think I'm the culprit on most of it--spacing issue here and there. I'll take care of it in a minute. |
---------------------------------------- * CRM-13283: Number of terms does not update the end date of membership https://issues.civicrm.org/jira/browse/CRM-13283
Okay so I created MegaphoneJon#1 against PalanteJon/status-page-jon which should fix the problems. And yes, I was responsible for 90% of the problems (I was putting spaces after function comments all over the place). |
CRM-13823 misc sp acing problems
Just a note that this should be CRM-13823, not CRM-13283. |
still red :-( |
These are a bunch of test failures--some of the new api, and others that are new tests themselves. @ginkgomzd @PalanteJon you know the new API code better than I. @colemanw here you go: |
👍 |
looks like they are mostly e-notices |
Looks like an integer rather than a string is being passed to the severity map function - leading to enotice - leading to bomb |
This is on my radar for this week, I haven't forgotten! The severity map should be able to take integer OR string, depending on the value of the $reverse argument. I'll get this sorted. |
How goes on this? |
At the top of my list for Wednesday. |
Eileen, Andrew - OK, I took a crack at this today. Andrew, I think you're more familiar with the code in question, so I'd like you to review. My first commit removed a few calls to severityMap where we were already evaluating integers. There's a second commit I did NOT make - look at $returnValues here: https://github.com/PalanteJon/civicrm-core/blob/status-page-jon/CRM/Utils/Check/Env.php#L418. It seems like that array isn't used anywhere - and there's an e-notice because $return isn't defined. I'm not sure what this code is intended to do, but I wanted to check in with you before simply removing it. Finally - when I clicked on "Details" on my failed build merge above, I got a 404 error. Do the test reports expire? |
They do expire - but you have a new result now due to your new commit. Sadly it's rejected you on test formatting |
Ugh, the one day my linter isn't working...but that's OK, I'm just |
Hmm - these Jenkins results all relate to files that aren't touched by this PR. It points to formatting issues with: None of those are the 24 files we edited: https://github.com/civicrm/civicrm-core/pull/5973/files Does that mean we're off the hook? |
Spot checking a random file, the smelly code in |
I can take a hint :) I'll try not to let this sit too long. |
Hmm...I rebased but I'm still getting errors? I'm going to ask Joseph for some git help. |
Closing in favor of #6276. |
This is the work that Andrew and I worked on during the post-Denver sprint, Michael's work is largely separate.