Skip to content
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: sillsdev/web-languageforge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2024-06-27
Choose a base ref
...
head repository: sillsdev/web-languageforge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2024-07-05
Choose a head ref
  • 5 commits
  • 22 files changed
  • 2 contributors

Commits on Jun 27, 2024

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

Commits on Jul 4, 2024

  1. Kubernetes deployment now requires Mongo auth (#1826)

    The MONGO_INITDB_ROOT_USERNAME and MONGO_INITDB_ROOT_PASSWORD variables,
    if they exist when the MongoDB container is started up, will be used to
    tell MongoDB to start in auth-required mode. If there is an existing
    database then the value of these env vars doesn't matter and the
    usernames and passwords from the existing database will be used instead,
    but if the database is empty then these two env vars are used to set up
    an initial administrator account that can access and change anything,
    and the DB setup scripts are then expected to create any other required
    users. Since we now have authentication defined in Mongo, we can turn
    this on by default and everything will continue to work.
    
    This has already been done manually (via the Rancher control panel) on staging and production; this PR simply adds the required environment variables to the depoyment file so that if anyone runs make deploy-staging or make deploy-prod in the future, the deployment will not remove those environment variables.
    rmunn authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b595e67 View commit details
    Browse the repository at this point in the history
  2. update SIL logo (#1828)

    Also update Payap logo href to Linguistics Institute
    megahirt authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dd121c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c66a83e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge branch 'develop'

    megahirt committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a892d98 View commit details
    Browse the repository at this point in the history
Loading