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

1.0.0 Release #10

Merged
merged 81 commits into from
May 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
c3888ea
asdf
hexylena Apr 27, 2017
986ec3a
reqs
hexylena May 2, 2017
3bc1516
Reorg
hexylena May 2, 2017
338863f
Load the new style
hexylena May 2, 2017
b7465db
rework autobuilder
hexylena May 2, 2017
f721edb
Seems to be workin!
hexylena May 2, 2017
13ec468
Rename
hexylena May 2, 2017
df5fdb1
Many renames
hexylena May 2, 2017
5bbd86c
Ok, next pass with autobuilder, working well!
hexylena May 2, 2017
14052e2
dropped a function
hexylena May 2, 2017
3798d30
ok, better
hexylena May 2, 2017
6938df9
Finish run
hexylena May 2, 2017
e039c5a
unused
hexylena May 2, 2017
d5af8ff
never should have been added
hexylena May 2, 2017
0fa915e
Handle half documented kwargs
hexylena May 2, 2017
4b0e05b
update documentation
hexylena May 2, 2017
8d7a0a6
bump version
hexylena May 2, 2017
66db721
remove 2.6
hexylena May 2, 2017
7f5154f
progress rewriting
hexylena May 2, 2017
ea5ae5b
first stab
hexylena May 2, 2017
bb51283
json load
hexylena May 2, 2017
879b4d0
custom json loading function
hexylena May 2, 2017
9e29969
extended example of launching a workflow
hexylena May 2, 2017
880a6e4
fix example
hexylena May 2, 2017
e7e576b
Add travis.yml to deploy
hexylena May 2, 2017
6e662a1
flake8
hexylena May 2, 2017
43713d4
Merge pull request #9 from galaxy-iuc/fix-number-2
hexylena May 2, 2017
d15adca
pin bioblend version until an update is released
hexylena May 3, 2017
d55dcff
Update history
hexylena May 3, 2017
4909dfa
onboarding experience
hexylena May 3, 2017
e036573
rebuild with new init
hexylena May 3, 2017
5ff65dd
Make init more fun
hexylena May 3, 2017
f66abc3
center it more?
hexylena May 3, 2017
7ac7077
unused
hexylena May 3, 2017
a5637f0
Ok, better
hexylena May 3, 2017
2fe41d6
makefile for simplicity of updating tools
hexylena May 3, 2017
b3af825
notify gitter
hexylena May 3, 2017
a013aa3
Exit early for existing config
hexylena May 3, 2017
02bd4ae
ok, good
hexylena May 3, 2017
6ca2fbc
fix link
hexylena May 3, 2017
bd43cf7
fix quickstart with new init
hexylena May 3, 2017
5fa773c
make this work
hexylena May 3, 2017
32e46ca
try testing
hexylena May 3, 2017
d001db1
include all the packages
hexylena May 3, 2017
45c2bfc
fix install
hexylena May 3, 2017
f313be8
switch to my fork
hexylena May 8, 2017
4b0d8c3
Quota / Folder support
hexylena May 8, 2017
c3b8d86
Handle list of str properly
hexylena May 8, 2017
7e9dc00
add badge for travis
hexylena May 8, 2017
5a5f184
Bump RC version
hexylena May 8, 2017
8a86cc5
fix deps
hexylena May 8, 2017
9e6988d
fix bad req spec
hexylena May 8, 2017
36e7f7d
fix installation
hexylena May 8, 2017
3524655
Fix section size?
hexylena May 9, 2017
cb0b48f
Ok, ignore history for now
hexylena May 9, 2017
b82ae49
Ensure escaping works automatically
hexylena May 9, 2017
60d25a2
docs update
hexylena May 10, 2017
84ac836
Import changes from apollo's arrow work
hexylena May 10, 2017
b2f1180
Update docs
hexylena May 10, 2017
a5c30b9
nicer docs
hexylena May 25, 2017
15eb99a
Now use defaults
hexylena May 25, 2017
2da97f4
Bump requirements
hexylena May 25, 2017
42fc990
unused
hexylena May 25, 2017
a015013
Nicer ascii art
hexylena May 25, 2017
2875ccc
Updates from latest version of bioblend
hexylena May 25, 2017
1df3622
add short flag for galaxy instance
hexylena May 25, 2017
120a362
Document env in script
hexylena May 25, 2017
056e3b5
Document env vars
hexylena May 25, 2017
87c883d
New "extenral" script to wait on workflow invocation completion
hexylena May 25, 2017
fe8c47e
Move to utils
hexylena May 25, 2017
bcd26ea
cleanups on the utils
hexylena May 25, 2017
0414572
some small imports from arrow
hexylena May 25, 2017
13a0bb0
Add wait on invocatione example
hexylena May 25, 2017
a87de35
Add proper exit codes
hexylena May 25, 2017
0d501e3
Use vlog
hexylena May 25, 2017
011c598
dupes are not useful
hexylena May 25, 2017
2bd4cc8
New xunit_xargs script
hexylena May 25, 2017
6bc2d30
Nearly there...
hexylena May 25, 2017
bdb268a
Finish up xx/cmp support
hexylena May 25, 2017
14e7d49
anon
hexylena May 25, 2017
118875f
flake8
hexylena May 25, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 34 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
language: python

python:
- '2.7'
- '3.5'

install: pip install -r requirements.txt

script:
- pip install -U flake8
- flake8 parsec --exclude=parsec/commands/ --ignore=E501
- python setup.py install
- printf "https://usegalaxy.org\ntesting\ny" | parsec init
- sed -i 's/testing//g' ~/.parsec.yml
- parsec config get_config | grep version

deploy:
provider: pypi
user: erasche
password:
secure: XfxDtN97f2yRXqw0VVG+GqLfStZIlPQWX+4BT1mP7RwHSJUfPUMEUdzBOi361XHdNPUbuaVr95mFty6eCiTT9WUiEXyQ6FHtK0I8mBt84twlI3caRMCQjJQTsK8mYKKWWliJV2ywQPu/XkWgklZJRhauYU5MoY9hKUB1mNx6FwM=
on:
tags: true
all_branches: true
distributions: sdist bdist_wheel
repo: galaxy-iuc/parsec

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/bbb7ff1f8cc46ceaa3a8
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
11 changes: 10 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
.. :changelog:

History
-------
=======

.. to_doc

----------------------
1.0.0.rc1 (2017-05-03)
----------------------

* Updates to auto-builder
* Updated help
* New routes
* Subcommands instead of top-level commands

----------------------
0.9.rc2 (2015-03-05)
----------------------
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rebuild:
python scripts/autobuilder.py
python scripts/commands_to_rst.py
Loading