Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
d81542db
Commit
d81542db
authored
Apr 06, 2017
by
LE GAC Renaud
Browse files
Merge branch 'master' into 'production'
Release 0.7.0 See merge request
!32
parents
1d2efd3a
8d155af3
Changes
144
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
95 additions
and
50 deletions
+95
-50
docs/api/generated/plugin_event.ON_CREATE_LISTS2.rst
docs/api/generated/plugin_event.ON_CREATE_LISTS2.rst
+2
-2
docs/api/generated/plugin_event.ON_UPDATE_LISTS2.rst
docs/api/generated/plugin_event.ON_UPDATE_LISTS2.rst
+2
-2
docs/api/generated/plugin_event.Report.rst
docs/api/generated/plugin_event.Report.rst
+2
-4
docs/api/generated/plugin_event.ReportUi.rst
docs/api/generated/plugin_event.ReportUi.rst
+2
-4
docs/api/generated/plugin_event.Selector.rst
docs/api/generated/plugin_event.Selector.rst
+3
-1
docs/api/generated/plugin_event.SelectorActiveItems.rst
docs/api/generated/plugin_event.SelectorActiveItems.rst
+0
-23
docs/api/generated/plugin_event.SelectorUi.rst
docs/api/generated/plugin_event.SelectorUi.rst
+3
-1
docs/api/generated/plugin_event.Source.rst
docs/api/generated/plugin_event.Source.rst
+17
-0
docs/api/generated/plugin_event.Timer.rst
docs/api/generated/plugin_event.Timer.rst
+22
-0
docs/api/generated/plugin_event.ViewportUi.rst
docs/api/generated/plugin_event.ViewportUi.rst
+2
-3
docs/api/generated/plugin_event.active_period.rst
docs/api/generated/plugin_event.active_period.rst
+2
-2
docs/api/generated/plugin_event.bicolor.rst
docs/api/generated/plugin_event.bicolor.rst
+6
-0
docs/api/generated/plugin_event.coverage.rst
docs/api/generated/plugin_event.coverage.rst
+2
-2
docs/api/generated/plugin_event.create_pdf.rst
docs/api/generated/plugin_event.create_pdf.rst
+2
-2
docs/api/generated/plugin_event.db2df.rst
docs/api/generated/plugin_event.db2df.rst
+6
-0
docs/api/generated/plugin_event.debug_df.rst
docs/api/generated/plugin_event.debug_df.rst
+6
-0
docs/api/generated/plugin_event.expand_per_year.rst
docs/api/generated/plugin_event.expand_per_year.rst
+6
-0
docs/api/generated/plugin_event.full_name.rst
docs/api/generated/plugin_event.full_name.rst
+2
-2
docs/api/generated/plugin_event.get_column_names.rst
docs/api/generated/plugin_event.get_column_names.rst
+2
-2
docs/api/generated/plugin_event.get_items.rst
docs/api/generated/plugin_event.get_items.rst
+6
-0
No files found.
docs/api/generated/
report/
plugin_event.
Metric1D.to_grid
.rst
→
docs/api/generated/plugin_event.
ON_CREATE_LISTS2
.rst
View file @
d81542db
plugin_event.
Metric1D.to_grid
plugin_event.
ON_CREATE_LISTS2
=============================
.. currentmodule:: plugin_event
.. automethod:: Metric1D.to_grid
\ No newline at end of file
.. autofunction:: ON_CREATE_LISTS2
\ No newline at end of file
docs/api/generated/
model/
plugin_event.
Report.metrics1d
.rst
→
docs/api/generated/plugin_event.
ON_UPDATE_LISTS2
.rst
View file @
d81542db
plugin_event.
Report.metrics1d
plugin_event.
ON_UPDATE_LISTS2
=============================
.. currentmodule:: plugin_event
.. automethod:: Report.metrics1d
\ No newline at end of file
.. autofunction:: ON_UPDATE_LISTS2
\ No newline at end of file
docs/api/generated/plugin_event.Report.rst
View file @
d81542db
...
...
@@ -12,10 +12,8 @@ plugin_event.EvtModelReport
:toctree: model/
~Report.define_tables
~Report.graphs
~Report.lists
~Report.metrics1d
~Report.metrics2d
~Report.lists2
~Report.metrics2d2
~Report.tables
...
...
docs/api/generated/plugin_event.ReportUi.rst
View file @
d81542db
...
...
@@ -12,10 +12,8 @@ plugin_event.ReportUi
:toctree: ui/
~ReportUi.define
~ReportUi.graphs
~ReportUi.lists
~ReportUi.metrics1d
~ReportUi.metrics2d
~ReportUi.lists2
~ReportUi.metrics2d2
...
...
docs/api/generated/plugin_event.Selector.rst
View file @
d81542db
...
...
@@ -12,7 +12,9 @@ plugin_event.EvtModelSelector
:toctree: model/
~Selector.define_tables
~Selector.selector
~Selector.selector_list
~Selector.selector_metric2d
~Selector.selector_source
...
...
docs/api/generated/plugin_event.SelectorActiveItems.rst
deleted
100644 → 0
View file @
1d2efd3a
plugin_event.SelectorActiveItems
================================
.. currentmodule:: plugin_event
.. autoclass:: SelectorActiveItems
:show-inheritance:
.. rubric:: Methods
.. autosummary::
:toctree: selector/
~SelectorActiveItems.get_years
~SelectorActiveItems.query
~SelectorActiveItems.reset_period
~SelectorActiveItems.set_year
docs/api/generated/plugin_event.SelectorUi.rst
View file @
d81542db
...
...
@@ -13,7 +13,9 @@ plugin_event.SelectorUi
:toctree: ui/
~SelectorUi.define
~SelectorUi.selector
~SelectorUi.selector_list
~SelectorUi.selector_metric2d
~SelectorUi.selector_source
...
...
docs/api/generated/plugin_event.
Metric1D
.rst
→
docs/api/generated/plugin_event.
Source
.rst
View file @
d81542db
plugin_event.
Metric1D
====================
=
plugin_event.
Source
====================
.. currentmodule:: plugin_event
.. autoclass::
Metric1D
.. autoclass::
Source
:show-inheritance:
.. rubric:: Methods
...
...
@@ -11,10 +11,6 @@ plugin_event.Metric1D
.. autosummary::
:toctree: report/
~Metric1D.to_df
~Metric1D.to_grid
~Metric1D.to_store
...
...
docs/api/generated/plugin_event.Timer.rst
0 → 100644
View file @
d81542db
plugin_event.Timer
==================
.. currentmodule:: plugin_event
.. autoclass:: Timer
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~Timer.__init__
\ No newline at end of file
docs/api/generated/plugin_event.ViewportUi.rst
View file @
d81542db
...
...
@@ -15,13 +15,12 @@ plugin_event.ViewportUi
~ViewportUi.app_node
~ViewportUi.configure_node
~ViewportUi.event_node
~ViewportUi.graph_node
~ViewportUi.help_node
~ViewportUi.list_node
~ViewportUi.meta_node
~ViewportUi.metric1d_node
~ViewportUi.metric2d_node
~ViewportUi.object_node
~ViewportUi.people_object_node
~ViewportUi.source_node
...
...
docs/api/generated/plugin_event.
split_dbfiel
d.rst
→
docs/api/generated/plugin_event.
active_perio
d.rst
View file @
d81542db
plugin_event.
split_dbfiel
d
plugin_event.
active_perio
d
==========================
.. currentmodule:: plugin_event
.. autofunction:: split_dbfield
\ No newline at end of file
.. autofunction:: active_period
\ No newline at end of file
docs/api/generated/plugin_event.bicolor.rst
0 → 100644
View file @
d81542db
plugin_event.bicolor
====================
.. currentmodule:: plugin_event
.. autofunction:: bicolor
\ No newline at end of file
docs/api/generated/plugin_event.
do_titl
e.rst
→
docs/api/generated/plugin_event.
coverag
e.rst
View file @
d81542db
plugin_event.
do_titl
e
plugin_event.
coverag
e
=====================
.. currentmodule:: plugin_event
.. autofunction:: do_title
\ No newline at end of file
.. autofunction:: coverage
\ No newline at end of file
docs/api/generated/
report/
plugin_event.
List.to_
df.rst
→
docs/api/generated/plugin_event.
create_p
df.rst
View file @
d81542db
plugin_event.
List.to_
df
plugin_event.
create_p
df
=======================
.. currentmodule:: plugin_event
.. automethod:: List.to_df
\ No newline at end of file
.. autofunction:: create_pdf
\ No newline at end of file
docs/api/generated/plugin_event.db2df.rst
0 → 100644
View file @
d81542db
plugin_event.db2df
==================
.. currentmodule:: plugin_event
.. autofunction:: db2df
\ No newline at end of file
docs/api/generated/plugin_event.debug_df.rst
0 → 100644
View file @
d81542db
plugin_event.debug_df
=====================
.. currentmodule:: plugin_event
.. autofunction:: debug_df
\ No newline at end of file
docs/api/generated/plugin_event.expand_per_year.rst
0 → 100644
View file @
d81542db
plugin_event.expand_per_year
============================
.. currentmodule:: plugin_event
.. autofunction:: expand_per_year
\ No newline at end of file
docs/api/generated/plugin_event.
get_valu
e.rst
→
docs/api/generated/plugin_event.
full_nam
e.rst
View file @
d81542db
plugin_event.
get_valu
e
plugin_event.
full_nam
e
======================
.. currentmodule:: plugin_event
.. autofunction:: get_value
\ No newline at end of file
.. autofunction:: full_name
\ No newline at end of file
docs/api/generated/
model/
plugin_event.
Report.metrics2d
.rst
→
docs/api/generated/plugin_event.
get_column_names
.rst
View file @
d81542db
plugin_event.
Report.metrics2d
plugin_event.
get_column_names
=============================
.. currentmodule:: plugin_event
.. automethod:: Report.metrics2d
\ No newline at end of file
.. autofunction:: get_column_names
\ No newline at end of file
docs/api/generated/plugin_event.get_items.rst
0 → 100644
View file @
d81542db
plugin_event.get_items
======================
.. currentmodule:: plugin_event
.. autofunction:: get_items
\ No newline at end of file
Prev
1
2
3
4
5
6
…
8
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment