Skip to content

Commit

Permalink
Merge pull request #101 from gigalixir/chore-update-deps
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
gigatim committed Sep 27, 2022
2 parents 21d1a4c + 6e91bd1 commit b4bcdd8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 466 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Invisible Software, Inc.
Copyright (c) 2022 Invisible Software, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
26 changes: 0 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,6 @@ If you don't have pip install, see https://pip.pypa.io/en/stable/installing/
pip3 install -e .[test]
python setup.py test

# e2e tests
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
sudo apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
asdf install elixir 1.10.3
asdf install erlang 22.3
mix local.hex
mix archive.install hex phx_new 1.5.8


source venv3/bin/activate
unset GIGALIXIR_ENV
pip3 install pytest
export GIGALIXIR_EMAIL=foo
export GIGALIXIR_PASSWORD=bar
pytest -s e2e/test.py

# hit a development server
# get into the venv (see above)
GIGALIXIR_ENV=dev gigalixir account
Expand All @@ -77,15 +60,6 @@ If you don't have pip install, see https://pip.pypa.io/en/stable/installing/
# 3. Console & Homepage Links
# 4. Blog Links

## Clean up e2e test

# the test cleans itself up unless there was a failure, then it does not clean up
# to clean up failed tests, run
APPS=$(gigalixir apps | jq -r '.[] | select(.replicas > 0) | .unique_name')
for app in $APPS; do gigalixir ps:scale -r 0 -a $app; done

# you may also have to clean up databases, which is not described here.

## Credits

Beaker by Eugen Belyakoff from the Noun Project
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@

# General information about the project.
project = u'GIGALIXIR'
copyright = u'2020, Invisible Software, Inc.'
copyright = u'2022, Invisible Software, Inc.'
author = u'Invisible Software, Inc.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'1.3.0'
version = u'1.3.1'
# The full version, including alpha/beta/rc tags.
release = u'1.3.0'
release = u'1.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit b4bcdd8

Please sign in to comment.