• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rcjsuen / dockerfile-language-server-nodejs / 172

Builds Branch Commit Type Ran Committer Via Coverage
172 master Update to v0.0.2 Signed-off-by: Remy Suen <remy.suen@gmail.com> push 31 Jul 2017 10:17AM UTC rcjsuen travis-ci pending completion   set done
171 master Fix #112 Warn about ONBUILD trigger's problems ONBUILD trigger instructions need to have the same validation performed on them as if they were regular instructions. Signed-off-by: Remy Suen <remy.suen@gmail.com> push 31 Jul 2017 05:55AM UTC rcjsuen travis-ci pending completion   set done
170 master Fix #102 Warn if ONBUILD triggers are not in uppercase If an ONBUILD's trigger instruction is not written in uppercase, a diagnostic should be created just like if a regular instruction was not written in uppercase. Signed-off-by: Remy Suen <rem... push 26 Jul 2017 01:31PM UTC rcjsuen travis-ci pending completion   set done
169 master Fix #104 Add hovers for ONBUILD HEALTHCHECK flags If an ONBUILD's trigger instruction is a HEALTHCHECK, the HEALTHCHECK trigger's flags should have hovers enabled. Signed-off-by: Remy Suen <remy.suen@gmail.com> push 25 Jul 2017 09:54PM UTC rcjsuen travis-ci pending completion   set done
168 master Fix #110 Cache the node_modules/ folder Use Travis CI's caching mechanism to cache the node_modules/ folder between builds. Signed-off-by: Remy Suen <remy.suen@gmail.com> push 25 Jul 2017 09:32PM UTC rcjsuen travis-ci pending completion   set done
167 master Fix #109 Consider position of CMD or NONE for suggestions Instead of simply showing no suggestions if a CMD or a NONE is found for an ONBUILD HEALTHCHECK trigger, consider where that argument is relative to the text cursor. If it comes before the... push 25 Jul 2017 09:27PM UTC rcjsuen travis-ci pending completion   set done
166 master Fix #106 Do not suggest start-period flag with zero As HEALTHCHECK's start-period flag cannot have a value that's less than one millisecond, having its completion item define the value to zero seconds is misleading as it immediately leads to a va... push 25 Jul 2017 01:43PM UTC rcjsuen travis-ci pending completion   set done
165 master Fix #107 Fix parsing of duration flags We currently assume that a duration value of zero means that a duration has not been specified. This is incorrect because a duration of zero may have been specified. Instead, we should mark when a time unit ... push 25 Jul 2017 01:26PM UTC rcjsuen travis-ci pending completion   set done
164 master Fix #105 Do not suggest keywords after ONBUILD trigger Keywords should only be suggested on new lines or directly after an ONBUILD instruction. Keywords should not be suggested after an ONBUILD's trigger instruction. Signed-off-by: Remy Suen <re... push 25 Jul 2017 12:59PM UTC rcjsuen travis-ci pending completion   set done
163 master Fix #103 Show hovers for lowercase ONBUILD triggers The hover code should ignore the casing of ONBUILD trigger instructions. Signed-off-by: Remy Suen <remy.suen@gmail.com> push 25 Jul 2017 12:32PM UTC rcjsuen travis-ci pending completion   set done
162 master Fix #97 Warn if duration flags are too short If the duration flags of a HEALTHCHECK instruction is less than 1ms, a diagnostic will now be created to match the Docker engine's error. Signed-off-by: Remy Suen <remy.suen@gmail.com> push 25 Jul 2017 10:19AM UTC rcjsuen travis-ci pending completion   set done
161 master Fix #93 Add '$' as a completion triggger character push 24 Jul 2017 07:43AM UTC rcjsuen travis-ci pending completion   set done
160 master Fix #87 Warn if HEALTHCHECK's time flags are invalid If the duration flags of a HEALTHCHECK instruction doesn't start with a number or a minus sign, it can't possibly be a valid unit of time. In such cases, a diagnostic will now be created to war... push 23 Jul 2017 09:56PM UTC rcjsuen travis-ci pending completion   set done
159 master Fix #93 Suggest ARG and ENV variables for completion If a user hits the $ key or if he or she invokes completion after such a character (or a `${`), variables defined by ARG and ENV will be suggested. Signed-off-by: Remy Suen <remy.suen@gmail.com push 23 Jul 2017 10:41AM UTC rcjsuen travis-ci pending completion   set done
158 master Fix #99 Convert diagnostics' codes to a number According to the protocol, a Diagnostic's code may be a number or a string. Our current assumption that it is always a number will cause code actions to not be calculated properly when analyzing the ... push 22 Jul 2017 09:40PM UTC rcjsuen travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • …
  • 22
  • 23
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc