Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/react-native-code-push
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.2
Choose a base ref
...
head repository: microsoft/react-native-code-push
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.0
Choose a head ref
  • 13 commits
  • 12 files changed
  • 11 contributors

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    7ef2e76 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Migrate github actions to ADO (#2716)

    * Create config yml for tests
    
    * Add setup for android tests
    
    * Remove unnecessary jobs
    
    * Remove support for outdated Ruby version
    
    * Add ios tests config; Modify npx react-native cmd
    
    * Replace ios stage with job
    
    * Revert changes on test.ts for npx
    
    * Fix typo in script
    
    * Remove github-actions yml
    DordeDimitrijev authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ca3fd56 View commit details
    Browse the repository at this point in the history
  2. Update codepush.gradle (#2471)

    * Update codepush.gradle 
    
    config was receiving an ArrayList as a false case, but ArrayLists don't support get() method, so it should receive a Map instance.
    
    * Fix get on null object
    
    Add more verifications for config variable
    
    ---------
    
    Co-authored-by: Anatoly Pristensky <v-anatpr@microsoft.com>
    Co-authored-by: MikhailSuendukov <110986399+MikhailSuendukov@users.noreply.github.com>
    Co-authored-by: Dima <v-dmkira@microsoft.com>
    4 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5addacb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Move DevSettingsActivity from main to debug (#2562)

    Co-authored-by: velimir-jankovic <84719115+velimir-jankovic@users.noreply.github.com>
    Co-authored-by: Anatoly Pristensky <v-anatpr@microsoft.com>
    Co-authored-by: Dima <v-dmkira@microsoft.com>
    Co-authored-by: Djordje Dimitrijev <v-djordjed@microsoft.com>
    5 people authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c4b293d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Improve root component ref definition (#2705)

    * improve root component ref definition
    
    * check RootComponent.prototype for null
    MikhailSuendukov authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6c5bdd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41eebe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Added asset removal before gradle merges assets (#2697)

    Fixes #2497
    
    Co-authored-by: Djordje Dimitrijev <v-djordjed@microsoft.com>
    bestander and DordeDimitrijev authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    79b5f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Bump min windows version to 10.0.17763.0 (#2719)

    * Bump min windows version to 10.0.17763.0
    
    * remove v140 toolset
    MikhailSuendukov authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a801da4 View commit details
    Browse the repository at this point in the history
  2. smarter node modules path resolving (#2558)

    Co-authored-by: Djordje Dimitrijev <v-djordjed@microsoft.com>
    wjaykim and DordeDimitrijev authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ae7ff33 View commit details
    Browse the repository at this point in the history
  3. Fix NPE when invoking copyNecessaryFilesFromCurrentPackage() method…

    … on Android (#2566)
    
    * Fix NPE when invoking `copyNecessaryFilesFromCurrentPackage()` method on Android.
    
    * Add logging and check if the path exists
    
    * fixup
    
    ---------
    
    Co-authored-by: Anatoly Pristensky <v-anatpr@microsoft.com>
    robxyy and AnatolyPristensky authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fff86b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2503380 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32b229b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d5ad09 View commit details
    Browse the repository at this point in the history
Loading