Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

add analytics tags to search #365

Merged
merged 10 commits into from
Mar 27, 2019
Merged

add analytics tags to search #365

merged 10 commits into from
Mar 27, 2019

Commits on Feb 15, 2019

  1. add analytics tags

    Haroenv authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    741b76a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fdb14c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. #352 Disable actions that require an internet connection (#368)

    * Online check component added
    
    * add reducer & action for online check component.
    
    also included in App.js
    
    * removed sidebar functionality when offline
    
    * removed depedency functionality when offline
    
    * removed functionality from create new project wizard when offline
    
    * fixed tests to align with disabled pattern
    
    * add infoBanner to Z-indexes for future usage.
    
    * removed random {' '}, changed IS_ONLINE_CHECK to SET_ONLINE_STATUS
    
    * pull request requested changes
    
    missed one file.
    
    * updated infobar to be fixed header.
    
    * flow fix
    
    * remove random whitespace
    
    * Pull request changes
    
    remove state type, move styled components to before redux part, change background color of infobar to be transparent.
    
    * enable menu items based on isOnline
    joshuaellis authored and Haroenv committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9b5ee7d View commit details
    Browse the repository at this point in the history
  2. Setup ESlint rules for Jest (#366)

    * WIP: Added eslint-jest & fixed issues (except snapshots)
    
    * reduced snapshot size to meet max 100 lines
    
    * fixed snapshot
    
    * changed comment to a note about noPadding prop
    
    * updated snapshot
    AWolf81 authored and Haroenv committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9cc9f6b View commit details
    Browse the repository at this point in the history
  3. Test ProjectConfigurationModal component (#360)

    * WIP: Added render test
    
    * WIP: Added tests
    
    * fixed flow
    
    * added focus test
    
    * Merge branch 'master' into test-project-configuration-modal
    
    * fixed linting warnings
    
    * removed typing as no flow used in test files
    AWolf81 authored and Haroenv committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    5d17d5b View commit details
    Browse the repository at this point in the history
  4. Test CreateNewProjectWizard components (#361)

    * WIP: Added tests
    
    * WIP: ProjectType undefined not throwing in test
    
    * fixed flow
    
    * added tests
    
    * reverted to children render props
    
    * Merge branch 'master' into test-create-new-project-wiz
    
    * Fixed linting & replaced snapshot with simple smoke tests
    
    * addressed review comments
    AWolf81 authored and Haroenv committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    9028054 View commit details
    Browse the repository at this point in the history
  5. Test DependencyManagementPane component (#363)

    * moved related components to DependencyManagementPane
    
    * added tests
    
    * fixed flow
    
    * added a constant instead of Date.now()
    
    * updated snapshot
    
    * removed white-spaces
    
    * removed verbose
    
    * fixed linting & mocked AlgoliaLogo
    
    * move related component files & moved tests to __tests__ folder
    
    * Add script for test:dev
    AWolf81 authored and Haroenv committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    b97b0fe View commit details
    Browse the repository at this point in the history
  6. Fix spaces and update lint-staged (#369)

    * Switch to advanced config to silence validation warning
    
    * Fix spacing issues
    melanieseltzer authored and Haroenv committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    ed3eec4 View commit details
    Browse the repository at this point in the history
  7. chore: fix merge changes

    Haroenv committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    29ecc4e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    80933cf View commit details
    Browse the repository at this point in the history