Skip to content

Commit c616a5c

Browse files
authored
Merge pull request leonhartX#79 from leonhartX/revert-permission
Revert permission
2 parents 6f8430d + 8da1bee commit c616a5c

File tree

7 files changed

+22
-21
lines changed

7 files changed

+22
-21
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ This extension is a hack of the GAS IDE's internal RPC, so there's no guarantee
1818
Install this extension from [chrome web store](https://chrome.google.com/webstore/detail/lfjcgcmkmjjlieihflfhjopckgpelofo).
1919

2020
# 2.Usage
21-
After install, when you open GAS editor, a new button will appear to allow you to login to Github/Github Enterprise/Bitbucket.
21+
After install, when you open GAS editor, a new button will appear to allow you to login to GitHub/GitHub Enterprise/Bitbucket/GitLab.
2222

2323
## 2.1.Login
24-
Login to your Github/Github Enterprise/Bitbucket/Gitlab account, with Two-factor authentication support for Github/Github Enterprise.
24+
Login to your GitHub/GitHub Enterprise/Bitbucket/GitLab account, with Two-factor authentication support for GitHub/GitHub Enterprise.
25+
You can also use an existed token for GitHub/GitHub Enterprise/GitLab.
2526

2627
Actually, this is not a login action, but to create the `access token` which will be used for the extension
2728
>Note: the access token will be stored in `chrome.storage.sync`(password will not be stored), if you take this as a security hole, pleast **DO NOT** use this extension.
@@ -38,7 +39,7 @@ In `Repo` and `Branch` dropdown list, there is an option to Create new Repo and
3839
New Repo will be created with an init, with a default README.md.
3940

4041
### 2.3.2.Pull and Push
41-
The **PULL/PUSH** is not actually the same as Github/Bitbucket's **PULL/PUSH**, because GAS project does not have any git info, so what we can do is limited.
42+
The **PULL/PUSH** is not actually the same as GitHub/Bitbucket's **PULL/PUSH**, because GAS project does not have any git info, so what we can do is limited.
4243

4344
The differences are:
4445

@@ -65,7 +66,7 @@ but you will need to delete the token or revoke Bitbucket's oauth yourself from
6566

6667
# 3.Features
6768

68-
- Manage code with Github, Github Enterprise, Bitbucket and Gitlab
69+
- Manage code with GitHub, GitHub Enterprise, Bitbucket and GitLab
6970
- Support embedded scripts
7071
- Push/Pull code between SCM and GAS
7172
- Sync code to public/secret Gist
@@ -74,9 +75,9 @@ but you will need to delete the token or revoke Bitbucket's oauth yourself from
7475
- Choose files to pull/push
7576
- Support file changed/added/deleted/renamed
7677
- Add Commit comment when push
77-
- Support two-factor authentication(Github, Github Enterprise only)
78+
- Support two-factor authentication(GitHub, GitHub Enterprise only)
7879
- Work with directory(with slash in filename)
79-
- Support Github Organizations, Bitbucket Teams and Gitlab Groups.
80+
- Support GitHub Organizations, Bitbucket Teams and GitLab Groups.
8081
- Google Apps Script native ui
8182
- Option to change filetype from `.gs` to `.js` when uploading to SCM
8283
- Option to add ignore file pattern.
@@ -87,6 +88,6 @@ please create an issue for any question or bug report.
8788
# 5.Known issues
8889

8990
- `.gs` file which contains a function with the same name as the file will not work [#18](https://github.com/leonhartX/gas-github/issues/18). (limited by GAS'S RPC)
90-
- Can not push to a blank repo without a init commit. (limited by Github API)
91+
- Can not push to a blank repo without a init commit. (limited by GitHub API)
9192

9293
PS: There is a similar [extension](https://github.com/leonhartX/lambda-github) for sync your AWS lambda code.

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"appName": {
3-
"message": "Google Apps Script Github Assistant"
3+
"message": "Google Apps Script GitHub Assistant"
44
},
55
"appDesc": {
66
"message": "Manage your gas code with github/github enterprise/bitbucket/gitlab"

_locales/fr/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"appName": {
3-
"message": "Google Apps Script Github Assistant"
3+
"message": "Google Apps Script GitHub Assistant"
44
},
55
"appDesc": {
66
"message": "Administrez votre code gas avec github/github enterprise/bitbucket/gitlab"

_locales/ja/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"appName": {
3-
"message": "Google Apps Script Github アシスタント"
3+
"message": "Google Apps Script GitHub アシスタント"
44
},
55
"appDesc": {
6-
"message": "Github/Github Enterprise/Bitbucket/gitlabでGASのインラインコードを管理"
6+
"message": "GitHub/GitHub Enterprise/Bitbucket/GitLabでGASのインラインコードを管理"
77
}
88
}

_locales/ru/messages.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"appName": {
3+
"message": "Google Apps Script GitHub помощник"
4+
},
5+
"appDesc": {
6+
"message": "Управляйте своим кодом gas чререз GitHub/или GitHub для предприятий/Bitbucket/GitLab"
7+
}
8+
}

_locales/ru_RU/messages.json

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

_locales/zh_CN/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"appName": {
3-
"message": "Google Apps Script Github 助手"
3+
"message": "Google Apps Script GitHub 助手"
44
},
55
"appDesc": {
6-
"message": "使用Github/Github Enterprise/Bitbucket/gitlab管理GAS的inline代码"
6+
"message": "使用GitHub/GitHub Enterprise/Bitbucket/GitLab管理GAS的inline代码"
77
}
88
}

0 commit comments

Comments
 (0)