-
Notifications
You must be signed in to change notification settings - Fork 3
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
UNIQUE constraint failed: auth_user.username #87
Labels
Comments
winsmith
added a commit
that referenced
this issue
Sep 9, 2017
winsmith
added a commit
that referenced
this issue
Sep 11, 2017
* Create base template fix #24 * Add functionality view #16 * More improvements for functionality view fixes #16 * Add Back Buttons for Apps and Functionalities * Add ‘Create Dummy Data’ management command fix #25 * Disabled Availabilities are now saved fix #29 * Small Style Fixes * Add owning User and Company models fix #30 * Include a bootstrap timeline example to work from #26 * Add Admin Inline for Releases * Add Release LIst to functionality view #26 * Nicer timeline for releases * Improved Code Formatting in Functionality View #26 * Show Functionality ID in Functionality View Fix #31 * Update to Bootstrap 4 CSS #33 * Update Base HTML and Navbar #33 * Update Index to Bootstrap 4 #33 * Update includes to Bootstrap 4 #33 * Update App View to Bootstrap 4 #33 * Update Functionality View to Bootstrap 4 fix #33 * Fix a bug in Flavor.width_percent fix #34 * Views: Switch to container instead of container-fluid * Fix formatting in functionality.html * Updated Layout for Functionality View * Add “Let In” Buttons to Functionality View * Cardify App View * Remove Flavor Name from Progress in App View * Create Overview Page fix #15 * Add login_required decorator to all internal views * Remove Release.end_at field fix #35 * Add View to create, edit and delete Apps fix #28 * Add Functionality to Create new Functionalit fix #27 * Add views to add/edit flavours fix #36 * Add Rollout Strategy Display to Func View * Show Releases only when relevant in Func View * Add Release Management Views fix #26 * Add Help Text to Functionality Form * Prettier Functionality and Release View * Update Screenshot * Show full red/green bars for global and cancelled functionalities * Actually go to the home page when clicking the brand name * Add a help text to Flavor Form * Add Empty Cases for Releases and Flavors * Add description of Flavor Color to Flavor Form * Detail fixes for Functionality Detail * Add Help Text to Release Form * More little style fixes * Split up Readme int Readme, roadmap and models * Remove Already-Done TODOs from the Roadmap * Fix an error in README * Remove warning about admin from models * Fix tests that failed because of the Company Model Introducing the company model and the ForeignKey from App to Company broke some tests. These are now fixed. * Fixed Tests * Fix a formatting bug in karman * Add DS_Store to gitignore * Remove Testing Paragraph from Roadmap We do actually have tests now! * Feature/17 user management views (#38) * Add user List * Update User List Template * Add better navigation options * Create User * Edit and Delete Users * Make sure only the users of the own company are edited * UI Improvements for User List * Fix a typo in User List fix #17 * Update Readme and Roadmap to add User Mgmt * Update Readme intro * Add continuous integration via travis This includes coding style checks via flake8 and tests. * Removed Karman Karman has its own repository at github.com/ablator/karman * Add travis config file and flake8 * Flaky! * Fix Tests * Update travis config to run flake with config file * Update Travis config to hopefully include tests * Further Update Travis config * Updated License to BSD 3-Clause License * Organization management (#67) * Renamed Company to Organization fix #63 * Fix a whitespace issue * Move User Mgmt URLs to make space for org mgmt URLs * Add created_at fields to AblatorUser and Organization * Add Organization Management fix #64 * Add User Detail View * Exclude migrations from flake * Add newline to user_management/views.py * Cache Based Logging (#69) * Basic Logging * Fix some errors in loggin * Fix linter errors * Some serious progress on logging and log display * Lintinnnnggg * Filter Logs by functionality key * Cache Based Logging Yeah Fix #71 Fix #4 * Docker File (#72) * Redo Migrations (they were broken and out of sync) * Add static root setting * Add gunicorn to requirements file * Add Dockerfile fix #49 * Add some environment configurations, whitenoise #7 Fix #58 * Use gevent for gunicorn * Dockerization (#74) * Add gunicorn to requirements file * Include dj_database_url Fix #73 * Settings for Cache, Hash Salt fix #7 * Live Updating (#75) * Reverse time order * Move JS file outside of template and add live reloading * Live Updating of user count * Live Updating of progress bar * Live Updating of Flavors * Improved Log Display Performance * Update Readme (#76) * Update Readme and Roadmap Readme now includes the logo, roadmap has already-done parts excluded * Update Image size defintion * Updated Logo * Fix a typo in behaviour choices This commit is dedicated to Rya * Remove used info for anon users * Register New Organization (#82) * Register orgs first draft * Fixed a bug in displaying messages * Show messages on login page * Gradient Background * Style for organization registration fix #39 * Fix a linter error * Remove Admin App This presented a security risk, since we are using the is_staff method * Fix an issue where an empty flavors section would not get displayed * Better Code Hinting (#85) * Add code help messages for swift, python and curl * Update License footer * Add psycopg2 to requirements * Remove Admin URLs * Fix #86 * Add unique check to usernames during registration (#88) * Fix #87 * Fix * Add Status Page (#92) * Add Status Page * Add newline to the end of index.py * Use DeviceID in Swift Example * Add Sentry Integration (#98) * Add Sentry Integration fix #84 * Fix linting issues * Include New Logo (#99) * Add VersioningMiddleware * Add Sentry Integration fix #84 * Fix a bug where the page would get reloaded too often * Include Version in footer * Glue Footer to the bottom! * Include SVG Logo * Linter Updates * Version 2017.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When registering a user with an existing name
The text was updated successfully, but these errors were encountered: