Wootric/segment-android-integration-wootric 1
Integration of Wootric Android SDK with Segment.io
sperand-io/analytics.js-integration-outbound 0
The Outbound analytics.js integration.
sperand-io/analytics.js-integration-owneriq 0
The OwnerIQ analytics.js integration.
sperand-io/analytics.js-integration-snap-pixel 0
Example Repo for a Segment <> Snap Pixel Integration (not deployed)
sperand-io/analytics.js-plugin-fomo 0
Loads Fomo onto your website via analytics.js
Minimal AWS Lambda function manager with Go support.
✍ It has never been so easy to document your things!
A collection of useful examples for working with Customer.io
sperand-io/gatsby-source-openapi-aggregate 0
Gatsby source plugin for pulling data into Gatsby from Open API/Swagger specifications
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
startedrileytestut/AltStore
started time in 19 hours
startedOpenSpace/OpenSpace
started time in a day
fork ambientlight/azure-rest-api-specs
The source for REST API specifications for Microsoft Azure.
fork in 2 days
issue openedsegment-integrations/analytics-android-integration-firebase
Getting Firebase Analytics errors after upgrading to 2.3.0 library version
Hey!
We've started to see a lot the errors after upgrading to 2.3.0 version.
E/FA: Item cannot contain custom parameters: view_item_list, Bundle[{item_name=TEST PRODUCT, labels=[Discount], image_url="test image url", regular_price=100.0, brand_id=1234, _err=23, price=35.00, sizes_available=7, currency=EUR, position=9, item_id=2323}]
Why is it happening? Do you have a migration guide to the latest library version?
created time in 3 days
startedstreetcomplete/StreetComplete
started time in 3 days
push eventterraform-docs/terraform-docs
commit sha 61cc005548e70b740e85ad64b946c97b6c9f4471
Render resources without URL correctly in Markdown and Asciidoc Signed-off-by: Khosrow Moossavi <[email protected]>
commit sha bb1e21acf709cdd04344a5fd3d5287ead3c9b074
Cosmetic cleanup asciidoc module table Signed-off-by: Khosrow Moossavi <[email protected]>
commit sha d3acf53bd2339ba400071bfbecd0f454e58eb27f
Merge pull request #526 from khos2ow/resource-no-url Render resources without URL correctly in Markdown and Asciidoc
push time in 4 days
PR merged terraform-docs/terraform-docs
<!-- Thank you for helping to improve terraform-docs!
Please read through https://git.io/JtEzg if this is your first time opening a terraform-docs pull request. Find us in https://slack.terraform-docs.io/messages/dev if you need any help contributing. -->
Description of your changes
<!-- Briefly describe what this pull request does. Be sure to direct your reviewers' attention to anything that needs special consideration.
We love pull requests that resolve an open terraform-docs issue. If yours does, you can uncomment the below line to indicate which issue your PR fixes, for example "Fixes #500": -->
Fixes #520
I have:
- [x] Read and followed terraform-docs' contribution process.
- [x] All tests pass when I run
make test.
How has this code been tested
<!-- Before reviewers can be confident in the correctness of this pull request, it needs to tested and shown to be correct. Briefly describe the testing that has already been done or which is planned for this change. -->
Added new resource in examples/ folder and updated corresponding golden files accordingly.
pr closed time in 4 days
issue closedterraform-docs/terraform-docs
Formatting issues with markdown
<!-- Thank you for helping to improve terraform-docs!
Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please note, this template is for bugs report, not feature requests. For more information, see the Contributing Guidelines at https://git.io/JtEzg. Please find us at https://slack.terraform-docs.io/ for questions, support, and discussion. -->
Describe the bug
In the markdown line breaks are being added and as a result breaking the Resource table. <!-- Please let us know what behaviour you expected and how terraform-docs diverged from that behaviour. -->
How can we reproduce it?
This is occurring specifically in the Resource section of the markdown and it occurs when several (5+) of the resources include hyperlinks. <!-- Help us to reproduce your bug as succinctly and precisely as possible. Any and all steps or script that triggers the issue are highly appreciated!
Do you have long logs to share? Please go to https://ghostbin.com and insert the link here. -->
Environment information
- terraform-docs version: v0.14.1 and v0.13.0 (via gh-actions)
- Go version: 1.16.4
- OS: Windows, Ubuntu
<!--
- terraform-docs version (use
terraform-docs --version): - Go version (if you manually built. use
go version): - OS (e.g. Windows, MacOS): -->
closed time in 4 days
JJibreelPR opened terraform-docs/terraform-docs
<!-- Thank you for helping to improve terraform-docs!
Please read through https://git.io/JtEzg if this is your first time opening a terraform-docs pull request. Find us in https://slack.terraform-docs.io/messages/dev if you need any help contributing. -->
Description of your changes
<!-- Briefly describe what this pull request does. Be sure to direct your reviewers' attention to anything that needs special consideration.
We love pull requests that resolve an open terraform-docs issue. If yours does, you can uncomment the below line to indicate which issue your PR fixes, for example "Fixes #500": -->
Fixes #520
I have:
- [x] Read and followed terraform-docs' contribution process.
- [x] All tests pass when I run
make test.
How has this code been tested
<!-- Before reviewers can be confident in the correctness of this pull request, it needs to tested and shown to be correct. Briefly describe the testing that has already been done or which is planned for this change. -->
Added new resource in examples/ folder and updated corresponding golden files accordingly.
pr created time in 4 days
issue openedsegment-integrations/analytics-ios-integration-adjust
Would be nice to have SPM Integration
created time in 4 days
issue commentterraform-docs/terraform-docs
Markdown warnings with generated doc
they all have to implement exception rules ?
Not necessarily, you can create .terraform-docs.yml with all the configurations you want and check that in. So all your users need to do is simply running terraform-docs .
comment created time in 4 days
issue commentterraform-docs/terraform-docs
Markdown warnings with generated doc
Then if i ask users to do a local linter check before commit, they all have to implement exception rules ? :-( why not use markdown official recommandation ? (didn't understand the need to "break" this)
comment created time in 4 days
issue commentterraform-docs/terraform-docs
terraform-docs changes provider markdown from a hard coded number to a tilde
This, in nature, is duplicate of #517. The reason you see different behavior is because, most probably, .terraform.lock.hcl is gitingored and your CI doesn't have it so it falls back on ~> 3.0 but your local workstations do have the file so the actual provider version is extracted.
comment created time in 5 days
issue openedterraform-docs/terraform-docs
terraform-docs changes provider markdown from a hard coded number to a tilde
See related issue: https://github.com/antonbabenko/pre-commit-terraform/issues/205
I'm unsure if this problem is due to our CI or if it's a setting with terraform-docs. We keep seeing our CI terraform-docs 0.14.1 change the provider markdown pins from a hard coded number like 3.45.0 to ~> 3.0 and our local terraform-docs 0.14.1 reverse the change.
How do we prevent this ?
created time in 5 days
issue commentterraform-docs/terraform-docs
Markdown warnings with generated doc
This is almost identical to #500. The warnings are mostly due to anchors which you can be suppressed by anchor: false (or --anchor=false via CLI). If there is a multi-line default variable value there will also be some html tags in input sections too (i.e. <pre> and <be>) which can be suppressed by html: false (or --html=false).
comment created time in 5 days
issue openedterraform-docs/terraform-docs
Markdown warnings with generated doc
Describe the bug
"terraform-docs markdown ." generate a doc with several errors from linters (visual code studio) Mainly https://github.com/DavidAnson/markdownlint/blob/v0.23.1/doc/Rules.md#md033 (and md041)
How can we reproduce it?
generate a doc on even a simpliest project. Affected sections : at least Providers and Inputs, but not Resource.
Environment information
https://github.com/DavidAnson/markdownlint/blob/v0.23.1/doc/Rules.md#md033 Debian 10 (Linux dc-debian 5.10.0-7-amd64 #1 SMP Debian 5.10.40-1 (2021-05-28) x86_64 GNU/Linux)
created time in 5 days
startedWorldWideTelescope/wwt-webgl-engine
started time in 5 days
created tagsegment-integrations/analytics-ios-integration-taplytics
The Taplytics analytics-ios integration.
created time in 6 days
push eventsegment-integrations/analytics-ios-integration-taplytics
commit sha 475e198b1c365c9ec39fc3f893f6acde2dbb9f86
Prepare for release 1.2.0
push time in 6 days
push eventsegment-integrations/analytics-ios-integration-taplytics
commit sha ac1ac5336872f55ba6a3c8e5e290417414655190
remove ,idea dir
commit sha 9a4c79cd1351b0770aa7fd09c907d969aa608e3c
Merge pull request #25 from segment-integrations/remove-idea remove idea dir
push time in 6 days
PR merged segment-integrations/analytics-ios-integration-taplytics
pr closed time in 6 days
PR opened segment-integrations/analytics-ios-integration-taplytics
pr created time in 6 days
create barnchsegment-integrations/analytics-ios-integration-taplytics
created branch time in 6 days
push eventsegment-integrations/analytics-ios-integration-taplytics
commit sha feb502d5f3d1cba7ab666a89aa9af8d14167011f
task(deps: update podfile.lock in example app and dpeloyment target in podspec
commit sha 6a5fd60cdb250be6f54ba2e32984b663e856d565
add idea dir to gitignore
commit sha 2e1e4c2e1cc1197f3b5e4b0db90df5e7fc8e66ea
Merge pull request #24 from segment-integrations/update-mait Update mait
push time in 6 days
PR merged segment-integrations/analytics-ios-integration-taplytics
pr closed time in 6 days
PR opened segment-integrations/analytics-ios-integration-taplytics
pr created time in 6 days
create barnchsegment-integrations/analytics-ios-integration-taplytics
created branch time in 6 days
PR closed segment-integrations/analytics-ios-integration-taplytics
pr closed time in 6 days
push eventsegment-integrations/analytics-ios-integration-taplytics
commit sha fb52e7c050a3f5e228bf48367f90ae81fa3201aa
Delete misc.xml
push time in 6 days