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: stage release to production #2309

Merged
merged 109 commits into from
Sep 29, 2023
Merged

release: stage release to production #2309

merged 109 commits into from
Sep 29, 2023

Commits on Sep 12, 2023

  1. chore: changed issue priority from NULL to none (#2142)

    * chore: changed issue priority from NULL to none
    
    * fix: deleted the migration file
    NarayanBavisetti authored Sep 12, 2023
    2 Configuration menu
    Copy the full SHA
    9bff10d View commit details
    Browse the repository at this point in the history
  2. feat: users can select timezone during onboarding (#2148)

    feat: using Intl timezone will be automatically selected but they have the option to change it
    dakshesh14 authored Sep 12, 2023
    1 Configuration menu
    Copy the full SHA
    2186db8 View commit details
    Browse the repository at this point in the history
  3. fix: selfhosted fixes (#2154)

    * fix: selfhosted fixes
    
    * fix: updated env example
    sriramveeraghanta authored Sep 12, 2023
    2 Configuration menu
    Copy the full SHA
    cdb888c View commit details
    Browse the repository at this point in the history
  4. refactor: view props structure (#2159)

    * chore: update view_props types
    
    * refactor: view props structure
    aaryan610 authored Sep 12, 2023
    2 Configuration menu
    Copy the full SHA
    8e9a4dc View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    3a2a329 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. chore: eslint config package fixes (#2165)

    * eslint fixes
    
    * lint rules added
    sriramveeraghanta authored Sep 13, 2023
    1 Configuration menu
    Copy the full SHA
    b9c9350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47bec77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a91031 View commit details
    Browse the repository at this point in the history
  4. chore: changed view props (#2146)

    * chore: changed view props
    
    * fix: changed the keywords
    NarayanBavisetti authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    164e0b9 View commit details
    Browse the repository at this point in the history
  5. feat: add a relation to an issue (#1995)

    * feat: add issue relation to an issue
    
    * fix: deleted the migration file
    
    * fix: changed link to relates to in choice fields
    
    * fix: added the migration file
    
    * fix: changed migration file
    
    * fix: project id issue fixed
    
    * fix: added issue in the payload
    
    * fix: changed the query param for blocker
    NarayanBavisetti authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    a34b0b0 View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    4ce01ca View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    e58b76c View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    23e62c8 View commit details
    Browse the repository at this point in the history
  9. 2 Configuration menu
    Copy the full SHA
    61672f4 View commit details
    Browse the repository at this point in the history
  10. 2 Configuration menu
    Copy the full SHA
    42d38f7 View commit details
    Browse the repository at this point in the history
  11. 2 Configuration menu
    Copy the full SHA
    1b1ed37 View commit details
    Browse the repository at this point in the history
  12. chore: peek overview for issue view and my issue view (#2172)

    * chore: peak overview for issue view and my issue view
    
    * fix: profile issue peak overview mutation fix
    
    * chore: code refactor
    
    * fix: image prefix url fix
    anmolsinghbhatia authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    32d0857 View commit details
    Browse the repository at this point in the history
  13. feat: issue link to create relation between issues (#2171)

    * feat: issue linking
    
    * fix: search params to filter out selected issue
    
    * style: changed icons
    
    * fix: build error on web-view
    
    * fix: build error
    
    * fix: build error on web-view component
    dakshesh14 authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    9bac7cb View commit details
    Browse the repository at this point in the history
  14. 2 Configuration menu
    Copy the full SHA
    9033ceb View commit details
    Browse the repository at this point in the history
  15. typo: changed customize to customise in project automation settings (#…

    …2153)
    
    Co-authored-by: Neo <neo@Neos-MacBook-Pro.local>
    AnkushD and Neo authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    af73bbe View commit details
    Browse the repository at this point in the history
  16. [chore] Update setup.sh, with removed replacement script & added pr…

    …oject-level ENVs (#2115)
    
    * chore: Updated Setup Script for Splitting Env File
    
    * chore: updated dockerfile for using inproject env varaibles
    
    * chore: removed husky replacement script
    
    * chore: updated shell script using sed
    
    * chore: updated dockerfiles with removed cp statement
    
    * chore: added example env for apiserver
    
    * chore: refactored secret generation for backend
    
    * chore: removed replacement script
    
    * chore: updated docker-compose with removed env variables
    
    * chore: resolved comments in setup.sh and docker-compose
    
    * chore: removed secret key placeholder in apiserver example env
    
    * chore: updated root env for project less env variables
    
    * chore: removed project level env update from root env logic
    
    * chore: updated API_BASE_URL in .env.example
    
    * chore: restored docker argument as env NEXT_PUBLIC_API_BASE_URL
    
    * chore: added pg missing env variables
    
    * [chore] Updated web and deploy backend configuration for reverse proxy & decoupled Plane Deploy URL generation for web (#2135)
    
    * chore: removed api url build arg from compose
    
    * chore: set public api default argument to black string for self hosted
    
    * chore: updated web services to accept blank string as API URL
    
    * chore: added env variables for pg compose service
    
    * chore: modified space app services to use accept empty string as api base
    
    * chore: conditionally trigger web url value based on argument
    
    * fix: made web to use identical host with spaces suffix on absense of Deploy URL for deploy
    
    * chore: added example env for PUBLIC_DEPLOY Env
    
    * chore: updated web dockerfile with addition as PLANE_DEPLOY Argument
    
    * API BASE URL global update
    
    * API BASE URL replace with api server
    
    * api base url fixes
    
    * typo  fixes
    
    ---------
    
    Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
    
    * dev: remove API_BASE_URL from environment variable
    
    ---------
    
    Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
    Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
    3 people authored Sep 13, 2023
    1 Configuration menu
    Copy the full SHA
    d0f6ca3 View commit details
    Browse the repository at this point in the history
  17. style: project setting ui revamp (#2177)

    * style: project settings navigation sidebar added
    
    * chore: emoji and image picker close on outside click added
    
    * style: project setting general page revamp
    
    * style: project setting member page revamp
    
    * style: project setting features page revamp
    
    * style: project setting state page revamp
    
    * style: project setting integrations page revamp
    
    * style: project setting estimates page revamp
    
    * style: project setting automation page revamp
    
    * style: project setting label page revamp
    
    * chore: member select improvement for member setting page
    
    * chore: toggle switch component improvement
    
    * style: project automation setting ui improvement
    
    * style: module icon added
    
    * style: toggle switch improvement
    
    * style: ui and spacing consistency
    
    * style: project label setting revamp
    
    * style: project state setting ui improvement
    
    * chore: integration setting repo select validation
    
    * chore: code refactor
    
    * fix: build fix
    anmolsinghbhatia authored Sep 13, 2023
    2 Configuration menu
    Copy the full SHA
    87abf3c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. 2 Configuration menu
    Copy the full SHA
    f983d78 View commit details
    Browse the repository at this point in the history
  2. fix: changed payload for issue subgroups (#2181)

    * fix: sub groups in cycle module and my issues
    
    * fix: changed payload for issue subgroups
    NarayanBavisetti authored Sep 14, 2023
    2 Configuration menu
    Copy the full SHA
    4e0e025 View commit details
    Browse the repository at this point in the history
  3. chore: endpoints and history logs for issue draft (#2180)

    * chore: history logs for issue draft
    
    * fix: created seperated endpoints for issue drafts
    
    * fix: fixed the typo
    NarayanBavisetti authored Sep 14, 2023
    2 Configuration menu
    Copy the full SHA
    a53b428 View commit details
    Browse the repository at this point in the history
  4. fix: track events issue and env variables fixes (#2184)

    * fix: track event fixes
    
    * fix: adding env variables to trubo
    sriramveeraghanta authored Sep 14, 2023
    2 Configuration menu
    Copy the full SHA
    6659cfc View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    759a604 View commit details
    Browse the repository at this point in the history
  6. feat: draft issues (#2188)

    * feat: draft issue
    
    issues can be saved as draft
    
    * style: modal position
    dakshesh14 authored Sep 14, 2023
    2 Configuration menu
    Copy the full SHA
    eda4da8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix: edit/delete for draft issue (#2190)

    * fix: edit/delete
    
    * fix: build issue
    
    * fix: draft issue modal opening in kanban card
    dakshesh14 authored Sep 15, 2023
    2 Configuration menu
    Copy the full SHA
    32d945b View commit details
    Browse the repository at this point in the history
  2. chore: changed issue relation history logs (#2192)

    * chore: changed issue relation history logs
    
    * chore: change field name
    NarayanBavisetti authored Sep 15, 2023
    2 Configuration menu
    Copy the full SHA
    b274a21 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    9bfdcff View commit details
    Browse the repository at this point in the history
  4. style: workspace and profile setting revamp (#2193)

    * chore: custom theme mode svg added
    
    * style: workspace settings ui revamp
    
    * style: project settings and image upload modal improvement
    
    * style: profile setting ui revamp
    
    * chore: settings ui improvement and bug fixes
    anmolsinghbhatia authored Sep 15, 2023
    2 Configuration menu
    Copy the full SHA
    ccffbe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c107b36 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2196 from makeplane/fix/bug_fix

    fix: document bug fix
    sriramveeraghanta authored Sep 15, 2023
    2 Configuration menu
    Copy the full SHA
    3d72279 View commit details
    Browse the repository at this point in the history
  7. chore: settings bug fixes and ui improvement (#2198)

    * fix: settings bug fixes and ui improvement
    
    * chore: setting sidebar scroll fix & code refactor
    anmolsinghbhatia authored Sep 15, 2023
    2 Configuration menu
    Copy the full SHA
    5d33147 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. fix: hydration error and draft issue workflow (#2199)

    * fix: hydration error and draft issue workflow
    
    * fix: build error
    dakshesh14 authored Sep 19, 2023
    1 Configuration menu
    Copy the full SHA
    79bf7d4 View commit details
    Browse the repository at this point in the history
  2. fix: activity not coming for blocking/blocked, 'related to' and dupli…

    …cate (#2189)
    
    * fix: activity not coming for duplicate, relatesd to and for blocked/blocking
    
    refactor: mutation logic to use relation id instead of issue id
    
    * fix: mutation logic and changed keys to be aligned with api
    
    * fix: build error
    dakshesh14 authored Sep 19, 2023
    2 Configuration menu
    Copy the full SHA
    f6b92fc View commit details
    Browse the repository at this point in the history
  3. [fix]: Removing dependency on tiptap pro extension (#2209)

    * removing dependency on tiptap pro extension
    
    * updated docs to remove tiptap pro setup instructions
    
    * chore: removed pro extension promt from setup.sh
    
    * chore: Removed Pro Extension Setup from CI
    
    ---------
    
    Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com>
    Palanikannan1437 and henit-chobisa authored Sep 19, 2023
    2 Configuration menu
    Copy the full SHA
    1125868 View commit details
    Browse the repository at this point in the history
  4. dev: self hosted settings file (#2202)

    * dev: self hosted settings file
    
    * dev: add analytics and dockerized variable in settings
    
    * dev: update .env.example and docker compose file also
    
    * dev: self hosted setup minio
    pablohashescobar authored Sep 19, 2023
    2 Configuration menu
    Copy the full SHA
    926d2ae View commit details
    Browse the repository at this point in the history
  5. feat: workspace views (#2005)

    * feat: workspace views
    
    * fix: added project member filter
    
    * fix: added pagination in workspace views
    
    * fix: filters and group up by for workspace issues
    
    * fix: changed name workspace view to global view
    
    * fix: reordered the urls
    NarayanBavisetti authored Sep 19, 2023
    1 Configuration menu
    Copy the full SHA
    405ef93 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    d603c1e View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    a6a0eb9 View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    ce562fa View commit details
    Browse the repository at this point in the history
  9. 2 Configuration menu
    Copy the full SHA
    63c4792 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. chore: dynamic position dropdown (#2138)

    * chore: dynamic position state dropdown for issue view
    
    * style: state select dropdown styling
    
    * fix: state icon attribute names
    
    * chore: state select dynamic dropdown
    
    * chore: member select dynamic dropdown
    
    * chore: label select dynamic dropdown
    
    * chore: priority select dynamic dropdown
    
    * chore: label select dropdown improvement
    
    * refactor: state dropdown location
    
    * chore: dropdown improvement and code refactor
    
    * chore: dynamic dropdown hook type added
    
    ---------
    
    Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
    anmolsinghbhatia and aaryan610 authored Sep 20, 2023
    2 Configuration menu
    Copy the full SHA
    e01a0d2 View commit details
    Browse the repository at this point in the history
  2. fix: fields not getting selected in the create issue form (#2212)

    * fix: hydration error and draft issue workflow
    
    * fix: build error
    
    * fix: properties getting de-selected after create, module & cycle not getting auto-select on the form
    
    * fix: display layout, props being updated directly
    dakshesh14 authored Sep 20, 2023
    2 Configuration menu
    Copy the full SHA
    cdfff12 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    60ae940 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Implemented nested issues in the sub issues section in issue detail p…

    …age (#2233)
    
    * feat: subissues infinte level
    
    * feat: updated UI for sub issues
    
    * feat: subissues new ui and nested sub issues in issue detail
    
    * chore: removed repeated code
    gurusainath authored Sep 21, 2023
    2 Configuration menu
    Copy the full SHA
    bd077e6 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1621125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3793f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de9f34c View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    978909c View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    73afb8f View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. 2 Configuration menu
    Copy the full SHA
    c7092ed View commit details
    Browse the repository at this point in the history
  2. chore: updated docker naming conventions (#2239)

    * naming convention changes
    
    * dev: update docker-compose-hub in consistent with docker-compose
    
    * dev: updated docker container name
    
    ---------
    
    Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
    pablohashescobar and sriramveeraghanta authored Sep 22, 2023
    2 Configuration menu
    Copy the full SHA
    4d835c5 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    0c7b7c4 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    0005ff5 View commit details
    Browse the repository at this point in the history
  5. fix: cycle and module stats when issues are archived (#2185)

    * fix: cycle and module stats when issues are archived
    
    * fix: added draft filter
    
    ---------
    
    Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
    pablohashescobar and NarayanBavisetti authored Sep 22, 2023
    2 Configuration menu
    Copy the full SHA
    daa0b16 View commit details
    Browse the repository at this point in the history
  6. feat: quick add (#2240)

    * feat: quick add
    
    * style: made text color muted
    dakshesh14 authored Sep 22, 2023
    2 Configuration menu
    Copy the full SHA
    771ca58 View commit details
    Browse the repository at this point in the history
  7. chore: added epoch in draft (#2244)

    * chore: added epoch in draft
    
    * chore: removed extra spaces
    NarayanBavisetti authored Sep 22, 2023
    2 Configuration menu
    Copy the full SHA
    02060f6 View commit details
    Browse the repository at this point in the history
  8. fix: resolved pending issue graph in analytics, user wishes in dashbo…

    …ard, and typo in projects list (#2247)
    gurusainath authored Sep 22, 2023
    2 Configuration menu
    Copy the full SHA
    1aadbee View commit details
    Browse the repository at this point in the history
  9. style: settings page improvement (#2211)

    * style: settings page improvement
    
    * style: toggle switch styling
    
    ---------
    
    Co-authored-by: Anmol Singh Bhatia <asb@Anmols-MacBook-Pro.local>
    anmolsinghbhatia and Anmol Singh Bhatia authored Sep 22, 2023
    2 Configuration menu
    Copy the full SHA
    c9a6380 View commit details
    Browse the repository at this point in the history
  10. 2 Configuration menu
    Copy the full SHA
    e8d303d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. 1 Configuration menu
    Copy the full SHA
    68c8741 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    afa10d7 View commit details
    Browse the repository at this point in the history
  3. rename view to layout (#2255)

    Co-authored-by: Your Name <you@example.com>
    rhea0110 and Your Name authored Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    0e96edd View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    de7a672 View commit details
    Browse the repository at this point in the history
  5. feat: quick-add placement in spreadsheet and gantt (#2259)

    * feat: sticking quick-add at the bottom of the screen
    
    fix: opening create issue modal instead of quick-add in draft-issues, my-issue and profile page
    
    * fix: build error due to dynamic import
    dakshesh14 authored Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    5e8d523 View commit details
    Browse the repository at this point in the history
  6. fix: draft issue delete not working (#2249)

    * fix: draft issue not deleting, project can't be changed in draft issue modal
    
    * fix: removed mutation for view where draft issues are not shown
    
    * fix: inline create issue for draft issue
    
    * fix: clearing data from localstorage on discard click
    dakshesh14 authored Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    7db7859 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. 2 Configuration menu
    Copy the full SHA
    1ad9987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d3bd78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae8ca6 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    d385943 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab028a3 View commit details
    Browse the repository at this point in the history
  6. [fix] nginx continuously rewriting and reloading on index page of spa…

    …ces app (#2236)
    
    * chore: shifted index page to /home route
    
    * chore: added rewrite logic, to rewrite index to /home
    
    * chore: routed home to login route as login page
    
    * chore: updated nginx config to route to login
    
    * chore: updated path for home
    henit-chobisa authored Sep 26, 2023
    2 Configuration menu
    Copy the full SHA
    88a35ef View commit details
    Browse the repository at this point in the history
  7. dev: migration for 0.13 (#2266)

    * dev: updated migrations
    
    * dev: migration for 0.13
    NarayanBavisetti authored Sep 26, 2023
    2 Configuration menu
    Copy the full SHA
    52b57b1 View commit details
    Browse the repository at this point in the history
  8. dev: re-split migrations into two different files (#2268)

    * dev: split issue activity migration separate files
    
    * dev: resplit migrations into two different files
    
    * dev: changed the batch size
    NarayanBavisetti authored Sep 26, 2023
    2 Configuration menu
    Copy the full SHA
    6e0999c View commit details
    Browse the repository at this point in the history
  9. fix: bugs in quick-add and draft issues (#2269)

    * fix: 'Last Drafted Issue' making sidebar look weird on collapsed
    
    * feat: scroll to the bottom when issue is created
    
    * fix: 'Add Issue' button overlapping issue card in spreadsheet view
    
    * fix: wrong placement of quick-add in calender layout
    
    * fix: spacing for issue card in spreadsheet view
    dakshesh14 authored Sep 26, 2023
    2 Configuration menu
    Copy the full SHA
    b317a14 View commit details
    Browse the repository at this point in the history
  10. chore: add instructions to contributing guide (#2270)

    * chore: add instructions to contributing guide
    
    * dev: update contributing.md to use the new configuration
    
    ---------
    
    Co-authored-by: Nikhil <118773738+pablohashescobar@users.noreply.github.com>
    thomasync and pablohashescobar authored Sep 26, 2023
    2 Configuration menu
    Copy the full SHA
    4c333d5 View commit details
    Browse the repository at this point in the history
  11. fix: user dashboard greeting timezone (#2267)

    * chore: user greeting timezone
    
    * fix: group by labels not working on workspace level
    aaryan610 authored Sep 26, 2023
    2 Configuration menu
    Copy the full SHA
    a187e77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    698b427 View commit details
    Browse the repository at this point in the history
  13. feat: workspace global view, style: spreadsheet view revamp (#2273)

    * chore: workspace view types, services and hooks added
    
    * style: spreadsheet view revamp and code refactor
    
    * feat: workspace view
    
    * fix: build fix
    
    * chore: sidebar workspace issues redirection updated
    anmolsinghbhatia authored Sep 26, 2023
    2 Configuration menu
    Copy the full SHA
    3a6d72e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. style: gantt layout quick-add padding (#2272)

    * fix: 'Last Drafted Issue' making sidebar look weird on collapsed
    
    * feat: scroll to the bottom when issue is created
    
    * fix: 'Add Issue' button overlapping issue card in spreadsheet view
    
    * fix: wrong placement of quick-add in calender layout
    
    * fix: spacing for issue card in spreadsheet view
    
    * style: gantt layout quick-add padding
    
    style: removed 'State group' from draft issue
    
    * style: decrese shadow, quick-add position on calender layout, and 'add issue' sticky
    
    * style: button color
    dakshesh14 authored Sep 27, 2023
    2 Configuration menu
    Copy the full SHA
    2d8cbcc View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    5298f1e View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    b3be363 View commit details
    Browse the repository at this point in the history
  4. chore: gantt chart empty state (#2279)

    * chore: gantt empty state
    
    * chore: Add heading to the gantt sidebar
    aaryan610 authored Sep 27, 2023
    2 Configuration menu
    Copy the full SHA
    a243bb6 View commit details
    Browse the repository at this point in the history
  5. style: calender quick-add same width as single date (#2280)

    * style: calender quick-add same width as single date
    
    * style: margin bottom in quick-add in spreadsheet view
    
    * fix: quick add opening in list-layout
    
    * style: reduced margin left
    dakshesh14 authored Sep 27, 2023
    1 Configuration menu
    Copy the full SHA
    e00ae0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    191aeca View commit details
    Browse the repository at this point in the history
  7. 2 Configuration menu
    Copy the full SHA
    7b453dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62ba8d5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2265 from makeplane/stage/dev-release-0-13

    promote: Develop to Stage
    sriramveeraghanta authored Sep 27, 2023
    2 Configuration menu
    Copy the full SHA
    dc2b4de View commit details
    Browse the repository at this point in the history
  10. 2 Configuration menu
    Copy the full SHA
    7404fe7 View commit details
    Browse the repository at this point in the history
  11. 2 Configuration menu
    Copy the full SHA
    9dd22f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. 2 Configuration menu
    Copy the full SHA
    32d2f91 View commit details
    Browse the repository at this point in the history
  2. chore: views (#2288)

    * chore: global views order by
    
    * chore: update permissions for global views
    
    ---------
    
    Co-authored-by: NarayanBavisetti <narayan3119@gmail.com>
    pablohashescobar and NarayanBavisetti authored Sep 28, 2023
    2 Configuration menu
    Copy the full SHA
    6afbd3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34af666 View commit details
    Browse the repository at this point in the history
  4. fix: issue activity estimate value bug fix (#2281)

    * fix: issue activity estimate value bug fix
    
    * fix: activity typo fix
    anmolsinghbhatia authored Sep 28, 2023
    2 Configuration menu
    Copy the full SHA
    60a69e2 View commit details
    Browse the repository at this point in the history
  5. fix: ui and bugs (#2289)

    * fix: 24 character limit on first & last name in onboarding page
    
    * fix: no option: 'Add Issue' in archive issue page
    
    * fix: in archive issue directly sending to issue detail page
    
    * fix: issue type showing in archive issue
    
    * fix: custom menu overflowing
    
    * fix: changing subscriber in filters has no effect
    
    * style: border in quick-add
    
    * fix: on onboarding member role overflowing
    
    * fix: inconsistent icons in issue detail
    
    * style: spacing, borders and shadows in quick-add
    
    * fix: custom menu truncate
    dakshesh14 authored Sep 28, 2023
    2 Configuration menu
    Copy the full SHA
    ec91a0d View commit details
    Browse the repository at this point in the history
  6. 2 Configuration menu
    Copy the full SHA
    4503810 View commit details
    Browse the repository at this point in the history
  7. chore: workspace view display filters and properties , code refactor (#…

    …2295)
    
    * chore: spreadsheet view context
    
    * chore: spreadsheet context provider
    
    * chore: spreadsheet view context
    
    * chore: display filters and properties added in workspace view and code refactor
    
    * fix: build error fix
    
    * chore: set sub-issue display option to false for global views
    
    ---------
    
    Co-authored-by: gurusainath <gurusainath007@gmail.com>
    anmolsinghbhatia and gurusainath authored Sep 28, 2023
    2 Configuration menu
    Copy the full SHA
    a048e51 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. 2 Configuration menu
    Copy the full SHA
    6cb4b22 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    459999e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2296 from makeplane/develop

    promote: develop to stage release
    sriramveeraghanta authored Sep 29, 2023
    2 Configuration menu
    Copy the full SHA
    fbf88c3 View commit details
    Browse the repository at this point in the history
  4. chore: workspace view mutation fix ,bug fixes and code refactor (#2301)

    * chore: workspace view mutation fix ,bug fixes and code refactor
    
    * chore: update workspace view toast alert added
    anmolsinghbhatia authored Sep 29, 2023
    2 Configuration menu
    Copy the full SHA
    2a770e4 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    1b28125 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2304 from makeplane/develop

    promote: develop to stage release
    sriramveeraghanta authored Sep 29, 2023
    2 Configuration menu
    Copy the full SHA
    26bb51e View commit details
    Browse the repository at this point in the history
  7. dev: updated migrations for 0.13-dev (#2305)

    * chore: epoch migration batch size changed
    
    * chore: reoredered the migration files
    
    * dev: updated migrations for 0.13-dev
    
    * chore: added epoch field
    
    * dev: merged the migration files
    NarayanBavisetti authored Sep 29, 2023
    2 Configuration menu
    Copy the full SHA
    f1879a4 View commit details
    Browse the repository at this point in the history
  8. 2 Configuration menu
    Copy the full SHA
    4cab00e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2308 from makeplane/develop

    promote: develop to stage release
    sriramveeraghanta authored Sep 29, 2023
    2 Configuration menu
    Copy the full SHA
    7c12507 View commit details
    Browse the repository at this point in the history