Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8c142c1
fix AutoloadRelativePathComposerJsonDecoratorTest on split
TomasVotruba Jul 1, 2018
c2986cf
merge https://github.com/dflydev/git-subsplit/pull/30/files
TomasVotruba Jul 1, 2018
188844c
use spaces over tabs to unite format with other files
TomasVotruba Jul 1, 2018
ff09935
add work-dir option
TomasVotruba Jul 1, 2018
f45b595
improve ProcessFactoryTest
TomasVotruba Jul 1, 2018
cc4a73d
typos
TomasVotruba Jul 1, 2018
50dadfd
drop rebuild-tags option
TomasVotruba Jul 1, 2018
fbb56d1
drop update
TomasVotruba Jul 1, 2018
cd4f9ff
drop annotate
TomasVotruba Jul 1, 2018
1a66db5
drop quiet
TomasVotruba Jul 1, 2018
e19ad9d
drop n shortcut
TomasVotruba Jul 1, 2018
0589272
add comment
TomasVotruba Jul 1, 2018
ba1d2c7
cleanup
TomasVotruba Jul 1, 2018
48845c3
make use of single command, use verbosity
TomasVotruba Jul 2, 2018
d29a702
add RepositoryGuardTest
TomasVotruba Jul 2, 2018
ac9ba60
update ProcessFactoryTest
TomasVotruba Jul 2, 2018
5d4cd8b
remove publish intercommand, use script directly
TomasVotruba Jul 2, 2018
af6cade
composer: lock to phpstan 0.9
TomasVotruba Jul 2, 2018
eaa3095
subsplit only for explicit tags and branches instaed of all magic
TomasVotruba Jul 2, 2018
de1642c
travis: run split with debug
TomasVotruba Jul 2, 2018
606b353
use branches type instead of heads
TomasVotruba Jul 2, 2018
81b9ea3
improve readme of command
TomasVotruba Jul 2, 2018
4940bc6
fix heads msater
TomasVotruba Jul 2, 2018
318a569
naming
TomasVotruba Jul 2, 2018
654fea2
heads branches
TomasVotruba Jul 2, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ after_script:
# split monorepo to packages (done via Travis Cron Job)
- |
if [[ $TRAVIS_EVENT_TYPE = "cron" && $MONOREPO_SPLIT != "" ]]; then
packages/MonorepoBuilder/bin/monorepo-builder split
packages/MonorepoBuilder/bin/monorepo-builder split -v
fi
- |
echo $TRAVIS_EVENT_TYPE
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"require-dev": {
"nette/application": "^2.4",
"phpstan/phpstan": "^0.9",
"phpstan/phpstan": "0.9.*",
"phpunit/phpunit": "^7.0",
"slam/php-cs-fixer-extensions": "^1.15",
"tracy/tracy": "^2.4"
Expand Down
Loading