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

rcjsuen / dockerfile-language-server-nodejs / 127

Builds Branch Commit Type Ran Committer Via Coverage
127 master Fix #67 Validate that directives are in lowercase The convention is for parser directives to be written in lowercase. If the parsed Dockerfile has a parser directive that isn't written in lowercase, a diagnostic will now be created for this. Sig... push 16 Jul 2017 01:30AM UTC rcjsuen travis-ci pending completion   set done
126 master WIP #68 Add more tests for multiple ENV variables Signed-off-by: Remy Suen <remy.suen@gmail.com> push 15 Jul 2017 11:13PM UTC rcjsuen travis-ci pending completion   set done
125 master WIP #68 Allow multiple ENV variables in one instruction Signed-off-by: Remy Suen <remy.suen@gmail.com> push 15 Jul 2017 09:47PM UTC rcjsuen travis-ci pending completion   set done
124 master Fix #71 Warn if an ENV doesn't have two arguments Signed-off-by: Remy Suen <remy.suen@gmail.com> push 15 Jul 2017 11:39AM UTC rcjsuen travis-ci pending completion   set done
123 master WIP #68 Merge argument parsing code of ARG and ENV Signed-off-by: Remy Suen <remy.suen@gmail.com> push 15 Jul 2017 10:43AM UTC rcjsuen travis-ci pending completion   set done
122 master Fix #73 Stop parsing a variable's name after ' or " After encountering a $ symbol, if braces are not seen, we assume that the rest of the string is part of the variable's name unless another $ is found. However, if a ' or a " is found, we should ... push 15 Jul 2017 03:31AM UTC rcjsuen travis-ci pending completion   set done
121 master Fix #72 Have server consume the instructionCasing setting The interface to the settings was updated but the server was not updated to consume the received setting. We should be reading the setting from the client and toggling the severity of the ... push 15 Jul 2017 02:16AM UTC rcjsuen travis-ci pending completion   set done
120 master WIP #68 Support ENV instructions with the space delimiter ENV instructions may declare their variables with the equals symbol or with a space. Environment variables that are defined with a space delimiter now has support for textDocument/definiti... push 15 Jul 2017 02:10AM UTC rcjsuen travis-ci pending completion   set done
119 master Fix #70 Format nested empty lines and comments When an instruction, like a RUN, spans multiple lines, it is not uncommon for there to be empty newlines consisting only of whitespace or comments to be one of those many lines for clarity purposes. ... push 14 Jul 2017 11:02PM UTC rcjsuen travis-ci pending completion   set done
118 master WIP #26 Use new parser to check if indentation is needed Instead of iterating over the document directly, we can use the new parser to check if the selected lines are contained within an instruction. If the selected lines are contained within an ... push 14 Jul 2017 09:47PM UTC rcjsuen travis-ci pending completion   set done
117 master Fix #66 Create setting for instructiong casing diagnostic Clients can now set the severity for the diagnostic that is generated when an instruction is not written all in uppercase letters. Signed-off-by: Remy Suen <remy.suen@gmail.com> push 14 Jul 2017 08:44PM UTC rcjsuen travis-ci pending completion   set done
116 master Fix #33 Let clients toggle the severity Added support for the 'workspace/didChangeConfiguration' request. This means that clients can now toggle the severity of the diagnostic about the deprecated MAINTAINER instruction. By default, the diagnosti... push 14 Jul 2017 11:45AM UTC rcjsuen travis-ci pending completion   set done
115 master Fix #60 Remove argument validation from USER and WORKDIR Signed-off-by: Remy Suen <remy.suen@gmail.com> push 14 Jul 2017 03:31AM UTC rcjsuen travis-ci pending completion   set done
114 master Group the directive validation tests better Signed-off-by: Remy Suen <remy.suen@gmail.com> push 14 Jul 2017 02:48AM UTC rcjsuen travis-ci pending completion   set done
113 master Fix #52 Ignore escape if following character is not valid Escape characters are generally expected to be used for escaping newlines or spaces or the $ symbol for variables. However, the user may choose to insert it in other places as well. In the... push 14 Jul 2017 02:30AM UTC rcjsuen travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 13
  • 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