Skip to content

Commit aa2a920

Browse files
authored
Merge pull request #68 from green-code-initiative/refact/ios-removal
iOS Plugin Removal
2 parents 522c8e4 + 2b74f41 commit aa2a920

File tree

124 files changed

+5
-45220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+5
-45220
lines changed

.github/workflows/tag_release.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,24 +72,4 @@ jobs:
7272
asset_path: lib/ecocode-android-${{ github.ref_name }}.jar
7373
asset_name: ecocode-android-${{ github.ref_name }}.jar
7474
asset_content_type: application/zip
75-
updload-ios:
76-
name: Upload iOS Plugin
77-
runs-on: ubuntu-latest
78-
needs: build
79-
steps:
80-
- name: Import plugin JAR files
81-
id: import_jar_files
82-
uses: actions/download-artifact@v3
83-
with:
84-
name: ecocode-plugins
85-
path: lib
86-
- name: Upload Release Asset - iOS Plugin
87-
id: upload-release-asset
88-
uses: actions/upload-release-asset@v1
89-
env:
90-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91-
with:
92-
upload_url: ${{needs.build.outputs.upload_url}}
93-
asset_path: lib/ecocode-sonar-ios-plugin-${{ github.ref_name }}.jar
94-
asset_name: ecocode-ios-${{ github.ref_name }}.jar
95-
asset_content_type: application/zip
75+

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Deleted
1818

19+
- Moved iOS plugin to its [own repository](https://github.com/green-code-initiative/ecoCode-ios).
20+
1921
## [1.0.1] - 2023-03-10
2022

2123
### Changed

INSTALL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ ecoCode-mobile # Root directory
2525
|
2626
+--codenarc-converter # codenarc-converter
2727
|
28-
+--ios-plugin # IOS
29-
|
3028
\--docker-compose.yml # Docker compose file
3129
```
3230

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ecoCode mobile is based on evolving catalogs of [best practices](https://github.
1515
- [x] [Android](android-plugin/)
1616
- [x] [iOS](ios-plugin) <sub>NEW</sub>
1717

18+
> **_NOTE:_** iOS plugin has moved to it own repository [here](https://github.com/green-code-initiative/ecoCode-ios).
19+
1820
![Screenshot](android-plugin/docs/screenshot.png)
1921

2022
<sub>The custom GUI above is reserved to educational purpose only.</sub>
@@ -43,7 +45,6 @@ Wait a little bit during first start initialization, and go to [http://localhost
4345
[![Université de Pau](android-plugin/docs/logoUnivPau.png)](https://www.univ-pau.fr/)
4446
[![Région Nouvelle-Aquitaine](android-plugin/docs/logoNA.png)](https://www.nouvelle-aquitaine.fr)
4547
[![Solocal / PagesJaunes](android-plugin/docs/logoSolocal.png)](https://www.pagesjaunes.fr)
46-
[![inside|app](ios-plugin/docs/logoInsideApp.jpg)](https://www.insideapp.fr/)
4748

4849
📢 Cite this work
4950
------------------

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ services:
2020
- type: bind
2121
source: ./android-plugin/target/ecocode-android-1.0.2-SNAPSHOT.jar
2222
target: /opt/sonarqube/extensions/plugins/ecocode-android-1.0.2-SNAPSHOT.jar
23-
- type: bind
24-
source: ./ios-plugin/sonar-ios-plugin/target/ecocode-sonar-ios-plugin-1.0.2-SNAPSHOT.jar
25-
target: /opt/sonarqube/extensions/plugins/ecocode-sonar-ios-plugin-1.0.2-SNAPSHOT.jar
2623
- "logs:/opt/sonarqube/logs"
2724
- "data:/opt/sonarqube/data"
2825

ios-plugin/CONTRIBUTING.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

ios-plugin/Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

ios-plugin/LICENSE.txt

Lines changed: 0 additions & 165 deletions
This file was deleted.

ios-plugin/NOTICE.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

ios-plugin/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)