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

Deploy to test #1909

Merged
merged 147 commits into from
Mar 1, 2024
Merged

Deploy to test #1909

merged 147 commits into from
Mar 1, 2024

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    34222d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d92a091 View commit details
    Browse the repository at this point in the history
  3. feat(settings): helper calculates runtime env from hosts

    function rather than variable to enable dynamic runtime calculation
    e.g. for unit tests
    thekaveman committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1ce493b View commit details
    Browse the repository at this point in the history
  4. refactor(sentry): use RUNTIME_ENVIRONMENT by default

    move module-level variables into configure function, unneeded outside
    module, wait for Django startup before using settings
    thekaveman committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    082d6cf View commit details
    Browse the repository at this point in the history
  5. refactor(secrets): calculate key vault URL from runtime env

    similar to how this is done in the Terraform module
    thekaveman committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4e941bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ce210d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60d3d95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33edf7d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1a61c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f603890 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7360fd1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bbb64a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    575ef39 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8e0acb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    35a6a46 View commit details
    Browse the repository at this point in the history
  16. fix(pyproject): use ==

    machikoyasuda committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8c21ca2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    de6f66d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    38e9a07 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0bee9a9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c3fdc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat(devcontainer): install Azure CLI

    allow interfacing with Azure inside devcontainer
    thekaveman committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d5125e4 View commit details
    Browse the repository at this point in the history
  2. feat(secrets): DEBUG-only route reads a test secret

    the secret does not contain any sensitive information
    and is only configured in the dev environment
    thekaveman committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    259bac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    660f269 View commit details
    Browse the repository at this point in the history
  4. docs: README.md > SBMTD Mobility Pass status

    Because the SBMTD Mobility Pass enrollment pathway is available in production, I updates adoption status from "test" to "Live,"
    indexing authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    066f6f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Low-income use case

    indexing authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    8da3304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c79b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd7d14 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. chore(deps): bump treosh/lighthouse-ci-action from 10.1.0 to 11.4.0

    Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10.1.0 to 11.4.0.
    - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases)
    - [Commits](treosh/lighthouse-ci-action@10.1.0...11.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: treosh/lighthouse-ci-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6b3f899 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    0d5984e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e28ec7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c4b2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f98e63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88bac57 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. refactor(settings): introduce new default 'local' runtime env

    used to shortcut secret store for e.g. local testing
    thekaveman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    1092e1a View commit details
    Browse the repository at this point in the history
  2. fix(test): fix test

    machikoyasuda committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0c28146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c00e19 View commit details
    Browse the repository at this point in the history
  4. refactor(secrets): fallback to environment for local runtime

    add some basic logging
    thekaveman committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0e55a8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e055d86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49c78a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    147cd51 View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): bump sentry-sdk from 1.40.0 to 1.40.2

    Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.0 to 1.40.2.
    - [Release notes](https://github.com/getsentry/sentry-python/releases)
    - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-python@1.40.0...1.40.2)
    
    ---
    updated-dependencies:
    - dependency-name: sentry-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    643f830 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4eec8a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Admin: Add Google SSO for Compiler users (#1855)

    - Adds several new settings and Key Vault secrets
    - Adds Django Google SSO package
    - Fix: Django JS files are now allowed on Admin site
    - Feat: Allow specific users with @complier.la emails to create and log into account on Admin
    machikoyasuda authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8faf1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e310a7 View commit details
    Browse the repository at this point in the history
  3. feat(secrets): Django validator for secret names

    Azure KeyVault currently enforces the following rules:
    
        * The value must be between 1 and 127 characters long.
        * Secret names can only contain alphanumeric characters and dashes.
    
    Read more about Azure KeyVault naming rules:
    https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftkeyvault
    
    Read more about Django validators:
    https://docs.djangoproject.com/en/5.0/ref/validators/#module-django.core.validators
    thekaveman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c4f7b62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c94f12 View commit details
    Browse the repository at this point in the history
  5. refactor(models): AuthProvider.client_id is a secret field

    * update definition to use new field
    * update migrations
    * remove env var from terraform definitions
    * move default value to .env.sample
    thekaveman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    ca91759 View commit details
    Browse the repository at this point in the history
  6. refactor(models): EligibilityVerifier.api_auth_key is a secret field

    * update definition to use new field
    * update migrations
    * remove env vars from terraform definitions
    * move default value to .env.sample
    thekaveman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cb315e6 View commit details
    Browse the repository at this point in the history
  7. refactor(models): PemData.data could come from a secret field

    PemData favors the secret, but fallback to a remote URL
    this is to allow for simpler turn-key local development
    
    * update definition to use new field
    * update migrations
    * remove env vars from terraform definitions
    * move default keys to .env.sample
    thekaveman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    a4b3675 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bce9ab3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ae08a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0caa851 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3721d8c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd8bf53 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. chore(deps-dev): bump sentry-sdk from 1.40.2 to 1.40.3

    Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.2 to 1.40.3.
    - [Release notes](https://github.com/getsentry/sentry-python/releases)
    - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-python@1.40.2...1.40.3)
    
    ---
    updated-dependencies:
    - dependency-name: sentry-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a7a5f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8523ec9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6bebe2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a490c0 View commit details
    Browse the repository at this point in the history
  5. Update docs/enrollment-pathways/Low-income.md adding code syntax for …

    …response formatting
    
    Co-authored-by: machiko <[email protected]>
    indexing and machikoyasuda authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    deb0fbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c10d2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd70f88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1bed4e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    633a6e6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea09cec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0ed1bd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    73e0129 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8af3ba3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    03727b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    512512c View commit details
    Browse the repository at this point in the history
  2. Update copy-delivery.md Updated name of Copy Master

    Removed "(Configurable Strings)" from all references to the copy spreadsheet. Since we moved away from configurable strings, the inclusion of this qualifier is no longer accurate and doesn't reflect the current name of the spreadsheet.
    indexing authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    094f12c View commit details
    Browse the repository at this point in the history
  3. Update README.md adding 2024 – 2025 Benefits product roadmap

    Replaces iframe displaying a Google doc.
    indexing authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    87c17f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    391d593 View commit details
    Browse the repository at this point in the history
  5. Update .pages remove design style guide page

    This page currently links to a broken Figma file. I propose we remove it and bring it back when we have relevant content.
    indexing authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    eed1319 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. feat(terraform): define storage recovery vault and policy

    the vault is where backups are stored
    the policy defines the frequency and retention of backups
    
    these are linked to the storage account via azurerm_backup_container_storage_account
    thekaveman committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5b57135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed704d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eac947e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update low-income.md updated IdG hyperlink

    - increased linked text
    - replaced CDT generic URL with a much more meaningful one
    indexing authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    20ab413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3edb2ae View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump django from 5.0.1 to 5.0.2

    Bumps [django](https://github.com/django/django) from 5.0.1 to 5.0.2.
    - [Commits](django/django@5.0.1...5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1dffc3a View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump sentry-sdk from 1.40.3 to 1.40.4

    Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.3 to 1.40.4.
    - [Release notes](https://github.com/getsentry/sentry-python/releases)
    - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-python@1.40.3...1.40.4)
    
    ---
    updated-dependencies:
    - dependency-name: sentry-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a4d5c54 View commit details
    Browse the repository at this point in the history
  5. refactor: use cal-itp/littlepay to check API access

    also remove workflow input to simplify since we don't use it
    angela-tran committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    df25d78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9ad1cd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4caf72e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    040a5b0 View commit details
    Browse the repository at this point in the history
  9. fix(secrets): use literal newlines in multiline env vars

    Docker, bash, etc. support multiline environment variables, by simply wrapping
    the value in single quotes with newlines, e.g. in an .env file:
    
      multi_line_value='first line
      second line
      third line'
    
    Resulting in the expected:
    
      $ echo "$multi_line_value"
      first line
      second line
      third line
    
    Due to a quirk in VS Code's Python extension, multiline values are not parsed,
    see https://code.visualstudio.com/docs/python/environments#_environment-variables
    
    > ... Multiline values aren't supported ...
    
    And more ongoing discussion at microsoft/vscode-python#18307
    
    When running locally in e.g. Debug mode, and secrets are read dynamically from the environment, Python loses
    the multiline value and we end up with:
    
      >> value = os.environ.get("multi_line_value")
      >> print(value)
    
      first line
    
    This changes the samples and docs so literal newlines are added to the value of the environment variable in an .env file:
    
      multi_line_value='first line\nsecond line\nthird line'
    
    But the initial value read by Python contains _escaped_ newline characters:
    
      first line\\nsecond line\\nthird line
    
    Hence unescaping so that local secrets contain the actual newline character:
    
      first line\nsecond line\nthird line
    thekaveman committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a7084bb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    071a63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4794bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4625f25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9b2c28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2174ac8 View commit details
    Browse the repository at this point in the history
  6. refactor(settings): consolidate template processors

    remove duplicate django.contrib.messages.context_processors.messages
    thekaveman committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0e0f37c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    84956df View commit details
    Browse the repository at this point in the history
  8. 1 Configuration menu
    Copy the full SHA
    eeffe2e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f394a3c View commit details
    Browse the repository at this point in the history
  10. chore(config): add sample SUPERUSER env vars

    these have to be present in the .env file to reset the DB locally
    thekaveman committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6f9ba82 View commit details
    Browse the repository at this point in the history
  11. feat(devcontainer): startup with the reset_db script

    reset_db.sh reuses the existing init.sh for other initialization
    thekaveman committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    409391e View commit details
    Browse the repository at this point in the history
  12. refactor(migrations): remove data migration, use local fixtures

    dumped the existing (prior to this deletion) data using Django manage.py,
    excluding some model types that are defined and recreated by other migrations:
    
       python manage.py dumpdata \
        --exclude auth.permission \
        --exclude auth.user \
        --exclude contenttypes.contenttype > fixtures.json
    
    then cleaned up the labels/names of our sample data for consistency
    
    updates db_reset.sh to load these fixtures after migrations are run
    
    updates the Cypress tests to use the new fixture location for sample data
    thekaveman committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c2b074f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4bac379 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d77311 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b1ecb05 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1178784 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0a744c3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    493a7ec View commit details
    Browse the repository at this point in the history
  19. Update README.md removed directive from Mermaid chart

    I used custom styling for the roadmap timeline diagram. mkdocs is not displaying it correctly when published. I've removed the code that constitutes the directive to see if it mkdocs renders the diagram as expected.
    indexing authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    5956e1c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4f0c317 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update low-income.md changed ordered list markdown to all 1s

    The ordered list under basic flow isn't presenting sequence correctly.  Instead of adding an order to elements in the list, I've changed all numbering to one so the elements are ordered when they are presented.
    indexing authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f9cc62a View commit details
    Browse the repository at this point in the history
  2. fix(docs): clean up front-matter

    front-matter should be in the form of
    
    ---
    key: value
    ---
    
    this adds the colon to the title key
    thekaveman committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a00f70f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a254ff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bf16ea View commit details
    Browse the repository at this point in the history
  5. docs(roadmap): use an image for now

    there seem to be many interrelated issues with material mkdocs mermaid
    support and the mermaid timeline diagram type which are preventing this
    chart from rendering correctly in the deployed version of the docs site
    thekaveman committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    22c7938 View commit details
    Browse the repository at this point in the history
  6. docs: update roadmap image

    thekaveman committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7c6549a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09132f8 View commit details
    Browse the repository at this point in the history
  8. chore(terraform): remove env vars used in data migration

    these are no longer relevant as we'll use the admin interface directly
    to configure
    thekaveman committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    aeaa3aa View commit details
    Browse the repository at this point in the history
  9. refactor(rest_db): allow more local customization

    * devs may or may not want to reset their local DB
    * devs may want to change which DB file is targeted
    * devs may want to change which fixture file is loaded
    
    update docs to reflect these changes
    thekaveman committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    b71b525 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a562fb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. chore(pre-commit): autoupdate hooks

    updates:
    - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0)
    pre-commit-ci[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9cedf8d View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump sentry-sdk from 1.40.4 to 1.40.5

    Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.4 to 1.40.5.
    - [Release notes](https://github.com/getsentry/sentry-python/releases)
    - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-python@1.40.4...1.40.5)
    
    ---
    updated-dependencies:
    - dependency-name: sentry-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8c88e8e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. docs(deployment): update language around config database

    note the use of Key Vault for secrets, Django admin for non-secrets
    thekaveman committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    94312c0 View commit details
    Browse the repository at this point in the history
  2. refactor(migrations): update helper script and docs

    now that we have the Admin interface, we don't want to regrenerate the existing migration
    rather, we need to generate new migrations each time to reflect model changes into the DB
    thekaveman committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e37ed91 View commit details
    Browse the repository at this point in the history
  3. chore(docs): update references to Django docs

    we use Django 5.x now
    thekaveman committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d6bf990 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump cypress from 13.6.4 to 13.6.5 in /tests/cypress

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.4 to 13.6.5.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v13.6.4...v13.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c736ad5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    353f53f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12c885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a5f79 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. docs: fix typo in Django URL

    Co-authored-by: Angela Tran <[email protected]>
    thekaveman and angela-tran authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0f8ab20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0a87c View commit details
    Browse the repository at this point in the history
  3. fix(terraform): correct Google SSO secret names

    quick follow-up to #1855 that was missed in review
    thekaveman authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e07665e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2820d68 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump cypress from 13.6.5 to 13.6.6 in /tests/cypress

    Bumps [cypress](https://github.com/cypress-io/cypress) from 13.6.5 to 13.6.6.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
    - [Commits](cypress-io/cypress@v13.6.5...v13.6.6)
    
    ---
    updated-dependencies:
    - dependency-name: cypress
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    acb0803 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): bump azure-keyvault-secrets from 4.7.0 to 4.8.0

    Bumps [azure-keyvault-secrets](https://github.com/Azure/azure-sdk-for-python) from 4.7.0 to 4.8.0.
    - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
    - [Commits](Azure/azure-sdk-for-python@azure-keyvault-secrets_4.7.0...azure-keyvault-secrets_4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: azure-keyvault-secrets
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    cb882c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d198d54 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. fix(ci): check for existing preview comment first

    we don't need a new comment every time a commit is made,
    only the first time
    thekaveman committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f6fa110 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    037ba78 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump sentry-sdk from 1.40.5 to 1.40.6

    Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.40.5 to 1.40.6.
    - [Release notes](https://github.com/getsentry/sentry-python/releases)
    - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-python@1.40.5...1.40.6)
    
    ---
    updated-dependencies:
    - dependency-name: sentry-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    afcb2ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cb08ff View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. fix(env): wrap sample secret in quotes

    spaces in the value can cause bash to choke when doing e.g.
    
       source .env
    thekaveman committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e47b6cd View commit details
    Browse the repository at this point in the history
  2. fix(reset): correct syntax checking for valid fixtures

    * remove additional variable FIXTURES that isn't necessary
    * remove spacing in eval, causing evaluation to fail
    thekaveman committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    67bc3f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    4a266d6 View commit details
    Browse the repository at this point in the history
  2. chore(docs): pin key requirements

    ensure we are on the latest versions of mkdocs and mkdocs-material
    thekaveman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    6bac762 View commit details
    Browse the repository at this point in the history
  3. chore(github): dependabot config for docs requirements

    ensure we get version updates for pinned docs requirements
    thekaveman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    51d0d69 View commit details
    Browse the repository at this point in the history
  4. fix(docs): fix syntax for pymdownx.emoji

    this is now built-in to mkdocs-material directly
    thekaveman committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    57725c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    d766e73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d490ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d68239f View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump django-csp from 3.7 to 3.8

    Bumps [django-csp](https://github.com/mozilla/django-csp) from 3.7 to 3.8.
    - [Release notes](https://github.com/mozilla/django-csp/releases)
    - [Changelog](https://github.com/mozilla/django-csp/blob/main/CHANGES)
    - [Commits](mozilla/django-csp@3.7...3.8)
    
    ---
    updated-dependencies:
    - dependency-name: django-csp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d7a4dce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a837ce View commit details
    Browse the repository at this point in the history