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

New/feedback enhancement stage service #209

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
848ac6f
feat: add task definition stages component
coskun-kilinc Mar 24, 2024
91e2f25
feat: add feedbackstage type to taskdefinition
coskun-kilinc Mar 27, 2024
141bc33
feat: adjust task def model to include feedback enhancement
coskun-kilinc Apr 14, 2024
22bc530
feat: add stages property to unit chair page and update related compo…
coskun-kilinc Apr 15, 2024
5c3d02c
feat: add f-task-definition-stages component to doubtfire-andular.mod…
coskun-kilinc Apr 17, 2024
90f5b11
fix: update package lock
jakerenzella Dec 21, 2023
edd9b1c
build: update deps
jakerenzella Dec 21, 2023
f2ca0ca
Angular CLI update for packages - @angular/cdk@17, @angular/material@17
jakerenzella Dec 21, 2023
e36e2db
refactor: remove showdown
jakerenzella Dec 21, 2023
7a9f2eb
refactor: update marked
jakerenzella Dec 21, 2023
8d439bd
refactor: upgrade eslint
jakerenzella Dec 21, 2023
589a1f4
build: upgrade uirouter
jakerenzella Feb 23, 2024
5a2d631
Angular CLI update for packages - @angular/core@17, @angular/cli@17
jakerenzella Feb 23, 2024
fd7ba6a
Angular CLI update for packages - @angular/cdk@17, @angular/material@17
jakerenzella Feb 23, 2024
b816bec
build: upgrade uirouter hybrid
jakerenzella Apr 16, 2024
9f506e5
feat: remove misleading progress statement
jakerenzella Apr 16, 2024
a3c627f
fix: remove ngClass
jakerenzella Apr 18, 2024
972d670
build: upgrade v17
jakerenzella Apr 18, 2024
84e2a4e
Revert "fix: remove ngClass"
jakerenzella Apr 18, 2024
83e76cb
fix: typo
jakerenzella Apr 18, 2024
3c0a691
refactor: rename Option type to StageOption in task definition model …
coskun-kilinc May 8, 2024
7f4696c
feat: add stage service
coskun-kilinc May 11, 2024
97b4a9f
feat: use stage service calls in task definition model + component
coskun-kilinc May 11, 2024
2dc638f
feat: modify api calls to use correct endpoint in stage service
coskun-kilinc May 14, 2024
88409a7
feat: update stage type definitiion in TaskDefinition
coskun-kilinc May 14, 2024
9c66798
refactor: rename Option type to StageOption in task definition model …
coskun-kilinc May 8, 2024
e1591e0
feat: use stage service calls in task definition model + component
coskun-kilinc May 11, 2024
bcbf103
refactor: update task-definition-stages.component.html
coskun-kilinc May 14, 2024
6027cb7
feat: remove empty stages array in unittaskeditorcomponent
coskun-kilinc May 14, 2024
e94a874
refactor: remove unused code in taskdefinition model
coskun-kilinc May 14, 2024
f11c759
fix: update stage list in stages component
coskun-kilinc May 17, 2024
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
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.16.0
nodejs 20.9.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18
FROM node:20

ENV DEBIAN_FRONTEND noninteractive
ENV USER=node
Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"node_modules/codemirror/lib/codemirror.js",
"node_modules/codemirror/addon/display/placeholder.js",
"node_modules/codemirror/mode/markdown/markdown.js",
"node_modules/showdown/dist/showdown.js",
"node_modules/canvas-confetti/dist/confetti.browser.js"
],
"extractLicenses": false,
Expand Down
Loading
Loading