Skip to content

Commit

Permalink
Merge 7642122 into 97de8c6
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 15, 2020
2 parents 97de8c6 + 7642122 commit 022cb14
Show file tree
Hide file tree
Showing 22 changed files with 96 additions and 61 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

root = true

[*]
Expand Down
4 changes: 4 additions & 0 deletions .flintci.yml
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

services:
composernormalize: true
phpcsfixer: true
Expand Down
4 changes: 4 additions & 0 deletions .gitattributes
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

.* export-ignore
*.md export-ignore
tests export-ignore
Expand Down
52 changes: 0 additions & 52 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/Question.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,12 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

blank_issues_enabled: false
contact_links:
- name: StackOverflow
url: https://stackoverflow.com/questions/tagged/sonata
about: 'Questions tagged with "sonata" on StackOverflow'
- name: Slack
url: https://symfony-devs.slack.com/archives/C3GC7MKM5
about: '#sonata channel on Symfony Devs Slack'
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

on: [push, pull_request]

name: Lint
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/stale.yaml
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

# https://github.com/actions/stale

name: "Stale"
Expand Down
2 changes: 1 addition & 1 deletion .php_cs.dist
@@ -1,6 +1,6 @@
<?php

/**
/*
* DO NOT EDIT THIS FILE!
*
* It's auto-generated by sonata-project/dev-kit package.
Expand Down
5 changes: 5 additions & 0 deletions .travis/after_success_test.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env sh

# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

set -ev

coveralls -v
5 changes: 5 additions & 0 deletions .travis/before_install_test.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env bash

# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

set -ev

PHP_INI_DIR="$HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d/"
Expand Down
5 changes: 5 additions & 0 deletions .travis/before_script_test.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env bash

# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

set -ev

if [ -f .travis/before_script_test.local.sh ]
Expand Down
5 changes: 5 additions & 0 deletions .travis/check_relevant_test.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env bash

# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

set -ev

RELEVANT_FILES=$(git diff --name-only HEAD upstream/${TRAVIS_BRANCH} -- '*.php' '*.yml' '*.xml' '*.twig' '*.js' '*.css' '*.json')
Expand Down
5 changes: 5 additions & 0 deletions .travis/install_test.sh
@@ -1,4 +1,9 @@
#!/usr/bin/env sh

# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

set -ev

mkdir --parents "${HOME}/bin"
Expand Down
4 changes: 4 additions & 0 deletions .yamllint
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

extends: default

rules:
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
@@ -1,3 +1,9 @@
<!--
DO NOT EDIT THIS FILE!
It's auto-generated by sonata-project/dev-kit package.
-->

# Sonata project contribution

Thanks for your interest in Sonata projects!
Expand Down
6 changes: 6 additions & 0 deletions README.md
@@ -1,3 +1,9 @@
<!--
DO NOT EDIT THIS FILE!
It's auto-generated by sonata-project/dev-kit package.
-->

# Sonata Seo Bundle

Symfony SonataSeoBundle
Expand Down
4 changes: 4 additions & 0 deletions docs/.doctor-rst.yaml
@@ -1,3 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

rules:
blank_line_after_directive: ~
short_array_syntax: ~
Expand Down
6 changes: 5 additions & 1 deletion docs/conf.py
@@ -1,5 +1,9 @@
# -*- coding: utf-8 -*-

# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

# IoC documentation build configuration file, created by
# sphinx-quickstart on Fri Mar 29 01:43:00 2013.
#
Expand Down Expand Up @@ -44,7 +48,7 @@
master_doc = 'index'

# General information about the project.
project = u''
project = u'Sonata Seo Bundle'
copyright = u'2010-2019, Thomas Rabaix'

# The version info for the project you're documenting, acts as replacement for
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
@@ -1,6 +1,7 @@
# DO NOT EDIT THIS FILE!
#
# It's auto-generated by sonata-project/dev-kit package.

Sphinx==1.8.5
git+https://github.com/fabpot/sphinx-php.git
sphinx_rtd_theme
6 changes: 6 additions & 0 deletions tests/autoload.php.dist
@@ -1,5 +1,11 @@
<?php

/*
* DO NOT EDIT THIS FILE!
*
* It's auto-generated by sonata-project/dev-kit package.
*/

// if the bundle is within a symfony project, try to reuse the project's autoload

$files = [
Expand Down
6 changes: 6 additions & 0 deletions tests/bootstrap.php
Expand Up @@ -11,6 +11,12 @@
* file that was distributed with this source code.
*/

/*
* DO NOT EDIT THIS FILE!
*
* It's auto-generated by sonata-project/dev-kit package.
*/

/*
* fix encoding issue while running text on different host with different locale configuration
*/
Expand Down

0 comments on commit 022cb14

Please sign in to comment.