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

IBX-8175: OpenAPI compatible move user group endpoint #108

Merged
merged 33 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b141289
IBX-8176: Implemented routing language expression extension handling …
barw4 Jun 5, 2024
7de1634
IBX-8176: CS
barw4 Jun 5, 2024
b117cfc
IBX-8176: Added unit tests
barw4 Jun 5, 2024
84b2310
IBX-8176: Enable `strict_types`
barw4 Jun 5, 2024
aa228cf
IBX-8176: Enable `strict_types`
barw4 Jun 5, 2024
5da609e
IBX-8176: Applied review remarks
barw4 Jun 5, 2024
e6e531f
IBX-8176: Fixed type
barw4 Jun 5, 2024
aeb02fa
IBX-8176: Refactored solution
barw4 Jun 18, 2024
a54646e
IBX-8176: Removed 'future' implementation
barw4 Jun 18, 2024
26da8dd
IBX-8176: Applied review remarks
barw4 Jun 19, 2024
6392b75
IBX-8176: Fix route definition
barw4 Jun 19, 2024
b8ed41a
IBX-8176: Refactoring
barw4 Jun 19, 2024
8ffcb0f
IBX-8176: Rename the expression function
barw4 Jun 19, 2024
441c3f2
IBX-8176: Applied review remark
barw4 Jun 23, 2024
bc1ade0
IBX-8176: Added generation of `options` route for newly added `condit…
barw4 Jun 27, 2024
b75f656
IBX-8176: Fixed tests
barw4 Jun 28, 2024
e1b0f34
IBX-8176: Created new OpenAPI compatible location moving endpoint
barw4 May 20, 2024
a0c2056
IBX-8176: Removed deprecation
barw4 May 27, 2024
e2a6f9e
IBX-8176: Refactored routing to use the `is_content_type_compatible` …
barw4 Jun 6, 2024
c670a6a
IBX-8176: Applied review remarks
barw4 Jun 20, 2024
e9ce5db
IBX-8176: Fixed routing definition
barw4 Jun 24, 2024
607b9f0
IBX-8176: Added `options_route_suffix`
barw4 Jun 27, 2024
a701171
IBX-8176: Updated routing
barw4 Jun 28, 2024
6dc1801
IBX-8180: Added integration test
barw4 Jun 7, 2024
6870767
IBX-8175: OpenAPI compatible move user group endpoint
barw4 Jun 23, 2024
eb77cc2
IBX-8175: CS
barw4 Jun 24, 2024
cca8550
IBX-8175: Update route definition and functional test
barw4 Jun 27, 2024
254dcb0
IBX-8175: Updated routing
barw4 Jun 28, 2024
67fac58
IBX-8175: Applied review remark
barw4 Jul 1, 2024
25a3fb9
IBX-8175: Fixed routing after rebase
barw4 Jul 17, 2024
141788c
IBX-8175: Fixed routing after rebase
barw4 Jul 17, 2024
aa67edc
IBX-8175: Add missing parser
barw4 Jul 17, 2024
89844b9
IBX-8175: Added integration test
barw4 Jul 23, 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
Prev Previous commit
Next Next commit
IBX-8176: Enable strict_types
  • Loading branch information
barw4 committed Jul 17, 2024
commit aa228cfc44d911821c5329fcb6f2f28220201084
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
* @copyright Copyright (C) Ibexa AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/
declare(strict_types=1);

namespace Ibexa\Tests\Bundle\Rest\Routing\ExpressionLanguage;