Skip to content

Remove privacy app #2954

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 1 commit into from
Jun 21, 2017
Merged

Remove privacy app #2954

merged 1 commit into from
Jun 21, 2017

Conversation

agjohnson
Copy link
Contributor

The privacy app was a strange mixture of various application models managers,
querysets, and syncers. Instead, logic is moved to where we should be using it,
inside the other applications

The privacy app was a strange mixture of various application models managers,
querysets, and syncers. Instead, logic is moved to where we should be using it,
inside the other applications
@agjohnson agjohnson added the PR: work in progress Pull request is not ready for full review label Jun 17, 2017
@agjohnson agjohnson requested a review from ericholscher June 17, 2017 07:20
@agjohnson agjohnson added PR: ready for review and removed PR: work in progress Pull request is not ready for full review labels Jun 17, 2017
agjohnson added a commit that referenced this pull request Jun 20, 2017
This replaces the list of text with a table that is more navigable and also
replaces the create form with a dropdown form of the projects you can add. This
list of projects is limited to projects you are the admin of, and which have not
been added as a sub or super project anywhere else.

This depends on #2954 and others.
Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable. Every time we futz with the privacy managers I can't help but feel like there is a better solution to this problem. They feel a bit janky and hard to get right, but I haven't come up with the proper solution in my head.

@@ -1,18 +1,22 @@
"""Classes allowing copying files around.
"""Classes to copy files between build and web servers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Believe this file rename will need to change in our prod settings too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup! I got a PR on ops, but it needs to be updated as it's conflicting with the other PR you opened around Syncers

@agjohnson agjohnson merged commit 14f0fb7 into master Jun 21, 2017
@agjohnson agjohnson deleted the refactor-privacy branch June 21, 2017 21:41
agjohnson added a commit that referenced this pull request Jun 22, 2017
* Remove privacy app

The privacy app was a strange mixture of various application models managers,
querysets, and syncers. Instead, logic is moved to where we should be using it,
inside the other applications

* New subproject admin page

This replaces the list of text with a table that is more navigable and also
replaces the create form with a dropdown form of the projects you can add. This
list of projects is limited to projects you are the admin of, and which have not
been added as a sub or super project anywhere else.

This depends on #2954 and others.

* Lint fixes

* Require arguments to project form
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants