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

Implement Browser Analytics #1329

Merged
merged 3 commits into from
Jul 1, 2016
Merged

Implement Browser Analytics #1329

merged 3 commits into from
Jul 1, 2016

Conversation

dstufft
Copy link
Member

@dstufft dstufft commented Jul 1, 2016

Fixes #779

@dstufft dstufft merged commit 12d25d5 into pypi:master Jul 1, 2016
@dstufft dstufft deleted the analytics branch July 1, 2016 20:03
di added a commit that referenced this pull request Dec 26, 2017
Before, these were always UUID objects, but since #1329 this is stored
as a string for session-based authentication only. To keep everything
consistent, always use strings over UUID objects.
di added a commit that referenced this pull request Jan 13, 2018
Before, these were always UUID objects, but since #1329 this is stored
as a string for session-based authentication only. To keep everything
consistent, always use strings over UUID objects.
di added a commit that referenced this pull request Jan 15, 2018
Before, these were always UUID objects, but since #1329 this is stored
as a string for session-based authentication only. To keep everything
consistent, always use strings over UUID objects.
di added a commit that referenced this pull request Jan 17, 2018
Before, these were always UUID objects, but since #1329 this is stored
as a string for session-based authentication only. To keep everything
consistent, always use strings over UUID objects.
di added a commit that referenced this pull request Jan 18, 2018
Before, these were always UUID objects, but since #1329 this is stored
as a string for session-based authentication only. To keep everything
consistent, always use strings over UUID objects.
di added a commit that referenced this pull request Jan 22, 2018
* Add 'manage' permission

* Always store principals as strings

Before, these were always UUID objects, but since #1329 this is stored
as a string for session-based authentication only. To keep everything
consistent, always use strings over UUID objects.

* Split profile and project management

This gives the logged in user a place to manage their profile, and a
place to manage their projects. Mostly stubbed out for now.

* Put the gravatar link on the 'Manage Profile' page

This no longer needs to be a client-side include because we can just
edit it via profile management when the user is logged in.

* Some really rudimentary styling, please revert

* Role management

Adding and deleting roles

* Update logged in information architecture, begin styling

* Make collaborator form more simple

* Allow stacking flash messages

* Reuse dropdown SCSS

* Style releases table

* Update management UI based on meeting feedback

* Fix linter errors

* Hide 'duplicate' roles

* Break management forms into mixins

* Simplify delete view

* Add ability to change existing roles

* Add JournalEntries when adding/removing roles

* Add labels for screen readers

* Add delete modals, tabs, clean up UI

* Put TODOs in comments

* Namespace manage routes

* Hide draft UIs in templates

* Properly comment out Edit Project link

* Change 'Preview' to 'View'

This will always link to a project/release that is live, so it's never
really a "Preview" per se. Also, this allows us to actually have a
"Preview" some day when we allow for staged releases.

* Fix more linting errors
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.

1 participant