diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml deleted file mode 100644 index a50f6a4d..00000000 --- a/.github/workflows/maven-build.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Maven Build - -on: - push: - branches: - - 'main' - pull_request: - branches: - - 'main' - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout main branch - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: actions/setup-java@v2 - with: - java-version: '11' - distribution: 'adopt' - - name: Install Included Libraries - run: > - mvn - --no-transfer-progress - install:install-file - -Dfile="./dl4se-src2abs/lib/javalexer.jar" - -DgroupId="edu.wm.cs" - -DartifactId="javalexer" - -Dversion="1" - -Dpackaging="jar" - - name: Build with Maven - run: > - mvn - --batch-mode - --update-snapshots - --no-transfer-progress - package diff --git a/.github/workflows/vue-build.yml b/.github/workflows/vue-build.yml deleted file mode 100644 index 7fcd12ac..00000000 --- a/.github/workflows/vue-build.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Vue Build - -on: - push: - branches: - - 'main' - pull_request: - branches: - - 'main' - -jobs: - build: - runs-on: ubuntu-latest - defaults: - run: - working-directory: ./dl4se-website - steps: - - name: Checkout main branch - uses: actions/checkout@v2 - - - name: Set up Node.js 18.x - uses: actions/setup-node@v3 - with: - node-version: '18.x' - cache: 'npm' - cache-dependency-path: './dl4se-website/package-lock.json' - - - name: Node Clean Install - run: npm clean-install - - - name: Lint - run: npm run lint - - - name: Vue Build - run: npm run build --if-present diff --git a/.gitignore b/.gitignore index 2380e02e..798b3c6a 100644 --- a/.gitignore +++ b/.gitignore @@ -175,7 +175,6 @@ buildNumber.properties ### Node template # Logs -logs npm-debug.log* yarn-debug.log* yarn-error.log* @@ -290,5 +289,83 @@ dist .pnp.* ### Docker Compose - *.prod.yml +*.temp.yml +*.override.yml + +### C template +# Object files +*.ko +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers + +# Libraries + +# Shared objects (inc. Windows DLLs) +*.so.* + +# Executables +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf + +### C++ template +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +### Sass template +.sass-cache/ +*.css.map +*.sass.map +*.scss.map diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..e69de29b diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b81..a9d7db9c 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,5 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +# GitHub Copilot persisted chat sessions +/copilot/chatSessions diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 16f8e3eb..6706fac8 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -3,15 +3,24 @@ + + + + + + + + + - \ No newline at end of file + diff --git a/.idea/jpa.xml b/.idea/jpa.xml new file mode 100644 index 00000000..b75c392e --- /dev/null +++ b/.idea/jpa.xml @@ -0,0 +1,7 @@ + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 5a77f618..8bae4fa6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -10,11 +10,18 @@ +