Sangeeth Sivan
62fb99929e
feat: code split permission helpers and added null check for some selectors ( #17718 )
2022-10-20 11:33:33 +05:30
Tanvi Bhakta
a0292d432a
feat: import changes batch 2 ( #15722 )
...
* Remove treedropdown from ads
* Change Treedropdown imports
* Remove Notification Banner, change imports
* Remove Toggle from ads
* Change toggle imports
* explicitly declare function argument types
* Remove Menu from ads
* Change menu imports
* Remove Spinner from ads
* Change spinner imports
* Remove Radio, import changes
* test: updated flaky test under default meta (#15707 )
* updated flaky test
* Updated tests
* updated tests
* updated the tests
* updated tests
* Update constants.ts
* add more typecasting
* Remove ListSegmentHeader, import changes
* Remove TagInputComponent, import changes
* Remove Switch, import changes
* Remove SearchInput, change imports
* Rename TagInputComponent to TagInput
* Remove ProgressiveImage, import changes
* import changes for SearchVariant
* Remove menu divider, import changes
* Remove TableDropdown, import changes
* Remove Switcher
* Remove StatusBar, import changes
* Remove showcase carousel
* Remove RectangularSwitcher, import change
* Add types to TableDropdown's args
* Remove MultiSwitch, import change
* Remove GifPlayerComponent, import change
* Remove DraggableList, import change
* Remove DisplayImageUpload, import change
* Remove DatePickerComponent, import change
* Remove CopyToClipBoard, import change
* Remove ColorSelector, import change
* Remove TabItemBackgroundFill, NumberedStep, ColorPickerComponent
* GifPlayerComponent -> GifPlayer
* change named import
* Remove FormFieldError, change imports
* Update to new version of Tree Dropdown
* Fix issue with ads/index.ts
* Test file fix
* Fix issue with merge?!?!??
* update design system to 1.0.18
* Bump ds version
* bump ds version
* bump ds version
Co-authored-by: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com>
Co-authored-by: Albin <albin@appsmith.com>
2022-09-02 14:08:17 +05:30
Sangeeth Sivan
e9d719103c
chore: code split sagas and reducer's index file ( #16261 )
...
* chore: code split sagas and reducers index file
* fix: update imports
* chore: remove acl reducers file on ce
* fix: code split reducers properly
* chore: remove unnecessary import
* chore: split root sagas file
2022-08-24 17:46:32 +05:30
albinAppsmith
fbc3bd663b
feat: Migrate design system components import to design-system repo - I ( #15562 )
...
* Icon component deleted and changed the imports in refrence places
* design system package version changed
* import changes
* Delete TextInput.tsx
* Change imports
* Change single named import
* Update package
* Update package
* Delete ScrollIndicator.tsx
* Change imports
* Icon import completed
* Event type added
* Changed Button component imports
* import change button
* Button onclick type fix
* Label with Tooltip import changes
* Changed breadcrumbs import
* EmojiPicker and Emoji Reaction import changes
* AppIcon import change
* import bug fix
* Menu Item import chnages
* Icon selector imports changed
* Delete LabelWithTooltip.tsx
* Change imports across the app
* Update package version
* Update version number for design-system
* Delete Checkbox.tsx
* Remove the exports
* Add lock file for ds package update
* Change imports
* default import -> named
* Update release version
* Make arg type explicit
* Updated design-system to latest release
* Missing file mysteriously comes back and is updated accordingly
* changes design-system package version
* Add types to arguments in the onChange for text input
* onBlur type fix
* Search component in property pane
* WDS button changes reverted
* package version bumped
* conflict fix
* Remove Dropdown, change imports
* Category import fix
* fix: table icon size import
* Bump version of design system package
* Yarn lock
Co-authored-by: Tanvi Bhakta <tanvibhakta@gmail.com>
2022-08-22 10:39:39 +05:30
Ankita Kinger
9b7944e7ee
feat: migrate organisation to workspace ( #13863 )
...
* migration from organization to workspace on code level
* updated a few more files
* fixed runtime errors
* update org settings URL
* Renamed organizationId in domain objects
* changed field named from organization to workspace
* Reverted AppsmithRole changes
* fixed migrations
* recreating indexes
* migration update
* seed data runs before migration, undo changes
* mock commit
* seedmongo to populate upgraded data, datasource upgrade
* fixed two test cases
* updated migrations
* updated prop name
* Upgraded AclPermission
* comment
* migrated AppsmithRole
* more changes
* final set of changes
* variable name changes
* update cypress variable name
* Update app/server/appsmith-server/src/main/java/com/appsmith/server/controllers/ce/ApplicationControllerCE.java
* Update app/server/appsmith-interfaces/src/main/java/com/appsmith/external/models/Datasource.java
Co-authored-by: Trisha Anand <trisha@appsmith.com>
* reverting encryption handler change
* migrated a few missed out org to workspace
* migrated a few missed out org to workspace
* migration changes
* Removed Permission import
* fixed AppsmithRole
* mongodb version update
* fixed compile error
* fixed compile issue
* fixed some tests
* simplified embedded mongodb config
* updated a cypress test
Co-authored-by: Sidhant Goel <sidhant@appsmith.com>
Co-authored-by: Trisha Anand <trisha@appsmith.com>
Co-authored-by: Sidhant Goel <sidhant@hexcod.in>
2022-06-15 21:07:41 +05:30
akash-codemonk
d292075243
fix: template fork button style on safari ( #12202 )
2022-04-12 19:23:57 +05:30
Ankita Kinger
c1e48f7486
feat: Refactor code for SAML integration ( #12700 )
...
* Implemented code splitting of some files for SAML integration
* Implemented code splitting of some more files for SAML integration
* updated redirect url component
* fixed an import statement
* fixed a unit test
* updated restart banner tooltip logic
* updated an import statement
2022-04-12 16:20:01 +05:30
akash-codemonk
d100cac0ec
fix: fork app button not opening the fork modal for non-signed in users ( #12479 )
2022-04-11 10:44:50 +05:30
akash-codemonk
73c5267d13
chore: Templates UI updates ( #11775 )
2022-03-31 10:46:04 +05:30
akash-codemonk
b3de51272c
fix: Templates UI polishing ( #11567 )
2022-03-10 20:09:05 +05:30
Rishabh Saxena
31476092cc
chore: refactors for supporting git branches ( #7695 )
2021-10-18 19:33:44 +05:30
Satish Gandham
8ad7eecdeb
- Auto fix sort ddestructured props rule
2021-05-13 14:05:39 +05:30
Kaushik Varanasi
7af0faa32e
Feature: Fork apps across orgs : fixes #3089 ( #4121 )
...
* create basic button for forking
* added menu item for fork, opens a basic modal. TODO: Add functionality to fork
* clicking fork app enables organization select and forks across applications
* added close modal functionality. TODO: add tests, optimise code, remove duplicate and use exportswhere possible
* removed unused code
* Added cypress tests to check that fork app creates an app with same dsl. Tests Failing, needs fixing
* tests fixed, but needs unexpected login from cy
* Resolved bug with login by using correct cypress selectors
* Added tests to check that dsls match, added documentation and removed unused code
* remove unused fork function and directly dispatch from modal
* refactor code
* revert
* removed unused code and refactored tests
* feature/fork-apps-across-orgs-refactor
* make code prettier
* renamed components correctly
* refactored modal code into single file. TODO: fix warnings, test and remove unused code
* pass setModalClose to dialog component to maintain global modal state
* Added types for fork modal props
* update tests and remove unused code
* Removed isDeployedApp and instead passed trigger as a prop
* remove console logs and revert imports to small case
* rename files as components
* minor changes
* cleanup
* mock dispatch for jest
* move jest mocks to component tests
2021-05-04 11:34:23 +05:30
Satish Gandham
7f7f6f666b
Development: Add eslint rules for code consistency ( #4083 )
...
Co-authored-by: Satish Gandham <satish@appsmith.com>
Co-authored-by: Abhinav Jha <abhinav@appsmith.com>
2021-04-28 15:58:39 +05:30
Rishabh Saxena
d8f2211b70
Fix edit and fork buttons visible simultaneously on the viewer header ( #3723 )
2021-04-08 14:12:13 +05:30
abhishek nayak
2e53c79464
Update ForkApplicationModal.tsx
2021-03-24 00:35:46 +05:30
Arpit Mohan
660c194009
Moving all toast messages to messages.ts file ( #2798 )
...
Co-authored-by: hetunandu <hetu@appsmith.com>
2021-03-13 19:54:45 +05:30
akash-codemonk
4995288801
Show fork modal while returning back to forking after signing in ( #3509 )
...
- Show loaders where required and other styling fixes
2021-03-12 13:14:16 +05:30
akash-codemonk
1be56a8512
Applications marked as forkable can be forked ( #3453 )
2021-03-10 12:38:20 +05:30