Beatriz Rizental
eda8c4c686
Bug 1654384 - Add a specific simulator to each of the distributions metrics on the book ( #1150 )
2020-08-19 10:19:43 +02:00
Jan-Erik Rediger
15bd281d3a
Merge pull request #1157 from mozilla/ci-setup
2020-08-19 09:29:04 +02:00
Jan-Erik Rediger
d0149a5ac6
Merge pull request #1151 from mozilla/os-log
2020-08-19 09:28:43 +02:00
Jan-Erik Rediger
d9896b838f
Docs: Call out how to find the TaskCluster tasks
2020-08-18 13:33:58 +02:00
Jan-Erik Rediger
a573385b99
Update docs to use the right link-checker
...
[doc only]
2020-08-18 10:48:02 +02:00
Jan-Erik Rediger
8a843aebf4
Re-order chapters
...
Keep the most important ones first.
[doc only]
2020-08-18 10:48:02 +02:00
Jan-Erik Rediger
cdc87e1bd9
Document our CI setup
...
[doc only]
2020-08-18 10:48:02 +02:00
Michael Droettboom
ccb6b163e5
Increase rate limiter to 15 pings per minute. ( #1154 )
...
* Increase rate limiter to 15 pings per minute
* Update docs.
2020-08-17 14:57:10 -04:00
Jan-Erik Rediger
7979515d1c
Document how to access the Glean logs
...
[doc only]
2020-08-14 15:43:44 +02:00
Michael Droettboom
07f5210ae7
Bug 1657908: Use a better link checker in CI and fix links ( #1146 )
...
* Bug 1657908: Use a better link checker in CI and fix links
The Python-based linkchecker had buggy checking of anchors within pages,
which has caused a number of our internal doc links to break.
This replaces it with a different link checking tool, and then corrects
all of the errors it found.
* sudo make me a sandwich
* Combine lines
2020-08-10 08:15:49 -04:00
Alessio Placitelli
6db50e0411
Update the changelog and user docs for the C# experiments API
2020-08-07 18:37:02 +02:00
Beatriz Rizental
e697751e18
Bug 1601550 - Enforce disk quota on pending pings directory ( #1110 )
2020-08-07 11:44:01 +02:00
Jan-Erik Rediger
a2329debee
Merge pull request #1137 from mdboom/integration-checklist
...
[doc only] Bug 1657598: Add Glean integration checklist
2020-08-07 10:31:16 +02:00
Michael Droettboom
4cf4814b09
[doc only] Bug 1657598: Add Glean integration checklist
2020-08-06 10:00:21 -04:00
Michael Droettboom
76881c7fe5
Bug 1634626: Python: Add measure context manager
2020-08-06 09:19:56 -04:00
Alessio Placitelli
e42be65caf
Add user docs and update the changelog
2020-08-05 22:12:29 +02:00
Alessio Placitelli
3d776b09d4
Add user docs for the C# event metric type
...
This additionally updates the changelog
2020-08-05 12:10:04 +02:00
Michael Droettboom
8d0fa57eab
Bug 1651662: Support installing glean_parser in offline mode ( #1065 )
...
* Bug 1651662: Support installing glean_parser in offline mode
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
* spellcheck
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
2020-08-04 12:19:05 -04:00
Michael Droettboom
26a9a1adb9
Bug 1656580: Python: Remove glinter from load_metrics ( #1124 )
2020-08-04 12:00:05 -04:00
Alessio Placitelli
387ab68a8b
Update the changelog and add user docs for the C# integration
2020-08-04 10:23:07 +02:00
Alessio Placitelli
5db6f8e91c
Merge pull request #1108 from daoshengmu/cSharpStringList
...
Bug 1648441 - Implement string list in C#
2020-08-04 10:15:06 +02:00
Michael Droettboom
df96612f72
Bug 1655481, Bug 1655760: Add glean_parser version update script ( #1116 )
...
* Bug 1655481, Bug 1655760: Add glean_parser version update script
Also, check the glean_parser version at runtime from the Python bindings.
* pythonlint
* Add docs
* Add __init__.py
* mypy fix
2020-08-03 18:51:34 -04:00
Daosheng Mu
a53558dac1
Update StringListMetricType documentation.
2020-08-03 15:20:33 -07:00
Michael Droettboom
45b8619062
[doc only] Bug 1589116: Remove old debug activity classpath ( #1115 )
...
This has existed at the new name for 6 months, so fine to remove it now
2020-08-03 10:10:06 -04:00
Jan-Erik Rediger
8c36947624
Merge pull request #1118 from mozilla/disable-swiftformat
...
Bug 1656443 - CI: Don't run swiftformat
2020-08-03 15:11:21 +02:00
Alessio Placitelli
aac3839535
Require activities executed via `GleanDebugView` to be exported
...
See bug 1656778 for additional context.
2020-08-03 12:08:12 +02:00
Jan-Erik Rediger
36753eb2a4
CI: Don't run swiftformat
...
[doc only]
2020-08-03 12:00:03 +02:00
Alessio Placitelli
3e845b2b15
Merge pull request #1111 from Dexterp37/csharp_memory_distributio
...
Bug 1648439 - Add the MemoryDistributionMetricType to C#
2020-08-03 10:24:10 +02:00
Raphael Pierzina
d10dc73eaf
Add @hackebrot's TWiG post about burnham ( #1109 )
2020-07-30 13:19:29 -04:00
Alessio Placitelli
2fee6e6798
Add usage docs for the C# memory distribution metric type
2020-07-30 17:42:20 +02:00
Michael Droettboom
388f78be19
1641148: Integrate Python and Rust logging ( #1052 )
...
* 1641148: Integrate Python and Rust logging
This works by setting up a named pipe between Python and Rust logging.
This requires adding another thread to the Python side to read from the log.
The overhead of that *could* be problematic.
I have no idea if this approach will work on Windows.
This at least *does* work -- any callback-based approach has been ruled
out due to limitations of CFFI or the need to go to a compiling-against-
a-specific-version-of-Python approach (see details in bug).
* hangle -> handle
* Rename and better document function
2020-07-29 14:22:23 -04:00
Beatriz Rizental
218ff33ed6
Bug 1597761 - Don't create PingRequest if body exceeds 1MB ( #1098 )
2020-07-29 12:27:10 +02:00
Beatriz Rizental
9eee950e09
Make debug docs more detailed ( #1106 )
...
[doc only]
BONUS: standardize language used throughout debug doc
2020-07-29 12:22:26 +02:00
Jan-Erik Rediger
a4912f8976
Merge pull request #1101 from mozilla/shorter-bug-link
...
Use a shorter bugzilla link everywhere
[doc only]
2020-07-29 12:16:00 +02:00
Michael Droettboom
b676cdf3cf
[doc only] Documentation cleanup ( #1103 )
...
* [doc only] Documentation cleanup
This is just a basic cleanup of things I found reading through the user
documentation, mainly of the form:
- Correcting the uses of "Glean" vs. "Glean SDK"
- Updating a few facts that became out of date
- Removing a little Python -> C# copy-pasta
- Adding the missing new metric parameter `data_sensitivity`
- Not linking out to glean_parser for the metric parameter docs (which have been
duplicated in the Glean Book for some time).
* [doc only] Address comments in the PR
2020-07-28 10:44:57 -04:00
Beatriz Rizental
c8c4274aed
Bug 1653194 - Add the definition for 'measurement window' to glossary ( #1105 )
2020-07-28 15:06:00 +02:00
Beatriz Rizental
dafca57531
Implement ping tagging for iOS ( #1100 )
2020-07-28 14:34:49 +02:00
Alessio Placitelli
1dc6dfdeb3
Enable the c# Labeled Counter and add its documentation
2020-07-28 11:53:24 +02:00
Michael Droettboom
657909f47c
Fix YAML formatting
2020-07-27 18:38:27 -04:00
Jan-Erik Rediger
013203e07c
Use a shorter bugzilla link everywhere
...
This sets the correct product & components and adds the whiteboard tag
to place it in our triage list.
[doc only]
2020-07-27 17:59:06 +02:00
Alessio Placitelli
000cb8b2ea
Update the changelog and add c# labeled metrics docs
2020-07-27 14:14:17 +02:00
Alessio Placitelli
e0cb1f80ab
Add the c# timespan API docs
2020-07-24 14:41:36 +02:00
Beatriz Rizental
b623b9779f
Fix title of JWE payload on the Glean Book ( #1094 )
...
[doc only]
2020-07-23 18:15:23 +02:00
Jan-Erik Rediger
3a5722894f
Merge pull request #1086 from mozilla/docs-on-order-of-events-when-setting-upload
...
Bug 1650753 - Document behavior of `setUploadEnabled` if Glean is not initialized
2020-07-22 11:25:45 +02:00
Jan-Erik Rediger
93c17bee77
Deprecate `getUploadEnabled()` across all implementations
...
Due to Glean's asynchronous initialization the return value can be incorrect.
Applications should not rely on Glean's internal state.
Upload enabled status should be tracked by the application and communicated to Glean if it changes.
Note: The method was removed from the C# implementation.
2020-07-22 11:06:34 +02:00
Beatriz Rizental
ee5039301a
Bug 1650787 - Add docs about JWE metric type ( #1087 )
2020-07-22 11:00:58 +02:00
Michael Droettboom
6784592339
Upgrade glean_parser to 1.27.0
2020-07-21 19:14:26 -04:00
Michael Droettboom
708bd98275
Bug 1653196: Always record *some* value for app_display_version ( #1088 )
...
* Bug 1653196: Always record *some* value for app_display_version
* Add comment
* spellcheck
* Fix test
2020-07-21 18:29:04 -04:00
Michael Droettboom
4ef2d5bac9
Bug 1650781: Use overflow rather than invalid for long strings ( #1079 )
...
* Bug 1650781: Use invalid_overflow rather than invalid_value for long strings
* Update tests
* Fix iOS test
2020-07-21 16:43:19 -04:00
Jan-Erik Rediger
704c7ecef0
Document behavior of `setUploadEnabled` if Glean is not initialized
...
[doc only]
2020-07-21 16:34:07 +02:00