Commit graph

496 commits

Author SHA1 Message Date
Jan De Dobbeleer 83980a3dff feat: deprecate pre- and postfix 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer b4292e2e50 docs: add template information 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer 0373d2c507 feat(config): migrate deprecated keys 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer 0e056cd50d feat(template): hyperlink functions 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer d5c34b58da docs: fix broken link to tests example 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer 9e7abe4541 refactor: move segments to module 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer 4e17e4a853 refactor: public interface for segments 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer 0987cafad0 refactor: remove deprecated functionality 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer f5178e8c8c feat: remove enable_hyperlink 2022-02-03 10:44:18 +01:00
Jan De Dobbeleer b816a0bf70 feat: templates for all segments 2022-02-03 10:44:18 +01:00
lnu d71b6e8e07 docs: powershell init sample updated 2022-01-27 12:12:58 +01:00
allcontributors[bot] 7620882174 docs: update docs/docs/contributors.md [skip ci] 2022-01-26 14:48:40 +01:00
Mikolaj 6ffb9ffff0 docs: update docs/docs/install-shells.mdx [skip ci] 2022-01-26 14:47:31 +01:00
allcontributors[bot] ae6fdf9e56 docs: update docs/docs/contributors.md [skip ci] 2022-01-23 23:13:09 +01:00
allcontributors[bot] 5568f39424 docs: update docs/docs/contributors.md [skip ci] 2022-01-22 11:43:41 +01:00
dependabot[bot] 81b1bc63fd chore: bump nanoid from 3.1.23 to 3.2.0 in /docs
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 08:03:19 +01:00
Jan De Dobbeleer e6d4413ae7 feat: adjust var names for consistency
BREAKING CHANGE: adjusts the way some segment work for templates.

Mapping the var names as following will resolve the issue.
- session/title/general purpose
    - .Host -> .HostName
    - .User -> .UserName
- az
    - .UserName -> .Name
- kubectl
    - .UserName -> .User
2022-01-17 16:29:39 +01:00
dependabot[bot] badb2ffc5e chore: bump shelljs from 0.8.4 to 0.8.5 in /docs
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 08:44:48 +01:00
allcontributors[bot] 73a3c3baf3 docs: update docs/docs/contributors.md [skip ci] 2022-01-14 22:51:42 +01:00
Jan De Dobbeleer d71422a35b feat(git): add remote URL for hyperlink 2022-01-14 22:50:24 +01:00
Jan De Dobbeleer 2ea2e633b8 fix(az): map User to UserName
avoid collision with default .User in template
2022-01-14 08:51:53 +01:00
Jan De Dobbeleer 5c586696ac docs(az): add .Origin info
relates to #1562
2022-01-14 08:51:53 +01:00
Jan De Dobbeleer 7aaae67a77 chore: update docusaurus 2022-01-13 21:15:18 +01:00
dependabot[bot] 053d48a66f
chore: update follow-redirects from 1.14.1 to 1.14.7 2022-01-13 21:11:43 +01:00
dependabot[bot] 2536c196ac
chore: update follow-redirects from 1.14.6 to 1.14.7 2022-01-13 21:11:18 +01:00
Jan De Dobbeleer f512df208a feat: expose environment info to all templates 2022-01-13 20:15:04 +01:00
allcontributors[bot] 826a59a007 docs: update docs/docs/contributors.md [skip ci] 2022-01-12 23:42:31 +01:00
allcontributors[bot] 6856154f67 docs: update docs/docs/contributors.md [skip ci] 2022-01-12 12:12:01 +01:00
lnu c687512fba feat(strava): add hyperlink to activity
VirtualRide icon like Ride
Watts, HearRate, Kudos info
2022-01-11 12:15:39 +01:00
Jan De Dobbeleer a36063a580 fix(strava): rename Icon 2022-01-10 22:17:57 +01:00
Jan De Dobbeleer 3f3ac131b3
docs: new code block theme 2022-01-10 22:02:07 +01:00
Lars Erik Finholt d2bf556e94 feat(strava): new segment 2022-01-10 21:44:28 +01:00
Jan De Dobbeleer 00a09ca894
docs: expose expires_in for authentication 2022-01-10 21:17:57 +01:00
Jan De Dobbeleer bd39e2aa12
docs: provide error context in authentication 2022-01-10 17:40:00 +01:00
Jan De Dobbeleer 6f0bdab9b2
docs: fix redirect 2022-01-09 21:54:30 +01:00
Jan De Dobbeleer d107f0af1c
docs: api debug settings 2022-01-09 20:24:47 +01:00
Jan De Dobbeleer bd299c924e
docs: fix proxy setting 2022-01-09 13:53:14 +01:00
Jan De Dobbeleer e9910c4a3e
docs: fix missing URLSearchParams 2022-01-09 10:25:45 +01:00
Jan De Dobbeleer 400edaae78
docs: redirect to auth page 2022-01-09 10:25:45 +01:00
allcontributors[bot] 5a20415665
docs: update docs/docs/contributors.md [skip ci] 2022-01-09 10:25:45 +01:00
Jan De Dobbeleer a4727ddbbd
docs: add refresh_token endpoint 2022-01-09 10:25:45 +01:00
Jan De Dobbeleer 195f5160b4
refactor(docs): use better api logic 2022-01-04 19:18:15 +01:00
Jan De Dobbeleer 57f807a24f docs: typo 2022-01-04 09:41:28 +01:00
Jan De Dobbeleer 2c35779900 feat: preliminary auth for strava 2022-01-04 09:41:28 +01:00
Jan De Dobbeleer d59ab5e4e0
docs: add template api function 2022-01-03 17:47:55 +01:00
Jan De Dobbeleer b0699a31ff docs: adjust towards refactor 2022-01-01 20:22:52 +01:00
Jan De Dobbeleer 29e019511a refactor: move properties to interface 2022-01-01 20:22:52 +01:00
Jan De Dobbeleer 92b234a225 docs(text): replace text with template 2021-12-30 19:39:35 +01:00
Jan De Dobbeleer ad5c77a61b feat: parse azure config files 2021-12-29 16:58:06 +01:00
Jan De Dobbeleer 3c40c04d36 feat: deprecate envvar segment
favors text in a more generic way
2021-12-26 19:46:28 +01:00