Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references to current repo for new refinery-platform organiz… #1574

Merged
merged 1 commit into from
Jan 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2,500 changes: 1,250 additions & 1,250 deletions CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <img src="https://pbs.twimg.com/profile_images/519505652083748864/bG9itLTl_400x400.png" height=30px width=30px>&nbsp;Refinery Platform [![Build Status](https://travis-ci.org/parklab/refinery-platform.svg?branch=develop)](https://travis-ci.org/parklab/refinery-platform) [![Coverage Status](https://img.shields.io/codecov/c/github/parklab/refinery-platform/develop.svg)](https://codecov.io/github/parklab/refinery-platform?branch=develop)
# <img src="https://pbs.twimg.com/profile_images/519505652083748864/bG9itLTl_400x400.png" height=30px width=30px>&nbsp;Refinery Platform [![Build Status](https://travis-ci.org/refinery-platform/refinery-platform.svg?branch=develop)](https://travis-ci.org/refinery-platform/refinery-platform) [![Coverage Status](https://img.shields.io/codecov/c/github/refinery-platform/refinery-platform/develop.svg)](https://codecov.io/github/refinery-platform/refinery-platform?branch=develop)

* Additional information about how to administer and develop Refinery can be found in the [wiki](http://github.com/parklab/refinery-platform/wiki)
* [Production deployments](https://github.com/parklab/refinery-platform/wiki/AWS-installation) require access to Amazon Web Services
* Additional information about how to administer and develop Refinery can be found in the [wiki](http://github.com/refinery-platform/refinery-platform/wiki)
* [Production deployments](https://github.com/refinery-platform/refinery-platform/wiki/AWS-installation) require access to Amazon Web Services
* Supported web browsers: Chrome 54 (Linux and OS X), Firefox 49 (Linux and OS X), Safari 9.0.0 (OS X)

## Installing and Launching for Development
Expand All @@ -13,7 +13,7 @@

### Configure and Load Virtual Machine
```bash
$ git clone git@github.com:parklab/refinery-platform.git
$ git clone git@github.com:refinery-platform/refinery-platform.git
$ cd refinery-platform
$ vagrant up
```
Expand Down Expand Up @@ -60,7 +60,7 @@ Log in to Refinery (<http://192.168.50.50:8000/>) with the default guest user ac

Log in to Django admin UI (<http://192.168.50.50:8000/admin/>) with the default superuser account (username: admin, password: refinery).

Please see [installation notes](https://github.com/parklab/refinery-platform/wiki/setting-up-galaxy) for more details, including information on how to configure Galaxy for this setup.
Please see [installation notes](https://github.com/refinery-platform/refinery-platform/wiki/setting-up-galaxy) for more details, including information on how to configure Galaxy for this setup.

## Troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion deployment/aws-tags/hms.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AWS tags,
# as per https://github.com/parklab/refinery-platform/issues/839
# as per https://github.com/refinery-platform/refinery-platform/issues/839
# Other groups may want to remove this file and use it as a
# suggestion for their own tagging scheme.
department: dbmi
Expand Down
2 changes: 1 addition & 1 deletion deployment/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ printf '%s' "${CONFIG_JSON}" | base64 -d > /home/ubuntu/config.json
mkdir /srv/refinery-platform
chown ubuntu:ubuntu /srv/refinery-platform
sudo su -c '
git clone https://github.com/parklab/refinery-platform.git /srv/refinery-platform
git clone https://github.com/refinery-platform/refinery-platform.git /srv/refinery-platform
cd /srv/refinery-platform
git checkout '"$GIT_BRANCH"'
' ubuntu
Expand Down
2 changes: 1 addition & 1 deletion deployment/manifests/aws.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$import_dir = "/data/import"
$solr_custom_synonyms_file =
"${django_root}/solr/core/conf/custom-synonyms.txt"
# As per https://github.com/parklab/refinery-platform/issues/1153
# As per https://github.com/refinery-platform/refinery-platform/issues/1153
$solr_lib_dir = "/opt/solr/server/solr-webapp/webapp/WEB-INF/lib"
$email_host = "email-smtp.us-east-1.amazonaws.com"
# $email_host_user set by Facter
Expand Down
3 changes: 2 additions & 1 deletion deployment/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
# It generates one or more
# CloudFormation JSON files.
#
# See https://github.com/parklab/refinery-platform/wiki/AWS-installation
# See
# https://github.com/refinery-platform/refinery-platform/wiki/AWS-installation
# for notes on how to use this to deploy to Amazon AWS.
#
# Instances are configured using CloudInit.
Expand Down
4 changes: 2 additions & 2 deletions refinery/config/settings/aws.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Django settings specialised for the AWS environment.
#
# See https://github.com/parklab/refinery-platform/wiki/AWS for
# See https://github.com/refinery-platform/refinery-platform/wiki/AWS for
# more details.

import requests
Expand All @@ -10,7 +10,7 @@

# Ensure that the AWS private IP is an Allowed Host.
# (required for ELB pings to work,
# see https://github.com/parklab/refinery-platform/issues/1239)
# see https://github.com/refinery-platform/refinery-platform/issues/1239)

# Not checking for exceptions: if we can't get EC2 instance metadata,
# something horrible is wrong.
Expand Down
4 changes: 2 additions & 2 deletions refinery/core/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def test_get_nodeset_list_without_login(self):
response = self.api_client.get(nodeset_uri, format='json')
self.assertHttpUnauthorized(response)

# See https://github.com/parklab/refinery-platform/issues/586
# See https://github.com/refinery-platform/refinery-platform/issues/586
# def test_get_nodeset_without_owner(self):
# """Test retrieving an existing NodeSet that belongs to no one.
# """
Expand All @@ -441,7 +441,7 @@ def test_get_nodeset_list_without_login(self):
# )
# self.assertHttpNotFound(response)

# See https://github.com/parklab/refinery-platform/issues/586
# See https://github.com/refinery-platform/refinery-platform/issues/586
# def test_get_nodeset_without_permission(self):
# """Test retrieving an existing NodeSet that belongs to a different
# user
Expand Down
4 changes: 2 additions & 2 deletions refinery/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"repository": {
"type": "git",
"url": "git@github.com:parklab/refinery-platform.git"
"url": "git@github.com:refinery-platform/refinery-platform.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/parklab/refinery-platform/issues"
"url": "https://github.com/refinery-platform/refinery-platform/issues"
},
"devDependencies": {
"codecov.io": "0.1.6",
Expand Down