Commit 08eb7d7
authored
v2.0 breaking changes refactor (#448)
* fix: some improvements to run_in_cwd and run_in_fullscreen_win
* refactor!: remove toggleterm and terminal strategies
* refactor!: drop support for older Neovim versions
* tools: improve makefile
* refactor!: simplify logging utility and configuration
* refactor: vim.loop -> vim.uv
* doc: add some type annotations
* cleanup: unused strategy code
* refactor: simplify setup logic
* refactor!: convert OverseerInfo to checkhealth
* refactor!: get rid of task priority
* refactor: simplify make task generator
* refactor: simplify parameter prompt logic by removing behaviors
* refactor: allow error reporting in template generator
* refactor: simplify templates
* refactor!: get rid of shell template
* refactor: rearrange component type definition
* refactor!: remove files.join -> vim.fs.joinpath
* refactor: move vscode utilities out of template/ dir
* refactor: split vscode template logic from utility code
* refactor!: task bundles get the axe
* refactor!: remove OverseerBuild command
* cleanup!: remove callback from condition checks
* refactor: automatic template loading; remove options
* refactor!: remove auto-require behavior from top-level overseer module
* cleanup: remove deprecated method
* cleanup: remove some deprecated method handling
* refactor!: rename run_template -> run_task
* feat: run_task can pass a callback for post-build pre-create
* refactor: remove preload_components option
* refactor: dynamically find components using runtimepath
* doc: update a bunch of docs for the recent changes
* perf: make first require(config) faster
* refactor!: delete overseer.wrap_template
* cleanup: get rid of telescope-specific picker logic
* refactor: use virtual text for form labels
* refactor: use inline virtual text for forms and task editor
* feat: restore template_dirs config option
* refactor!: rewrite task list rendering to be function-based
* fix: eliminate all deprecation warnings
* cleanup!: remove some options for list_tasks that are unnecessary
* feat: configurable task sorting
* fix: hide deprecated components in task editor
* fix: error in condition filetype handling
* refactor: mark some methods on task as private
* refactor!: remove OverseerClearCache command
* feat: do not require calling setup()
* fix: undo in task editor no longer borks everything
* fix: task editor can change component param values
* feat: OverseerShell command and overseer.run_cmd method
* refactor!: replace behavior tree parsing with functions
* refactor!: remove config and custom keymaps for form and task editor windows
* doc: remove entreaty to request task system support
* feat: can hook builtin vim.system and vim.fn.jobstart
* doc: vim.diagnostics -> vim.diagnostic
* doc: replaced :OverseerInfo with :checkhealth overseer
* doc: small corrections
* feat: add component alias for wrapped tasks
* fix: starting a task doesn't switch to normal mode
* feat: condition callback for hooking builtins
* feat: unique component has 'soft' option
* refactor!: rename time options to denote units
* fix: guard against cursor outside window
* fix: run_in_fullscreen_win uses new buffer by default
* refactor: rename hook_builtins -> wrap_builtins
* fix: attach source to wrapped tasks and filter them out of task list by default
* fix: neotest strategy
* fix: disable builtin wrapping when in fast event
* refactor: clean up actions and lazy load
* refactor!: overhaul keymap utility
* feat: can toggle showing wrapped tasks
* doc: improve type annotations for config
* feat: save template name and params on tasks for serialization
* fix: disable autocmds when updating quickfix
* feat: expose API for creating a task output view
* refactor: tidy and trim config options
* doc: more docstrings for render.lua utilities
* doc: remove strategies from vimdocs
* refactor!: rename task "bundleable" property to "ephemeral"
* doc: fix typechecking
* refactor: mark wrap_builtins as experimental
* refactor: extract highlight creation into function
* feat: re-introduce config to customize default jobstart strategy
* refactor: delete the run_cmd API
* refactor!: make list_tasks sort order more stable
* fix: reduce cursor jumping in task list
* fix: register_alias doesn't override existing values by default
* cleanup: remove unused parameter in make template
* refactor!: rename actions -> keymap
* feat: OverseerShell can create tasks without starting them
* doc: add recipe for abbreviating OverseerShell
* feat: add another helper sort function
* refactor!: remove OverseerQuickAction command
* doc: add some more docs to function signatures
* doc: add more docs for output parsers
* fix: slightly smarter open_output behavior
* ci: drop neovim v0.10 from tests
* lint: fix luacheck errors
* doc: more resources for customizing task list rendering
* doc: update more of the docs for the upcoming changes
* refactor!: return truthy value from event to unsubscribe
* doc: add a section on subscribing to task events
* doc: add help docs for keymaps
* refactor!: Task:dispose() returns true if task was already disposed
* doc: add Task methods to API documentation
* doc: add Task fields to API documentation1 parent c77c78b commit 08eb7d7
File tree
140 files changed
+7060
-10462
lines changed- .github/workflows
- autoload
- doc
- lua
- lualine/components
- neotest/client/strategies
- overseer
- component
- dependencies
- form
- parser
- strategy
- task_list
- template
- vscode
- provider
- func
- resession/extensions
- plugin
- scripts
- tests
- manual
- template
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+7060
-10462
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | | - | |
| 57 | + | |
61 | 58 | | |
62 | 59 | | |
63 | 60 | | |
| |||
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
76 | | - | |
| 73 | + | |
77 | 74 | | |
78 | 75 | | |
79 | 76 | | |
| |||
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
113 | | - | |
| 110 | + | |
114 | 111 | | |
115 | 112 | | |
116 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
8 | 20 | | |
| 21 | + | |
| 22 | + | |
9 | 23 | | |
10 | 24 | | |
11 | 25 | | |
| 26 | + | |
| 27 | + | |
12 | 28 | | |
13 | | - | |
| 29 | + | |
14 | 30 | | |
15 | | - | |
16 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
17 | 35 | | |
18 | 36 | | |
19 | 37 | | |
| |||
23 | 41 | | |
24 | 42 | | |
25 | 43 | | |
| 44 | + | |
| 45 | + | |
26 | 46 | | |
27 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | 35 | | |
35 | 36 | | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
| 41 | + | |
40 | 42 | | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | | - | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | | - | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
93 | 99 | | |
94 | 100 | | |
95 | 101 | | |
| |||
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
105 | 111 | | |
106 | 112 | | |
107 | 113 | | |
| |||
148 | 154 | | |
149 | 155 | | |
150 | 156 | | |
151 | | - | |
| 157 | + | |
152 | 158 | | |
153 | 159 | | |
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
158 | | - | |
| 164 | + | |
159 | 165 | | |
160 | 166 | | |
161 | 167 | | |
| |||
173 | 179 | | |
174 | 180 | | |
175 | 181 | | |
| 182 | + | |
176 | 183 | | |
| 184 | + | |
177 | 185 | | |
178 | 186 | | |
179 | 187 | | |
| |||
183 | 191 | | |
184 | 192 | | |
185 | 193 | | |
| 194 | + | |
186 | 195 | | |
187 | 196 | | |
188 | 197 | | |
| |||
195 | 204 | | |
196 | 205 | | |
197 | 206 | | |
198 | | - | |
199 | 207 | | |
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
203 | 211 | | |
204 | 212 | | |
| 213 | + | |
205 | 214 | | |
206 | 215 | | |
207 | 216 | | |
208 | | - | |
| 217 | + | |
209 | 218 | | |
| 219 | + | |
210 | 220 | | |
211 | 221 | | |
212 | 222 | | |
| |||
215 | 225 | | |
216 | 226 | | |
217 | 227 | | |
218 | | - | |
219 | 228 | | |
220 | 229 | | |
221 | 230 | | |
222 | 231 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | 232 | | |
228 | | - | |
| 233 | + | |
229 | 234 | | |
230 | 235 | | |
231 | 236 | | |
232 | | - | |
233 | 237 | | |
234 | 238 | | |
235 | 239 | | |
236 | | - | |
237 | | - | |
238 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
239 | 269 | | |
240 | 270 | | |
241 | | - | |
242 | 271 | | |
243 | 272 | | |
244 | 273 | | |
| |||
This file was deleted.
0 commit comments