Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] improvements to use it #1

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
746eeac
current work, first dispatch on seo-bundle
ElectricMaxxx Oct 12, 2017
a937c23
use twig for README and pass a parameter to licence file also
ElectricMaxxx Oct 12, 2017
d51dbbb
make Makefile tasks conditional depending on project configuration
ElectricMaxxx Oct 15, 2017
abab0fc
use procect configuration versions in readme file
ElectricMaxxx Oct 15, 2017
454aa37
some code style changes
ElectricMaxxx Oct 15, 2017
9906ec6
current state
ElectricMaxxx Oct 17, 2017
3bd720e
move parameters to env file
ElectricMaxxx Oct 18, 2017
b80bc08
increase php version for seo, fix travis creation for less then 2 con…
ElectricMaxxx Oct 19, 2017
7b9fb5a
use latest symfony as allowed failures
ElectricMaxxx Oct 20, 2017
6bb0c15
use allow_failure on travis
ElectricMaxxx Oct 20, 2017
f367a7c
add core-bundle and fix readme description
ElectricMaxxx Oct 20, 2017
f8e23f3
revert phpunit_strict
ElectricMaxxx Oct 20, 2017
2c98e80
use menu-bundle
ElectricMaxxx Oct 21, 2017
e51dce7
add routing component
ElectricMaxxx Oct 23, 2017
beb1194
add resource-bundle
ElectricMaxxx Oct 24, 2017
555f0bf
add resource-bundle
ElectricMaxxx Oct 24, 2017
33374c6
output description in raw
ElectricMaxxx Oct 24, 2017
322c613
add sonata-phpcr-admin bundle
ElectricMaxxx Oct 27, 2017
b492c11
testing, tree-browser-bundle and routing-auto-bundle
ElectricMaxxx Oct 27, 2017
3c9d4a3
new app structure on content bundle
ElectricMaxxx Nov 6, 2017
97754fe
most bundles have new app kernel and reduced php and symfony versions
ElectricMaxxx Nov 16, 2017
4092d35
make them equal
ElectricMaxxx Nov 16, 2017
8322589
add posibility to manipulate composer.json also
ElectricMaxxx Nov 30, 2017
a05bbbe
latest versions fix
ElectricMaxxx Nov 30, 2017
f27ec92
dev mode for dev phase
ElectricMaxxx Dec 1, 2017
3084f7d
remove hhvm condition from travis
ElectricMaxxx Dec 1, 2017
328add4
fix link creation in readme, add nicer stability flag
ElectricMaxxx Dec 1, 2017
5083b71
do not change jsrouting-bundle's version
ElectricMaxxx Dec 1, 2017
d6bbdfc
first packages with php 7.2
ElectricMaxxx Dec 7, 2017
f114ea7
add symfony type information
ElectricMaxxx Dec 9, 2017
33798de
work on
ElectricMaxxx Dec 9, 2017
c222e76
Merge branch 'symfony_cmf' of github.com:symfony-cmf/dev-kit into sym…
ElectricMaxxx May 8, 2018
7955976
add new github templates
ElectricMaxxx May 8, 2018
12502d1
changes for github templates and add possibility to get unlimited memory
ElectricMaxxx Jun 13, 2018
3eb0bc9
Get support for PHP 5.6 and PHP 7.0 back
covex-nn Jun 30, 2018
abe4b1b
Always require stable packages for job with "--prefer-lowest" compose…
covex-nn Jun 30, 2018
6d3339c
Merge pull request #4 from covex-nn/testing
ElectricMaxxx Jul 2, 2018
43e91e4
prepared release for core- and seo-bundle
ElectricMaxxx Aug 11, 2018
437ab8e
changes due to next version step on seo-bundle
ElectricMaxxx Oct 7, 2018
45f606c
current project situation
ElectricMaxxx Dec 11, 2018
a2cdbea
move almost all packages onto next major version
ElectricMaxxx Jan 29, 2019
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
6 changes: 6 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ SLACK_HOOK=hook_to_be_changed

DEPLOY_SERVER=server_name_for_deploy
DEPLOY_USER=ssh_login_for_deploy

GITHUB_GROUP=github_organistion
GITHUB_USER=github_user
GITHUB_EMAIL=mail_of_github_user
PACKAGIST_GROUP=packagist_group
HOMEPAGE=homepage
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:

language: php

php: 5.5
php: 7.1

sudo: false

Expand Down
95 changes: 56 additions & 39 deletions config/dev-kit.yml
Original file line number Diff line number Diff line change
@@ -1,53 +1,70 @@
labels:
- name: patch
# describe priority
- name: 'patch'
color: '207de5'
- name: minor
- name: 'minor'
color: '009800'
- name: major
- name: 'major'
color: 'e11d21'
- name: pedantic
- name: 'pedantic'
color: 'd1e4fa'
- name: enhancement
color: '02d7e1'
- name: feature
color: '02e10c'
- name: bug
- name: 'bug'
color: 'fc2929'
- name: unconfirmed
color: '444444'
- name: critical
- name: 'critical'
color: 'fc2929'
- name: vendor

# state on a board
- name: 'in progress'
color: 'ededed'
- name: 'review'
color: 'ededed'
- name: pending author
- name: 'wip/poc'
color: 'ededed'
- name: in progress
- name: 'ready'
color: 'ededed'
- name: RTM
color: 'ffffff'
- name: docs
color: 'fbca04'
- name: help wanted
color: '0e8a16'
- name: Easy Pick
- name: 'won`t fix'
color: 'ededed'

# issue classes
- name: 'help wanted'
color: '128A0C'
- name: 'good first issue'
color: '5319e7'
- name: 'question'
color: 'cc317c'
- name: 'Easy Pick'
color: 'd7e102'
- name: 'Needs: Documentation'
color: '006b75'
- name: 'Needs: Tests'
color: '006b75'
- name: 'Needs: Changelog note'
color: '006b75'
- name: 'Needs: Upgrade note'
color: '006b75'
- name: 'hacktoberfest'
color: 'b0581d'
- name: 'DX'
color: '5319e7'
- name: 'UX'
color: '19E791'
color: '333333'
- name: 'discussion'
color: 'cc317c'
- name: 'enhancement'
color: '02d7e1'
- name: 'feature'
color: '207de5'
- name: 'nice to have'
color: '0052cc'

# persistence layer
- name: 'ORM'
color: 'bfd4f2'
- name: 'PHPCR'
color: 'bfd4f2'

# else
- name: 'pending author'
color: 'ededed'
- name: 'blocked'
color: 'cccccc'
- name: 'duplicate'
color: 'cccccc'

packages:
symfony: symfony/symfony
fos_user: friendsofsymfony/user-bundle
sonata_core: sonata-project/core-bundle
sonata_admin: sonata-project/admin-bundle
sonata_block: sonata-project/block-bundle
sonata_user: sonata-project/user-bundle
ruflin_elastica: ruflin/elastica
doctrine_odm: doctrine/mongodb-odm
core_bundle: symfony-cmf/core-bundle
website: symfony-cmf/symfony-cmf-website
seo_bundle: symfony-cmf/seo-bundle

Loading