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

[Web Proxy] Use staging server for Web, Desktop when the "Use staging server" toggle is ON. #16432

Merged
merged 10 commits into from
Mar 28, 2023
Merged

Commits on Mar 22, 2023

  1. use staging api when toggle is on

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a26e93a View commit details
    Browse the repository at this point in the history
  2. update sample env to reflect changes

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    58b6275 View commit details
    Browse the repository at this point in the history
  3. redirect chat attachments as well

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e415cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. update staging pattern

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    85af209 View commit details
    Browse the repository at this point in the history
  2. remove .env.example updates

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2f6f575 View commit details
    Browse the repository at this point in the history
  3. hide the staging server toggle for internal dev

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4c352b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. inline ternary for staging toggle

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    2349ebf View commit details
    Browse the repository at this point in the history
  2. update comment

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    45fc2b7 View commit details
    Browse the repository at this point in the history
  3. correct condition

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    23c5848 View commit details
    Browse the repository at this point in the history
  4. remove use of env vars in proxy

    Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
    Prince-Mendiratta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    02b5da9 View commit details
    Browse the repository at this point in the history