Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minikanban_agent
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
minikanban_agent
Merge requests
!7
Issue
#3523354
by andrewbelcher: Refactor hooks into OO classes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3523354
by andrewbelcher: Refactor hooks into OO classes
issue/minikanban_agent-3523354:3523354-refactor-hooks-into
into
1.0.x
Overview
4
Commits
1
Pipelines
2
Changes
8
All threads resolved!
Show all comments
Merged
Andrew Belcher
requested to merge
issue/minikanban_agent-3523354:3523354-refactor-hooks-into
into
1.0.x
3 weeks ago
Overview
4
Commits
1
Pipelines
2
Changes
8
All threads resolved!
Show all comments
Expand
Closes
#3523354
0
0
Merge request reports
Compare
1.0.x
version 3
a79374c6
3 weeks ago
version 2
d3d05bf8
3 weeks ago
version 1
09fde302
3 weeks ago
1.0.x (base)
and
latest version
latest version
a79374c6
1 commit,
3 weeks ago
version 3
a79374c6
1 commit,
3 weeks ago
version 2
d3d05bf8
1 commit,
3 weeks ago
version 1
09fde302
1 commit,
3 weeks ago
8 files
+
370
−
115
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
config/install/field.field.kanban_task.kanban_task.ai_agent.yml
+
2
−
1
Options
@@ -5,6 +5,7 @@ dependencies:
-
field.storage.kanban_task.ai_agent
module
:
-
minikanban
-
options
id
:
kanban_task.kanban_task.ai_agent
field_name
:
ai_agent
entity_type
:
kanban_task
@@ -16,5 +17,5 @@ translatable: false
default_value
:
{
}
default_value_callback
:
'
'
settings
:
{
}
field_type
:
string
field_type
:
list_
string
locked
:
true
Loading