Commit graph

371 commits

Author SHA1 Message Date
Daniel Siepmann 12fcc704dc
TASK: Fix php syntax issue
* It's not even a warning, but still wrong
2017-04-13 15:21:59 +02:00
Daniel Siepmann 2e7f155b8d
TASK: Configure all 7.0 breaking changed for ObjectIdentifier
Relates: #54
2017-04-13 14:57:33 +02:00
Daniel Siepmann e1b3f31c78
FEATURE: Add second TypoScript check
* Extend test to show what's possible and covered and what is not
  covered yet.

Relates: #54
2017-04-13 14:20:36 +02:00
Daniel Siepmann b394cff3d2
TASK: Add new configuration option to docs
Relates: #54
2017-04-13 13:48:01 +02:00
Daniel Siepmann 920c923ed7
FEATURE: Add missing method to make tests pass.
* Retrieve yaml files for removed typoscript object identifier.

Relates: #54
2017-04-13 13:40:04 +02:00
Daniel Siepmann 154fe43582
FEATURE: Allow multiple files to be used as insert for tests
* Detect file for php and TS out of the box.
* Keep old handling to configure file name.
* Also detect file format, e.g. TypoScript, and configure phpcs
  tokenizer accordingly.

Relates: #54
2017-04-13 13:39:08 +02:00
Daniel Siepmann 7a999212e2
FEATURE: Add first TypoScript sniff
* Add configuration for removed object identifiers.
* Add sniff for removed object identifiers.

Relates: #54
2017-04-13 13:32:20 +02:00
Daniel Siepmann e7dbac4d33
TASK: Cleanup php code
* Adjust variable name, as this is generic and not about constants.
2017-04-13 13:31:32 +02:00
Daniel Siepmann 896117aa01
TASK: Add docs how to lint TypoScript
Relates: #54
2017-04-13 13:25:35 +02:00
Daniel Siepmann 0bddc8c291
TASK: Update readme
* As documentation exists now, we don't need all the information in
  readme.
* Just link the official documentation.
* We can safely point to the domain and adjust the redirect at read the
  docs itself.

Relates: #63, !71
2017-04-13 12:28:33 +02:00
Daniel Hürtgen 979ae3bbcf Merge branch 'feature/63-provide-real-documentation' into 'develop'
FEATURE: Add documentation rendering

See merge request !71
2017-04-13 12:20:50 +02:00
Daniel Hürtgen 186df67fce Merge branch 'feature/64-add-missing-tests' into 'develop'
Feature/64 add missing tests

Closes #64

See merge request !72
2017-04-13 12:13:29 +02:00
Daniel Siepmann fc8d3579ff
TASK: Add hint how to disable warnings for specific deprecations 2017-04-13 12:04:46 +02:00
Daniel Siepmann 6a3d18ecfc
TASK: Add further test cases to GenericConstantUsageSniff
* To show what's also working and what will potentially provide non
  helpful warnings.

Relates: #64
2017-04-13 12:02:44 +02:00
Daniel Siepmann 9a905c492a
TASK: Add missing test for GenericFunctionCallSniff
Resolves: #64
2017-04-13 11:56:52 +02:00
Daniel Siepmann 34e616355f
TASK: Add missing test for GenericConstantUsageSniff
Relates: #64
2017-04-13 11:49:53 +02:00
Daniel Siepmann c87546de29
BUGFIX: Broken documentation
* Fix broken links
* Fix broken syntax

Relates: #63
2017-04-13 11:02:50 +02:00
Daniel Siepmann d15388849e
TASK: Cleanup gitlab-ci.yml
* Remove artifacts which are not necessary as output is shown in job
2017-04-13 11:00:02 +02:00
Daniel Siepmann e05941ea46
TASK: Add requirements.txt to enable read the docs
* As we use a different theme.

Relates: #63
2017-04-13 10:55:08 +02:00
Daniel Siepmann 8cb68ff6bb
TASK: Migrate / write documentation
* Add further information and sections, e.g. about contribution and
  extending.

Relates: #63
2017-04-13 10:54:32 +02:00
Daniel Siepmann a0e83ebef0
TASK: Add checks for documentation
* Check for syntax issues.
* Check for link integrity.
2017-04-13 09:17:08 +02:00
Daniel Siepmann 8bbc92ba94
BUGFIX: Allow local docs rendering
* Update .gitlab-ci.yml to allow running
  gitlab-runner exec docker render:documentation
  locally
2017-04-13 09:07:54 +02:00
Daniel Siepmann c388a7e8b3
TASK: Provide _static folder for docs 2017-04-13 09:06:34 +02:00
Daniel Siepmann 5c56c1cded
TASK: Add Makefile for documentation rendering 2017-04-13 09:04:02 +02:00
Daniel Siepmann dde46a8d37
FEATURE: Add documentation rendering
Relates: #63
2017-04-13 08:46:17 +02:00
Daniel Hürtgen 278853c069 Merge branch 'bugfix/gitlab-ci' into 'develop'
BUGFIX: Set default gitlab-ci image (alpine) & switch commands

See merge request !68
2017-04-11 21:04:02 +02:00
Daniel Siepmann 0be4aeca87
Merge remote-tracking branch 'origin/develop' into bugfix/gitlab-ci 2017-04-11 20:59:45 +02:00
Daniel Siepmann 771d84e548
BUGFIX: Allow ssh agent to work on alpine
* Use a file instead of bash expansion.
2017-04-11 20:58:36 +02:00
Daniel Siepmann 5ec3d2eea2
WIP|BUGFIX: Allow ssh auth for github sync
* Use variable as in all other scripts.
2017-04-11 20:21:20 +02:00
Daniel Siepmann b4b1d25635 Merge branch 'hotfix/gitlab-ci' into 'develop'
HOTFIX: Reactivate gitlab runners

See merge request !69
2017-04-11 18:45:46 +02:00
Daniel Hürtgen 2aec0d955c HOTFIX: Reactivate gitlab runners 2017-04-11 18:39:15 +02:00
Daniel Hürtgen 7d4fec959c BUGFIX: Set default gitlab-ci image (alpine) & switch commands 2017-04-11 18:23:09 +02:00
Daniel Hürtgen 0080361901 Merge branch 'feature/update-readme-for-gitlab' into 'develop'
TASK: Update readme with project website

See merge request !66
2017-04-11 16:43:25 +02:00
Daniel Hürtgen 516f6010ea Merge branch 'feature/sync-to-github' into 'develop'
Feature/sync to github

See merge request !67
2017-04-11 16:41:18 +02:00
Daniel Siepmann 813aa48010
TASK: Push to github project
* Mirror current repository state
2017-04-11 16:38:29 +02:00
Daniel Siepmann bef8c1a913
TASK: Install git instead of rsync
* To make sync work via git
2017-04-11 15:51:20 +02:00
Daniel Siepmann abdc7f0f72
TASK: Add sync to github via pipelines
* To make github an auto mirror
2017-04-11 15:50:58 +02:00
Daniel Siepmann 3a37662001 Merge branch 'feature/58-convert-to-php-codesniffer-composer-plugin' into 'develop'
Feature/58 Convert to php-codesniffer-standards composer package type

Closes #58

See merge request !59
2017-04-11 15:23:54 +02:00
Daniel Siepmann 4ef69c91ac
TASK: Update readme with project website
* As github is no longer the home but a mirror, we will tell everyone.
2017-04-11 14:39:47 +02:00
Daniel Siepmann 24fcca561f Merge branch 'develop' into 'feature/58-convert-to-php-codesniffer-composer-plugin'
# Conflicts:
#   composer.json
2017-04-11 14:28:06 +02:00
Daniel Hürtgen 4461e116db FEATURE: Test for removed extension key sniff added 2017-04-11 13:01:37 +02:00
Daniel Siepmann 269004947d Merge pull request #64 from DanielSiepmann/feature/editorconfig
TASK: Also support Makefile
2017-04-11 12:59:28 +02:00
Daniel Siepmann 9f322d3272 Merge pull request #65 from DanielSiepmann/bugfix/62-adjust-typo3-docs-urls
BUGFIX: Adjust TYPO3 docs urls
2017-04-11 12:59:13 +02:00
Daniel Hürtgen b44eb0994f BUGFIX: URL typo fixes 2017-04-11 12:57:35 +02:00
Daniel Hürtgen be4b76c192 BUGFIX: Adjust TYPO3 docs urls 2017-04-11 12:53:02 +02:00
Daniel Siepmann c392cb8cb8 TASK: Also support Makefile
* Makefile requires tabs to work
2017-04-11 12:25:49 +02:00
Daniel Siepmann a13d25f0ae Merge pull request #61 from DanielSiepmann/feature/gitlab-ci
Feature/gitlab ci
2017-04-11 12:25:14 +02:00
Daniel Siepmann 421f3859c0 Merge pull request #63 from DanielSiepmann/feature/editorconfig
FEATURE: Provide initial editorconfig
2017-04-11 12:23:58 +02:00
Daniel Hürtgen 749f977633 FEATURE: Provide initial editorconfig 2017-04-11 12:23:27 +02:00
Daniel Hürtgen 7790f19a74 FEATURE: Convert to php-codesniffer-standards composer package type 2017-04-11 11:13:14 +02:00