-
Notifications
You must be signed in to change notification settings - Fork 53
feat(api): allow app names up to 63 characters in length #1198
Conversation
@helgi, @kmala and @mboersma are potential reviewers of this pull request based on my analysis of |
5ec4a41
to
8487d3f
Compare
@bacongobbler ci failure is from |
@tmc that line is to enable debug logging to see what's going on in CI. I'm focused on other work right now but please feel free to take this up if you have cycles. I'll get back to this eventually. |
personal note: needs a rebase on top of #1199 as well |
ac42e46
to
0dd48e2
Compare
I vastly simplified this PR to just bump the maximum app name length to 63 characters. I don't imagine we have anyone running Workflow v2.13 on a k8s 1.3 cluster any more... Everyone is running at least 1.4. |
Jenkins, test this please. |
Codecov Report
@@ Coverage Diff @@
## master #1198 +/- ##
==========================================
+ Coverage 86.63% 86.65% +0.02%
==========================================
Files 45 45
Lines 3928 3928
Branches 681 681
==========================================
+ Hits 3403 3404 +1
+ Misses 356 355 -1
Partials 169 169 Continue to review full report at Codecov.
|
0dd48e2
to
a95bba7
Compare
closes deis/workflow#212.