Skip to content

Commit

Permalink
Merge pull request #902 from arawa/feature/create-occ-command-to-impo…
Browse files Browse the repository at this point in the history
…rt-and-create-workspace

Create occ command to import and create workspace
  • Loading branch information
zak39 authored May 27, 2024
2 parents 11e0163 + 26f51e6 commit dae6f0d
Show file tree
Hide file tree
Showing 33 changed files with 2,652 additions and 2,308 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [8.1]
php-versions: [8.2]
nextcloud-versions: ['stable28', 'master']
include:
- php: 8.1
- php: 8.2
nextcloud-version: master

name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
Expand Down
5 changes: 5 additions & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ For this version, you should refresh your browser from the Workspace app with `C
<screenshot>https://raw.githubusercontent.com/arawa/workspace/main/screenshots/workspace-add-users.png</screenshot>
<screenshot>https://raw.githubusercontent.com/arawa/workspace/main/screenshots/workspace-subgroups.png</screenshot>

<commands>
<command>OCA\Workspace\Commands\Create</command>
<command>OCA\Workspace\Commands\Import</command>
</commands>

<navigations>
<navigation>
<name>Workspace</name>
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"nextcloud/coding-standard": "^1.1",
"nextcloud/ocp": "^26.0"
"nextcloud/ocp": "^26.0",
"symfony/console": "^6.3"
},
"scripts": {
"test": "phpunit -c tests/phpunit.unit.xml --fail-on-warning",
Expand Down
Loading

0 comments on commit dae6f0d

Please sign in to comment.