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

[ENGG-1686] refactor: mocks feature #1648

Merged
merged 20 commits into from
Apr 30, 2024
Merged

[ENGG-1686] refactor: mocks feature #1648

merged 20 commits into from
Apr 30, 2024

Conversation

rohanmathur91
Copy link
Member

Closes issue:

πŸ“œ Summary of changes:

βœ… Checklist:

  • Make sure linting and unit tests pass.
  • No install/build warnings introduced.
  • Verified UI in browser.
  • For UI changes, added/updated analytics events (if applicable).
  • For changes in extension's code, manually tested in Chrome and Firefox.
  • For changes in extension's code, both MV2 and MV3 are covered.
  • Added/updated unit tests for this change.
  • Raised pull request to update corresponding documentation (if already exists).

πŸ§ͺ Test instructions:

πŸ”— Other references:

Copy link

deepsource-io bot commented Apr 29, 2024

Here's the code health analysis summary for commits ec31812..3445fd9. View details on DeepSourceΒ β†—.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Shell LogoShellβœ…Β SuccessView CheckΒ β†—
DeepSource JavaScript LogoJavaScript❌ Failure
❗ 66 occurences introduced
🎯 177 occurences resolved
View CheckΒ β†—

πŸ’‘ If you’re a repository administrator, you can configure the quality gates from the settings.

Base automatically changed from ENGG-1680 to ENGG-1644 April 30, 2024 10:10
@rohanmathur91 rohanmathur91 merged commit c12ff45 into ENGG-1644 Apr 30, 2024
2 of 3 checks passed
@rohanmathur91 rohanmathur91 deleted the ENGG-1686 branch April 30, 2024 10:28
rohanmathur91 added a commit that referenced this pull request Apr 30, 2024
* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment
rohanmathur91 added a commit that referenced this pull request May 1, 2024
* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment
rohanmathur91 added a commit that referenced this pull request May 8, 2024
* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment
rohanmathur91 added a commit that referenced this pull request May 13, 2024
* add MockCollectionModal

* chore: update types

* add `createMockCollection` controller

* add create new collection cta

* add collection modal on mocks listing

* fix: fetch mocks

* chore: mock metadata

* render collections

* add `updateMockCollection` controller

* rename

* add update bulk mock collection id controller

* add delete mocks controller

* cleanup

* fix: delete mock

* add deleteMockCollection

* add deleteMocks

* add update and delete collection modals

* fix

* add row actions

* fix: toggle modal

* rename createCollection

* rename deleteCollectionModal

* rename createCollectionModal

* rename

* fix: bulk update collections

* add comment

* refactor

* add update mock collection modal

* fix: row expand

* chore: add comment

* fix: style

* refactor: delete mock modal

* feat: add star mock suuport

* fix: style

* chore: fix type

* add table filters

* fix: all filter

* chore: update analytics

* [ENGG-1686] refactor: mocks feature (#1648)

* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment

* fix: toast

* address review comments

* refactor

* fix: modal header

* refactor

* refactor

* fix: delete collection

* fix: select option

* fix: style

* fix: style

* refactor

* refactor: mocks -> mockRecords

* fix: mock description

* add remove mock from collection action

* fix: delete collection

* fix: created by

* refactor

* fix: search

* fix: deps

* fix: filters

* fix: actions

* fix: style

* fix: typo

* fix: collection creation

* fix: row style

* fix: action order

* cleanup

* refactor

* fix: collection selection

* chore: add comment

* refactor

* refactor

* refactor: delete mocks

* chore: fix types

* refactor: for bulk onsuccess

* fix: style

Signed-off-by: rohanmathur91 <mathurrohan04@gmail.com>

* add bulk actions

Signed-off-by: rohanmathur91 <mathurrohan04@gmail.com>

* fix: style

* fix: style

* fix: rerender issue

* fix: collection order

* fix: onSuccess

* fix: style

* fix: style

* fix: style

* fix: style

* fix: label

* fix: mock actions

* fix: action

* refactor

* cleanup

* refactor: updateMocksCollectionAction

* refactor: uploadMockAction

* refactor: createNewFileAction

* fix: typo

* fix: typo

* refactor: delete records action

* refactor

* refactor

---------

Signed-off-by: rohanmathur91 <mathurrohan04@gmail.com>
rohanmathur91 added a commit that referenced this pull request May 13, 2024
* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment
rohanmathur91 added a commit that referenced this pull request May 23, 2024
* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment
rohanmathur91 added a commit that referenced this pull request Jun 3, 2024
* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment
rohanmathur91 added a commit that referenced this pull request Jun 20, 2024
* add MockCollectionModal

* add `createMockCollection` controller

* add collection modal on mocks listing

* fix: fetch mocks

* render collections

* add `updateMockCollection` controller

* rename

* add deleteMockCollection

* add update and delete collection modals

* fix: toggle modal

* rename createCollection

* rename deleteCollectionModal

* rename createCollectionModal

* rename

* fix: bulk update collections

* add comment

* refactor

* add update mock collection modal

* refactor: delete mock modal

* add table filters

* chore: update analytics

* [ENGG-1686] refactor: mocks feature (#1648)

* fix: mock picker modal

* add CreateCollectionModalWrapper

* refactor: delete modal

* refactor: delete mock modal

* rebase

* fix: force re-renders

* update mock collection modal

* cleanup

* fix: import

* fix: force render

* cleanup

* fix: empty actions

* refactor: mock uploader modal

* refactor: new file modal

* fix: mock name overflow

* fix: star option

* cleanup

* fix: create mock from picker modal

* add comment

* address review comments

* refactor

* refactor

* fix: mock description

* refactor

* fix: search

* fix: actions

* fix: style

* fix: action order

* refactor

* refactor: delete mocks

* refactor: for bulk onsuccess

* fix: style

* fix: style

* fix: onSuccess

* fix: style

* cleanup

* fix: typo

* fix: typo

* refactor: delete records action

* fix: mocks table to show collection path

* add collection path

* fix: move mocks in collection

* fix: remove mocks from collection action

* fix: path

* fix: label

* rename

* fix: user selector mocks update

* fix: path util

* refactor: generateFinalUrl

* fix: input

* fix: get mock

* fix: fetch collection in editor

* fix

* fix: path validation

* refactor: util

* fix: copu mock URL

* fix: loader

* chore: fix analytics

* resolve merge conflicts

* cleanup

* fix

* fix: style

* fix: placeholder
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.

None yet

1 participant