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

Dev 16940 1 #8

Merged
merged 34 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0bcbdab
initial commit with skeleton
khelmrich Apr 10, 2024
f31dab0
add composer.lock
khelmrich Apr 10, 2024
6a34f5c
wip: happy path working
khelmrich Apr 15, 2024
e1f7855
wip: clean from var_dump
khelmrich Apr 16, 2024
0d2b4f5
wip: feedback file handler adding end
khelmrich Apr 16, 2024
e576de4
wip: feedback file handler adding end - clean up
khelmrich Apr 16, 2024
0e66570
wip: add response handler
khelmrich Apr 17, 2024
40b83e5
wip: use response handler
khelmrich Apr 17, 2024
74bbc4b
wip: remove auth and replace it
khelmrich Apr 17, 2024
5743a4c
wip: csfix
khelmrich Apr 17, 2024
ccdbc1c
wip: add guzzle response handler
khelmrich Apr 17, 2024
56d03aa
wip: add guzzle response handler
khelmrich Apr 17, 2024
c66639b
wip: add constant name
khelmrich Apr 17, 2024
79dbb3b
wip: remove empty file
khelmrich Apr 17, 2024
6ba98ab
wip: update README.md
khelmrich Apr 17, 2024
f1c46a9
wip: improvements
khelmrich Apr 17, 2024
2b081ff
wip: csfix
khelmrich Apr 17, 2024
8cec9b1
wip: composer json
khelmrich Apr 18, 2024
0bc56c5
wip: update Jenkinsfile
khelmrich Apr 18, 2024
022b715
wip: env prod set
khelmrich Apr 18, 2024
475ecc1
wip: cr review
khelmrich Apr 19, 2024
2c4fbe9
wip: csfix
khelmrich Apr 19, 2024
16807ab
wip: map env auth
khelmrich Apr 19, 2024
81f445e
wip: cleaning env file
khelmrich Apr 22, 2024
b8f038f
wip: update ParametersValidator
khelmrich Apr 22, 2024
f058a77
wip: update composer lock
khelmrich Apr 22, 2024
af22394
wip: update composer
khelmrich Apr 22, 2024
0ad5e9a
wip: debug
khelmrich Apr 23, 2024
6e1e3a2
wip: debug
khelmrich Apr 23, 2024
190032b
wip: fix when column is not metafield schema
khelmrich Apr 23, 2024
0b6e5eb
wip: remove debug loggers
khelmrich Apr 24, 2024
4857db3
wip: feedback changes
khelmrich Apr 25, 2024
d230f7c
wip: feedback updates and json exception added
khelmrich Apr 26, 2024
1ee0035
wip: csfix
khelmrich Apr 26, 2024
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
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
APP_ENV=prod
URL=
USERNAME=
PASSWORD=
6 changes: 1 addition & 5 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# define your env variables for the test env here
KERNEL_CLASS='Productsup\BinCdeAppSkeleton\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
PANTHER_APP_ENV=panther
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
KERNEL_CLASS='Productsup\BinCdeShopifyMetafields\Kernel'
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
env.name = "bin-cde-app-skeleton"
env.description = "bin-cde-app-skeleton"
env.name = "bin-cde-shopify-metafields"
env.description = "bin-cde-shopify-metafields"
env.maintainer = "Channel Dev Team <[email protected]>"
env.homepage = "https://github.com/productsupcom/bin-cde-app-skeleton"
env.homepage = "https://github.com/productsupcom/bin-cde-shopify-metafields"
def slack_channel = "#team-cd-dromund-kaas-notifications"
String runtimeContainer = "php-cli"
env.box_version = "3.11.1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# bin-cde-app-skeleton
# bin-cde-shopify-metafields
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php

use Productsup\BinCdeAppSkeleton\Kernel;
use Productsup\BinCdeShopifyMetafields\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application;

if (!is_file(dirname(__DIR__).'/vendor/autoload_runtime.php')) {
Expand Down
25 changes: 13 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"productsupcom/dk-core-bundle": "dev-main",
"productsupcom/lib-dk-testing": "dev-main",
"symfony/console": "6.4.*",
"symfony/dotenv": "6.4.*",
"productsupcom/dk-core-bundle": "v0.0.*",
"productsupcom/lib-dk-testing": "v0.0.*",
"symfony/console": "7.*",
"symfony/dotenv": "7.*",
"symfony/flex": "^2",
"symfony/framework-bundle": "6.4.*",
"symfony/messenger": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/yaml": "6.4.*"
"symfony/framework-bundle": "7.*",
"symfony/messenger": "7.*",
"symfony/runtime": "7.*",
"symfony/yaml": "7.*",
"symfony/http-kernel": "7.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
Expand All @@ -33,7 +34,7 @@
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^10",
"roave/security-advisories": "dev-latest",
"symfony/phpunit-bridge": "^6.4"
"symfony/phpunit-bridge": "7.*"
},
"config": {
"allow-plugins": {
Expand All @@ -45,12 +46,12 @@
},
"autoload": {
"psr-4": {
"Productsup\\BinCdeAppSkeleton\\": "src/"
"Productsup\\BinCdeShopifyMetafields\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Productsup\\BinCdeAppSkeleton\\Tests\\": "tests/"
"Productsup\\BinCdeShopifyMetafields\\Tests\\": "tests/"
}
},
"replace": {
Expand Down Expand Up @@ -86,7 +87,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "6.4.*"
"require": "7.*"
}
}
}
Loading
Loading