Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b4217b94
Commit
b4217b94
authored
Jan 11, 2016
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note on Asana tokens to 8.3 update guide
[ci skip]
parent
c76a17bd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/update/8.2-to-8.3.md
doc/update/8.2-to-8.3.md
+15
-0
No files found.
doc/update/8.2-to-8.3.md
View file @
b4217b94
...
...
@@ -179,6 +179,21 @@ To make sure you didn't miss anything run a more thorough check:
If all items are green, then congratulations, the upgrade is complete!
### 11. Update Asana Tokens
[
Asana API Keys have been deprecated
](
https://asana.com/developers/feed/api-key-deprecation
)
in favor of Personal Access Tokens and OAuth. You can create a personal access
token for GitLab on
[
the Apps tab of your profile settings
](
https://app.asana.com/-/account_api
)
.
Once you have a token, you can update all projects via the console:
```
ruby
AsanaService
.
all
.
each
{
|
s
|
s
.
api_key
=
'[PERSONAL_ACCESS_TOKEN]'
;
s
.
save
}
```
See
[
#2111
](
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2111
)
for
more details on this change.
## Things went south? Revert to previous version (8.2)
### 1. Revert the code to the previous version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment