Test 1
This commit is contained in:
17
.cicd-config.json
Normal file
17
.cicd-config.json
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"name": "test",
|
||||||
|
"openProjectId": 20,
|
||||||
|
"giteaRepository": "andyhurricane/Fake-repo---test",
|
||||||
|
"jenkinsJob": "andy-prod",
|
||||||
|
"isDefault": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "keycloak",
|
||||||
|
"openProjectId": 18,
|
||||||
|
"giteaRepository": "andy-prod/Keycloak-theme",
|
||||||
|
"jenkinsJob": "andy-prod"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
76
.cicd-time-tracking.json
Normal file
76
.cicd-time-tracking.json
Normal file
@@ -0,0 +1,76 @@
|
|||||||
|
{
|
||||||
|
"entries": [
|
||||||
|
{
|
||||||
|
"workPackageId": 202,
|
||||||
|
"startTime": "2026-01-14T17:20:54.299729400Z",
|
||||||
|
"endTime": "2026-01-14T17:20:57.469715800Z",
|
||||||
|
"durationSeconds": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 202,
|
||||||
|
"startTime": "2026-01-14T17:20:59.217953Z",
|
||||||
|
"endTime": "2026-01-14T17:21:00.920562500Z",
|
||||||
|
"durationSeconds": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 202,
|
||||||
|
"startTime": "2026-01-14T17:21:03.741890900Z",
|
||||||
|
"endTime": "2026-01-14T17:21:09.570165100Z",
|
||||||
|
"durationSeconds": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 214,
|
||||||
|
"startTime": "2026-01-14T18:34:08.131243400Z",
|
||||||
|
"endTime": "2026-01-14T18:34:17.898814500Z",
|
||||||
|
"durationSeconds": 9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 213,
|
||||||
|
"startTime": "2026-01-15T22:20:22.669993500Z",
|
||||||
|
"endTime": "2026-01-15T22:20:27.430327600Z",
|
||||||
|
"durationSeconds": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 213,
|
||||||
|
"startTime": "2026-01-15T22:28:41.207611200Z",
|
||||||
|
"endTime": "2026-01-15T22:28:49.526002300Z",
|
||||||
|
"durationSeconds": 8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 213,
|
||||||
|
"startTime": "2026-01-15T22:32:19.917453Z",
|
||||||
|
"endTime": "2026-01-15T22:32:29.521807300Z",
|
||||||
|
"durationSeconds": 9
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 214,
|
||||||
|
"startTime": "2026-01-15T22:56:44.950837500Z",
|
||||||
|
"endTime": "2026-01-15T22:56:50.560861400Z",
|
||||||
|
"durationSeconds": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 214,
|
||||||
|
"startTime": "2026-01-15T23:02:30.012505800Z",
|
||||||
|
"endTime": "2026-01-15T23:02:36.114798700Z",
|
||||||
|
"durationSeconds": 6
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 213,
|
||||||
|
"startTime": "2026-01-16T12:57:49.418138300Z",
|
||||||
|
"endTime": "2026-01-16T12:59:22.412212900Z",
|
||||||
|
"durationSeconds": 92
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 253,
|
||||||
|
"startTime": "2026-01-23T13:10:48.679462300Z",
|
||||||
|
"endTime": "2026-01-23T13:10:54.668440300Z",
|
||||||
|
"durationSeconds": 5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"workPackageId": 213,
|
||||||
|
"startTime": "2026-01-24T07:50:32.969599Z",
|
||||||
|
"endTime": "2026-01-24T07:50:37.106105900Z",
|
||||||
|
"durationSeconds": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
### IntelliJ IDEA ###
|
||||||
|
out/
|
||||||
|
!**/src/main/**/out/
|
||||||
|
!**/src/test/**/out/
|
||||||
|
|
||||||
|
### Eclipse ###
|
||||||
|
.apt_generated
|
||||||
|
.classpath
|
||||||
|
.factorypath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.springBeans
|
||||||
|
.sts4-cache
|
||||||
|
bin/
|
||||||
|
!**/src/main/**/bin/
|
||||||
|
!**/src/test/**/bin/
|
||||||
|
|
||||||
|
### NetBeans ###
|
||||||
|
/nbproject/private/
|
||||||
|
/nbbuild/
|
||||||
|
/dist/
|
||||||
|
/nbdist/
|
||||||
|
/.nb-gradle/
|
||||||
|
|
||||||
|
### VS Code ###
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
### Mac OS ###
|
||||||
|
.DS_Store
|
||||||
5
.idea/.gitignore
generated
vendored
Normal file
5
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Environment-dependent path to Maven home directory
|
||||||
|
/mavenHomeManager.xml
|
||||||
7
.idea/cicd-plugin.xml
generated
Normal file
7
.idea/cicd-plugin.xml
generated
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="CiCdProjectState">
|
||||||
|
<option name="currentProjectId" value="20" />
|
||||||
|
<option name="currentWorkPackageId" value="257" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
3
.idea/dictionaries/project.xml
generated
Normal file
3
.idea/dictionaries/project.xml
generated
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<component name="ProjectDictionaryState">
|
||||||
|
<dictionary name="project" />
|
||||||
|
</component>
|
||||||
4
.idea/misc.xml
generated
Normal file
4
.idea/misc.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectRootManager" version="2" project-jdk-name="25" project-jdk-type="JavaSDK" />
|
||||||
|
</project>
|
||||||
8
.idea/modules.xml
generated
Normal file
8
.idea/modules.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/untitled3.iml" filepath="$PROJECT_DIR$/.idea/untitled3.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
9
.idea/untitled3.iml
generated
Normal file
9
.idea/untitled3.iml
generated
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
74
src/Main.java
Normal file
74
src/Main.java
Normal file
@@ -0,0 +1,74 @@
|
|||||||
|
//TIP To <b>Run</b> code, press <shortcut actionId="Run"/> or
|
||||||
|
// click the <icon src="AllIcons.Actions.Execute"/> icon in the gutter.
|
||||||
|
public class Main {
|
||||||
|
|
||||||
|
|
||||||
|
/* TODO OP: Test bez nadrzędnego rodzica
|
||||||
|
@type: Wydanie
|
||||||
|
@assignee: andy@andyhurricane.pl
|
||||||
|
@priority: High
|
||||||
|
@startDate: 2024-01-15
|
||||||
|
@dueDate: 2024-01-30
|
||||||
|
@CustomField2:user andy@andyhurricane.pl
|
||||||
|
@CustomField3:user:list andy@andyhurricane.pl
|
||||||
|
@CustomField4:option:list "Backend"
|
||||||
|
@CustomField5:option "Backend"
|
||||||
|
@subtask [Epika] Fix login validation
|
||||||
|
@assignee: andy@andyhurricane.pl
|
||||||
|
@priority: Critical
|
||||||
|
@CustomField2:user andy@andyhurricane.pl
|
||||||
|
@CustomField3:user:list andy@andyhurricane.pl
|
||||||
|
@CustomField4:option:list "Backend"
|
||||||
|
@CustomField5:option "Backend"
|
||||||
|
@subtask [Błąd] Add OAuth support
|
||||||
|
@assignee: andy@andyhurricane.pl
|
||||||
|
@CustomField2:user andy@andyhurricane.pl
|
||||||
|
@CustomField3:user:list andy@andyhurricane.pl
|
||||||
|
@CustomField4:option:list "Backend"
|
||||||
|
@CustomField5:option "Backend"
|
||||||
|
*/
|
||||||
|
public static void main(String[] args) {
|
||||||
|
//TIP Press <shortcut actionId="ShowIntentionActions"/> with your caret at the highlighted text
|
||||||
|
// to see how IntelliJ IDEA suggests fixing it.
|
||||||
|
System.out.printf("Hello and welcome!");
|
||||||
|
|
||||||
|
new Test().test();
|
||||||
|
for (int i = 1; i <= 5; i++) {
|
||||||
|
//TIP Press <shortcut actionId="Debug"/> to start debugging your code. We have set one <icon src="AllIcons.Debugger.Db_set_breakpoint"/> breakpoint
|
||||||
|
// for you, but you can always add more by pressing <shortcut actionId="ToggleLineBreakpoint"/>.
|
||||||
|
System.out.println("i = " + i);
|
||||||
|
}
|
||||||
|
|
||||||
|
System.out.printf("Hello and welcome!");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* TODO OP: Test z istniejącym rodzicem
|
||||||
|
@type: Epika
|
||||||
|
@parent: 213
|
||||||
|
@assignee: andy@andyhurricane.pl
|
||||||
|
@priority: High
|
||||||
|
@startDate: 2024-01-15
|
||||||
|
@dueDate: 2024-01-30
|
||||||
|
@CustomField2:user andy@andyhurricane.pl
|
||||||
|
@CustomField3:user:list andy@andyhurricane.pl
|
||||||
|
@CustomField4:option:list 1,4
|
||||||
|
@CustomField5:option 1
|
||||||
|
@subtask [Zadanie] Fix login validation
|
||||||
|
@assignee: andy@andyhurricane.pl
|
||||||
|
@priority: Critical
|
||||||
|
@CustomField2:user andy@andyhurricane.pl
|
||||||
|
@CustomField3:user:list andy@andyhurricane.pl
|
||||||
|
@CustomField4:option:list "Frontend"
|
||||||
|
@CustomField5:option "Backend"
|
||||||
|
@subtask [Zadanie] Add OAuth support
|
||||||
|
@assignee: andy@andyhurricane.pl
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
public static void test() {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
6
src/Test.java
Normal file
6
src/Test.java
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
public class Test {
|
||||||
|
|
||||||
|
public void test() {
|
||||||
|
System.out.printf("Hello and welcome!");
|
||||||
|
}
|
||||||
|
}
|
||||||
11
untitled3.iml
Normal file
11
untitled3.iml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="JAVA_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="inheritedJdk" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
Reference in New Issue
Block a user