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

Add API for the feed and submission IDs #179

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 5 additions & 5 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ REPLICAS_PORT_S7=4717
REPLICAS_PORT_S8=4718

# Credentials for CopyPatrol database
TOOLSDB_HOST=127.0.0.1
TOOLSDB_PORT=4720
TOOLSDB_USERNAME=
TOOLSDB_PASSWORD=
COPYPATROL_DB_NAME=s52615__copypatrol_migrate_test_02_p
TROVE_HOST=127.0.0.1
TROVE_PORT=4721
TROVE_USERNAME=
TROVE_PASSWORD=
COPYPATROL_DB_NAME=

APP_ENABLED_LANGS=ar,en,es,fr,simple
APP_NOTICE_TEXT=
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/.env.local.php
/.env.*.local
/config/secrets/prod/prod.decrypt.private.php
/public/bundles/
/var/
/vendor/
###< symfony/framework-bundle ###
Expand Down
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,23 @@
],
"require": {
"php": ">=7.4",
"ext-apcu": "*",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-intl": "*",
"ext-apcu": "*",
"ext-json": "*",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.2",
"nelmio/api-doc-bundle": "^4.20",
"nelmio/cors-bundle": "^2.4",
"phpxmlrpc/phpxmlrpc": "^4.10",
"symfony/asset": "5.4.*",
"symfony/dotenv": "^5.4",
"symfony/expression-language": "^5.4",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "^5.4",
"symfony/monolog-bundle": "^3.7",
"symfony/twig-bundle": "^5.4",
"symfony/twig-bundle": "5.4.*",
"symfony/webpack-encore-bundle": "^1.16",
"symfony/yaml": "^5.4",
"wikimedia/toolforge-bundle": "dev-trove"
Expand Down
Loading
Loading