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

rcjsuen / dockerfile-language-server-nodejs / 219

Builds Branch Commit Type Ran Committer Via Coverage
219 master Fix #160 Suggest numbered build stage indices If a build stage is unnamed, it is possible to use a numerical index that corresponds to its position in the Dockerfile instead. Such numbers should be suggested when the client sends a textDocument/c... push 23 Aug 2017 02:43AM UTC rcjsuen travis-ci pending completion   set done
218 master WIP #162 Implement signature help for instructions Signature help for instruction arguments have been added for: - ARG - SHELL - STOPSIGNAL - USER - WORKDIR Signed-off-by: Remy Suen <remy.suen@gmail.com> push 23 Aug 2017 12:31AM UTC rcjsuen travis-ci pending completion   set done
217 master Fix #161 Add the missed file to fix the build error Signed-off-by: Remy Suen <remy.suen@gmail.com> push 22 Aug 2017 11:27PM UTC rcjsuen travis-ci pending completion   set done
215 master Add version information to Docker 17.05.0-ce features. COPY's --from flag for multi-stage builds and HEALTHCHECK's --start-period flag was added in Docker CE 17.05.0-ce. This version information has been added in the two flags' hover and completi... push 22 Aug 2017 11:21PM UTC rcjsuen travis-ci pending completion   set done
214 master Fix #158 Only suggest build stages after the COPY Originally, all the build stages in a Dockerfile would be suggested as completion items for a COPY's --from flag. However, as one can only copy from build stages that have been previously declared... push 22 Aug 2017 01:21PM UTC rcjsuen travis-ci pending completion   set done
213 master Fix #156 Do not suggest duplicated build stage names If the same build stage name is used multiple times in the Dockerfile, only one instance of it will be suggested as a completion item for COPY's --from flag. As the casing of a build stage name... push 22 Aug 2017 12:40PM UTC rcjsuen travis-ci pending completion   set done
212 master Fix #154 Add completion items for image tags in FROM When entering in the name of an image, tags are often used to ensure that the image is stable since the 'latest' tag will be replaced as new images are pushed to the Docker registry. To make it... push 21 Aug 2017 02:43PM UTC rcjsuen travis-ci pending completion   set done
211 master Fix #155 Add '-' as a completion trigger character Instruction flags all start with a '--' so '-' has been added as a completion trigger character. This should hopefully make the editing experience better by not forcing the user to have to manual... push 21 Aug 2017 03:11AM UTC rcjsuen travis-ci pending completion   set done
210 master Fix #152 Warn if invalid time unit used for duration Signed-off-by: Remy Suen <remy.suen@gmail.com> push 20 Aug 2017 08:18AM UTC rcjsuen travis-ci pending completion   set done
209 master Fix #151 Fix escape handling in SHELL's JSON strings Signed-off-by: Remy Suen <remy.suen@gmail.com> push 20 Aug 2017 04:14AM UTC rcjsuen travis-ci pending completion   set done
208 master Fix #147 Add support for textDocument/signatureHelp Provide parameter hinting by handling the textDocument/signatureHelp request. Signature help will now be displayed when the '=' character is pressed. For the initial cut of this feature, signat... push 20 Aug 2017 01:40AM UTC rcjsuen travis-ci pending completion   set done
207 master Fix #150 Add hover support for COPY's --from flag Signed-off-by: Remy Suen <remy.suen@gmail.com> push 19 Aug 2017 07:42PM UTC rcjsuen travis-ci pending completion   set done
206 master Fix #148 Add a completion item for COPY's --from flag Signed-off-by: Remy Suen <remy.suen@gmail.com> push 19 Aug 2017 07:04PM UTC rcjsuen travis-ci pending completion   set done
205 master Fix #132 Warn about invalid build stage names in FROM Signed-off-by: Remy Suen <remy.suen@gmail.com> push 19 Aug 2017 01:56PM UTC rcjsuen travis-ci pending completion   set done
204 master Fix #145 Ignore escaped newlines' whitespace in ENV Signed-off-by: Remy Suen <remy.suen@gmail.com> push 19 Aug 2017 11:06AM UTC rcjsuen travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • 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