Skip to content

Commit

Permalink
Updating some names (OpenBB-finance#1575)
Browse files Browse the repository at this point in the history
* quick econ fix

* black

* keys and feature flags

* terminal name 👀

* some more replacements

* some more replacements

* edit pyproject

* gst -> openbb

* add example portfolios back to git

* Update api from gst

* sorry.  skipping some tests

* another round of names

* another round of test edits

* Missed some .gst refs and update timezone

* water mark stuff

* Fixing Names in terminal.spec and name of GTFF_DEFAULTS to OBBFF_DEFAULTS

* fix more GST to OpenBB Terminal

* Logging : merge conflicts with main

* Revert wrong files

Co-authored-by: Andrew <[email protected]>
Co-authored-by: DidierRLopes <[email protected]>
Co-authored-by: Chavithra PARANA <[email protected]>
  • Loading branch information
4 people authored Mar 29, 2022
1 parent e884d60 commit b71abcf
Show file tree
Hide file tree
Showing 3,308 changed files with 67,904 additions and 11,972 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
12 changes: 6 additions & 6 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Mac OS X Full Clean Build with ML
env:
GTFF_ENABLE_QUICK_EXIT: true
GTFF_LOG_COLLECTION: false
GTFF_USE_ION: false
GTFF_USE_PROMPT_TOOLKIT: false
OPENBB_ENABLE_QUICK_EXIT: true
OPENBB_LOG_COLLECTION: false
OPENBB_USE_ION: false
OPENBB_USE_PROMPT_TOOLKIT: false
PIP_DEFAULT_TIMEOUT: 100
PYTHONNOUSERSITE: 1
on:
Expand All @@ -14,7 +14,7 @@ on:
inputs:
comments:
required: true
description: 'Test scenario tags'
description: "Test scenario tags"
jobs:
macos-conda:
name: MacOS-latest, Conda-latest, Python 3.8
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: 'latest'
miniconda-version: "latest"
auto-update-conda: true
channels: conda-forge,defaults
show-channel-urls: true
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
env:
GTFF_ENABLE_QUICK_EXIT: true
GTFF_LOG_COLLECTION: false
GTFF_USE_ION: false
GTFF_USE_PROMPT_TOOLKIT: false
OPENBB_ENABLE_QUICK_EXIT: true
OPENBB_LOG_COLLECTION: false
OPENBB_USE_ION: false
OPENBB_USE_PROMPT_TOOLKIT: false
PIP_DEFAULT_TIMEOUT: 100
on: [pull_request, push]
jobs:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py
- run: safety check
- run: |
pylint terminal.py gamestonk_terminal bots tests
pylint terminal.py openbb_terminal bots tests
test:
name: Base Tests - Ubuntu-latest - Python 3.9
needs: linting
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Lint Code Base
uses: docker://avtodev/markdown-lint:v1
with:
args: "./*.md ./changelogs/*.md ./gamestonk_terminal/**/*.md ./discordbot/**/*.md"
args: "./*.md ./changelogs/*.md ./openbb_terminal/**/*.md ./discordbot/**/*.md"
tests-python:
name: Vanilla Python Tests - (${{ matrix.python-version }}, ${{ matrix.os }})
needs: test
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
shell: bash -l {0}
run: |
pip install pylint==2.12.2
pylint discordbot gamestonk_terminal terminal.py tests
pylint discordbot openbb_terminal terminal.py tests
- name: Run MyPy (Bash)
if: runner.os != 'Windows'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Windows 10 Full Clean Build with ML
env:
GTFF_ENABLE_QUICK_EXIT: true
GTFF_LOG_COLLECTION: false
GTFF_USE_ION: false
GTFF_USE_PROMPT_TOOLKIT: false
OPENBB_ENABLE_QUICK_EXIT: true
OPENBB_LOG_COLLECTION: false
OPENBB_USE_ION: false
OPENBB_USE_PROMPT_TOOLKIT: false
PIP_DEFAULT_TIMEOUT: 100
PYTHONNOUSERSITE: 1
on:
Expand All @@ -14,7 +14,7 @@ on:
inputs:
comments:
required: true
description: 'Test scenario tags'
description: "Test scenario tags"
jobs:
windows-conda:
name: Windows-latest, Conda-latest, Python 3.8
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: 'latest'
miniconda-version: "latest"
auto-update-conda: true
channels: conda-forge,defaults
show-channel-urls: true
Expand Down
24 changes: 12 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ exports/*
.idea
.coverage
htmlcov
gamestonk_terminal/config_plot.py
gamestonk_terminal/config_terminal.py
gamestonk_terminal/feature_flags.py
gamestonk_terminal/jupyter/reports/stored/*
gamestonk_terminal/jupyter/dashboards/.ipynb_checkpoints
gamestonk_terminal/jupyter/reports/.ipynb_checkpoints
gamestonk_terminal/jupyter/widgets/.ipynb_checkpoints
!gamestonk_terminal/jupyter/reports/stored/.gitkeep
!gamestonk_terminal/jupyter/dashboards/*.ipynb
!gamestonk_terminal/jupyter/reports/*.ipynb
gamestonk_terminal/portfolio/portfolios/*
openbb_terminal/config_plot.py
openbb_terminal/config_terminal.py
openbb_terminal/feature_flags.py
openbb_terminal/jupyter/reports/stored/*
openbb_terminal/jupyter/dashboards/.ipynb_checkpoints
openbb_terminal/jupyter/reports/.ipynb_checkpoints
openbb_terminal/jupyter/widgets/.ipynb_checkpoints
!openbb_terminal/jupyter/reports/stored/.gitkeep
!openbb_terminal/jupyter/dashboards/*.ipynb
!openbb_terminal/jupyter/reports/*.ipynb
openbb_terminal/portfolio/portfolios/*
.ipynb_checkpoints/*
*.swp
*.http
Expand Down Expand Up @@ -54,4 +54,4 @@ docs/_build
styles/user

# the file containing the API keys for the web version
gamestonk_terminal_web/setenv
openbb_terminal_web/setenv
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ repos:
hooks:
- id: pylint
name: pylint
entry: pylint bots gamestonk_terminal terminal.py tests
entry: pylint bots openbb_terminal terminal.py tests
language: system
types: [python]
- repo: https://github.com/Yelp/detect-secrets
Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## 1. Purpose

A primary goal of Gamestonk Terminal is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
A primary goal of OpenBB Terminal is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).

This code of conduct outlines our expectations for all those who participate in our community, as well as the consequences for unacceptable behavior.

We invite all those who participate in Gamestonk Terminal to help us create safe and positive experiences for everyone.
We invite all those who participate in OpenBB Terminal to help us create safe and positive experiences for everyone.

## 2. Open [Source/Culture/Tech] Citizenship

Expand Down Expand Up @@ -61,7 +61,7 @@ Additionally, community organizers are available to help community members engag

## 8. Addressing Grievances

If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify GamestonkTerminal with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.
If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify OpenBBTerminal with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.

## 9. Scope

Expand Down
Loading

0 comments on commit b71abcf

Please sign in to comment.