Commit Graph

1440 Commits

Author SHA1 Message Date
github-actions[bot] 7dfefcc06b chore(build): auto-generate docs 2024-06-24 15:14:48 +00:00
Folke Lemaitre 624b881570
fix(rocks): only build rockspec when it has deps or an advanced build step 2024-06-24 17:10:17 +02:00
Folke Lemaitre 71dec6eff4
fix(fragments): prevent adding the same spec instance more than once 2024-06-24 16:42:58 +02:00
github-actions[bot] 01249cdcd8 chore(build): auto-generate docs 2024-06-24 13:12:26 +00:00
Folke Lemaitre f8dd28272c
fix(luarocks): cleanup luarocks when deleting a plugin 2024-06-24 14:27:29 +02:00
Folke Lemaitre 97704cf48a
feat(build): build files and functions are now async. use coroutine.yield to interrupt and report progress 2024-06-24 14:16:01 +02:00
Folke Lemaitre 73ea05feda
feat: spec.rocks is no longer needed & added support for installing any luarock 2024-06-24 14:16:01 +02:00
github-actions[bot] 66249054c4 chore(build): auto-generate docs 2024-06-24 06:35:54 +00:00
github-actions[bot] 10114eff90 chore(build): auto-generate docs 2024-06-24 05:13:25 +00:00
Folke Lemaitre cb9c5a9bc1
style: wording 2024-06-24 07:12:33 +02:00
github-actions[bot] 7dcc1c2e09 chore(build): auto-generate docs 2024-06-24 05:10:36 +00:00
Folke Lemaitre 44136549ed
docs: fix default lazy-loading comment 2024-06-24 06:44:33 +02:00
Folke Lemaitre 7e20395324
fix(pkg): automatically update pkgs when editing a pkg file 2024-06-23 22:15:10 +02:00
Folke Lemaitre 70f54078e0
fix(pkg): make sure state dir exists 2024-06-23 22:04:32 +02:00
Folke Lemaitre 5a311d04f6
fix(pkg): versioning and reload specs when pkg-cache is dirty 2024-06-23 22:00:48 +02:00
Folke Lemaitre 66ea0ac86e
feat!: new docs for v11.0 2024-06-23 21:07:44 +02:00
Folke Lemaitre 93552cd18e
fix(pkg): correctly pre-load package specs and remove them when needed during resolve 2024-06-23 17:51:03 +02:00
Folke Lemaitre d7bc9ce11a
feat(meta): check for dir changes for plugins already added to the rtp 2024-06-23 17:48:10 +02:00
Folke Lemaitre 9ca807f6bb
docs: added comment on package source order 2024-06-23 10:28:51 +02:00
Folke Lemaitre c37e1a42fd docs: added doc comments 2024-06-23 07:39:09 +02:00
Folke Lemaitre a2b05c38cc feat(pkg): import package specs in the scope of the plugin 2024-06-23 07:39:09 +02:00
Folke Lemaitre 7070cf6ade feat: rewrite of spec resolving 2024-06-23 07:39:09 +02:00
Folke Lemaitre 59b9d3c2b8 test: fix spec tests 2024-06-23 07:39:09 +02:00
Folke Lemaitre 1e0ab0574e feat: added support for plugin packages by lazy, rockspec and packspec 2024-06-23 07:39:09 +02:00
Folke Lemaitre 2d4f2cb507 feat: luarocks support 2024-06-23 07:39:09 +02:00
Folke Lemaitre c2eff4961b feat: packspec 2024-06-23 07:39:09 +02:00
github-actions[bot] 4ea9fe0600
chore(main): release 10.24.3 (#1529)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-23 07:38:56 +02:00
github-actions[bot] 849890c2c4 chore(build): auto-generate vimdoc 2024-06-23 05:00:24 +00:00
Ben Elan 6994ee3751
ci(release): fix version bumping in extra-file (#1534)
* ci(release): fix version bumping in extra-file

Release Please's doc is either incorrect or they have a bug, but this
resolves the issue.

* ci(release): use manifest file
2024-06-23 06:59:54 +02:00
Folke Lemaitre bc62078366
ci: remove deploy 2024-06-18 23:48:55 +02:00
Folke Lemaitre acc0449d83
ci: docs deploy 2024-06-18 23:37:01 +02:00
github-actions[bot] 07269d494e chore(build): auto-generate vimdoc 2024-06-18 21:22:17 +00:00
Folke Lemaitre 1325119e85
ci: docs 2024-06-18 23:21:42 +02:00
github-actions[bot] cd6a829343 chore(build): auto-generate vimdoc 2024-06-17 22:36:50 +00:00
Folke Lemaitre f4d57485b0
refactor: reloader 2024-06-18 00:36:11 +02:00
Folke Lemaitre 025520d083
fix(util): dump 2024-06-18 00:35:56 +02:00
github-actions[bot] c501b429cf
chore(main): release 10.24.2 (#1526)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-16 16:25:23 +02:00
Folke Lemaitre b4316da731
fix(plugin): rebuild optional when needed and remove frags from parent deps. Fixes #1402 2024-06-16 15:52:33 +02:00
github-actions[bot] 38d6b74b63
chore(main): release 10.24.1 (#1525)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-16 07:15:01 +02:00
github-actions[bot] 5da0245f05 chore(build): auto-generate vimdoc 2024-06-16 05:10:11 +00:00
Folke Lemaitre be5dfba542
fix(plugin): better way of dealing with local specs. Fixes #1524 2024-06-16 07:09:33 +02:00
github-actions[bot] 4c6479e98a
chore(main): release 10.24.0 (#1522)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-15 09:54:45 +02:00
Folke Lemaitre e2e10d9cbe
feat: find local_spec in parent directories as well. Closes #1519 2024-06-15 09:28:58 +02:00
github-actions[bot] 6944b105cb chore(build): auto-generate vimdoc 2024-06-15 07:12:11 +00:00
Folke Lemaitre 067fd41933
fix(plugin): check optional plugins again after resolving enabled. Fixes #1402 2024-06-15 09:11:36 +02:00
Folke Lemaitre eb4957442e
ci: update release please. Fixes #1504 2024-06-07 16:31:18 +02:00
dependabot[bot] db5c465509
build(deps): bump actions/checkout from 3 to 4 (#1508)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:28:52 +02:00
dependabot[bot] 0aac19ccc7
build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#1506)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-07 16:28:42 +02:00
Folke Lemaitre 938e195108
ci: Update dependabot.yml 2024-06-07 16:26:38 +02:00
Folke Lemaitre 034b03c803
ci: Create dependabot.yml 2024-06-07 16:23:47 +02:00