{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":683193227,"defaultBranch":"main","name":"randomstring","ownerLogin":"necmettindev","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-08-25T20:25:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/32331164?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1692996384.0","currentOid":""},"activityList":{"items":[{"before":"9bb7bc06b576b9f2ebbe524410ffea81577d461e","after":"4669d5eeb19290e96836b760c6e06fd754a57aed","ref":"refs/heads/main","pushedAt":"2023-08-26T09:44:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"chore(README.md): fix typo in the title of the README file\nThe title of the README file has been corrected from \"RandomString Generator\" to \"Random String Generator\" to improve readability and consistency.","shortMessageHtmlLink":"chore(README.md): fix typo in the title of the README file"}},{"before":"1f77e70d07720a1eace3addcea8ecc431c0c6e06","after":"9bb7bc06b576b9f2ebbe524410ffea81577d461e","ref":"refs/heads/main","pushedAt":"2023-08-25T21:04:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"refactor(randomstring.go): remove unused generateStringFromCharset function\nrefactor(randomstring.go): remove unused modifyCharset function\nThe generateStringFromCharset and modifyCharset functions are no longer used in the codebase and can be safely removed to improve code readability and maintainability.","shortMessageHtmlLink":"refactor(randomstring.go): remove unused generateStringFromCharset fu…"}},{"before":"324fc3f044f63525cafbe603bb375b1c4f995cba","after":"1f77e70d07720a1eace3addcea8ecc431c0c6e06","ref":"refs/heads/main","pushedAt":"2023-08-25T21:02:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"fix(README.md): fix typo in function name from GenerateStrin to GenerateString\nThe function name was corrected from GenerateStrin to GenerateString to match the actual function name.","shortMessageHtmlLink":"fix(README.md): fix typo in function name from GenerateStrin to Gener…"}},{"before":"c16d90a8538799ef374c81e4cc520601b4231fad","after":"324fc3f044f63525cafbe603bb375b1c4f995cba","ref":"refs/heads/main","pushedAt":"2023-08-25T20:53:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"test(randomstring_test.go): add test case for modifying character set based on generation options\nThis commit adds a new test case to the randomstring_test.go file. The test case tests the modifyCharset function, which modifies the character set based on the provided generation options. The test verifies that the function correctly modifies the character set based on the options and returns the expected result.","shortMessageHtmlLink":"test(randomstring_test.go): add test case for modifying character set…"}},{"before":"9e8041e7db6fff56556411e9f1a8266fd33e57b8","after":"c16d90a8538799ef374c81e4cc520601b4231fad","ref":"refs/heads/main","pushedAt":"2023-08-25T20:51:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"chore(randomstring.go): remove Turkish comment and translate it to English\nThe Turkish comment \"Yeni eklenen alan: kullanıcı tanımlı karakter seti\" has been removed and translated to English. This improves code readability and maintainability for non-Turkish speakers.","shortMessageHtmlLink":"chore(randomstring.go): remove Turkish comment and translate it to En…"}},{"before":"4985e5f871b79cf5432ea80ffbefe7f358791410","after":"9e8041e7db6fff56556411e9f1a8266fd33e57b8","ref":"refs/heads/main","pushedAt":"2023-08-25T20:45:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"chore(license): remove unnecessary newline at the end of the file\nThe commit removes an unnecessary newline at the end of the LICENSE file. This change is made to maintain consistency and adhere to best practices in file formatting.","shortMessageHtmlLink":"chore(license): remove unnecessary newline at the end of the file"}},{"before":"a704ebeb3e6f11ddc74865217c6e019a77da5163","after":"4985e5f871b79cf5432ea80ffbefe7f358791410","ref":"refs/heads/main","pushedAt":"2023-08-25T20:44:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"chore(go.mod): remove unnecessary version constraint for Go\nThe unnecessary version constraint for Go has been removed from the go.mod file. This allows the project to be compatible with a wider range of Go versions.","shortMessageHtmlLink":"chore(go.mod): remove unnecessary version constraint for Go"}},{"before":"8b11407b1374ccbd751d620e58c6329a6d85efba","after":"a704ebeb3e6f11ddc74865217c6e019a77da5163","ref":"refs/heads/main","pushedAt":"2023-08-25T20:44:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"chore: add .gitignore file to exclude unnecessary files and directories from version control\nThe .gitignore file is added to the project to specify which files and directories should be ignored by Git. This helps to keep the repository clean and avoid including unnecessary files such as binaries, test outputs, dependency directories, IDE folders, and operating system files.","shortMessageHtmlLink":"chore: add .gitignore file to exclude unnecessary files and directori…"}},{"before":"5c7c8d6d57d35474ce8c34c2083b1ca89b2d158a","after":"8b11407b1374ccbd751d620e58c6329a6d85efba","ref":"refs/heads/main","pushedAt":"2023-08-25T20:43:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"docs(README.md): fix code block formatting and typos, improve readability and clarity of usage examples\nThe changes in this commit fix the formatting of code blocks in the README.md file, correct some typos, and improve the readability and clarity of the usage examples for the `randomstring` package. This makes it easier for users to understand how to use the package and its various features.","shortMessageHtmlLink":"docs(README.md): fix code block formatting and typos, improve readabi…"}},{"before":null,"after":"5c7c8d6d57d35474ce8c34c2083b1ca89b2d158a","ref":"refs/heads/main","pushedAt":"2023-08-25T20:39:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"necmettindev","name":"Necmettin","path":"/necmettindev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32331164?s=80&v=4"},"commit":{"message":"feat: Add randomstring library with basic functionality\n\nThis commit adds the randomstring library, which provides functionality for generating random strings based on specific characteristics. The library allows for generating strings with alphanumeric characters, letters only, digits only, special characters, or a custom character set. It also provides options to disable uppercase, lowercase, or numeric characters, and supports using a custom character set.\n\nThe library is added to the project to provide a convenient way to generate random strings for various purposes, such as generating passwords, tokens, or unique identifiers.\n\nThe license file and readme file are also added to provide information about the library and its usage. The license chosen for the library is the MIT License, which grants permission to use, copy, modify, merge, publish, distribute, sublicense, and/or sell the software.\n\nContributions to the library are welcome, and contributors are encouraged to open issues or pick up existing ones before making their contributions and submitting pull requests.\n\nThis commit addresses the need for a random string generation library and provides a starting point for using and contributing to the library.\n\ntest(randomstring): add unit tests for GenerateStringFromCharset and GenerateString functions\nThe new file `randomstring_test.go` contains unit tests for the `GenerateStringFromCharset` and `GenerateString` functions in the `randomstring` package. The tests cover various scenarios, including different charsets, lengths, and options. The purpose of these tests is to ensure the correctness and reliability of the `GenerateStringFromCharset` and `GenerateString` functions.","shortMessageHtmlLink":"feat: Add randomstring library with basic functionality"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADcwI1fgA","startCursor":null,"endCursor":null}},"title":"Activity · necmettindev/randomstring"}