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

Unify ops/ctl web applications #1016

Merged
merged 70 commits into from
Aug 31, 2022
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
36a8e47
Bump next-auth from 4.9.0 to 4.10.3 in /clients/ops/privacy-center (#…
dependabot[bot] Aug 16, 2022
85daf69
Bump fideslib (#1092)
sanders41 Aug 16, 2022
367613f
983 Adds infra for email config and dispatch (#1059)
eastandwestwind Aug 17, 2022
80c8266
Create a Saas Connector from a Template [#814] (#1076)
galvana Aug 17, 2022
f7011e1
Update the "instantiate_connection_from_template" to return a portion…
pattisdr Aug 17, 2022
cef5901
Adds `AuditLog` and `ExecutionLog`s to `seed_test_data` command (#1097)
Aug 17, 2022
fc644d9
Reduce Idle Connections from Health Checks [#1102] (#1107)
pattisdr Aug 17, 2022
df98af5
Escape redis user and password (#1104)
sanders41 Aug 18, 2022
d19d556
pass in analytics id env to worker (#1113)
eastandwestwind Aug 19, 2022
4d9efb6
Adds tests for email endpoints and dispatch service (#1112)
eastandwestwind Aug 19, 2022
9dbe9ef
Endpoint to Verify User Identity [#1062] (#1111)
pattisdr Aug 19, 2022
bc3d8f2
Bump hashicorp/vault-action from 2.4.1 to 2.4.2 (#1119)
dependabot[bot] Aug 22, 2022
324e9d8
Bump fastapi[all] from 0.79.0 to 0.79.1 (#1120)
dependabot[bot] Aug 22, 2022
d2a7a2f
Bump types-urllib3 from 1.26.22 to 1.26.23 (#1117)
dependabot[bot] Aug 22, 2022
b376762
Bump nox from 2022.1.7 to 2022.8.7 (#1118)
dependabot[bot] Aug 22, 2022
219f3b5
Bump faker from 14.0.0 to 14.1.0 (#1122)
dependabot[bot] Aug 22, 2022
46c7988
Bump sqlalchemy-redshift from 0.8.10 to 0.8.11 (#1121)
dependabot[bot] Aug 22, 2022
58b6c51
POC for dynamic routing (#1033)
TheAndrewJackson Aug 22, 2022
a165f54
Add Sass connector configuration (#1099)
chriscalhoun1974 Aug 22, 2022
8947239
1128-Add Retry button back into the subject request detail view (#1131)
chriscalhoun1974 Aug 23, 2022
36cc41e
Fix localhost setting for non-endpoint analytics calls [#1029] (#1130)
pattisdr Aug 23, 2022
62441f8
Add email_templates module (#1123)
TheAndrewJackson Aug 23, 2022
3eea294
Formatting Issues in Webhooks Documentation (#1114)
RobertKeyser Aug 23, 2022
7193f3c
Send Identity Verification Email [#1010] (#1115)
pattisdr Aug 23, 2022
39c3782
Support case-insensitive connection type search [Unticketed] (#1133)
pattisdr Aug 23, 2022
74717fb
Add option to login as root user from config (#1116)
sanders41 Aug 23, 2022
16c48d3
Move logging to %-style formatting [#837] (#1132)
pattisdr Aug 24, 2022
3fe74f4
Unify ops/ctl web applications
ThomasLaPiana Aug 24, 2022
3df7320
Merge remote-tracking branch 'origin/unified-fides' into ThomasLaPian…
ThomasLaPiana Aug 24, 2022
878dc76
Merge remote-tracking branch 'fidesops/main' into ThomasLaPiana-unify…
ThomasLaPiana Aug 24, 2022
bc80deb
missed a file merge
ThomasLaPiana Aug 24, 2022
c555036
find and replace imports from the merge
ThomasLaPiana Aug 24, 2022
4c4034c
small tweaks
ThomasLaPiana Aug 24, 2022
b5ebbfb
move files from fidesops into fides after the merge
ThomasLaPiana Aug 24, 2022
49c4aef
all static checks passing
ThomasLaPiana Aug 24, 2022
f14d340
fix an import error
ThomasLaPiana Aug 24, 2022
c931426
merge alembic heads
ThomasLaPiana Aug 25, 2022
14224cd
merge the server code, remove duplicates
ThomasLaPiana Aug 25, 2022
b1eb345
isort run
ThomasLaPiana Aug 25, 2022
14647a7
small devx tweaks
ThomasLaPiana Aug 26, 2022
f8102b1
fix the database configuration
ThomasLaPiana Aug 26, 2022
1db80f3
ctl unit and integration tests are passing
ThomasLaPiana Aug 26, 2022
820d761
update ops tests, almost all unit tests passing
ThomasLaPiana Aug 26, 2022
8e6abcb
all ops units tests passing except for exception handler tests
ThomasLaPiana Aug 26, 2022
f1629d1
fix the ctl version check mock url
ThomasLaPiana Aug 26, 2022
757fba6
fix static checks
ThomasLaPiana Aug 26, 2022
8ce7fa6
specify the ctl directory for the external ctl tests
ThomasLaPiana Aug 26, 2022
6e2f115
remove the -x from the ctl external tests
ThomasLaPiana Aug 26, 2022
0a9d417
fix broken references to `ops_main`
ThomasLaPiana Aug 26, 2022
b0534c5
fix the redshift and snowflake account name
ThomasLaPiana Aug 29, 2022
d81c120
fix a reference to ops_main app
ThomasLaPiana Aug 29, 2022
034fa7a
fix the database error message
ThomasLaPiana Aug 29, 2022
b349bde
run isort
ThomasLaPiana Aug 29, 2022
f088c57
fix the postgres test host number
ThomasLaPiana Aug 29, 2022
9449290
finish merging ops_main and main, fix some small test issues in both …
ThomasLaPiana Aug 29, 2022
daec7ed
only 11 failing ops unit tests, mostly fixed by lib oauth updates
ThomasLaPiana Aug 29, 2022
e5fd2f2
clean up a few more tests, 4 ops unit tests still failing
ThomasLaPiana Aug 29, 2022
a7b2eb6
update run infrastructure to let the ops integration tests run
ThomasLaPiana Aug 29, 2022
253d4e4
run isort and remove a "no database" test
ThomasLaPiana Aug 29, 2022
72c0bfd
fix the postgres database test flakiness by checking for a subset of …
ThomasLaPiana Aug 29, 2022
04d1286
graft the ops templates
ThomasLaPiana Aug 29, 2022
3b086b8
Fix oauth endpoint tests
Aug 29, 2022
4d1d8ad
Fix failing unit tests
Aug 30, 2022
3c39a2e
removed the user_endpoint tests from ctl as they're redundant now
ThomasLaPiana Aug 30, 2022
ea1dd9b
fix the remaining broken ops integration tests
ThomasLaPiana Aug 30, 2022
0657234
update the unsafe PR checks workflow
ThomasLaPiana Aug 30, 2022
24f2ff1
fix pylint failure
ThomasLaPiana Aug 30, 2022
2541a48
set the datasets as plaintext, they aren't actually secrets
ThomasLaPiana Aug 31, 2022
e06d38f
start the app before running the external integration tests
ThomasLaPiana Aug 31, 2022
926794f
pin pydantic to <1.10.0
ThomasLaPiana Aug 31, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merge alembic heads
  • Loading branch information
ThomasLaPiana committed Aug 25, 2022
commit c9314268261511b57b707bad5a004799049a9519
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
"""another fidesops remote merge

Revision ID: 25adddf820a3
Revises: 7b81d34352e8, 97801300fedd
Create Date: 2022-08-24 10:40:25.875324

"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = '25adddf820a3'
down_revision = ('7b81d34352e8', '97801300fedd')
branch_labels = None
depends_on = None


def upgrade():
pass


def downgrade():
pass