Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.16-dev #22

Merged
merged 75 commits into from
Mar 7, 2024
Merged

release: v0.16-dev #22

merged 75 commits into from
Mar 7, 2024

Conversation

torbenraab
Copy link
Owner

No description provided.

anmolsinghbhatia and others added 30 commits February 25, 2024 22:35
* chore: trim issue title

* chore: issue title improvement
* fix-1

* test 2

* try 3

* try 4

* try 5

* try 6

* try 7

* try 8

* wip

* config changes

* removed instructions after install

* wip

* wip

* wip

* wip

* cron added

* wip

* added daily update flag

* upgrade modified

* crontab added

* upgrade fixes

* crontab modified

* cron fixes
* fix: issue comment empty string and on enter functionality

* fix: empty html tag validation added

* fix: purifying dom contents before saving comments

---------

Co-authored-by: sriram veeraghanta <[email protected]>
… DND (makeplane#3778)

* fix: application sidebar project and favorite project reordering issue resolved

* fix: enabled posthog

* chore: project sort order in POST

* chore: project member sort order

* chore: project sorting order

* fix: handle dragdrop functionality from store to helper function in project sidebar

* fix: resolved build error

---------

Co-authored-by: NarayanBavisetti <[email protected]>
Co-authored-by: Anmol Singh Bhatia <[email protected]>
* test 1

* wip

* wip

* build for changed-files/release/master
… modal (makeplane#3809)

* chore: draft issue update request

* chore: changed the serializer

* chore: handled issue description in issue modal, inbox issues mutation and draft issue mutaion and changed the endpoints

* chore: handled draft toggle in make a issue payload in issues

* chore: handled issue labels in the inbox issues

---------

Co-authored-by: NarayanBavisetti <[email protected]>
…3814)

* fix: issue modal description on workspace level

* fix: issue modal description on workspace level
* chore: project member active filter

* chore: updated active filter
* safley enable swr and make sure to minimalize re renders

* resolve build errors

* fix dropdowns updation by adding observer
gurusainath and others added 28 commits February 29, 2024 15:31
…es in project issues (makeplane#3834)

* feat: implemented cycle and module for display filters groupBy and sunGroupBy in  project issues list and kanban layouts

* chore: Enabled drag ability for cycle and handled prepopulated data for quick add

* chore: disbaled drag ability for cycle

* chore: updated preloaded data

* chore: updated module and cycle store router dependancy to prop dependancy
…splay filters (makeplane#3841)

* ui: UI inconsistancy in kanban layout when we grouped and sub grouped display filters.

* ui: width update in the kanban block
…t header (makeplane#3843)

* fix: fixed subgroupby issue count at the header in kanban layout

* chore: code beautification
…#3848)

* fix: kanban header text overflow

* chore: updated condition
* chore: custom menu dropdown menu items classname prop added

* fix: issue layout quick action z index fix
…nt propagation (makeplane#3851)

* fix: inbox issue navigation issue title and description event propagation

* fix: inbox issue navigation issue title and description event propagation
…creenshots and added repo activity, contributors. (makeplane#3870)

* update github readme, add new features and deployment options

* add new product screenshots

* add contributors section to readme

* chore: update formatting
…uild with Linting Capabilities (makeplane#3838)

* chore: upgraded build pull request ci for multi stage parallel builds

* Update build-test-pull-request.yml
…akeplane#3881)

* feature preview deploy

* chore: variable name changes

---------

Co-authored-by: sriram veeraghanta <[email protected]>
makeplane#3874)

* [WEB-588] chore: remove the word `title` from the issue title tooltip.

* fix: github url fixes in feature deploy action

---------

Co-authored-by: sriram veeraghanta <[email protected]>
copyUrlToClipboard(`/${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`).then(() =>
const issueLink = `${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`;

const handleOpenInNewTab = () => window.open(`/${issueLink}`, "_blank");

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.

const handleCopyIssueLink = () => {
copyUrlToClipboard(`${workspaceSlug}/projects/${issue.project_id}/archived-issues/${issue.id}`).then(() =>
const handleOpenInNewTab = () => window.open(`/${issueLink}`, "_blank");

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
copyUrlToClipboard(`${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`).then(() =>
const issueLink = `${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`;

const handleOpenInNewTab = () => window.open(`/${issueLink}`, "_blank");

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
copyUrlToClipboard(`${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`).then(() =>
const issueLink = `${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`;

const handleOpenInNewTab = () => window.open(`/${issueLink}`, "_blank");

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
copyUrlToClipboard(`${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`).then(() =>
const issueLink = `${workspaceSlug}/projects/${issue.project_id}/issues/${issue.id}`;

const handleOpenInNewTab = () => window.open(`/${issueLink}`, "_blank");

Check warning

Code scanning / CodeQL

Client-side URL redirect Medium

Untrusted URL redirection depends on a
user-provided value
.
@torbenraab torbenraab merged commit c735985 into master Mar 7, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.