Releases: OpenUnited/platform
v0.3.0
v0.3.0 (2023-10-16)
Feature
- feat: use Sendgrid as email server
The key is already configured in the production environment. (54fef19
)
Unknown
- Merge pull request #81 from andreparames/use-sendgrid
Use Sendgrid as email server in production (4128ca2
)
- Hot fix: Menu bar not working on mobile
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (d561afc
)
- Merge pull request #80 from OpenUnited/make-main-menu-responsive
Make the main menu responsive (a17f651
)
- Merge pull request #79 from OpenUnited/change-the-logic-after-sign-in
Modify the logic after the log in (56311d8
)
- Merge pull request #78 from OpenUnited/fix-avatar-image
Fix the avatar image in the navbar.html
(85a7370
)
- Make the main menu responsive
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (ff08790
)
- Update the test
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (e10bf74
)
- Redirect the user to the challenges page after the login and disable the pop-up temporarily
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (1180c35
)
- Fix the avatar image in the navbar.html
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (7f9b6ec
)
v0.2.0
v0.2.0 (2023-10-15)
Feature
- feat: use whitenoise to serve static files
Django only serves static files when DEBUG is enabled. Whitenoise
is a good option for serving static files in a production
environment. (00901ad
)
Unknown
- Merge pull request #76 from andreparames/use-whitenoise-for-static-files
Use whitenoise to serve static files (5288afe
)
v0.1.1
v0.1.1 (2023-10-15)
Fix
- fix: enable SECURE_PROXY_SSL_HEADER on production settings
This commit is actually irrelevant, but we need it to trigger
a new release. (23a6830
)
Unknown
- Merge pull request #75 from andreparames/enable-secury-proxy-header
fix: enable SECURE_PROXY_SSL_HEADER on production settings (aa456bb
)
- Merge pull request #74 from andreparames/enable-secury-proxy-header
Enable SECURE_PROXY_SSL_HEADER on production settings (013c016
)
-
Enable SECURE_PROXY_SSL_HEADER on production settings (
801e984
) -
Merge pull request #73 from andreparames/disable-dockerfile-db-reset
Disable database reset in Dockerfile (8f081f4
)
- Disable database reset in Dockerfile
We'll re-add that functionality using a environment variable flag. (a9896b0
)
- Merge pull request #72 from andreparames/disable-changelog
Semantic versioning: disable generation of HTML changelog (e03fecb
)
- Disable generation of HTML changelog (
cb2a199
)
v0.1.0
v0.1.0 (2023-10-15)
Feature
- feat: lol
nope (ff2940e
)
- feat: add a blank file to trigger a new release
Adds an empty file, useless, just to make sure
that python-semantic-release will create a new
release. (3c6693a
)
-
feat: added talent service (
c318842
) -
feat: replaced users with security app (
5b2fcd6
) -
feat: added talent app with user model (
471fc9e
)
Fix
- fix: remove empty file to trigger a new release
Just like before, this is a dummy commit to test
python-semantic-release, now pretending to be a
bug fix rather than a new feature. (d4e82dd
)
Unknown
- Merge pull request #71 from andreparames/cleanup
Remove files generated by semantic-versioning (e8f1cb0
)
-
Remove files generated by semantic-versioning (
cdeee65
) -
Merge pull request #70 from andreparames/main
Add Github Actions to run tests, deploy to Staging and deploy to Production (d7af6c5
)
- 2.0.0
[skip ci]
Automatically generated by python-semantic-release (77d277a
)
- 1.0.0
[skip ci]
Automatically generated by python-semantic-release (5822279
)
-
Remove files generated by semantic-versioning (
27e3fe2
) -
Small tweaks to GH Actions (
86de42c
) -
Also deploy to demo when deploying to prod (
9d44c39
) -
Fix reading tag from staging spec (
6f1301f
) -
Add Action to deploy to production (
61af102
) -
Needs PG to run tests (
28d4390
) -
Fix version string (
1a93581
) -
Install dependencies (
7aceffb
) -
Add GH Action to run tests in PRs (
1ad3373
) -
Only run Deploy to Staging on pushes to main (
35999e4
) -
0.2.0
[skip ci]
Automatically generated by python-semantic-release (4a033d1
)
-
Use default context for doctl (
77ae653
) -
0.1.0
[skip ci]
Automatically generated by python-semantic-release (46ecd67
)
-
Use fetch-depth: 0, needed for semantic-versioning (
32f5863
) -
Update GH action + configure semantic-versioning (
120e105
) -
Add version file (
863ad8f
) -
Tweak settings code (
715e0be
) -
GH Action: Login to DigitalOcean (
23dde28
) -
Create build-and-deploy.yml
Action to deploy docker image to DO (4b7e5b3
)
- Merge pull request #68 from OpenUnited/test-circular-import
Fix Circular Import Error in the Factory Methods (18feaa3
)
- Remove outdated comment
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (e4c99d7
)
- Fix the circular import error in the factory methods and update the test methods
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (bb461da
)
- Merge pull request #67 from OpenUnited/dashboard
Implement work submission and improve the user experience (233f9a5
)
- Merge pull request #66 from adnankaya/adnankaya_docker_instructions
FIX issue #65: Edit docker instructions & local env file (13cc3af
)
- Implement post method for creating BountyDeliveryAttempt and fix the query errors
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (b0a0037
)
- Create the form, construct the url path and create the template for the BountyDeliveryAttemptForm
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (a0429f1
)
- Remove BountyDeliveryAttachment and store the attachment in the BountyDeliveryAttempt model
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (5d7b320
)
- Make the fileds non-nullable in the BountyDeliveryAttempt model
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (2ff9fec
)
- Remove history from the product detail
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (2cb7499
)
- Add active bounties to the main dashboard
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (eb79e8c
)
- List the products the user owns
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (f31acfe
)
- Remove the placeholder table
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (bb9dc2c
)
- Remove the bg color from the main menu
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (57dbe8d
)
- Display a button on a condition
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (51a6743
)
- Change the menu item in the navbar
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (ae55a38
)
- Remove blur event to close the menu and update the dashboard
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (8841ded
)
-
fix typo (
c4c0256
) -
FIX issue #65: Edit docker instructions & local env file (
6469297
) -
Merge pull request #64 from OpenUnited/adrianmcphee-patch-4
Update README.md (6d59491
)
Update README.md (1e41a88
)
Update README.md (c6a119d
)
Update README.md (037ec13
)
- Update README.md ([
5af3fcd
](https://github.com/Op...