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

rcjsuen / dockerfile-language-server-nodejs / 112

Builds Branch Commit Type Ran Committer Via Coverage
112 master Fix #64 Allow comments and blank lines after an escape Normally, an escape character is followed by a newline and then the rest of the instruction's arguments would follow in the next line. However, for RUN instructions, the arguments often get v... push 14 Jul 2017 01:51AM UTC rcjsuen travis-ci pending completion   set done
111 master Fix #63 Consider all diagnostics in code action request As a textDocument/codeAction request sends in an array of diagnostics, each diagnostic should be checked in turn. The current implementation of just looking for the first match and returning... push 13 Jul 2017 11:50PM UTC rcjsuen travis-ci pending completion   set done
110 master Fix #62 Use the diagnostic's range for code actions When a selection of text is made, the range that is provided for the textDocument/codeAction request includes this range. We should not be using that range for the generated commands but to inst... push 13 Jul 2017 11:27PM UTC rcjsuen travis-ci pending completion   set done
109 master Fix #61 Handle ARG values that only have whitespace Signed-off-by: Remy Suen <remy.suen@gmail.com> push 13 Jul 2017 09:50PM UTC rcjsuen travis-ci pending completion   set done
108 master Fix #59 Enable the ranged formatting support Signed-off-by: Remy Suen <remy.suen@gmail.com> push 13 Jul 2017 08:20PM UTC rcjsuen travis-ci pending completion   set done
107 master Fix #57 Add a few more tests Signed-off-by: Remy Suen <remy.suen@gmail.com> push 13 Jul 2017 10:19AM UTC rcjsuen travis-ci pending completion   set done
106 master Fix #58 Sort and handle multiple content changes If incremental document synchronization is supported, multiple content changes will be received from the client. The changes must be sorted first so that they can be applied from the end of the doc... push 13 Jul 2017 09:41AM UTC rcjsuen travis-ci pending completion   set done
105 master Fix #56 Have casing validation not be exclusive Signed-off-by: Remy Suen <remy.suen@gmail.com> push 12 Jul 2017 11:50PM UTC rcjsuen travis-ci pending completion   set done
104 master Fix #55 Better handle escapes during ARG validation Further improved the algorithm to handle escapes that are followed by another escape character and escapes that are followed by regular non-whitespace characters. Signed-off-by: Remy Suen <remy... push 12 Jul 2017 10:13PM UTC rcjsuen travis-ci pending completion   set done
103 master WIP #55 First cut at implementing ARG validation Signed-off-by: Remy Suen <remy.suen@gmail.com> push 12 Jul 2017 12:12AM UTC rcjsuen travis-ci pending completion   set done
102 master Fix #27 Correct the URI of the opened document When a document was opened, the wrong URI was being stored by the server. Thus, even though a validation request was processed, the client would not show any diagnostics because the wrong URI was bei... push 11 Jul 2017 09:16PM UTC rcjsuen travis-ci pending completion   set done
101 master Fix #51 Improve test coverage for highlighting variables Signed-off-by: Remy Suen <remy.suen@gmail.com> push 11 Jul 2017 12:48PM UTC rcjsuen travis-ci pending completion   set done
100 master WIP #51 Ignore modifiers in variables when highlighting Signed-off-by: Remy Suen <remy.suen@gmail.com> push 11 Jul 2017 11:44AM UTC rcjsuen travis-ci pending completion   set done
99 master WIP #51 Remove range of the variable definition Originally, the code was written such that the entire string of $variable_name or ${variable_name} would be highlighted. However, as it will become necessary to support and parse variable modifiers ... push 11 Jul 2017 10:37AM UTC rcjsuen travis-ci pending completion   set done
98 master WIP #51 Allow multiple variables in an instruction Signed-off-by: Remy Suen <remy.suen@gmail.com> push 11 Jul 2017 09:51AM UTC rcjsuen travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 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