Skip to content

Commit

Permalink
Merge pull request #36 from xenit-eu/master
Browse files Browse the repository at this point in the history
ETHALFOS24-42: Release for Alfresco 7.4
  • Loading branch information
evyrosseels authored Jul 17, 2024
2 parents f29ac46 + 9aca8cc commit 0785329
Show file tree
Hide file tree
Showing 28 changed files with 148 additions and 451 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
name: build
on:
push:
branches:
- 'master'
- 'release'
pull_request:

env:
ORG_GRADLE_PROJECT_alfresco_nexus_username: ${{ secrets.ALFRESCO_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_alfresco_nexus_password: ${{ secrets.ALFRESCO_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_cloudsmith_user: ${{ secrets.CLOUDSMITH_USER }}
ORG_GRADLE_PROJECT_cloudsmith_password: ${{ secrets.CLOUDSMITH_APIKEY }}

jobs:
publish:
buildAndPublish:
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/heads/master') || startswith(github.ref, 'refs/heads/release') }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Assemble artifacts
run: ./gradlew assemble --info
- name: Publish
if: ${{ startsWith(github.ref, 'refs/heads/master') || startswith(github.ref, 'refs/heads/release') }}
env:
XENIT_ARTIFACTORY_USERNAME: ${{ secrets.XENIT_ARTIFACTORY_USERNAME }}
XENIT_ARTIFACTORY_PASSWORD: ${{ secrets.XENIT_ARTIFACTORY_PASSWORD }}
SIGNING_PRIVATE_KEY: ${{ secrets.MAVEN_CENTRAL_GPG_KEY }}
SIGNING_PASSWORD: ${{ secrets.MAVEN_CENTRAL_GPG_PASSWORD }}
ORG_GRADLE_PROJECT_sonatype_username: ${{ secrets.SONATYPE_S01_USERNAME }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Changelog - Alfresco Solr Query Analytics

# Alfresco Solr Query Analytics Changelog

## v2.0.0 - 17-07-2024
* [ETHALFOS24-42] Update for Alfresco version 7.4.1.3

## v1.0.0 - 14-09-2022
* [ALFREDOPS-813] Switched from bean-injection to AOP implementation

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This module builds an Alfresco amp which logs more information for a solr query.

The functionality can be controlled with the boolean parameter *solr.useDebug=true*.

Tested and tailor-made for alfrescoVersion = **'6.2.2.19'**.
Tested and tailor-made for alfrescoVersion = **'7.4.1.3'**.

**warning**
Using this amp for any other version as specified above can have unforeseen consequences.
Expand Down Expand Up @@ -84,9 +84,9 @@ This script takes care of the index lifetime management for the custom index whe
In an ansible setup, the post-start.sh will be done via ansible.


3. Start alfresco (with version 62) and solr
3. Start alfresco (with version 74) and solr

./gradlew integration-tests:alfresco-enterprise-62:cU
./gradlew integration-tests:alfresco-enterprise-74:cU


4. Trigger some searches
Expand Down
18 changes: 0 additions & 18 deletions alfresco-solr-query-analytics-6x/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0785329

Please sign in to comment.