Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
5d018ff0fd
Working database creation, not all random data is finished yet. Created controller and a first working method for it. Replaced DateTime everywhere with long number, like a true unix chad. Created a custom module Vrem with method .Unix() to generate unix timestamps based on given year, month and day.
213403a021
Adding random data into the DB generator; added referenced object IDs back to the models since they are going to be used in code as well, despite they will be generated in the database