All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH docs] Update dbus-interfaces.md for Event Log api
@ 2016-02-04  5:50 OpenBMC Patches
  2016-02-04  5:50 ` OpenBMC Patches
  0 siblings, 1 reply; 3+ messages in thread
From: OpenBMC Patches @ 2016-02-04  5:50 UTC (permalink / raw)
  To: openbmc

https://github.com/openbmc/docs/pull/18

Chris Austen (1):
  Update dbus-interfaces.md for Event Log api

 dbus-interfaces.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

-- 
2.6.4

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH docs] Update dbus-interfaces.md for Event Log api
  2016-02-04  5:50 [PATCH docs] Update dbus-interfaces.md for Event Log api OpenBMC Patches
@ 2016-02-04  5:50 ` OpenBMC Patches
  2016-02-08  8:54   ` Jeremy Kerr
  0 siblings, 1 reply; 3+ messages in thread
From: OpenBMC Patches @ 2016-02-04  5:50 UTC (permalink / raw)
  To: openbmc; +Cc: Chris Austen

From: Chris Austen <causten@users.noreply.github.com>

---
 dbus-interfaces.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dbus-interfaces.md b/dbus-interfaces.md
index 28fe410..db0f232 100644
--- a/dbus-interfaces.md
+++ b/dbus-interfaces.md
@@ -151,4 +151,30 @@ properties:
 
   *  `state`
 
+# Event Logs
 
+## `/org/openbmc/records/events`
+
+methods:
+
+  *  `Clear()`
+
+## `/org/openbmc/records/events/<logid>`
+
+methods:
+
+  *  `delete()`
+
+properties:
+
+  *  `message`
+
+  *  `association`
+
+  *  `reported_by`
+
+  *  `severity`
+
+  *  `debug_data`
+
+  *  `time`
-- 
2.6.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH docs] Update dbus-interfaces.md for Event Log api
  2016-02-04  5:50 ` OpenBMC Patches
@ 2016-02-08  8:54   ` Jeremy Kerr
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Kerr @ 2016-02-08  8:54 UTC (permalink / raw)
  To: openbmc; +Cc: Chris Austen

Hi Chris,

> From: Chris Austen <causten@users.noreply.github.com>

You may want to set your git user settings there? I can fix it for this
change though...


> diff --git a/dbus-interfaces.md b/dbus-interfaces.md
> index 28fe410..db0f232 100644
> --- a/dbus-interfaces.md
> +++ b/dbus-interfaces.md
> @@ -151,4 +151,30 @@ properties:
>  
>    *  `state`
>  
> +# Event Logs
>  
> +## `/org/openbmc/records/events`
> +
> +methods:
> +
> +  *  `Clear()`

All of our other methods start with a lowercase, is this intentional?


> +
> +## `/org/openbmc/records/events/<logid>`
> +
> +methods:
> +
> +  *  `delete()`
> +
> +properties:
> +
> +  *  `message`
> +
> +  *  `association`
> +
> +  *  `reported_by`
> +
> +  *  `severity`
> +
> +  *  `debug_data`
> +
> +  *  `time`

Looks good.

Cheers,


Jeremy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-08  8:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-04  5:50 [PATCH docs] Update dbus-interfaces.md for Event Log api OpenBMC Patches
2016-02-04  5:50 ` OpenBMC Patches
2016-02-08  8:54   ` Jeremy Kerr

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.