Skip to content

Tags: antonPalmFolkmann/DevOps2022

Tags

v1.1

Toggle v1.1's commit message
Added report

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add frontend 1.0 to main repo (#233)

* Add frontend 1.0 to main repo

* Remove most code smells

* Remove most code smells - for real this time

* Last smell removed

v0.10

Toggle v0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/tweet messages return 404 (#220)

* Util changes + potential tweet fix

* Swap GET + POST and Use Integers not Bool

* Fixed failing readtests

Co-authored-by: Chris <[email protected]>

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update deploy.yaml (#203)

v0.8

Toggle v0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add golangci-lint (#185)

* Add golangci-lint

* Add work dir

* Add wsl

* Refactor golangci Proposed Changes

* WIP Refactoring for golangci

* test underscore

* Add err check to user + message tests

* Usercontroller err check

* test code checks

* More err checks

* Remove helper method in user_controller test

* add err check to message_service_test

* Fix minor checks

v0.7

Toggle v0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update deploy.yaml (#183)

v0.6

Toggle v0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feature/implementing orm (#152)

* Beginnings of introducing ORM to database.

Co-authored-by: aHjelmgaard <[email protected]>

* Finished CRUD for User class.

Co-authored-by: aHjelmgaard <[email protected]>

* Extracting to Controllers
Co-authored-by: aHjelmgaard <[email protected]>
Co-authored-by: Jakob <[email protected]>

* Changing to Controller format.
Co-authored-by: aHjelmgaard <[email protected]>
Co-authored-by: Jakob <[email protected]>

* Completed UserController and UserService.

Co-authored-by: aHjelmgaard <[email protected]>

* Finished migrating Message to database.

* Minor edits in startup

* Remove minitwitcopy.db

* Refactor all Get<Model> to Use Struct Types

* Make All Functions in Services Methods

* Make All Files Conform to Naming Style

* Make Folders Follow Naming Convention

* Clean-up storage Package

* Remove Models (Was Moved to schema.go)

* Clean-up services Package

* Format server.go

* Auto-migration worked!

* Make Dumps Fit New Schema

* Make Restore Fit New Schema

* Add Auto-migrating with Restore

* Fix Types in Services based on Models

* Remove Trailing Whitespace from Docker-compose

* Rework Interfaces + Naming of Services

* Minor fixes.

Co-authored-by: aHjelmgaard <[email protected]>

Co-authored-by: aHjelmgaard <[email protected]>
Co-authored-by: Christoffer Gram <[email protected]>

v0.5

Toggle v0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add droplet-up & droplet-down + Gitignore .env For Secrets (#139)

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactoring/templates (#123)

* Refactored template methods to template package.

Co-authored-by: aHjelmgaard <[email protected]>

* Clean-up of template.go.

* Minor cleaning for refactoring later.

Co-authored-by: aHjelmgaard <[email protected]>

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changed POST to GET (#99)

Co-authored-by: Alexander Hjelmgaard <[email protected]>