Issue #2951046: Allow parsing PHP constants in YAML files
Merge request reports
Activity
added 262 commits
-
6fd79d33...f20c0a20 - 262 commits from branch
project:9.4.x
-
6fd79d33...f20c0a20 - 262 commits from branch
added 1 commit
added 3051 commits
-
59322c0f...ba666c8d - 3050 commits from branch
project:11.x
- 7e4fd76a - Issue #2951046: Allow parsing PHP constants in YAML files
-
59322c0f...ba666c8d - 3050 commits from branch
added 1 commit
- f08a492f - Make the behaviour when the constant does not exist the same
- Resolved by Alex Pott
- Resolved by Alex Pott
- Resolved by Alex Pott
- Resolved by Alex Pott
- Resolved by Alex Pott
- Resolved by Alex Pott
added 25 commits
-
a8696f55...127eccde - 18 commits from branch
project:11.x
- 029770db - Issue #2951046: Allow parsing PHP constants in YAML files
- 0716ce1b - Add a test
- 3c894b71 - Add a test
- e23751e0 - Make the behaviour when the constant does not exist the same
- 4bc9c251 - Apply 1 suggestion(s) to 1 file(s)
- 0ceb11a0 - @clau and @Wim Leers review
- 8a67575e - Fix method doc
Toggle commit list-
a8696f55...127eccde - 18 commits from branch
added 694 commits
-
4cfd522b...5927d8fe - 693 commits from branch
project:11.x
- 23a0c9be - Merge remote-tracking branch 'origin/11.x' into 2951046-allow-parsing-php
-
4cfd522b...5927d8fe - 693 commits from branch
added 1 commit
- Resolved by Alex Pott
added 2 commits
added 342 commits
-
66b07056...68628cce - 329 commits from branch
project:11.x
- 68628cce...9b8d81bd - 3 earlier commits
- 4084f9b2 - Make the behaviour when the constant does not exist the same
- 8f1988c9 - Apply 1 suggestion(s) to 1 file(s)
- 6cfb5c82 - @clau and @Wim Leers review
- 61003143 - Fix method doc
- d4b69bfc - Suggesting additional test coverage.
- 7b14e3eb - Revert changes from `YamlPecl` because since #3205480 that is no longer being...
- 07e0f297 - `phpcs`
- c5fcd0e5 - Cleanup unused test data provider
- fd177237 - Fix constant and enum tests
- ebcaa76a - Merged latest code and fixed merge issues
Toggle commit list-
66b07056...68628cce - 329 commits from branch
- Resolved by Alex Pott
120 } 121 122 /** 123 * Clears the static list cache. 124 */ 125 public function resetListCache() { 126 if ($this->storage instanceof StorageCacheInterface) { 127 $this->storage->resetListCache(); 128 } 129 } 130 131 /** 132 * {@inheritdoc} 133 */ 134 public function createCollection($collection) { 135 $collection = new static( added 2 commits
added 1 commit
- a37ae52c - Make the config.storage.sync service use the AutoloadingStorage
added 399 commits
-
a37ae52c...9fc1bc9a - 377 commits from branch
project:11.x
- 9fc1bc9a...ead1a214 - 12 earlier commits
- 4cd0bcbc - Merged latest code and fixed merge issues
- 26a14b75 - Kernel test not failing
- afdf77ea - Functional test added
- 3bd5bdd1 - Test failed
- a58fbaef - Add AutoloadingStorage
- 9ea3b3fe - Fix some tests
- b1405c2f - Fix some more tests
- b94d9ac0 - failing test added via config importer
- a8cdcce2 - Fix test
- 673d81cf - Updated testBackedEnumViaConfigImporter
Toggle commit list-
a37ae52c...9fc1bc9a - 377 commits from branch
added 404 commits
- 673d81cf...0be0e40c - 394 earlier commits
- dddaf7e0 - Issue #3449891 by NexusNovaz, manish-31, bbrala: Move to new test path in NodeTest as per todo
- 90bec090 - Issue #3445909 by seanB, smustgrave, alexpott, catch: Add static caching to...
- 5636643e - Issue #3451603 by Artusamak: Typo in Views default argument User plugin
- cd3b8efc - Issue #3192830 by neclimdul: twig_render_template micro optimization
- 0f106edd - Issue #3449356 by quietone, smustgrave: Rebuild dictionary.txt
- 95cd9d36 - Issue #3207896 by andypost, alexpott: Remove URL generator priming in...
- f88bb1f5 - Issue #3453621 by lauriii: Update 'lauriii' last name
- 0042f0bf - Issue #3291221 by Gauravvvv, pradipmodh13, rkoller, ahsannazir, smustgrave,...
- 0daa37ef - Issue #3450616 by catch, quietone, smustgrave: Optimize test order when --directory is used
- f1e1d104 - Issue #3452426 by mxr576, kristiaanvandeneynde: Insufficient cacheability...
Toggle commit listadded 1 commit
- 7f29b7ae - Accidently removed some commits due to force push
added 427 commits
-
7f29b7ae...c3e68680 - 426 commits from branch
project:11.x
- 1c3b8432 - Merge branch '11.x' into 2951046-allow-parsing-php
-
7f29b7ae...c3e68680 - 426 commits from branch
added 2 commits
added 50 commits
-
92110f51...6ef6a009 - 48 commits from branch
project:11.x
- 6c5d89ee - Merge branch '11.x' into 2951046-allow-parsing-php
- 94c9ff44 - fix: don't use memory cache on top of AutoloadingStorage
-
92110f51...6ef6a009 - 48 commits from branch
Please register or sign in to reply