Commit graph

311 commits

Author SHA1 Message Date
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
fc8d3579ff
TASK: Add hint how to disable warnings for specific deprecations 2017-04-13 12:04:46 +02:00
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
9a905c492a
TASK: Add missing test for GenericFunctionCallSniff
Resolves: #64
2017-04-13 11:56:52 +02:00
34e616355f
TASK: Add missing test for GenericConstantUsageSniff
Relates: #64
2017-04-13 11:49:53 +02:00
c87546de29
BUGFIX: Broken documentation
* Fix broken links
* Fix broken syntax

Relates: #63
2017-04-13 11:02:50 +02:00
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
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
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
a0e83ebef0
TASK: Add checks for documentation
* Check for syntax issues.
* Check for link integrity.
2017-04-13 09:17:08 +02:00
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
c388a7e8b3
TASK: Provide _static folder for docs 2017-04-13 09:06:34 +02:00
5c56c1cded
TASK: Add Makefile for documentation rendering 2017-04-13 09:04:02 +02:00
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
0be4aeca87
Merge remote-tracking branch 'origin/develop' into bugfix/gitlab-ci 2017-04-11 20:59:45 +02:00
771d84e548
BUGFIX: Allow ssh agent to work on alpine
* Use a file instead of bash expansion.
2017-04-11 20:58:36 +02:00
5ec3d2eea2
WIP|BUGFIX: Allow ssh auth for github sync
* Use variable as in all other scripts.
2017-04-11 20:21:20 +02:00
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
813aa48010
TASK: Push to github project
* Mirror current repository state
2017-04-11 16:38:29 +02:00
bef8c1a913
TASK: Install git instead of rsync
* To make sync work via git
2017-04-11 15:51:20 +02:00
abdc7f0f72
TASK: Add sync to github via pipelines
* To make github an auto mirror
2017-04-11 15:50:58 +02:00
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
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
24fcca561f Merge branch 'develop' into 'feature/58-convert-to-php-codesniffer-composer-plugin'
# Conflicts:
#   composer.json
2017-04-11 14:28:06 +02:00
269004947d Merge pull request #64 from DanielSiepmann/feature/editorconfig
TASK: Also support Makefile
2017-04-11 12:59:28 +02:00
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
c392cb8cb8 TASK: Also support Makefile
* Makefile requires tabs to work
2017-04-11 12:25:49 +02:00
a13d25f0ae Merge pull request #61 from DanielSiepmann/feature/gitlab-ci
Feature/gitlab ci
2017-04-11 12:25:14 +02:00
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
e8211dc411 Merge remote-tracking branch 'origin/develop' into feature/gitlab-ci 2017-04-11 11:10:19 +02:00
87a3cc071a Merge pull request #60 from DanielSiepmann/feature/update-typoscript-dependency
TASK: Update to latest TypoScript tokenizer
2017-04-11 11:07:19 +02:00
38722b7d51 Merge pull request #56 from DanielSiepmann/feature/46-automated-testing
Feature/46 automated testing
2017-04-11 11:05:37 +02:00
161ea3f582
TASK: Update autoloading
* Split up dev loading
2017-04-11 11:00:27 +02:00
89af4a2e37
TASK: Configure phpmd
* Make phpmd pass.
* Comment supressions with a reason.
2017-04-11 08:40:19 +02:00
e48cbe712e
BUGFIX: Allow phpunit tests to run even if phpcs.xml.dist is provided
* By adding Coding Standard to calls, phpcs will not lookup the standard
  to use in our phpcs.xml.dist, which is used to check the project
  itself.
* Instead it will use the provided standard.
2017-04-10 13:32:44 +02:00
d81b50d88e Merge remote-tracking branch 'origin/feature/update-typoscript-dependency' into feature/gitlab-ci 2017-04-10 09:35:03 +02:00
56f5578a1f Merge remote-tracking branch 'origin/feature/46-automated-testing' into feature/gitlab-ci 2017-04-10 09:34:48 +02:00
b20bf043f0
TASK: Don't show warnings
* On CI we just want to make sure we don't have any errors.
2017-04-10 09:32:22 +02:00
65bc89ad7c Merge remote-tracking branch 'origin/develop' into feature/46-automated-testing 2017-04-09 20:20:21 +02:00