Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dawn-gdd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dawn
go-backend
dawn-gdd
Commits
d9d7d431
Commit
d9d7d431
authored
2 years ago
by
Tucker Gary Siegel
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'swagger'
# Conflicts: # controllers/gdd_controller.go
parents
845123ef
66c8f336
No related branches found
No related tags found
1 merge request
!26
Swagger
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog/1.0.4.yaml
+6
-0
6 additions, 0 deletions
changelog/1.0.4.yaml
controllers/gdd_controller.go
+4
-0
4 additions, 0 deletions
controllers/gdd_controller.go
with
10 additions
and
0 deletions
changelog/1.0.4.yaml
0 → 100644
+
6
−
0
View file @
d9d7d431
author
:
tgsiegel
change_type
:
Chore
commit
:
swagger updates
date
:
'
2023-03-16'
merge_request
:
https://gitlab.cs.umd.edu/dawn/go-backend/dawn-gdd/-/merge_requests/25
version
:
1.0.4
This diff is collapsed.
Click to expand it.
controllers/gdd_controller.go
+
4
−
0
View file @
d9d7d431
...
...
@@ -21,6 +21,10 @@ var GetGddValues = services.GetGddValues
// @Failure 400 {object} errors.StandardError
// @Failure 404 {object} errors.StandardError
// @Failure 500 {object} errors.StandardError
<<<<<<<
controllers
/
gdd_controller
.
go
=======
// @Param year query int true "Year to get gdd for"
>>>>>>>
controllers
/
gdd_controller
.
go
// @Param product query string true "Crop to calculate gdd for" Enums(corn)
// @Param latitude query number true "Latitude to search for"
// @Param longitude query number true "Longitude to search for"
...
...
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