Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
1285347
Added GHAS for GitOps repos
JohannesLampel Jul 25, 2022
e8d1790
Create devcontainer.json
kaziwahidaltaher-droid Aug 16, 2025
8bed0bc
Merge branch 'microsoft:main' into main
kaziwahidaltaher-droid Aug 16, 2025
23243e3
Create dependabot.yml
kaziwahidaltaher-droid Aug 16, 2025
c0bbd2f
Create codeql.yml
kaziwahidaltaher-droid Aug 16, 2025
ca91ffd
Created using Colab
kaziwahidaltaher-droid Aug 28, 2025
a8e22c7
Created using Colab
kaziwahidaltaher-droid Aug 28, 2025
7598a9e
Created using Colab
kaziwahidaltaher-droid Aug 29, 2025
2cc0790
Created using Colab
kaziwahidaltaher-droid Aug 29, 2025
9776ad3
Created using Colab
kaziwahidaltaher-droid Aug 29, 2025
dcb916c
Created using Colab
kaziwahidaltaher-droid Aug 29, 2025
37a6c09
Created using Colab
kaziwahidaltaher-droid Aug 29, 2025
cb7f75a
Created using Colab
kaziwahidaltaher-droid Aug 29, 2025
a004805
Created using Colab
kaziwahidaltaher-droid Aug 31, 2025
58d01bd
Created using Colab
kaziwahidaltaher-droid Aug 31, 2025
6721823
Created using Colab
kaziwahidaltaher-droid Sep 1, 2025
fb8ba12
Rename gemini/prompts/prompt_optimizer/vertex_ai_prompt_optimizer_ui.…
kaziwahidaltaher-droid Sep 1, 2025
71b7e65
Created using Colab
kaziwahidaltaher-droid Sep 1, 2025
06379fe
Rename vertex_ai_prompt_optimizer_ui.ipynb to AXEE.ipynb
kaziwahidaltaher-droid Sep 1, 2025
84acde6
Rename AXEE to AXEE Synthesis
kaziwahidaltaher-droid Sep 27, 2025
813fa14
Created using Colab
kaziwahidaltaher-droid Oct 3, 2025
afae763
Created using Colab
kaziwahidaltaher-droid Oct 4, 2025
a366ca8
Created using Colab
kaziwahidaltaher-droid Oct 4, 2025
cef9480
Created using Colab
kaziwahidaltaher-droid Oct 4, 2025
4703d25
Add initial IntelliJ IDEA project files
kaziwahidaltaher-droid Oct 4, 2025
9963446
Merge branch 'main' of https://github.com/kaziwahidaltaher-droid/.github
kaziwahidaltaher-droid Oct 4, 2025
65178d4
Add IDE workspace configuration file
kaziwahidaltaher-droid Oct 4, 2025
bf8d6ac
Merge branch 'main' of https://github.com/kaziwahidaltaher-droid/.git…
kaziwahidaltaher-droid Oct 4, 2025
edb0645
Update IDE configuration files
kaziwahidaltaher-droid Oct 4, 2025
a9dd5d6
Add project code style and Sweep config files
kaziwahidaltaher-droid Oct 4, 2025
2d1a9ba
Merge remote-tracking branch 'upstream/users/JohannesLampel/enableAdv…
kaziwahidaltaher-droid Oct 5, 2025
f92bb97
Remove .idea config and update Colab notebook
kaziwahidaltaher-droid Oct 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
}
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
96 changes: 96 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '20 10 * * 0'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
# or others). This is typically only required for manual builds.
# - name: Setup runtime (example)
# uses: actions/setup-example@v1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/.idea
/.idea
.idea/.github.iml
14 changes: 14 additions & 0 deletions .idea/SweepConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 120 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading