Skip to content

Commit

Permalink
Rename hockeyapp to appcenter (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungkukpark authored and Larusso committed Oct 22, 2019
1 parent 747bfd1 commit ca0a18f
Show file tree
Hide file tree
Showing 36 changed files with 1,362 additions and 945 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @larusso @alexandershestakov @marcolink
* @larusso @alexandershestakov
4 changes: 2 additions & 2 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Communicating with other developers

pullrequests for all packages.
- [GitHub issues](https://github.com/wooga/atlas-wdk-unity/issues): All discussions around bugs, feature requests.
- [GitHub pull requests](https://github.com/wooga/atlas-wdk-unity/pulls): All discussions bugfixes, important and new additions.
- [GitHub issues](https://github.com/wooga/atlas-appcenter/issues): All discussions around bugs, feature requests.
- [GitHub pull requests](https://github.com/wooga/atlas-appcenter/pulls): All discussions bugfixes, important and new additions.
12 changes: 4 additions & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#!groovy
@Library('github.com/wooga/atlas-jenkins-pipeline@1.x') _

withCredentials([string(credentialsId: 'atlas_hockey_integration_api_token', variable: 'hockeyToken'),
string(credentialsId: 'atlas_hockey_integration_application_identifier', variable: 'hockeyAppId'),
string(credentialsId: 'atlas_hockey_integration_appcenter_token', variable: 'appcenterToken'),
string(credentialsId: 'atlas_hockey_integration_appcenter_application_identifier', variable: 'appcenterAppId'),
string(credentialsId: 'atlas_hockey_integration_appcenter_application_owner', variable: 'appcenterOwner'),
string(credentialsId: 'atlas_hockey_coveralls_token', variable: 'coveralls_token')
withCredentials([string(credentialsId: 'atlas_appcenter_integration_token', variable: 'appcenterToken'),
string(credentialsId: 'atlas_appcenter_integration_application_identifier', variable: 'appcenterAppId'),
string(credentialsId: 'atlas_appcenter_integration_application_owner', variable: 'appcenterOwner'),
string(credentialsId: 'atlas_appcenter_coveralls_token', variable: 'coveralls_token')
]) {

def testEnvironment = [
"ATLAS_HOCKEY_INTEGRATION_API_TOKEN=${hockeyToken}",
"ATLAS_HOCKEY_INTEGRATION_APPLICATION_IDENTIFIER=${hockeyAppId}",
"ATLAS_APP_CENTER_INTEGRATION_API_TOKEN=${appcenterToken}",
"ATLAS_APP_CENTER_OWNER=${appcenterOwner}",
"ATLAS_APP_CENTER_INTEGRATION_APPLICATION_IDENTIFIER=${appcenterAppId}"
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
atlas-hockey
atlas-appcenter
=================

[![Gradle Plugin ID](https://img.shields.io/badge/gradle-net.wooga.build--unity-brightgreen.svg?style=flat-square)](https://plugins.gradle.org/plugin/net.wooga.build-unity)
[![Build Status](https://wooga-shields.herokuapp.com/jenkins/s/https/atlas-jenkins.wooga.com/job/atlas-plugins/job/atlas-hockey/job/master.svg?style=flat-square)]()
[![Build Status](https://img.shields.io/travis/wooga/atlas-hockey/master.svg?style=flat-square)](https://travis-ci.org/wooga/atlas-hockey)
[![Coveralls Status](https://img.shields.io/coveralls/wooga/atlas-hockey/master.svg?style=flat-square)](https://coveralls.io/github/wooga/atlas-hockey?branch=master)
[![Apache 2.0](https://img.shields.io/badge/license-Apache%202-blue.svg?style=flat-square)](https://raw.githubusercontent.com/wooga/atlas-hockey/master/LICENSE)
[![GitHub tag](https://img.shields.io/github/tag/wooga/atlas-hockey.svg?style=flat-square)]()
[![GitHub release](https://img.shields.io/github/release/wooga/atlas-hockey.svg?style=flat-square)]()
[![Build Status](https://wooga-shields.herokuapp.com/jenkins/s/https/atlas-jenkins.wooga.com/job/atlas-plugins/job/atlas-appcenter/job/master.svg?style=flat-square)]()
[![Build Status](https://img.shields.io/travis/wooga/atlas-appcenter/master.svg?style=flat-square)](https://travis-ci.org/wooga/atlas-appcenter)
[![Coveralls Status](https://img.shields.io/coveralls/wooga/atlas-appcenter/master.svg?style=flat-square)](https://coveralls.io/github/wooga/atlas-appcenter?branch=master)
[![Apache 2.0](https://img.shields.io/badge/license-Apache%202-blue.svg?style=flat-square)](https://raw.githubusercontent.com/wooga/atlas-appcenter/master/LICENSE)
[![GitHub tag](https://img.shields.io/github/tag/wooga/atlas-appcenter.svg?style=flat-square)]()
[![GitHub release](https://img.shields.io/github/release/wooga/atlas-appcenter.svg?style=flat-square)]()

This plugin is work in progress.

Expand All @@ -16,7 +16,7 @@ This plugin is work in progress.
**build.gradle**
```groovy
plugins {
id 'net.wooga.hockey' version '0.1.0'
id 'net.wooga.appcenter' version '0.1.0'
}
```

Expand Down
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ plugins {
}

group 'net.wooga.gradle'
description = 'Hockey app upload plugin.'
description = 'AppCenter upload plugin.'

pluginBundle {
website = 'https://wooga.github.io/atlas-hockey/'
vcsUrl = 'https://github.com/wooga/atlas-hockey'
tags = ['HockeyApp']
website = 'https://wooga.github.io/atlas-appcenter/'
vcsUrl = 'https://github.com/wooga/atlas-appcenter'
tags = ['AppCenter']

plugins {
unity {
id = 'net.wooga.hockey'
displayName = 'Gradle HockeyApp plugin'
description = 'This plugin provides tasks for uploading a build to hockey'
id = 'net.wooga.appcenter'
displayName = 'Gradle AppCenter plugin'
description = 'This plugin provides tasks for uploading a build to AppCenter'
}
}
}

github {
repositoryName = "wooga/atlas-hockey"
repositoryName = "wooga/atlas-appcenter"
}

dependencies {
Expand Down
5 changes: 3 additions & 2 deletions docs/api/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
<h1 class="bar">All Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="wooga/gradle/hockey/HockeyPlugin.html" title="class in wooga.gradle.hockey" target="classFrame">HockeyPlugin</a></li>
<li><a href="wooga/gradle/hockey/tasks/HockeyUploadTask.html" title="class in wooga.gradle.hockey.tasks" target="classFrame">HockeyUploadTask</a></li>
<li><a href="wooga/gradle/appcenter/api/AppCenterBuildInfo.html" title="class in wooga.gradle.appcenter.api" target="classFrame">AppCenterBuildInfo</a></li>
<li><a href="wooga/gradle/appcenter/AppCenterPlugin.html" title="class in wooga.gradle.appcenter" target="classFrame">AppCenterPlugin</a></li>
<li><a href="wooga/gradle/appcenter/tasks/AppCenterUploadTask.html" title="class in wooga.gradle.appcenter.tasks" target="classFrame">AppCenterUploadTask</a></li>

</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc -->
<title>Deprecated API (Gradle HockeyApp plugin API)</title>
<title>Deprecated API (Gradle AppCenter plugin API)</title>

<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
Expand All @@ -34,7 +34,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (Gradle HockeyApp plugin API)";
parent.document.title="Deprecated API (Gradle AppCenter plugin API)";
}
//-->
</script>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h2 title="Contents">Contents</h2>
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<div class="aboutLanguage"><em>Gradle HockeyApp plugin API</em></div>
<div class="aboutLanguage"><em>Gradle AppCenter plugin API</em></div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc -->
<title>API Help (Gradle HockeyApp plugin API)</title>
<title>API Help (Gradle AppCenter plugin API)</title>
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">

Expand All @@ -34,7 +34,7 @@
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (Gradle HockeyApp plugin API)";
parent.document.title="API Help (Gradle AppCenter plugin API)";
}
//-->
</script>
Expand Down Expand Up @@ -187,7 +187,7 @@ <h2>Constant Field Values</h2>
<li><a href="index.html?help-doc.html" target="_top">Frames</a></li>
<li><a href="help-doc.html" target="_top">No Frames</a></li>
</ul>
<div class="aboutLanguage"><em>Gradle HockeyApp plugin API</em></div>
<div class="aboutLanguage"><em>Gradle AppCenter plugin API</em></div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
Expand Down
Loading

0 comments on commit ca0a18f

Please sign in to comment.