-
Notifications
You must be signed in to change notification settings - Fork 33
Version 3.2 #139
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
Merged
Merged
Version 3.2 #139
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
6bb3cad
Update to flask-pyoidc version 2.0.0
evelyndooley ee7199c
Update requirements.txt
evelyndooley 5e05b77
Adjust message when congratualating on slack.
mxmeinhold 9dd122a
Merge pull request #122 from mxmeinhold/congrats-adjustment
devinmatte c21e8bb
Remove separation of eboard
mxmeinhold 767e417
Correct .travis.yml to pylint packet.shared
mxmeinhold cc7cfeb
Store CSH roles in the database
mxmeinhold 68eb569
Add tags to the frontend
mxmeinhold 68cad65
Add database migration for demote eboard deluxe
mxmeinhold 13f5e7d
Merge pull request #123 from mxmeinhold/demote-eboard-deluxe
mxmeinhold 5f22f8d
Adding Analytics
devinmatte e57ae02
Updating pylint
devinmatte ba8ce19
Correct Null error in demotion db upgrade
mxmeinhold c1c8b16
Merge pull request #127 from mxmeinhold/migration-fixes
devinmatte 18bd35a
Merge pull request #102 from evelyndooley/develop
devinmatte 8cbff62
Google Analytics through config
devinmatte ed0c6bd
Merge pull request #129 from devinmatte/develop
devinmatte 339ecae
Bump lodash.merge from 4.6.1 to 4.6.2 (#132)
dependabot[bot] a12b5cb
Bump lodash.mergewith from 4.6.1 to 4.6.2 (#133)
dependabot[bot] 46a03ad
Bump tar from 2.2.1 to 2.2.2 (#134)
dependabot[bot] d581edd
Upgrading all yarn packages (#135)
devinmatte b7612de
Updating UI, adding filters and accounting for co-ops
devinmatte ae5753f
Remove pylint check for lambdas
devinmatte e96c1c0
Dependencies and Padding Style
devinmatte 1b46728
Updating requirements
devinmatte aa3462e
Updating flask pyoidc
devinmatte 427cb8a
Fixing README badge
devinmatte e1fbe09
Updating javascript dependencies
devinmatte b055d11
Merge pull request #137 from devinmatte/develop
devinmatte 5aa48ca
UI Cleanup and co-op support
devinmatte be6bc16
Checking co-ops on creation
devinmatte 7e193d8
Fixing edge cases
devinmatte 8df5310
Fixing line length issue
devinmatte e86c5f2
Removing unnecessary co_op var
devinmatte ef5af15
Removing co-op from all_upper
devinmatte 6685c09
Removing co-op case
devinmatte e099123
Merge pull request #141 from devinmatte/develop
devinmatte ece3ee9
Removing co-op in packet creation
devinmatte 353d8fb
Removing Google Analytics code
devinmatte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 6 |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,4 @@ python: | |
| install: | ||
| - "pip install -r requirements.txt" | ||
| script: | ||
| - "pylint packet" | ||
| - "pylint packet/routes packet" | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| span { | ||
| &.badge { | ||
| font-size: 80%; | ||
| } | ||
| &.badge-eboard { | ||
| color: #fff; | ||
| background-color: #4CAF50; | ||
| } | ||
|
|
||
| &.badge-rtp { | ||
| color: #fff; | ||
| background-color: #ff9800; | ||
| } | ||
|
|
||
| &.badge-three_da { | ||
| color: #fff; | ||
| background-color: #e83e8c; | ||
| } | ||
|
|
||
| &.badge-webmaster { | ||
| color: #fff; | ||
| background-color: #2196F3; | ||
| } | ||
|
|
||
| &.badge-cm { | ||
| color: #fff; | ||
| background-color: #e51c23; | ||
| } | ||
|
|
||
| &.badge-drink { | ||
| color: #fff; | ||
| background-color: #b0197e; | ||
| } | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| body { | ||
| padding-top: 50px; | ||
| padding-top: 40px; | ||
| } | ||
|
|
||
| .main { | ||
| margin-top: 50px; | ||
| margin-top: 40px; | ||
| } | ||
|
|
||
| @import "global"; | ||
|
|
||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| """Demote Eboard Deluxe | ||
|
|
||
| Revision ID: eecf30892d0e | ||
| Revises: fe83600ef3fa | ||
| Create Date: 2019-02-14 17:41:18.469840 | ||
|
|
||
| """ | ||
| from alembic import op | ||
| import sqlalchemy as sa | ||
|
|
||
|
|
||
| # revision identifiers, used by Alembic. | ||
| revision = 'eecf30892d0e' | ||
| down_revision = 'fe83600ef3fa' | ||
| branch_labels = None | ||
| depends_on = None | ||
|
|
||
|
|
||
| def upgrade(): | ||
| # ### commands auto generated by Alembic - please adjust! ### | ||
| op.add_column('signature_upper', sa.Column('active_rtp', sa.Boolean(), nullable=False, server_default='f')) | ||
| op.add_column('signature_upper', sa.Column('c_m', sa.Boolean(), nullable=False, server_default='f')) | ||
| op.add_column('signature_upper', sa.Column('drink_admin', sa.Boolean(), nullable=False, server_default='f')) | ||
| op.add_column('signature_upper', sa.Column('three_da', sa.Boolean(), nullable=False, server_default='f')) | ||
| op.add_column('signature_upper', sa.Column('webmaster', sa.Boolean(), nullable=False, server_default='f')) | ||
| op.alter_column('signature_upper', 'eboard', | ||
| existing_type=sa.BOOLEAN(), | ||
| type_=sa.String(length=12), | ||
| nullable=True) | ||
| # ### end Alembic commands ### | ||
|
|
||
|
|
||
| def downgrade(): | ||
| # ### commands auto generated by Alembic - please adjust! ### | ||
| op.alter_column('signature_upper', 'eboard', | ||
| existing_type=sa.String(length=12), | ||
| type_=sa.BOOLEAN(), | ||
| nullable=False) | ||
| op.drop_column('signature_upper', 'webmaster') | ||
| op.drop_column('signature_upper', 'three_da') | ||
| op.drop_column('signature_upper', 'drink_admin') | ||
| op.drop_column('signature_upper', 'c_m') | ||
| op.drop_column('signature_upper', 'active_rtp') | ||
| # ### end Alembic commands ### |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.