Commit graph

1371 commits

Author SHA1 Message Date
Jan De Dobbeleer 06231cb08e feat(windows): build 386 version of installer 2022-01-19 10:41:19 +01:00
Michael Guntsche de60367d79 fix(env): remove defer on platform
This is a small fix to actually store the value. Arguments to defers are apparently
evaluated immediately so put it in an anonymous function.
2022-01-19 07:43:08 +01:00
Jan De Dobbeleer ad297dbe08 fix: init cache first 2022-01-18 21:29:05 +01:00
Jan De Dobbeleer 0a09924685 fix(platform): store value in cache
resolves #1601
2022-01-18 21:08:26 +01:00
Jan De Dobbeleer 3cca2104bb feat(cache): allow for non-expiring values 2022-01-18 21:08:26 +01:00
Jan De Dobbeleer e5dd07fb9a feat: cache template environment data 2022-01-18 20:14:47 +01:00
Jan De Dobbeleer 9e77d0f939 fix(template): support surrounding variables with braces 2022-01-18 20:14:47 +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
lnu 115759f4d3 feat(debug): cache path added to debug 2022-01-16 21:21:00 +01:00
Jan De Dobbeleer a56b90005f fix(os): lowercase OS name
resolves #1593
2022-01-16 20:06:38 +01:00
Jan De Dobbeleer f653fb46e5 chore: body placeholder for GH CLI 2022-01-16 18:22:40 +01:00
Jan De Dobbeleer 221f28afdd feat(cli): print cache path 2022-01-16 18:22:40 +01:00
Jan De Dobbeleer 0332fbfebb fix: create environ cache on init 2022-01-15 23:25:49 +01:00
Jan De Dobbeleer dc50bd3546 fix(env): init environ cache 2022-01-15 23:08:47 +01:00
Jan De Dobbeleer a200ee73ff feat: add OS to template functionality 2022-01-15 21:38:06 +01:00
Jan De Dobbeleer 0404976b5c refactor: remove the need for nil argument in mock 2022-01-15 21:38:06 +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] adcb5df773 docs: update .all-contributorsrc [skip ci] 2022-01-14 22:51:42 +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 37e96ef968 fix(pwsh): store the executable inside user HOME folder 2022-01-14 22:45:00 +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 f1e21949bc fix(cygwin): do not clean config path 2022-01-14 08:42:52 +01:00
TheTaylorLee 9fece7f72c
theme: add sonicboom 2022-01-14 08:26:31 +01:00
Jan De Dobbeleer 4542e92940 fix(az): proper path fix 2022-01-13 22:39:45 +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 d45c51cccc feat(az): display info origin
resolves #1562
2022-01-13 20:32:32 +01:00
Jan De Dobbeleer b1c427abaa fix(az): use platform specific folder
resolves #1567
2022-01-13 20:32:32 +01:00
Jan De Dobbeleer f37a36aad1 chore: build with 1.17.6 2022-01-13 20:15:04 +01:00
Jan De Dobbeleer f512df208a feat: expose environment info to all templates 2022-01-13 20:15:04 +01:00
allcontributors[bot] 5426567d77 docs: update .all-contributorsrc [skip ci] 2022-01-12 23:42:31 +01:00
allcontributors[bot] 826a59a007 docs: update docs/docs/contributors.md [skip ci] 2022-01-12 23:42:31 +01:00
Bahram Maravandi 1980738e48
fix(devcontainer): arm64 installation compatibility 2022-01-12 23:41:54 +01:00
allcontributors[bot] 4a51db18f4 docs: update .all-contributorsrc [skip ci] 2022-01-12 12:12:01 +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 88206ff9c9 refactor: rename doGet to HTTPRequest 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