Simran Gill
f56b5c584a
Refactored plannedAt implementation as per feedback
2025-01-11 14:30:36 +01:00
Simran Gill
3fc4cfbcdd
Fix operator precedence for plannedAt calculation
2025-01-11 14:30:36 +01:00
Johannes Millan
1e04417323
feat(issueProvider): make searching all issue providers from bar work
2024-12-06 20:52:39 +01:00
Johannes Millan
c688bf1f34
feat(calendar): improve typing
2024-12-05 20:15:47 +01:00
Johannes Millan
91712b3d86
feat(calendar): rename CALENDAR type to ICAL
2024-12-04 20:10:44 +01:00
Johannes Millan
93c61db139
feat(calendar): outline adding calendars like issue providers and add basic dialog
2024-12-02 21:23:24 +01:00
Johannes Millan
5fba5e3521
feat(issueProvider): simplify github integration 2
2024-11-29 21:06:22 +01:00
Johannes Millan
3cdfe78dc0
feat(issueProvider): indicate done issues in list
2024-11-29 21:06:22 +01:00
Johannes Millan
ec5a357f2b
feat(issueProvider): add pin search query functionality
2024-11-29 21:06:22 +01:00
Johannes Millan
af2541d57d
feat(issueProvider): extract common stuff of issue providers to shared model
2024-11-29 21:06:21 +01:00
Johannes Millan
08755d708c
feat(issueProvider): make gitlab stuff work
2024-11-29 21:06:20 +01:00
Johannes Millan
ea61b96938
feat(issueProvider): make other issue service stuff work again
2024-11-29 21:06:20 +01:00
Johannes Millan
1e57e9c7e2
feat(issueProvider): switch from projectId to issueProviderId for issue providers
2024-11-29 21:06:20 +01:00
Johannes Millan
ed28f8d9cc
feat(issueProvider): render real providers
2024-11-29 21:06:20 +01:00
Johannes Millan
6d62c209a7
feat(issueProvider): add migration from project to issueProvider
2024-11-29 21:06:20 +01:00
Johannes Millan
361fefd18c
feat(issueProvider): add store stuff for issue provider feature
2024-11-29 21:06:20 +01:00
Johannes Millan
1798295395
feat(calendarIntegration): add calendar tasks as issue tasks
2024-01-19 19:14:52 +01:00
Jonas Peterburs
0bf306b20d
Implement common interface with searchable remote
2022-08-29 22:00:58 +02:00
Jonas Peterburs
7891062337
Add initial redmine interaction components
2022-08-29 22:00:58 +02:00
Hugaleno Bezerra
01aae5542d
WIP: Implement some methods from common interface
2022-05-02 21:02:03 +02:00
Hugaleno Bezerra
1e079da905
WIP: Add initial gitea integration components
2022-05-02 21:02:03 +02:00
Johannes Millan
412b6577cf
feat(issue): add isEnabled property to every issue provider
2021-10-23 19:11:15 +02:00
Johannes Millan
d66065c739
refactor(issue): add isEnabled method to any common interface
2021-09-19 16:22:10 +02:00
Johannes Millan
dca3402ab8
feat(openProject): make displaying work packages in search results work
2021-09-10 16:55:53 +02:00
Johannes Millan
fdc4d90875
feat(openProject): reduce uneeded boilerplate code
2021-09-10 15:40:52 +02:00
Johannes Millan
43022f8e83
refactor: format everything with prettier
2021-05-06 22:37:37 +02:00
Johannes Millan
ccc4685e66
refactor: fix code formatting
2021-02-20 15:36:28 +01:00
Jan Losinski
8b5eb0f5da
feat(issues): reuse caldav client instances.
...
To get a list of caldav todos we have to connect the client and discover
the right calendar. This causes at least three requests before we're
finally able to fetch the todos. To mitigate this we cache an
established client connection as well as the discovered calendar
instances - so only the first request for a resource causes the
discovery.
2021-02-17 11:31:40 +01:00
Jan Losinski
840f6102bf
feat(issues): Implement basic issue provider for caldav
...
This adds another issue provider to use caldav VTODOs as issue source.
2021-02-17 11:31:40 +01:00
Johannes Millan
b51f661f35
feat: new linting #1
2020-07-05 03:57:34 +02:00
mostafa.amen07
72a9dc7787
Updating issue feature
2020-03-22 22:44:38 +02:00
Johannes Millan
986ca4c42d
fix(github): update state being wrong sometimes
2020-03-04 16:02:21 +01:00
Johannes Millan
558ce433c4
refactor: fix all linting warnings
2020-03-04 00:02:38 +01:00
Johannes Millan
cfda618d4a
refactor: make IssueLocalState an enum
2020-03-03 22:42:15 +01:00
Johannes Millan
cb26f6167a
feat(github): make importing issues work
2020-03-03 21:51:03 +01:00
Johannes Millan
a7ef7f32b5
refactor(issue): folder structure
2020-03-03 19:06:43 +01:00
Johannes Millan
f0bd402ac4
refactor(githubNew): rename model
2020-03-02 19:53:54 +01:00
Johannes Millan
37fb731045
refactor(jiraNew): restructure file structure
2020-02-28 19:59:58 +01:00