Commit Graph

13 Commits

Author SHA1 Message Date
Trent Mick e49c4c7f42
chore(lint): refactor Markdown linting to use markdownlint-cli2 (#4713)
* chore(lint): refactor Markdown linting to use markdownlint-cli2

- first commit is just config changes; lint updates will follow

* lint fixes

* fix markdownlint for rule MD045/no-alt-text

* lint config changes for prefering 'dash' style for rule MD004/ul-style

* lint:markdown:fix changes for MD004/ul-style

* manually apply this h3->h2 fix that Amir had in his #4703 PR

* mention markdown linting in the Linting section of the contributor guide

* add link to rules docs

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
2024-05-21 14:44:23 +02:00
Daniel Dyla d1621d2c8b
Update API readme and doc links (#3401)
* Update readme docs link to reflect new API location

* Update feature status

* Fix API doc links and readme
2022-11-10 17:09:03 -05:00
Marc Pichler ec56837f22
chore: fix markdownlint issues (#3252)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
2022-09-14 11:21:38 -04:00
Spencer Wilson ce5f7f7ec3
docs(context): Fix links, edit prose (#2619)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2022-01-31 14:31:16 +01:00
legendecas f59c5b268b
chore: add markdown link checks (#2657)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-12-11 21:31:36 +01:00
legendecas 6724a1bfe5
docs: fix links to the context document (#2651)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-12-06 14:52:33 -05:00
Bartlomiej Obecny 69f2d3c264
chore: fixing broken links, updating to correct base url (#2040)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
2021-03-24 20:32:52 +01:00
Daniel Dyla 1eed360e4e
chore: remove all gitter links and replace with dicussions (#1866)
* chore: remove all gitter links and replace with dicussions

* chore: remove reference to gitter in contributing.md
2021-01-27 09:34:54 -05:00
Daniel Dyla 5f4e479b27
Fix all links to point to main (#1865) 2021-01-25 16:19:27 -05:00
Naseem e93a86633b
ci: lint markdown files (#1147)
* ci: add markdown linting

Signed-off-by: Naseem <naseem@transit.app>

* fix: lint markdown files

Signed-off-by: Naseem <naseem@transit.app>

* docs: add markdown lint configuration

Signed-off-by: Naseem <naseem@transit.app>

* docs: lint change log

Signed-off-by: Naseem <naseem@transit.app>
2020-06-08 15:29:21 -04:00
Daniel Dyla 9a3fd7b560
Rename scope to context (#853) 2020-03-13 15:01:07 -04:00
Valentin Marchaud 0b7e08309b feat(scope-manager): implements AsyncHooks Scope Manager (#103)
* feat(scope-manager): Add AsyncHooks implementations of ScopeManager

* fix(ah-scope): remove shimmer, handle methods that remove listeners

* test(ah-scope): add tests for binding scope on event emitter

* feat(ah-scope): handle bind with promise + tests

* chore(ah-scope): update automatic tracer dependency to new name

* chore(ah-scope): remove support for event emitter and promises for now

* chore(ah-scope): address pr comments
2019-07-25 08:24:53 -07:00
Valentin Marchaud a60e4b1a41 Add context-base and context-asynchooks packages (#65) 2019-07-02 09:15:29 -07:00