Skip to content

Releases: viveksahu26/url_shortner

v0.2.0

10 Feb 03:06
7c1f4d7
Compare
Choose a tag to compare

Changelog

v0.1.0

27 Nov 12:16
f521496
Compare
Choose a tag to compare

Changelog

  • f521496 reolve lint errors (#11)
  • 437be38 remove unwanted comments (#10)
  • f76a3ea goreleaser integration (#9)
  • 3841b6b added SCORECARD_TOKEN secret
  • b74e69a Update scorecard.yml
  • c7604c3 run workflow on saturday
  • b444ed3 Update README.md
  • 6f84219 Create scorecard.yml
  • 9aeca65 update README.md file
  • bbb51df added functionality to retrieve existing longURL from shortURL (#8)
  • 2b6041a added docs for custom port
  • 061231a Updated docker image
  • f8c38a2 solved complexed issue
  • 12d1568 updated docs
  • f886a0f Merge pull request #6 from viveksahu26/testing
  • 3b17c17 Added docs for docker
  • 5fd95ea updated README.md
  • ce64b51 updated port
  • 4db12af update codebase to compatible with docker
  • 2377818 update README.md
  • 0042824 rewrite heath checkup function
  • 53b376e small fix in README.md
  • 918f921 Updated README.md file
  • b70c491 Merge pull request #5 from viveksahu26/feature
  • 3bcd515 Merge branch 'main' into feature
  • e443ba8 Merge pull request #4 from viveksahu26/revert-3-feature
  • 4edcb1d update health check function
  • 687b44d Revert "Feature (#3)"
  • 4cc3f9e Added e2e test case for buildResponse function
  • b88a4b4 Feature (#3)
  • 808d42b removed docs dor docker
  • 98ffe10 Added health chack up function
  • 6abc1cd Merge pull request #2 from viveksahu26/feature
  • 4926d2e Implement map method to check longurl exist or not
  • 590328a Merge pull request #1 from viveksahu26/feature
  • 547b13b Merge branch 'main' into feature
  • 45cea2d respond with JSON format
  • 6c68afc updating main with simpler readbility
  • 1086ded respond with JSON format
  • ced7445 updating main for simple readbility
  • 8a05ea2 updated README file
  • 195015b Added Dockerhub image
  • ea636e7 Added doc to run container directly from image
  • 7bf440b finally Dockerfile works
  • 7497c17 Added Dockerfile but doesn't seems to work
  • 985338d remove jsonByte from print statement
  • 0a6f409 updated readme file
  • c467159 fix README
  • 057c9e2 updated README file
  • ba62554 return the responses
  • fea0bd5 updating generateurlfunction
  • 77dee47 convert response into JSON bytes as well handling errors
  • 31b79e7 Created response function, will return shorten URL
  • 507580a saving URL to file
  • 0425b81 Added shorturlgenerator function
  • 18cee53 added main function