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

rcjsuen / dockerfile-language-server-nodejs / 142

Builds Branch Commit Type Ran Committer Via Coverage
142 master WIP #75 Create diagnostic for COPY's --from=stage flag COPY supports a --from=stage flag for specifying the build stage to copy content from. If the flag is incorrectly named, we should warn the user of this fact. If the flag is not written all i... push 18 Jul 2017 10:27AM UTC rcjsuen travis-ci pending completion   set done
141 master Fix #82 Support hover text on HEALTHCHECK CMD's flags Signed-off-by: Remy Suen <remy.suen@gmail.com> push 17 Jul 2017 02:00PM UTC rcjsuen travis-ci pending completion   set done
140 master Fix #69 Add prefix analysis to only suggest relevant items The four flags for the HEALTHCHECK instruction are now suggested as completion items. The prefix of the content at the current position of the document will also be analyzed to ensure tha... push 17 Jul 2017 08:23AM UTC rcjsuen travis-ci pending completion   set done
139 master WIP #69 Suggest completion items for HEALTHCHECK flags First pass at providing completion items for HEALTHCHECK flags. Also made the space character a trigger character for textDocument/completion as it will likely be invoked in succession for H... push 17 Jul 2017 06:42AM UTC rcjsuen travis-ci pending completion   set done
138 master Fix #78 Include --start-period flag for HEALTHCHECK CMD Docker 17.05.0-ce added a new --start-period flag for HEALTHCHECK CMD so we should include it in the completion item. Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 10:55PM UTC rcjsuen travis-ci pending completion   set done
137 master Fix #77 Add links to CHANGELOG.md Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 09:57PM UTC rcjsuen travis-ci pending completion   set done
136 master Fix #77 Created the CHANGELOG.md file Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 09:48PM UTC rcjsuen travis-ci pending completion   set done
135 master Fix #44 Use prefix to suggest relevant build stages only Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 08:11PM UTC rcjsuen travis-ci pending completion   set done
134 master WIP #44 Suggest build stage completion items in COPY When copying content from a build stage, users need to enter in the build stage's into the --from= flag of a COPY instruction. We should parse the Dockerfile and suggest any build stage names t... push 16 Jul 2017 01:35PM UTC rcjsuen travis-ci pending completion   set done
133 master WIP #49 Remove build inputs from the npm package Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 10:48AM UTC rcjsuen travis-ci pending completion   set done
132 master Fix #74 Warn the user if ENV is missing an equals sign Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 10:32AM UTC rcjsuen travis-ci pending completion   set done
131 master WIP #26 Use parser to check if inside an instruction As the parser API provides full information as to where an instruction starts and ends, we can use that instead of performing character calculations to determine whether the current position is... push 16 Jul 2017 09:10AM UTC rcjsuen travis-ci pending completion   set done
130 master Fix #68 Use ENV's variable if there is a conflict It is possible for both ARG and ENV to set a variable equal to some value. However, since an ENV instruction's variable definition overrides the one defined by an ARG, the value of an ENV's variab... push 16 Jul 2017 07:44AM UTC rcjsuen travis-ci pending completion   set done
129 master WIP #68 Let ENV variables refer to other ENV variables Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 07:09AM UTC rcjsuen travis-ci pending completion   set done
128 master WIP #68 Support single ENV variables with multiple spaces Signed-off-by: Remy Suen <remy.suen@gmail.com> push 16 Jul 2017 03:16AM UTC rcjsuen travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 12
  • 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