Commit Graph

240 Commits

Author SHA1 Message Date
pablohashescobar
d45979eacb dev: update worker script and update yml file to point to org 2023-04-01 20:07:22 +05:30
pablohashescobar
15ce3537ad
fix: recent pages endpoint (#640)
* fix: recent pages endpoint for date

* fix: order by
2023-03-31 03:32:32 +05:30
vamsi
29ea592c4a dev: upgrade redis requirements to 4.5.4 2023-03-31 02:08:29 +05:30
vamsi
05323d4697 dev: new migrations for Pages related attributes 2023-03-31 02:04:33 +05:30
pablohashescobar
f9ee898d88
chore: add workspace details and project details in page responses (#615)
* chore: add workspace details and project details in page responses

* fix: typo in workspace queryset
2023-03-30 18:59:39 +05:30
pablohashescobar
f79fdbf782
chore: create activity when a block is converter into an issue (#609) 2023-03-30 18:58:51 +05:30
pablohashescobar
1d7b65ad83
fix: transfer issues endpoint (#620) 2023-03-30 18:58:23 +05:30
pablohashescobar
9c4fcca6c1
fix: ordering in queryset (#598) 2023-03-30 16:33:16 +05:30
pablohashescobar
5aad20e7ed
fix: project update for identifier (#604) 2023-03-30 16:33:04 +05:30
pablohashescobar
3a599b6436
chore: workspace detail on issue activity serializer (#607) 2023-03-30 16:32:48 +05:30
pablohashescobar
89bb439d62
chore: return user request count from logger (#596) 2023-03-30 02:04:41 +05:30
pablohashescobar
6a40dd911f
fix: cycles date check for null and incomplete cycles endpoint (#580)
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com>
2023-03-30 01:26:14 +05:30
pablohashescobar
9064709d5d
feat: user activities endpoint (#590) 2023-03-30 01:25:55 +05:30
pablohashescobar
6d8eda9814
chore: update API endpoints for analytics (#574)
* chore: return workspace details on project create and update

* chore: update endpoints to return workspace and project details

---------

Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com>
2023-03-30 01:25:32 +05:30
pablohashescobar
7eaec16381
chore: add cycle id and module id in issues list endpoint (#586) 2023-03-30 01:25:16 +05:30
pablohashescobar
d7ed237f78
feat: add API limit for AI assistance (#592) 2023-03-30 01:23:56 +05:30
pablohashescobar
1255f4756d fix: uuid serilaizable error 2023-03-29 16:25:06 +05:30
pablohashescobar
3ba9cddc2a chore: add user id when logging for analytics 2023-03-29 16:15:11 +05:30
pablohashescobar
628591854d
fix: search endpoint to return distint results (#566)
Co-authored-by: Vamsi Kurama <vamsi.kurama@gmail.com>
2023-03-29 00:23:35 +05:30
pablohashescobar
05e9c0f76f
fix: cycle validation for completed cycles (#559) 2023-03-29 00:23:16 +05:30
pablohashescobar
3bebcc4714
chore: return gpt response in html (#555)
* chore: return gpt response in html

* chore: update the response br
2023-03-29 00:23:02 +05:30
pablohashescobar
d16d32cea8
feat: move issues from one cycle to another (#554)
* feat: move issues from one cycle to another

* fix: push method when updating

* fix: new cycle completed validation
2023-03-29 00:22:48 +05:30
dependabot[bot]
d9f31a1eb7
chore(deps): bump redis from 4.4.2 to 4.5.3 in /apiserver/requirements (#556)
Bumps [redis](https://github.com/redis/redis-py) from 4.4.2 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.4.2...v4.5.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 03:41:58 +05:30
pablohashescobar
a06d59f77d
feat: sync flag for syncing issues with page blocks (#547) 2023-03-28 01:52:46 +05:30
pablohashescobar
722a053461
fix: date for earlier this week (#540) 2023-03-28 01:52:34 +05:30
pablohashescobar
d6818e74fd
feat: page view toggle in project settings (#536) 2023-03-28 01:52:21 +05:30
pablohashescobar
a5a96d9f66
fix: add slack sdk in requirements file (#546) 2023-03-28 00:33:14 +05:30
pablohashescobar
691ea0c080
feat: slack bot setup (#545) 2023-03-27 23:37:00 +05:30
pablohashescobar
8bd557a743
feat: gzip compressor for performance upgrades (#538) 2023-03-27 23:36:13 +05:30
pablohashescobar
35b80b422d
fix: gpt task and prompt (#537) 2023-03-27 23:36:00 +05:30
pablohashescobar
d6ffc3176e
fix: global search endpoint to show entities within projects and add filtering through identifiers (#543) 2023-03-27 23:34:04 +05:30
pablohashescobar
52d4828e1d
fix: issue filters for start date and target date (#530) 2023-03-25 23:57:31 +05:30
pablohashescobar
c5baa6183c
fix: pages endpoint for dates and access (#531)
* fix: pages endpoint for dates and access

* fix: recent pages endpoint

* fix: recent pages endpoint

* fix: date object in recent pages endpoint

* dev: update nomenclature
2023-03-25 23:57:16 +05:30
pablohashescobar
69387ffd8c
fix: page labels update (#532) 2023-03-25 23:57:06 +05:30
pablohashescobar
32ab7951f7
perf: update issue serializer (#534) 2023-03-25 23:56:53 +05:30
pablohashescobar
578d724e41
feat: global search endpoint for workspace (#529) 2023-03-25 11:16:33 +05:30
pablohashescobar
a3a792741f
feat: GPT integration (#526)
* feat: GPT integration

* dev: move engine value to env variable
2023-03-25 11:14:26 +05:30
pablohashescobar
31624f3ae6
fix: start date and target date issue filter (#525) 2023-03-25 11:14:16 +05:30
pablohashescobar
5152deb2d0
fix: model ordering (#521)
* fix: model ordering

* fix: my pages and create by others pages
2023-03-25 11:14:05 +05:30
pablohashescobar
c6ba93da72
fix: dashboard issues filters (#519)
* fix: upcoming issues filters

* dev: update dashboard endpoint to return correct month
2023-03-25 11:13:14 +05:30
pablohashescobar
28b3c999ae
dev: update recent pages endpoint and return blocks on page listing (#517)
* dev: update recent pages endpoint and return blocks on page listing

* fix: yesterday's pages
2023-03-25 11:12:54 +05:30
pablohashescobar
6c6f9a5bfd
fix: dashboard endpoint for overdue and upcoming issues (#502)
* fix: dashboard endpoint for overdue and upcoming issues

* dev: update for upcoming issue to get target date null issues as well

* dev: update the filter
2023-03-24 00:13:48 +05:30
pablohashescobar
3056727190
dev: endpoints for my, other, recent and favorite pages, add sort order and color for pages (#499)
* dev: endpoints for my, other, recent and favorite pages, add sort order and color for pages

* dev: fix state attribute error while saving page blocks
2023-03-24 00:13:26 +05:30
pablohashescobar
053ae2063e
fix: issue filtering keyerror (#494) 2023-03-24 00:13:05 +05:30
pablohashescobar
2501c819d3
fix: keyerror on comment create and update (#492) 2023-03-24 00:12:56 +05:30
pablohashescobar
4e3c9397ea
feat: page labels and favorites (#487)
* dev: initiate page labels

* dev: page labels

* dev: my pages endpoint
2023-03-22 23:41:30 +05:30
pablohashescobar
27b1308227
fix: file asset uploading and deleting (#496) 2023-03-22 23:38:47 +05:30
vamsi
818d1147d5 dev: new migrations for added fields and introducing Pages 2023-03-22 01:39:53 +05:30
pablohashescobar
c4594bff01
feat: cycles and modules issues state group percentages (#484)
* dev: state group issue percentage on cycle list

* dev: add issue percentage fields for modules and query updates on cycle apis
2023-03-22 01:36:52 +05:30
pablohashescobar
5e81600e38
feat: jira issue importer (#476)
* dev: initialize jira importer

* dev: create service import for jira

* dev: update task to create all users for project and workspace and also create assignees when importing bulk assignees

* dev: create bulk modules import endpoint for jira epics

* dev: create bulk module issues when importing modules
2023-03-22 01:36:38 +05:30