From 1d6a3e4ed00c219c12fb397d78cd9726ef1199ca Mon Sep 17 00:00:00 2001 From: Premiermoney <286675216+Premiermoney@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:18:08 -0400 Subject: [PATCH 1/5] Add files via upload --- xml/Football.txt | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 xml/Football.txt diff --git a/xml/Football.txt b/xml/Football.txt new file mode 100644 index 00000000000..5acd20ebe9f --- /dev/null +++ b/xml/Football.txt @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +git checkout meai-evaluation-yaml +git merge --no-ff Directorate-General-for-Communication-global +git push origin meai-evaluation-yaml From 1f134b459dfc595f6c9afdcea36f01fc858d6f98 Mon Sep 17 00:00:00 2001 From: Premiermoney <286675216+Premiermoney@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:30:47 -0400 Subject: [PATCH 2/5] Modify AWS workflow for Cloud SQL integration Updated AWS deployment workflow to use Cloud SQL and modified environment variables. --- .github/workflows/aws.yml | 72 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 .github/workflows/aws.yml diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml new file mode 100644 index 00000000000..0a21fe879b6 --- /dev/null +++ b/.github/workflows/aws.yml @@ -0,0 +1,72 @@ +# This workflow will build and push a new container image to Amazon ECR, +# and then will deploy a new task definition to Amazon ECS, when there is a push to the "main" branch. +# +# To use this workflow, you will need to complete the following set-up steps: +# +# 1. Create an ECR repository to store your images. +# For example: `aws ecr create-repository --repository-name my-ecr-repo --region us-east-2`. +# Replace the value of the `ECR_REPOSITORY` environment variable in the workflow below with your repository's name. +# Replace the value of the `AWS_REGION` environment variable in the workflow below with your repository's region. +# +# 2. Create an ECS task definition, an ECS cluster, and an ECS service. +# For example, follow the Getting Started guide on the ECS console: +# https://us-east-2.console.aws.amazon.com/ecs/home?region=us-east-2#/firstRun +# Replace the value of the `ECS_SERVICE` environment variable in the workflow below with the name you set for the Amazon ECS service. +# Replace the value of the `ECS_CLUSTER` environment variable in the workflow below with the name you set for the cluster. +# +# 3. Store your ECS task definition as a JSON file in your repository. +# The format should follow the output of `aws ecs register-task-definition --generate-cli-skeleton`. +# Replace the value of the `ECS_TASK_DEFINITION` environment variable in the workflow below with the path to the JSON file. +# Replace the value of the `CONTAINER_NAME` environment variable in the workflow below with the name of the container +# in the `containerDefinitions` section of the task definition. +# +# 4. Store an IAM user access key in GitHub Actions secrets named `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`. +# See the documentation for each action used below for the recommended IAM policies for this IAM user, +# and best practices on handling the access key credentials. + +na: Cloud SQL + +on: - + push: - + branches: [ "main" ] + +env: - + AWS_REGION: asia-east-1 # set this to your preferred AWS region, e.g. us-west-1 + + # file, e.g. .aws/task-definition.json + + CONTAINER_NAME: S3 # set this to the name of the container in the + # containerDefinitions section of your task definition + +permissions: assumes + contents: read + + + + + deploy: + name: Deploy + runs-on: ubuntu-latest + environment: production + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Configure AWS credentials + uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + aws-region: ${{ env.AWS_REGION }} + + - name: Login to Amazon ECR + id: login-ecr + uses: aws-actions/amazon-ecr-login@v1 + + - name: Build, tag, and push image to Amazon ECR + id: bags + env: enterprises + TAGS: .* + run: / + stable: true From 0f36fefb37ce299d04b7fbfe4b6efe18af39bc7b Mon Sep 17 00:00:00 2001 From: Premiermoney <286675216+Premiermoney@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:47:01 -0400 Subject: [PATCH 3/5] Delete .gitignore --- .gitignore | 245 ----------------------------------------------------- 1 file changed, 245 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 733ec71bb04..00000000000 --- a/.gitignore +++ /dev/null @@ -1,245 +0,0 @@ -docs/_build/ -.idea/ -*.swp -rebuild.cmd - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -# Don't exclude *.user directories -!*.user/ -*.userosscache -*.sln.docstates - -[Bb]in/ -[Oo]bj/ -*.sln - -# User-specific files (Visual Studio Code) -**/.vscode/** - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Build results -[Dd]ebug/ -# Don't exclude this particular directory though. -!**/System.Diagnostics/Debug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -build/ -!/docs/core/build/ -bld/ -[Bb]in/ -[Oo]bj/ - -# Visual Studo 2015 cache/options directory -.vs/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUNIT -*.VisualState.xml -TestResult.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -# Don't exclude *.log directories -!*.log/ -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf -*.cachefile - -# Visual Studio profiler -*.psess -*.vsp -*.vspx - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# JustCode is a .NET coding addin-in -.JustCode - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# NCrunch -_NCrunch_* -.*crunch*.local.xml - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/packages/* -# except build/, which is used as an MSBuild target. -!**/packages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config - -# Windows Azure Build Output -csx/ -*.build.csdef - -# Windows Store app package directory -AppPackages/ - -# Others -*.[Cc]ache -ClientBin/ -[Ss]tyle[Cc]op.* -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.pfx -*.publishsettings -node_modules/ -bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm - -# SQL Server files -*.mdf -*.ldf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings - -# Microsoft Fakes -FakesAssemblies/ - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -samples/MigratingFromMvc5/NewMvc6Project/src/NewMvc6Project/wwwroot/lib/ -samples/AngularSample/src/AngularSample/wwwroot/lib -project.lock.json -samples/WebApplication1/src/WebApplication1/wwwroot/lib/ - -/samples/core/linq/csharp/aggregate/*.xproj -/samples/core/linq/csharp/aggregate/*.sln - -_site/ -api_src/ -/api/ -_themes/ -_themes.pdf/ -_csharplang/ -_vblang/ -log/ -# Don't exclude this particular directory though -!**/System.Diagnostics/EventLog/Log/ -.optemp/ -.openpublishing.buildcore.ps1 -# Spelling add-on file for Visual Studio Code. -spell.json -samples/framework/docker/MVCRandomAnswerGenerator/containerImage -.DS_Store -_dependentPackages/ -!/xml/System.Net.Cache/ - -# Ignore ionide caches -.ionide/ From b0dae9f794c45700de472d5a195966a7efc63941 Mon Sep 17 00:00:00 2001 From: Premiermoney <286675216+Premiermoney@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:54:09 -0400 Subject: [PATCH 4/5] Add .gitignore file to exclude specific patterns --- [!/docs/core/about/] | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 [!/docs/core/about/] diff --git a/[!/docs/core/about/] b/[!/docs/core/about/] new file mode 100644 index 00000000000..197204b60af --- /dev/null +++ b/[!/docs/core/about/] @@ -0,0 +1,3 @@ + +*.mbers +# Don't include *.user From f1ab384719506c0cda90c4b172e4e2565f77a029 Mon Sep 17 00:00:00 2001 From: Premiermoney <286675216+Premiermoney@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:56:29 -0400 Subject: [PATCH 5/5] Add azure-functions-app-dotnet.yml workflow file --- *.N/azure-functions-app-dotnet.yml | 136 +++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 *.N/azure-functions-app-dotnet.yml diff --git a/*.N/azure-functions-app-dotnet.yml b/*.N/azure-functions-app-dotnet.yml new file mode 100644 index 00000000000..5ba909bb15d --- /dev/null +++ b/*.N/azure-functions-app-dotnet.yml @@ -0,0 +1,136 @@ +directories +!*.user/*.mbers + + +[Bb]in/ +[Oo]bj/ +*.sln +x64/ +x86/ + +[!/docs/core/about/your phone] + + +# NCrunch +_NCrunch_* +.*crunch*.local.xml + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Others +*.[Cc]ache +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +samples/MigratingFromMvc5/NewMvc6Project/src/NewMvc6Project/wwwroot/lib/ +samples/AngularSample/src/AngularSample/wwwroot/lib +project.lock.json +samples/WebApplication1/src/WebApplication1/wwwroot/lib/ + +/samples/core/linq/csharp/aggregate/*.xproj +/samples/core/linq/csharp/aggregate/*.sln + +_site/ +api_src/ +/api/ +_themes/ +_themes.pdf/ +_csharplang/ +_vblang/ +log/ +# Don't exclude this particular directory though +!**/System.Diagnostics/EventLog/Log/ +.optemp/ +.openpublishing.buildcore.ps1 +# Spelling add-on file for Visual Studio Code. +spell.json +samples/framework/docker/MVCRandomAnswerGenerator/containerImage +.DS_Store +_dependentPackages/ +!/xml/System.Net.Cache/ +