Skip to content

Releases: gitcomteam/gitcom-api

v0.19.0

04 Mar 13:05
723aa6e
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release
  • project images
  • user model - email confirmed method
  • registration bonus background job
  • test hotfix (2) / renamed circleci test config
  • adding tasks to jobs pool
  • clean up job pool between tests
  • JobPool - fix waiting for jobs
  • UserBadge transformer hotfix
  • importing GitHub project without auth WIP
  • transformers fixes
  • submit new project anonymously
  • sync issues background job
  • get cards - endpoint pagination
  • card response hotfix
  • get cards response hotfix
  • project alias creation fix
  • newest projects pagination / get project cards endpoints
  • get cards endpoint
  • updated sync issues background job
  • misc fixes / discord webhooks for system events
  • fixed repo origin id parsing

v0.18.0

31 Jan 07:52
5f156d1
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release
  • fixed exception while creating user without email - fix #42 null value in column "email" violates not-null constraint
  • currency types hotfix - v0.17.1-rc2
  • project posts endpoint + schedule job
  • project posts hotfix
  • auto add project to creators library
  • bump version
  • GET repository metadata
  • moved settings controller
  • fixed GitHub auth in SyncReleases job
  • user badges
  • build hotfix
  • default User 'Early adopter' badge
  • GET latest posts endpoint
  • hotfix creating project posts
  • project posts sync 'created at' date on creation
  • sync releases hotfix when repo not found
  • get user projects hotfix
  • sync releases date hotfix
  • allowed subscription currency values updated
  • added new setting for post register survey

v0.17.1-rc1

23 Jan 19:17
719be74
Compare
Choose a tag to compare
v0.17.1-rc1 Pre-release
Pre-release
  • Fixed creating user without GithHub email (it was failing before)
  • Added CLI command to create users manually

v0.17.1

23 Jan 20:18
15d0622
Compare
Choose a tag to compare
v0.17.1 Pre-release
Pre-release
  • fixed exception when creating user without email
  • CLI command for creating users manually

v0.17.0

21 Jan 19:37
d98e255
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

Features:

  • Lazy registration
  • Get user projects endpoint

v0.16.0

06 Jan 00:03
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

Updated:
removed spaces from emails/logins on register
added GitCom token as currency type
remove unused CLI commands
project alias - remove spaces & converting it to lower case
new CLI commands:

  1. manually create the project
  2. print tables size

fixed typos

v0.15.0

29 Dec 23:24
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

TODO: update release info

v0.14.0

26 Dec 00:36
bbf0847
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

TODO: update

v0.13.0

24 Dec 21:52
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Summary:

  1. API for login via social networks and services (GitHub, GitLab, Google)
  2. API fixes

Full release logs

Features

  1. Added deploy scripts
  2. Model caching (enabled for some models)

Bugfixes

  1. Fixed a bug when request failed on settings update

Other

  1. Changed based docker image to dotnet core