Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSLogic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSLogic
Commits
086b183d
Commit
086b183d
authored
8 months ago
by
Lene Wasskog
Browse files
Options
Downloads
Patches
Plain Diff
fix: Update urls for links in excel file
parent
ab274fd7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/nibio/vips/logic/util/ExcelFileGenerator.java
+2
-3
2 additions, 3 deletions
...ain/java/no/nibio/vips/logic/util/ExcelFileGenerator.java
with
2 additions
and
3 deletions
src/main/java/no/nibio/vips/logic/util/ExcelFileGenerator.java
+
2
−
3
View file @
086b183d
...
@@ -28,9 +28,8 @@ public final class ExcelFileGenerator {
...
@@ -28,9 +28,8 @@ public final class ExcelFileGenerator {
private
static
final
DateTimeFormatter
DATE_TIME_FORMATTER
=
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
);
private
static
final
DateTimeFormatter
DATE_TIME_FORMATTER
=
DateTimeFormatter
.
ofPattern
(
"yyyy-MM-dd HH:mm:ss"
);
private
static
final
ObjectMapper
objectMapper
=
new
ObjectMapper
();
private
static
final
ObjectMapper
objectMapper
=
new
ObjectMapper
();
// TODO Dette må fikses før deploy til prod
private
static
final
String
VIPSWEB
=
"https://www.vips-landbruk.no"
;
private
static
final
String
VIPSWEB
=
"https://testvips.nibio.no"
;
private
static
final
String
VIPSLOGIC
=
"https://logic.vips.nibio.no"
;
private
static
final
String
VIPSLOGIC
=
"https://logic.testvips.nibio.no"
;
private
enum
ColumnIndex
{
private
enum
ColumnIndex
{
ID
(
false
,
0
,
0
,
"observationId"
),
ID
(
false
,
0
,
0
,
"observationId"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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