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

style: plane deploy #2039

Merged
merged 34 commits into from
Aug 31, 2023
Merged

style: plane deploy #2039

merged 34 commits into from
Aug 31, 2023

Commits on Aug 29, 2023

  1. chore: improve access field for comments for public boards (#1956)

    Co-authored-by: Bavisetti Narayan <72156168+NarayanBavisetti@users.noreply.github.com>
    pablohashescobar and NarayanBavisetti committed Aug 29, 2023
    1 Configuration menu
    Copy the full SHA
    8581226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a41ec7 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    abcdebe View commit details
    Browse the repository at this point in the history
  4. fix: issue exports in self hosted instances (#1996)

    * fix: issue exports in self hosted instances
    
    * dev: remove print logs
    
    * dev: update url creation function
    
    * fix: changed the presigned url for self hosted exports
    
    ---------
    
    Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
    pablohashescobar and NarayanBavisetti committed Aug 29, 2023
    1 Configuration menu
    Copy the full SHA
    e1ad385 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    5ad5da4 View commit details
    Browse the repository at this point in the history
  6. feat: mark all read notifications (#1963)

    * feat: mark all read notifications
    
    * fix: changed string to boolean
    
    * fix: changed snoozed condition
    NarayanBavisetti committed Aug 29, 2023
    1 Configuration menu
    Copy the full SHA
    91c1093 View commit details
    Browse the repository at this point in the history
  7. chore: project public board issue retrieve (#2003)

    * chore: project public board issue retrieve
    
    * dev: project issues list endpoint
    
    * fix: issue public retrieve endpoint
    pablohashescobar committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1d30a9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cf5e8d View commit details
    Browse the repository at this point in the history
  9. fix: issue votes (#2006)

    * fix: issue votes
    
    * fix: added default as 1 in vote
    
    * fix: issue vote migration file
    NarayanBavisetti committed Aug 29, 2023
    1 Configuration menu
    Copy the full SHA
    b2a41d3 View commit details
    Browse the repository at this point in the history
  10. 1 Configuration menu
    Copy the full SHA
    90cf39c View commit details
    Browse the repository at this point in the history
  11. 1 Configuration menu
    Copy the full SHA
    38a5623 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd0efb0 View commit details
    Browse the repository at this point in the history
  13. feat: access selector for comment (#2012)

    * dev: access specifier for comment
    
    * chore: change access order
    aaryan610 committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d8bbdc1 View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    168e79d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. chore: update module status icons and colors (#2011)

    * chore: update module status icons and colors
    
    * refactor: import statements
    
    * fix: add default alue to module status
    aaryan610 committed Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    2e5ade0 View commit details
    Browse the repository at this point in the history
  2. chore: track public board comments and reaction users for public depl…

    …oy boards (#1972)
    
    * chore: track project deploy board comment and reaction users for public deploy boards
    
    * dev: remove tracking from project viewsets
    pablohashescobar committed Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    23f5d5d View commit details
    Browse the repository at this point in the history
  3. feat: user timezones (#2009)

    * dev: user timezones
    
    * feat: user timezones
    pablohashescobar committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    426f658 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    761a1eb View commit details
    Browse the repository at this point in the history
  5. fix: asset key validation (#1938)

    * fix: asset key validation
    
    * chore: asset key validation in user assets
    
    ---------
    
    Co-authored-by: Bavisetti Narayan <narayan@Bavisettis-MacBook-Pro.local>
    NarayanBavisetti and Bavisetti Narayan committed Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    17aff1f View commit details
    Browse the repository at this point in the history
  6. dev: revamp peek overview (#2021)

    * dev: mobx for issues store
    
    * refactor: peek overview component
    
    * chore: update open issue button
    
    * fix: issue mutation after any crud action
    
    * chore: remove peek overview from gantt
    
    * chore: refactor code
    aaryan610 committed Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    f5a076e View commit details
    Browse the repository at this point in the history
  7. chore: tracking the history of issue reactions and votes. (#2020)

    * chore: tracking the issues reaction and vote history
    
    * fix: changed the keywords for vote and reaction
    
    * chore: added validation
    NarayanBavisetti committed Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    6c6b81b View commit details
    Browse the repository at this point in the history
  8. dev: revamp publish project modal (#2022)

    * dev: revamp publish project modal
    
    * chore: sidebar dropdown text
    aaryan610 committed Aug 30, 2023
    1 Configuration menu
    Copy the full SHA
    54527cc View commit details
    Browse the repository at this point in the history
  9. 1 Configuration menu
    Copy the full SHA
    5e00ffe View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. 1 Configuration menu
    Copy the full SHA
    320608e View commit details
    Browse the repository at this point in the history
  2. style: list view

    aaryan610 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    271cf12 View commit details
    Browse the repository at this point in the history
  3. [feat]: Tiptap table integration (#2008)

    * added basic table support
    
    * fixed table position at bottom
    
    * fixed image node deletion logic's regression issue
    
    * added compatible styles
    
    * enabled slash commands
    
    * disabled slash command and bubble menu's node selector for table cells
    
    * added dropcursor support to type below the table/image
    
    * blocked image uploads for handledrop and paste actions
    Palanikannan1437 committed Aug 31, 2023
    1 Configuration menu
    Copy the full SHA
    38b7f43 View commit details
    Browse the repository at this point in the history
  4. style: kanban view

    aaryan610 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ea766b1 View commit details
    Browse the repository at this point in the history
  5. style: tiptap table (#2033)

    aaryan610 committed Aug 31, 2023
    1 Configuration menu
    Copy the full SHA
    af929ab View commit details
    Browse the repository at this point in the history
  6. fix: merge conflicts

    aaryan610 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    51a6acd View commit details
    Browse the repository at this point in the history
  7. fix: merge conflicts

    aaryan610 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9a4f17a View commit details
    Browse the repository at this point in the history
  8. fix: peek overview

    aaryan610 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5bdadb1 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feat/deploy-pages' of https://github.com/makeplane/plane

    …into style/plane_deploy
    aaryan610 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6961df6 View commit details
    Browse the repository at this point in the history
  10. style: theming added

    aaryan610 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    298a6eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    323be47 View commit details
    Browse the repository at this point in the history