Commit graph

33 commits

Author SHA1 Message Date
Daniel Siepmann 9655fb6b99 Merge branch 'feature/update' into 'master'
Update access to variables

See merge request DanielSiepmann/neotags!4
2020-04-27 09:19:57 +00:00
Daniel Siepmann 94bf501cf3
Migrate pep8 to pycodestyle 2020-04-27 11:16:33 +02:00
Daniel Siepmann 9b9965094e
Update tests 2020-04-27 11:06:55 +02:00
Daniel Siepmann ad92d10f12
Build docker image only on change 2020-04-24 12:04:48 +02:00
Daniel Siepmann 65a95c9dd1
Update access to variables 2020-04-24 12:01:46 +02:00
Daniel Siepmann 61bf47d24b
Migrate to pynvim 2019-05-07 09:30:32 +02:00
Daniel Siepmann ff8946411e
BUGFIX: Rename duplicate method
As we actually have 10 tests instead of 9, just one was overwriting
another one.
2017-08-21 11:14:24 +02:00
Daniel Siepmann 3b6676668b Merge branch 'hotfix/fix-python-35-compatibility' into 'develop'
BUGFIX: Allow Python < 3.5 to work

See merge request !3
2017-08-07 14:54:06 +00:00
Daniel Siepmann 9c8656959c
TASK: Configure pyfakefs version to use
Until we migrate deprecated copyRealFile we need to stick to a lower
version.
2017-08-07 09:05:17 +02:00
Daniel Siepmann 61af839867
BUGFIX: Allow Python < 3.5 to work
As run method was introduces in version 3.5, the plugin did not work in
lower Python versions. We therefore replaced the call with a older high
level API.
2017-08-07 08:47:58 +02:00
Daniel Siepmann c45400e074 Merge branch 'feature/add-tests' into 'master'
Feature/add tests

See merge request !1
2017-05-19 15:10:04 +00:00
Daniel Siepmann 872968b582
TASK: Update dev dependencies and provide readme 2017-05-19 16:57:36 +02:00
Daniel Siepmann 73ad18d317
TASK: Add further tests 2017-05-19 16:51:34 +02:00
Daniel Siepmann 3c3289df3c
TASK: Fix docker push url 2017-05-19 16:08:45 +02:00
Daniel Siepmann 3c29beb0d5
TASK: Finish docker 2017-05-19 16:04:38 +02:00
Daniel Siepmann 84d4bf35ef
Install python dependencies in docker image 2017-05-19 15:52:19 +02:00
Daniel Siepmann 18495e17bc
TASK: Add own docker image 2017-05-19 15:50:23 +02:00
Daniel Siepmann 8291de0995
TASK: Add ci dependency to build neovim module 2017-05-19 15:43:40 +02:00
Daniel Siepmann d37ee394cb
TASK: Fix pep8 line length 2017-05-19 15:39:22 +02:00
Daniel Siepmann 44004f916b
FEATURE: Add test execution to gitlab 2017-05-19 15:20:35 +02:00
Daniel Siepmann 3167bbe264
FEATURE: Add first tests 2017-05-19 15:10:25 +02:00
Daniel Siepmann 6b99c9b9e3
TASK: Expand docs 2017-05-18 09:28:46 +02:00
Daniel Siepmann 4c68dce81c
TASK: Remove unnecessary lines, comparison is done typeless 2017-05-18 08:54:46 +02:00
Daniel Siepmann 0b459e5d6e
TASK: Remove debugging logging 2017-05-17 23:01:45 +02:00
Daniel Siepmann 0e4fca30f5
FEATURE: Provide options and split debug and error logging 2017-05-17 22:55:09 +02:00
Daniel Siepmann 0713b6d2fc
TASK: Improve logging and make it configurable 2017-05-17 22:33:16 +02:00
Daniel Siepmann d0b34f05f4
BUGFIX: Allow writing multiple files at once
* As neovim will use the same object we can't save file specific
  information in self.
* Also no locking is required
2017-05-17 21:52:30 +02:00
Daniel Siepmann 315ae98e93
TASK: Fix pep8 line length 2017-05-17 21:18:25 +02:00
Daniel Siepmann 01f0209c9c
BUGFIX: Lookup tags file in parent folders 2017-05-17 21:18:11 +02:00
Daniel Siepmann dd7a65e4cb
TASK: Update todo / bug and logging 2017-05-16 23:54:13 +02:00
Daniel Siepmann fe02d2f07a
BUGFIX: Move files to location 2017-05-16 22:41:57 +02:00
Daniel Siepmann 2a6c196693
TASK: Finish first working implementation and readme 2017-05-16 22:37:51 +02:00
Daniel Siepmann 68cc2faae8
TASK: Initial version with non working striping 2017-05-16 22:09:12 +02:00