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

DTL (Test > Levelbuilder): 3dc74e56 #56062

Merged
merged 35 commits into from
Jan 29, 2024
Merged

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    fb06e56 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'staging' of https://github.com/code-dot-org/code-dot-org

    …into tyrone/hoc2023-ai-documentation
    tshaffercodeorg committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    47bb0d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b8c18f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a61018 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

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

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    2d96e2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    878ccc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. dashboard i18n sync

    deploy-code-org committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e8e5ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    882c277 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. add undefined check (#55991)

    yolo
    mikeharv committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f173bf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55992 from code-dot-org/staging

    DTT (Staging > Test) [robo-dtt]
    deploy-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    948da8c View commit details
    Browse the repository at this point in the history
  3. Create curriculum pathway view (#55946)

    * add --brand_primary_medium css variable
    
    * create curriculum_pathway.haml and curriculum-pathway.scss
    
    * add strings
    
    * refactor and add links to curriculum_pathway.haml
    
    * add background styles
    
    * clean up css
    
    * add mobile version
    kelbyhawn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6ba3933 View commit details
    Browse the repository at this point in the history
  4. Redo: TypeScript build improvements (#55981)

    * Revert "Revert "TypeScript build improvements""
    
    * downgrade typescript
    
    * add caret
    molly-moen committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    004ace8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84cd92a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #55949 from code-dot-org/latency-metrics

    Add latency metric for progress-related API calls
    etaderhold committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a19b92c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #55969 from code-dot-org/i18n-sync-in-up-01-25-2024

    I18n sync In & Up 01/25
    nicklathe committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    899dd4c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #55826 from code-dot-org/tyrone/hoc2023-ai-documen…

    …tation
    
    Moved excess information and documentation to external dev doc
    tshaffercodeorg committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f57ff0e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #55997 from code-dot-org/staging

    DTT (Staging > Test) [robo-dtt]
    deploy-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    780d28c View commit details
    Browse the repository at this point in the history
  10. Create code.org/administrators page (#55895)

    * remove administrators.redirect and create administrators.redirect
    
    * add editorial-cards-wrapper-2x2 styles
    
    * add .link-button.secondary.white styles
    
    * add top few sections on administrators.haml
    
    * add section.bg-pattern-dark styles
    
    * add more sections
    
    * add pl section
    
    * add admins_editorial_cards.haml view
    
    * add admins_stats.haml view
    
    * add admins_subscribe_form.haml view
    
    * refactor admins_subscribe_form.haml
    
    * add resources_tabs and admins_additional_resources views
    
    will commit imagery once I get higher res versions
    
    * add admins_additional_resources.haml view
    
    * add curriculum_pathway view
    
    * add lms section
    
    * clean up
    kelbyhawn committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    094fb72 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #55998 from code-dot-org/staging

    DTT (Staging > Test) [robo-dtt]
    deploy-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7ba8279 View commit details
    Browse the repository at this point in the history
  12. Create actions.yml

    ### Workflow Summary
    
    1. **Trigger**: The workflow is manually triggered (`workflow_dispatch`).
    
    2. **User Restriction**: It only runs if triggered by `pablo-code-dot-org`. 
    3. **Environment Setup**: 
       - AWS credentials are securely fetched from GitHub Secrets, ensuring secure and appropriate use of sensitive information.
    
    4. **Docker Build**: 
       - It builds a Docker image from your Dockerfile. This image includes all dependencies and configurations necessary for running the tests. I am trying to make it to run with the minimum amount of changes in docker (just moving the server processing)
    
    5. **Test Execution**:
       - The workflow runs both unit tests and UI tests inside the Docker container.
    pablo-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d9f2446 View commit details
    Browse the repository at this point in the history
  13. Add Amplitude events to the navbar "Create" menu (#55843)

    * add click create dropdown event
    
    * add option select event
    
    * update file name
    
    * update menu options variable name
    
    * safe chain the map call
    
    * add safe chaining for append
    
    * simplify file reader for tests
    
    * only add event listeners if element is present
    TurnerRiley committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2d5bde4 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #56001 from code-dot-org/staging

    DTT (Staging > Test) [robo-dtt]
    deploy-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ed0e228 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #56000 from code-dot-org/pablo-code-org-patch-1

    1.n [CI - pipeline] - Create CI pipeline to build docker and execute tests
    pablo-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    825acfe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    08c7542 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #56002 from code-dot-org/pablo-code-org-patch-1

    Rename actions.yml to action.yml
    pablo-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6ef42f9 View commit details
    Browse the repository at this point in the history
  18. Create ci_pipeline.yml

    pablo-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6bebe1c View commit details
    Browse the repository at this point in the history
  19. Merge pull request #56003 from code-dot-org/pablo-code-org-patch-1

    Create ci_pipeline.yml
    pablo-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3b08212 View commit details
    Browse the repository at this point in the history
  20. Update ci_pipeline.yml

    pablo-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    730f38b View commit details
    Browse the repository at this point in the history
  21. Merge pull request #56004 from code-dot-org/pablo-code-org-patch-1

    Update ci_pipeline.yml
    pablo-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    19a0673 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    357ce74 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d6ccc61 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #56007 from code-dot-org/staging

    DTT (Staging > Test) [robo-dtt]
    deploy-code-org committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3dc74e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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