forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge dev and add tighter env abstraction. #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Stable] Bind the IPython IE to a fixed Docker Image
Fixes regressions introduced with PR galaxyproject#110.
[STABLE] Job file API fixes
[15.05] Generate base url on client request
… (exact same functionality here, but it's less chatty this way, since it might not be bound)
… revert changes in auth_conf.xml syntax. After galaxyproject#75 , the <filter> tag of config/auth_conf.xml is broken, see galaxyproject#75 (comment) . I don't think that there is a meaningful way to filter on usernames, so I changed it to filter on email instead of login. Also: - fix AuthManager.check_registration_allowed to use both email and username since which is used for login depends on the AuthProvider used; - move ldap <authenticator> example to config/auth_conf.xml.sample .
[15.03] Check to see if toolshed install is actually bound prior to disposing (e...
Requested by @dctrud. With respect to previous implementation, email and username are passed as separate parameters.
[15.05] Create empty history if history is unavailable during api call
This is used by Bioblend, Pulsar, and Planemo and provides several benefits: - More flexibility then baking logic directly into .travis.yml - Makes the CI testing more portable - Generally leads to more parallelism on Travis - "prettier" display of results (things are broken down by the kind of test). For the last two points - compare https://travis-ci.org/galaxyproject/galaxy and https://travis-ci.org/galaxyproject/planemo. I would like to add the qunit tests to Travis and I see this a good first step toward being able to do that well.
Found bug with tox randomizing Python's hash seed.
Tests are more correct and perhaps less strong as result.
[15.05] Fix lib/galaxy/main.py for changes in starting control queue
…built-in visualizations
Testing: use unittest2 to allow 2.7 assertions
Sample files already being tracked won't be affected. If an ignored file is to be added, add it with -f.
…mplate Visualizations registry: switch to entry_point config definition for …
Ignore sample files from toolshed installed tools
Add RData and RData.gz formats
Conflicts: config/plugins/interactive_environments/ipython/config/ipython.ini.sample
Excellent, that was definitely turning into unnecessary boilerplate pretty quickly. Thanks @jmchilton |
hexylena
added a commit
that referenced
this pull request
May 11, 2015
Merge dev and add tighter env abstraction.
jmchilton
added a commit
that referenced
this pull request
May 15, 2015
all data source tools go to _top
hexylena
pushed a commit
that referenced
this pull request
Jun 18, 2015
Update contact info for Marten.
hexylena
pushed a commit
that referenced
this pull request
Jun 30, 2015
Modify a few references to underscore.
bgruening
added a commit
that referenced
this pull request
Jul 16, 2015
PROXY_URL_WS Support and deprecation of APACHE_URLs
hexylena
pushed a commit
that referenced
this pull request
Aug 5, 2015
Retab galaxy_bootstrap/variables.less
hexylena
pushed a commit
that referenced
this pull request
Aug 19, 2015
Several fixes necessary for merging.
hexylena
pushed a commit
that referenced
this pull request
Mar 22, 2016
It's a function, not a true-y value :/
jmchilton
pushed a commit
that referenced
this pull request
Apr 4, 2016
offer TS searching while browsing a category
jmchilton
pushed a commit
that referenced
this pull request
Apr 4, 2016
styling changes to share and download page
hexylena
pushed a commit
that referenced
this pull request
Jun 6, 2016
Updates to current galaxy dev
hexylena
pushed a commit
that referenced
this pull request
Jan 12, 2017
hexylena
pushed a commit
that referenced
this pull request
Feb 1, 2017
Improve abstraction in webhook API tests.
hexylena
pushed a commit
that referenced
this pull request
Jan 22, 2018
Second pass after coffee break
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-dev
- this merges dev and resolves that.