This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
43
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
0755cbe2
Commit
0755cbe2
authored
3 years ago
by
Michael Breu
Browse files
Options
Downloads
Patches
Plain Diff
Fixing some tests
parent
5af26034
2 merge requests
!91
Bringing JHipster7.6.0 to production
,
!88
Integrating Update to JHipster 7.6.0 back to Development
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/config/application-dev.yml
+1
-0
1 addition, 0 deletions
src/main/resources/config/application-dev.yml
src/test/resources/config/application.yml
+36
-1
36 additions, 1 deletion
src/test/resources/config/application.yml
with
37 additions
and
1 deletion
src/main/resources/config/application-dev.yml
+
1
−
0
View file @
0755cbe2
...
...
@@ -19,6 +19,7 @@ logging:
tech.jhipster
:
DEBUG
org.hibernate.SQL
:
DEBUG
at.ac.uibk.gitsearch
:
DEBUG
org.glassfish.jersey.client.ClientExecutorProvidersConfigurator
:
INFO
management
:
health
:
...
...
This diff is collapsed.
Click to expand it.
src/test/resources/config/application.yml
+
36
−
1
View file @
0755cbe2
...
...
@@ -72,6 +72,16 @@ spring:
size
:
1
thymeleaf
:
mode
:
HTML
security
:
oauth2
:
client
:
provider
:
gitlabOidc
:
issuer-uri
:
https://sharing.codeability-austria.uibk.ac.at
registration
:
gitlabOidc
:
client-id
:
149276ac11138d9ba72fb3cd12815e3fa2f372866df0eac0f7d1aae5fdffea24
client-secret
:
6f480635241f420a361581f4837594ea6f48f5ee6f515c1aa89f325dd922dbb0
server
:
port
:
10344
...
...
@@ -104,6 +114,7 @@ jhipster:
base64-secret
:
ZTY3OGIwZWZhMzdhYTQ2NjAwNTdlNDQ2NWM4YjQyMzlhMWVkMTJlYTExYzMwMzBjOWIzM2E1OTRmZWZkZmYzYzZhNWQ5N2EzZjMyNTFkMjM0ZjNmOWRhYTYzNGEzZDE3NThkYTNmZGVmNTQ1MmRlZjg1YWY4NTU4OGVmNDBkZDI=
# Token is valid 24 hours
token-validity-in-seconds
:
86400
# ===================================================================
# Application specific properties
# Add your own application properties here, see the ApplicationProperties class
...
...
@@ -113,4 +124,28 @@ jhipster:
# https://www.jhipster.tech/common-application-properties/
# ===================================================================
# application:
application
:
search
:
highlight-pre
:
<mark><strong>
highlight-post
:
</strong></mark>
gitlab
:
url
:
https://sharing.codeability-austria.uibk.ac.at/
guestAccessToken
:
zPxPmJE3UXAZJpBzxqej
adminAccessToken
:
PJopKiYsK9AxqajfBxR6
registeredConnectors
:
-
url
:
'
https://artemis.codeability-austria.uibk.ac.at/api/sharing/config'
# may be not the current version!
accessToken
:
acdd-erdf-asd2-234f-234d-32eb
-
url
:
'
http://localhost:8081/api/sharing/config'
# may not be reachable for testing!
accessToken
:
2c8845a4-b3df-414b-a682-36e2313dc1c0
-
url
:
'
http://localhost:8082/api/sharingPluginConfig'
# may not be reachable for testing!
accessToken
:
someToken2
registeredConnectorsCallBackURL
:
http://localhost:8080
deployment-info
:
commit-id
:
'
Test
Commit
Id'
branch
:
'
Test
Branch'
# testing
testing
:
testUser
:
name
:
'
Michael
Breu'
gitLabToken
:
LHyhZRPh_qque3Ypuu3b
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment