Commit graph

403 commits

Author SHA1 Message Date
Jan De Dobbeleer 3b40f825c3 feat(git): expose .Rebase as an object
resolves #6044
2024-12-22 18:14:08 +01:00
Heath Stewart b869b3ccd0 feat(git): add git branch to CacheKey
resolves #6012
2024-12-18 08:55:32 +01:00
Jan De Dobbeleer b0ecd21ce7 refactor(python): add log statements 2024-12-14 16:16:03 +01:00
Jan De Dobbeleer 06a372424f feat(upgrade): select source 2024-12-07 14:50:30 +01:00
Jan De Dobbeleer d7d9a35f2f refactor(golang): clean GetVersion 2024-11-30 11:27:49 +01:00
Noah Springer f9c0e25556 fix: adjust tauri and svelte segments 2024-11-25 08:18:39 +01:00
Noah Springer 0d5cbc8ab3 feat(segment): add tauri and svelte
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-11-24 10:15:21 +01:00
Silzinc 9ba85ba449 feat(fortran): add segment through gfortran 2024-11-24 10:15:21 +01:00
shulcz 2c71d4e135 refactor(test): make JSON generation smarter by using structs 2024-11-19 14:45:09 +01:00
Jan De Dobbeleer f1f9217c90 fix(language): disable cache by default 2024-11-17 12:21:19 +01:00
Jan De Dobbeleer 2aa10619b4 chore(cache): add more logging 2024-11-16 14:07:25 +01:00
Ernesto Cianciotta e79db4a3b6 fix: in react segment added check for the react package presence 2024-11-16 10:33:32 +01:00
Jan De Dobbeleer 9349de4998 refactor(environment): remove logging via interface 2024-11-13 23:52:56 +01:00
Jan De Dobbeleer 077135e6cc refactor: move TemplateCache to template package
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-11-13 16:56:41 +01:00
Jan De Dobbeleer 7f97c36adb feat(language): allow tweaking version cache 2024-11-08 16:15:29 +01:00
Ernesto Cianciotta 5ec18f230f feat(segment): add aurelia 2024-11-07 20:40:04 +01:00
00ll00 6402d5d488 feat: zig lang supporting 2024-11-07 20:40:04 +01:00
Jan De Dobbeleer 63d79fe294 fix(upgrade): restore caching mechanism
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
2024-11-06 19:37:13 +01:00
Jan De Dobbeleer 4ac1033706 refactor: move exclude/include folders to segment root 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer b3b41fc60d feat(language): add version caching for 1 week 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer ad5534baa8 refactor: code layout 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer d479ef88fd refactor: remove unused cache_version references 2024-11-04 12:15:40 +01:00
Oleksandr Babieiev d64de61436 feat(project): add support for mojo 2024-11-04 12:15:40 +01:00
Oleksandr Babieiev 6ae82f4c78 feat(segment): add mojo 2024-11-04 12:15:40 +01:00
Oleksandr Babieiev 17c19c3157 feat(project): add support for dart 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 9f576507b1 feat: expose segment output text
resolves #5750
2024-11-04 12:15:40 +01:00
Jan De Dobbeleer d4054b04d6 refactor: parallel segment rendering 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 724d25b4ee refactor: remove unused cache_timeout references 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 95d8546a8c feat(cache): add segment caching strategy 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer cefe985bf7 refactor: remove env from template/text 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 701cd499df refactor: remove if/else statements 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 0c6ab9beac feat(osc): remove OSC99 from config
BREAKING CHANGE: this requires to set `pwd: OSC99` instead of `OSC99: true`
2024-11-04 12:15:40 +01:00
Jan De Dobbeleer d4b86e63e4 perf: correctly align struct fields 2024-11-04 12:15:40 +01:00
Jan De Dobbeleer 4fe6efc94a feat(cache): remove segment specific caching 2024-11-04 12:15:40 +01:00
Antonin Ruan 026fa16145 refactor(python): change fallback_names to default_venv_names 2024-10-11 21:37:55 +02:00
Antonin Ruan daea52598c feat(python): make folder fallback env names customizable 2024-10-11 21:37:55 +02:00
Jan De Dobbeleer 06df61a1dc fix(fossil): add ADDED_BY_MERGE to status
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
resolves #5695
2024-09-30 15:44:01 +02:00
Jan De Dobbeleer 3b90c70841 fix(fossil): add all status keywords
resolves #5684
2024-09-29 11:14:31 +02:00
ilaumjd 12bc0b7237 feat(swift): add Podfile extension 2024-09-26 19:53:15 +02:00
David Kizivat a1ff6b5c4a
feat(git): add lists of commit's head, tag and remote references 2024-09-09 18:53:48 +02:00
hsnabszhdn f1e74feec7 fix(git): support azure devops remote URL - SSH 2024-09-08 09:30:52 +02:00
Jan De Dobbeleer 7836a240f1 fix(git): support azure devops remote URL
Some checks are pending
Code QL / code-ql (push) Waiting to run
Azure Static Web Apps CI/CD / Build and Deploy (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-09-07 22:27:28 +02:00
Jan De Dobbeleer 90f3789057 feat(kubernetes): parse kubeconfig by default
resolves #5443
2024-09-02 12:46:27 +02:00
Jan De Dobbeleer 0700dfa594 feat(cftarget): allow files override
resolves #5526
2024-09-02 12:46:27 +02:00
L. Yeung abd6676c5b fix(path): improve path cleaning, normalization and parsing
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
2024-08-29 18:15:00 +02:00
Bohdan Dorokhin 67deabffda
fix(sitecore): replace HasFiles with HasFilesInDir
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-08-13 08:21:55 +02:00
L. Yeung 90aada5187 fix(path): apply style correctly
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-08-08 10:05:14 +02:00
L. Yeung 485f45c496 feat(template): add .PSWD 2024-08-06 14:26:38 +02:00
Yash-Garg dca6a52300 feat: add nix-shell segment 2024-08-01 07:48:44 +02:00
Elad Leev a6461d2d79 fix(kubectl): change cache to 0 by default 2024-07-30 21:21:08 +02:00