Commit Graph

  • 149c143586 bd init: initialize beads issue tracking viljarb 2026-03-04 16:36:54 +01:00
  • 31ed1148f9 refactor(tui): move shared components (help bar, issue list, modals, etc.) into components folder. Also added kanban board view. Moira Daniella A Sebastian 2026-03-04 15:20:16 +01:00
  • c3bbcfd832 update coding task to alignt with latest iteration Robin Olsen 2026-03-04 15:14:45 +01:00
  • 6b1bdde561 Merge branch 'main' into Metrics-and-Logs Robin Olsen 2026-03-04 14:32:54 +01:00
  • 7cd4219cc7 Merge pull request #35 from LazyBachelor/LPM-83 Robin Olsen 2026-03-04 05:23:11 -08:00
  • 23b57ed7e3 Merge pull request #33 from LazyBachelor/LPM-65 Robin Olsen 2026-03-04 05:22:52 -08:00
  • a47ff2a39b Update cmd/pm/tasks/createIssue.go Robin Olsen 2026-03-04 14:21:13 +01:00
  • 81a046e935 Update cmd/pm/tasks/createIssue.go Robin Olsen 2026-03-04 14:20:47 +01:00
  • 2fcd312072 Update pkg/task/metrics_store.go Robin Olsen 2026-03-04 14:02:48 +01:00
  • 77b38692c6 align task with description add a complete with message in case we need that Robin Olsen 2026-03-04 14:00:35 +01:00
  • 4bb4dac4fd add mongodb for submitting metrics and stats Robin Olsen 2026-03-04 13:24:48 +01:00
  • 5ca4aa1c38 fixing window resize bug when switching dashboards viljarb 2026-03-04 10:52:35 +01:00
  • 496422cf7c modified: dashboard/help_bar.go modified: dashboard2/help_bar.go modified: views.go viljarb 2026-03-04 10:26:07 +01:00
  • 8593f7fdc4 implementing board view; set add comment section above the displayed comments in the details page; delete confirmation window; open same details page from board view; make assignee button more obvious viljarb 2026-03-03 20:44:16 +01:00
  • eef3b4849d open same details page from board view; make assignee button more obvious viljarb 2026-03-03 20:41:18 +01:00
  • 0b5d94b2ee fix typo Robin Olsen 2026-03-03 14:07:03 +01:00
  • 4a6b40509c dont need whitespace here Robin Olsen 2026-03-03 13:39:20 +01:00
  • eafba71887 make more readable Robin Olsen 2026-03-03 13:39:09 +01:00
  • bbf5e1f7a9 use web logger only if dev Robin Olsen 2026-03-03 11:56:56 +01:00
  • 0cb45d811d remove button clicks as we have user actions Robin Olsen 2026-03-03 11:52:34 +01:00
  • 763f079063 refactor for separation of concern for better readabiliy and maintainability Robin Olsen 2026-03-03 11:41:07 +01:00
  • e8d9f9d1b6 need this for issue id completion Robin Olsen 2026-03-03 10:50:15 +01:00
  • c36599c96a reduce deps Robin Olsen 2026-03-03 10:46:37 +01:00
  • 7c704a1572 add metrics to tui Robin Olsen 2026-03-02 23:10:09 +01:00
  • 5942d0d8ab add metrics to repl Robin Olsen 2026-03-02 23:09:59 +01:00
  • 5ebe95b62f add metrics to tasks Robin Olsen 2026-03-02 23:09:49 +01:00
  • 35557431da add logging and metrics to web Robin Olsen 2026-03-02 23:09:25 +01:00
  • 04191b5a97 we need app Robin Olsen 2026-03-02 23:09:03 +01:00
  • fb9e8ab419 define metrics logger Robin Olsen 2026-03-02 23:08:40 +01:00
  • 199369c3bf record stats Robin Olsen 2026-03-02 23:08:11 +01:00
  • 9fb56b8643 add metrics logger to config Robin Olsen 2026-03-02 23:07:50 +01:00
  • 6726445159 define stat and metrics model Robin Olsen 2026-03-02 23:07:25 +01:00
  • 4debb69de7 start with action logger Robin Olsen 2026-03-02 23:06:34 +01:00
  • a8f8f63e88 configure json logger Robin Olsen 2026-03-02 23:04:57 +01:00
  • 63631fc42f Implemented add comments for tui Moira Daniella A Sebastian 2026-03-02 20:17:08 +01:00
  • 1d5b7e0860 copied the dashboard and made a keybinding to change back and forth between them; ready to turn dashboard2 into a boardview dashboard viljarb 2026-03-02 19:53:42 +01:00
  • cb10aeff6b (hotfix) make sure app is initialized only when we need it Robin Olsen 2026-03-02 11:41:57 +01:00
  • 1baf6c7ff4 (hotfix) content should no render in modal Robin Olsen 2026-03-01 21:10:18 +01:00
  • ffa787588c (hotfix) remove old survey fields Robin Olsen 2026-03-01 21:09:59 +01:00
  • 3e29e6ad4d Merge pull request #32 from LazyBachelor/refactor Robin Olsen 2026-03-01 11:56:27 -08:00
  • 37862c7bae Update internal/commands/issues/close.go Robin Olsen 2026-03-01 20:54:27 +01:00
  • 447f97ec3e Update cmd/pm/init.go Robin Olsen 2026-03-01 20:54:17 +01:00
  • 9612cb9338 refactor to make cli better and simplify the code Robin Olsen 2026-03-01 20:42:56 +01:00
  • a266ce5464 update ignore files Robin Olsen 2026-03-01 11:24:44 +01:00
  • 6d68027a08 update makefile Robin Olsen 2026-03-01 11:24:31 +01:00
  • 47f1ecdfab remove dependency of beads from issueService interface Robin Olsen 2026-03-01 11:04:57 +01:00
  • f340fb6686 run build and test on all branches Robin Olsen 2026-03-01 10:46:11 +01:00
  • 258ee4f0b0 (hotfix) make sure to use issue type and status Robin Olsen 2026-03-01 10:39:16 +01:00
  • c4700d96c9 Merge pull request #31 from LazyBachelor/Refctor Robin Olsen 2026-02-28 14:44:53 -08:00
  • 027de55d6a Update internal/app/initializer.go Robin Olsen 2026-02-28 23:42:26 +01:00
  • 44fe0e8c46 Update cmd/survey/tasks/base.go Robin Olsen 2026-02-28 23:41:28 +01:00
  • aabce0b0b2 refactor to use app package instead of service Robin Olsen 2026-02-28 23:30:31 +01:00
  • ba4d3df669 refactor names and minimize dependencies Robin Olsen 2026-02-28 22:17:55 +01:00
  • ab74d3e82e Merge pull request #30 from LazyBachelor/Refctor Robin Olsen 2026-02-28 07:59:50 -08:00
  • bfeeed5626 remove for now Robin Olsen 2026-02-28 16:58:31 +01:00
  • 8df8e466e6 use context Robin Olsen 2026-02-28 16:54:11 +01:00
  • ba0115d1bc lots of changes and reducing dependency imports Robin Olsen 2026-02-28 16:39:50 +01:00
  • 697b17e890 fix bug where using a issue command in the repl would crash a task v0.1.4 Robin Olsen 2026-02-28 11:39:05 +01:00
  • 8cdaf93f26 add completions to survey Robin Olsen 2026-02-28 10:44:41 +01:00
  • 9ce9b6ee07 add it to survey config Robin Olsen 2026-02-28 10:44:00 +01:00
  • 9e42ff0770 add config option to initialize automaticaly without prompt Robin Olsen 2026-02-28 10:43:38 +01:00
  • 864cafe6cd run survey and init beads at startup Robin Olsen 2026-02-28 10:41:50 +01:00
  • a267be000a add survey completions Robin Olsen 2026-02-28 10:41:07 +01:00
  • e00b201a77 add bash completion to os for survey and pm commands Robin Olsen 2026-02-26 20:26:15 +01:00
  • dcf9fbaa50 automaticaly open browser when starting server Robin Olsen 2026-02-26 18:54:51 +01:00
  • f0a4630866 add docker push command for lazyos Robin Olsen 2026-02-26 18:54:23 +01:00
  • 43606b479f update readme's Robin Olsen 2026-02-26 18:20:22 +01:00
  • efb16f37bd change base image of os to alpine-xfce make sure we have required packages to run go apps add maketile commands for building and running os Robin Olsen 2026-02-26 18:08:57 +01:00
  • c769c901cf serve static assets from embeded filesystem. add build files for lazyos Robin Olsen 2026-02-26 10:33:46 +01:00
  • d83422104b add the pm command to survey cli use command context to store app service Robin Olsen 2026-02-25 21:57:30 +01:00
  • 4c0fff0750 Merge pull request #29 from LazyBachelor/LPM-77 Robin Olsen 2026-02-25 06:45:59 -08:00
  • c3464c5d18 Merge pull request #25 from LazyBachelor/LPM-43 Robin Olsen 2026-02-25 06:45:26 -08:00
  • 93cd62f29b should be able to have any assignee Robin Olsen 2026-02-25 15:44:20 +01:00
  • 5504574746 remove extra precentage sign Robin Olsen 2026-02-25 15:43:14 +01:00
  • 8fad95857a Update cmd/survey/tasks/gitTask.go Robin Olsen 2026-02-25 15:39:53 +01:00
  • 42c01bbf73 Update cmd/survey/runner.go Robin Olsen 2026-02-25 15:39:28 +01:00
  • 5e6811da9c Update cmd/survey/tasks/gitTask.go Robin Olsen 2026-02-25 15:38:45 +01:00
  • 8d6b71d1c4 add multiple new tasks, validation not implemented Robin Olsen 2026-02-25 15:14:09 +01:00
  • e7b644c307 Merge remote-tracking branch 'origin/main' into LPM-77 Robin Olsen 2026-02-25 14:18:04 +01:00
  • cca6b2f477 Merge pull request #27 from LazyBachelor/LPM-67 Robin Olsen 2026-02-25 05:15:21 -08:00
  • e64c06fe5c Merge pull request #28 from LazyBachelor/LPM-78 Robin Olsen 2026-02-25 05:10:19 -08:00
  • b48c9b82ad add copilot fix Robin Olsen 2026-02-25 14:06:48 +01:00
  • fa7c63aa33 fix libs Robin Olsen 2026-02-25 14:06:13 +01:00
  • aba0c0fd19 Update pkg/web/components/search.templ Robin Olsen 2026-02-25 14:02:19 +01:00
  • 6da6113ae5 fix styling a bit and use CreatedBy Robin Olsen 2026-02-25 14:01:05 +01:00
  • 93aa452805 Merge remote-tracking branch 'origin/main' into LPM-78 Robin Olsen 2026-02-25 13:43:07 +01:00
  • 711d645cb0 Merge pull request #26 from LazyBachelor/WEB---DELETE-ISSUE Robin Olsen 2026-02-25 04:27:31 -08:00
  • 20d63718fe WEB - DELETE ISSUE Ine Maria Nilssen Aanonsen 2026-02-25 13:24:35 +01:00
  • 44e894f025 add ability to change assingee Robin Olsen 2026-02-25 13:20:30 +01:00
  • d721bba29f Fix comment commands, comments reads multiple words, fix user as author, and implemented a function to list comments Moira Daniella A Sebastian 2026-02-25 13:10:42 +01:00
  • 6264f9dfc9 adjust layout and add detials button Robin Olsen 2026-02-25 12:39:21 +01:00
  • 1438d0e567 rename to just issue_detail Robin Olsen 2026-02-25 12:25:41 +01:00
  • 87d4cdae3f add edit issue button and modal Robin Olsen 2026-02-25 11:53:56 +01:00
  • 2d7f15e33f fix merge Robin Olsen 2026-02-24 17:06:57 +01:00
  • 7890f621aa Merge remote-tracking branch 'origin/main' into LPM-43 Robin Olsen 2026-02-24 17:06:40 +01:00
  • d1f8261b68 Implemented add comments Moira Daniella A Sebastian 2026-02-24 16:22:06 +01:00
  • 0c56c4c2b6 WEB - DELETE ISSUE Ine Maria Nilssen Aanonsen 2026-02-24 15:33:58 +01:00
  • f28ab4be78 ended up not needing this Robin Olsen 2026-02-24 15:18:56 +01:00
  • 38ae7905c1 unify components and layout Robin Olsen 2026-02-24 15:13:31 +01:00
  • dd92c5741a keep it minimal Robin Olsen 2026-02-24 15:11:43 +01:00