aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-13Merge pull request #206 from prettier/issues/184-fixing-undo-stepMitermayer Reis
Adding support for require-pragma and depracting previous naive implemenation
2019-09-13issues/184-fixing-undo-step - Removing previous naive implementation ofmitermayer
requirePragma - This commit ensures that we use `prettier` default way to identify pragmas for the auto save and remove our previous naive implementation
2019-09-12issues/184-fixing-undo-step - Adding support for require-pragmamitermayer
- Our previous undo implementation tried to be naive on implementing require-pragma, and created some undo bugs due to it. This diff enables us to use the prettier upstream support for require-pragma - On subsequent PR's we will completetly phase out the previous undo implementation in favour to this one in order to fix bug https://github.com/prettier/vim-prettier/issues/184
2019-08-30Merge pull request #203 from prettier/moving-build-to-make-fileMitermayer Reis
moving-build-to-make-file - Adding build file
2019-08-31moving-build-to-make-file - Adding build filemitermayer
- Adding Makefile - Updating travis to use Makefile - removing run script
2019-08-30Updating changelogmitermayer
- this updates the changelog for the previous last legacy release
2019-08-30Updating changelogmitermayer
- this updates the changelog for the previous last legacy release
2019-08-30Merge pull request #201 from prettier/enabling-tests-to-auto-run-on-ciMitermayer Reis
enabling-tests-on-ci - Enabling tests as part of the CI run
2019-08-31enabling-tests-to-auto-run-on-ci - Enabling newly fixed docker imagemitermayer
- Docker image is now ready to be tested
2019-08-31enabling-tests-to-auto-run-on-ci - Updating docker containermitermayer
- Updating Dockerfile to ensure we have a compatible vim version to vim-driver
2019-08-30enabling-tests-to-auto-run-on-ci - broken commandmitermayer
- the command is broken, but now we are able to reproduce the same output as in travis
2019-08-30Removing the version printermitermayer
2019-08-30enabling-tests-to-auto-run-on-ci - fixing test execution runmitermayer
- fix test execution command and docker image ref
2019-08-30enabling-tests-to-auto-run-on-ci - printing vim version prior to runningmitermayer
tests - printing vim version prior to running tests for debugging purposes
2019-08-30enabling-tests-to-auto-run-on-ci - Updating jest timeout for functionsmitermayer
- testing if the reason why things are failing is due to timeout
2019-08-30enabling-tests-to-auto-run-on-ci - testing new settings and includingmitermayer
lock
2019-08-30enabling-tests-to-auto-run-on-ci - Increasing timeout per functionmitermayer
- increased timeout per function to 10s
2019-08-30enabling-tests-to-auto-run-on-ci - Fixing linting and moving to use yarnmitermayer
on the tests - fixing lint that was forced to test build - use yarn over npm - use yarn cache
2019-08-30enabling-tests-to-auto-run-on-ci - forcing linter to fail to see if itmitermayer
breaks the build
2019-08-30removing hardcoded node versionmitermayer
2019-08-30enabling-tests-to-auto-run-on-ci - adding test running scriptmitermayer
2019-08-30Updating scriptmitermayer
2019-08-30enabling-tests-to-auto-run-on-ci - fixing testmitermayer
- This commit fixes test that was used to force fail to test CI integration
2019-08-30enabling-tests-to-auto-run-on-ci - forcing build to fail to test cimitermayer
- This commit forces the build to fail to check CI integration is working as expected
2019-08-30enabling-tests-to-auto-run-on-ci - updating node depmitermayer
2019-08-30enabling-tests-on-ci - Enabling tests as part of the CI runmitermayer
- Ensuring we can run vim-driver tests on the CI
2019-08-27Bumping latest supported versionmitermayer
2019-08-27Fixing bug where formatting filepath could not be foundmitermayer
- parsers are no longer parsed so we required to make sure to give prettier the filepath
2019-08-26Fixing path for tests directorymitermayer
2019-08-26Merge pull request #198 from prettier/updating-travis-to-use-dockerMitermayer Reis
updating-travis-to-use-docker - Moving to use vint from docker image
2019-08-27updating-travis-to-use-docker - Fixing path for plugin configurationmitermayer
- Fixing path for plugin in docker image configuration
2019-08-27updating-travis-to-use-docker - Moving to use vint from docker imagemitermayer
instead of system install - Moving to use the docker image to run builds
2019-08-27Updating Dockerfile image to have all vint dependencies in placemitermayer
2019-08-26Adding docker config for building test containersmitermayer
- As part of integrating vim-driver as main testing platform for vim-prettier we will now ensure we can run tests on vim7 vim8 and neovim
2019-08-26Removing leading spacemitermayer
2019-08-26porting-master-fixes-to-release-1.xmitermayer
- Porting fixes done on 5779a87d901da3f44991feb3a6480b1156c37f3f - Porting fixes done on c91d1bc5c15677fdb6585fc54c680809329ee88a - Porting fixes done on c0f7d81faf849589688c4584edb9c3b8d50afb84 - Fixing linting from 1c601bcba1eed6faa15b255aeb765a12717d7de3
2019-08-25Merge pull request #196 from prettier/shore/master-rebasingMitermayer Reis
Shore/master rebasing
2019-08-25Merge branch 'release/1.x' into shore/master-rebasingmitermayer
2019-08-25Merge pull request #176 from prettier/integrating-vim-driverMitermayer Reis
Integrating vim driver
2019-08-25Adding new version dep for prettier/rubymitermayer
- the new version of prettier ruby has support for older node versions
2019-08-25Fix README markdown.Arnaud Christ
2019-08-25Set default "config_precendence" to "file-override"Shulhan
If user have custom file type plugin that set "parser" option, calling ":Prettier" will return error "Prettier: failed to parse buffer". This was caused by running prettier with CLI option "--parser X" with "--config-precedence prefer_file" will cause prettier to ignore the "parser" option. Fix #178
2019-08-25Adding prettier ruby supportmitermayer
2019-08-25Upgrading prettier base depmitermayer
2019-08-25Updating dependenciesmitermayer
2019-08-25Prettier does not require the `parser` to be explicitly passed, it nowmitermayer
can be inferred
2019-08-25space for --use-tabsAndrei Glingeanu
2019-08-25removing already actioned todomitermayer
2019-08-25Fixing lintingmitermayer
2019-08-25Rebasing vim-prettier plugin Pull Request 120 to 1.0 branchmitermayer
This is a rebase of https://github.com/prettier/vim-prettier/pull/120/files