-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ALFREDAPI-556 [Update] Changed all other apix references in the code …
…besides the URLs * Class names * Method names * Variable names * Folder name
- Loading branch information
1 parent
d160a0a
commit fba984d
Showing
402 changed files
with
879 additions
and
878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ env: | |
ORG_GRADLE_PROJECT_sonatype_password: ${{ secrets.SONATYPE_S01_PASSWORD }} | ||
BRANCH_NAME: ${{ github.ref_name }} | ||
jobs: | ||
apix-interface: | ||
alfred-api-interface: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out | ||
|
@@ -30,18 +30,18 @@ jobs: | |
- name: Build interface # Execute before integration testing to catch errors early | ||
uses: gradle/[email protected] | ||
with: | ||
arguments: :apix-interface:build :apix-interface:javadoc | ||
arguments: :alfred-api-interface:build :alfred-api-interface:javadoc | ||
- name: Unit test REST API | ||
uses: gradle/[email protected] | ||
with: | ||
arguments: --info :apix-rest:test | ||
arguments: --info :alfred-api-rest:test | ||
- name: Publish | ||
if: ${{ startsWith(github.ref, 'refs/heads/master') || startsWith(github.ref, 'refs/heads/release') }}" | ||
uses: gradle/[email protected] | ||
with: | ||
arguments: --info -PsigningKeyId=DF8285F0 :apix-interface:publish | ||
arguments: --info -PsigningKeyId=DF8285F0 :alfred-api-interface:publish | ||
|
||
apix-impl: | ||
alfred-api-impl: | ||
strategy: | ||
matrix: | ||
alfresco_version: [ 231, 232 ] | ||
|
@@ -66,8 +66,8 @@ jobs: | |
with: | ||
arguments: >- | ||
--info | ||
:apix-impl:apix-impl-${{ matrix.alfresco_version }}:test | ||
:apix-integrationtests-client:alfresco:${{ matrix.alfresco_version }}:integrationTest | ||
:alfred-api-impl:alfred-api-impl-${{ matrix.alfresco_version }}:test | ||
:alfred-api-integrationtests-client:alfresco:${{ matrix.alfresco_version }}:integrationTest | ||
- name: Publish Test Report | ||
uses: mikepenz/[email protected] | ||
if: success() || failure() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.