Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
73fe0e4
remove datepicker references
sei-tspencer Feb 7, 2025
965b432
core to 16
sei-tspencer Feb 7, 2025
d2f9c96
removed datetimpicker from package.json
sei-tspencer Feb 7, 2025
1cce0aa
16 complete
sei-tspencer Feb 7, 2025
f98371e
ng 17
sei-tspencer Feb 7, 2025
eadc1e8
removed legacy components
sei-tspencer Feb 10, 2025
45eb1e2
ng mat 17
sei-tspencer Feb 10, 2025
0be4544
mat 17
sei-tspencer Feb 10, 2025
f6587ff
ng 18
sei-tspencer Feb 10, 2025
ea82008
ng 19
sei-tspencer Feb 10, 2025
79e7180
using M3 theme
sei-tspencer Feb 12, 2025
182eafb
wip
sei-tspencer Feb 13, 2025
99fe729
eval info, scoresheet, score summary styled
sei-tspencer Feb 18, 2025
3a8d85c
home-app styled
sei-tspencer Feb 19, 2025
ebb2707
admin sidenav styled
sei-tspencer Feb 21, 2025
6616de3
wip
sei-tspencer Feb 21, 2025
ffe2457
admin components styled
sei-tspencer Feb 25, 2025
d10c93c
version
sei-tspencer Feb 25, 2025
078aad9
Add missing document markings
github-actions[bot] Feb 25, 2025
19c81ac
fix docker build
sei-tspencer Feb 26, 2025
be1071f
fix docker build
sei-tspencer Feb 26, 2025
eb02be9
fix docker build
sei-tspencer Feb 26, 2025
89fac9c
fix docker build
sei-tspencer Feb 26, 2025
5121041
fix docker build
sei-tspencer Feb 26, 2025
2ac7d14
added datetime picker back, removed un-needed css
sei-tspencer Feb 28, 2025
a72081f
css tweaks
sei-tspencer Mar 26, 2025
a11b279
Merge branch 'development' into ng-update
sei-tspencer Aug 13, 2025
34c5559
fixed errors after merge conflicts
sei-tspencer Aug 13, 2025
e85d995
fix button sizes
sei-tspencer Aug 15, 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
70 changes: 35 additions & 35 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
name: "CodeQL"
name: 'CodeQL'

on:
push:
Expand All @@ -24,48 +24,48 @@ jobs:
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['javascript']
language: ['typescript']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# 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.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# 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.
# queries: ./path/to/local/query, your-org/your-repo/queries@main

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl

# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language

#- run: |
# make bootstrap
# make release
#- run: |
# make bootstrap
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
37 changes: 17 additions & 20 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"schematics": {},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist",
"outputPath": {
"base": "dist"
},
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["src/polyfills.ts"],
"tsConfig": "src/tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand All @@ -27,17 +28,17 @@
"output": "./assets/fonts/"
}
],
"styles": [
"src/styles/styles.scss"
],
"styles": ["src/styles/styles.scss"],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true,
"preserveSymlinks": true
"preserveSymlinks": true,
"browser": "src/main.ts",
"stylePreprocessorOptions": {
"includePaths": ["src/styles"]
}
},
"configurations": {
"production": {
Expand All @@ -52,8 +53,6 @@
"sourceMap": false,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
{
"type": "initial",
Expand All @@ -72,19 +71,19 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "cite-ui:build",
"port": 4721
"port": 4721,
"buildTarget": "cite-ui:build"
},
"configurations": {
"production": {
"browserTarget": "cite-ui:build:production"
"buildTarget": "cite-ui:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "cite-ui:build"
"buildTarget": "cite-ui:build"
}
},
"test": {
Expand All @@ -94,9 +93,7 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
"src/styles.scss"
],
"styles": ["src/styles.scss"],
"scripts": [],
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -146,6 +143,6 @@
"analytics": false,
"cache": {
"enabled": false
}
}
}
}
Loading