Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dkron
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
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
Show more breadcrumbs
Synced
Dkron
Commits
14233487
Commit
14233487
authored
8 years ago
by
Victor Castell
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
20e4ccbf
No related branches found
Branches containing commit
Tags
v0.7.3
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.goxc.json
+1
-1
1 addition, 1 deletion
.goxc.json
CHANGELOG.md
+10
-0
10 additions, 0 deletions
CHANGELOG.md
main.go
+1
-1
1 addition, 1 deletion
main.go
with
12 additions
and
2 deletions
.goxc.json
+
1
−
1
View file @
14233487
...
...
@@ -10,7 +10,7 @@
],
"BuildConstraints"
:
"linux,amd64 windows,amd64 darwin,amd64 linux,arm"
,
"ResourcesInclude"
:
"INSTALL*,README*,LICENSE*,config/*,static/*,templates/*"
,
"PackageVersion"
:
"0.7.
2
"
,
"PackageVersion"
:
"0.7.
3
"
,
"TaskSettings"
:
{
"deb"
:
{
"metadata"
:
{
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
10
−
0
View file @
14233487
## 0.7.3 (2016-07-12)
-
One off jobs
-
Added cron spec to docs
-
Execution retry on failure
-
Switch JSON schema spec for it's corresponding Open API spec
-
Reload config
-
Fix scheduling bug
-
New job Status gives more info on the job execution
## 0.7.2 (2016-06-01)
-
Add some helpers and bugfixes
...
...
This diff is collapsed.
Click to expand it.
main.go
+
1
−
1
View file @
14233487
...
...
@@ -10,7 +10,7 @@ import (
)
const
(
VERSION
=
"0.7.
2
"
VERSION
=
"0.7.
3
"
)
func
main
()
{
...
...
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