-
Notifications
You must be signed in to change notification settings - Fork 981
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
Conversation
This file contains 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
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
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.
Fixes #779