* Close anchor tag typo
* Remove confusing message in profile
* Fix typo in spec
* Add old_slug and old_old_slug fields to org
* Test for check_for_slug_change method
* Add ability for orgs to change slug
* Update copy to match new org language
* Add redirect for organizations with old slugs
* Use less queries for handling org/user redirect
* Use consistent syntax for user creation
* Test for organization slug redirects
* Refactor user article redirect
* Upgrade to Ruby 2.6.0
* Change Ruby version in guides and in travis
* Upgrade Rubocop
* Change Rubocop version for code climate
* Update .codeclimate.yml
* Update badge
* remove inline markdown rule
* broaden evaluate_inline_markdown
basically same as evaluate_markdown but without class attributes
* remove inline markdown parser
* change code block color and background
* even out code padding top/bottom
* Add details to toggles and modify some styling
* Add details to child comments
* Finalize comment collapse in nested comments
* Modify styling on comment <details>
* Add ApiSecret model scaffold
* Add relationships between ApiSecret, User, Organization
* Add placeholder template to account tab
* Add description column to ApiSecrets
* Add very basic access token generation
* Add basic access token deletion
* Show access token on success flash
* Add placeholder message when user has no secrets
* Use cta style on token generation button
* Add presence validation for ApiSecret description
* Add ApiSecrets factory
* Add pundit policy for ApiSecret
* Nest form field within api_secret hash to allow rails strong params
* Use pundit to authorize ApiSecretController actions
* Add error message flash for ApiSecretsController actions
* Add specs for ApiSecretsController
* Add length validation to api secret description
* Flash model error instead of generic message on save failure
* Truncate ApiSecret factory objects descriptions to prevent validation error
* Remove length restriction on ApiSecret.description
* Use darker font color for token creation date
* Consolidate ApiSecret migrations
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Add --theme-container-color
Add --theme-container-color for theming all containing elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Missed --theme-container-border
Adding --theme-container-border for missed elements
* Add --theme-container-box-shadow to footer
Add the --theme-container-box-shadow variable to the footer box shadow
* Add --theme-container-box-shadow to dashboard-analytics-header-wrapper
Add the --theme-container-box-shadow variable to the dashboard-analytics-header-wrapper
* Add --theme-container-box-shadow to query
Add the --theme-container-box-shadow variables to the no results query page
* Add --theme-container-box-shadow to widgets
Add the --theme-container-box-shadow variables to widgets
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Add --theme-container-border
Add the --theme-container-border variable for styling.
* Added step to deployment to build the static storybook site.
* Added step to deployment to build the static storybook site.
* using npm instead as yarn isn't installed at this point.
* reverted deployment to netlify.