Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy rendu intermediare #11

Merged
merged 27 commits into from
Mar 22, 2024
Merged

deploy rendu intermediare #11

merged 27 commits into from
Mar 22, 2024

Conversation

lugopi
Copy link
Collaborator

@lugopi lugopi commented Mar 22, 2024

No description provided.

Thombrix and others added 27 commits March 10, 2024 15:38
commit 5aeee8a
Author: Thombrix <bruno.thomas-caruso@outlook.com>
Date:   Fri Mar 22 01:11:04 2024 +0100

    removed test script

commit 06eea03
Author: Thombrix <bruno.thomas-caruso@outlook.com>
Date:   Fri Mar 22 01:06:32 2024 +0100

    fixed things

commit 455c509
Author: Thombrix <bruno.thomas-caruso@outlook.com>
Date:   Fri Mar 22 00:02:06 2024 +0100

    fixed stuff

commit 0c7b46c
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 23:28:34 2024 +0100

    add dotenv ex

commit 6e54c01
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 23:23:34 2024 +0100

    Squashed commit of the following:

    commit 2df130c
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Thu Mar 21 23:21:49 2024 +0100

        Added User GET current user route

    commit ab9b632
    Merge: 820e9ee 5d9be73
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Thu Mar 21 23:01:28 2024 +0100

        Merging 7-user-config into dev

    commit 5d9be73
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Thu Mar 21 22:57:33 2024 +0100

        Added CRUD for Pictures and Users (extensively tested with Postman, no test cases written yet)

    commit 820e9ee
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Thu Mar 21 22:16:16 2024 +0100

        check for match when user likes another use & added a test case

    commit 97bbf74
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Wed Mar 20 22:19:57 2024 +0100

        Added User update, refactored User creation (not tested yet)

    commit 0e47b18
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 21:00:44 2024 +0100

        updated like serializer test to user the source user id from fake request

    commit e864dc3
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 20:52:03 2024 +0100

        added like view

    commit fc5bec6
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Wed Mar 20 20:23:52 2024 +0100

        Added Scripts folder to gitignore (venv)

    commit 4acc74a
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 18:32:18 2024 +0100

        tag data

    commit 6adc2c3
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 16:56:34 2024 +0100

        added tag view

    commit a80295e
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 16:44:39 2024 +0100

        Added view to register user

    commit 2bffc67
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 23:27:08 2024 +0100

        added django simple jwt

    commit 5aecc39
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 23:06:52 2024 +0100

        like serialization & unit test

    commit 714c814
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:41:30 2024 +0100

        picture and tag serialization & unit test

    commit 8ab9ae5
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:15:41 2024 +0100

        Tag serialization & unit test

    commit be402f1
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:09:51 2024 +0100

        added unit test for user serialization

    commit ea43bb0
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:09:06 2024 +0100

        user registration serializer

    commit 0ed3af7
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:08:50 2024 +0100

        update models

    commit db53ee6
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:08:15 2024 +0100

        enabled debug info

    commit 44dac42
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 16:12:40 2024 +0100

        user serializer

commit 51237a8
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 23:07:21 2024 +0100

    Squashed commit of the following:

    commit ab9b632
    Merge: 820e9ee 5d9be73
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Thu Mar 21 23:01:28 2024 +0100

        Merging 7-user-config into dev

    commit 5d9be73
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Thu Mar 21 22:57:33 2024 +0100

        Added CRUD for Pictures and Users (extensively tested with Postman, no test cases written yet)

    commit 820e9ee
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Thu Mar 21 22:16:16 2024 +0100

        check for match when user likes another use & added a test case

    commit 97bbf74
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Wed Mar 20 22:19:57 2024 +0100

        Added User update, refactored User creation (not tested yet)

    commit 0e47b18
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 21:00:44 2024 +0100

        updated like serializer test to user the source user id from fake request

    commit e864dc3
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 20:52:03 2024 +0100

        added like view

    commit fc5bec6
    Author: Damien Tschan <damien.tschan1@he-arc.ch>
    Date:   Wed Mar 20 20:23:52 2024 +0100

        Added Scripts folder to gitignore (venv)

    commit 4acc74a
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 18:32:18 2024 +0100

        tag data

    commit 6adc2c3
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 16:56:34 2024 +0100

        added tag view

    commit a80295e
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 16:44:39 2024 +0100

        Added view to register user

    commit 2bffc67
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 23:27:08 2024 +0100

        added django simple jwt

    commit 5aecc39
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 23:06:52 2024 +0100

        like serialization & unit test

    commit 714c814
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:41:30 2024 +0100

        picture and tag serialization & unit test

    commit 8ab9ae5
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:15:41 2024 +0100

        Tag serialization & unit test

    commit be402f1
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:09:51 2024 +0100

        added unit test for user serialization

    commit ea43bb0
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:09:06 2024 +0100

        user registration serializer

    commit 0ed3af7
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:08:50 2024 +0100

        update models

    commit db53ee6
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:08:15 2024 +0100

        enabled debug info

    commit 44dac42
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 16:12:40 2024 +0100

        user serializer

commit 3268028
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 23:04:50 2024 +0100

    comit

commit c46d3c7
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 22:57:23 2024 +0100

    Squashed commit of the following:

    commit 820e9ee
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Thu Mar 21 22:16:16 2024 +0100

        check for match when user likes another use & added a test case

    commit 0e47b18
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 21:00:44 2024 +0100

        updated like serializer test to user the source user id from fake request

    commit e864dc3
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 20:52:03 2024 +0100

        added like view

    commit 4acc74a
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 18:32:18 2024 +0100

        tag data

    commit 6adc2c3
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 16:56:34 2024 +0100

        added tag view

    commit a80295e
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Wed Mar 20 16:44:39 2024 +0100

        Added view to register user

    commit 2bffc67
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 23:27:08 2024 +0100

        added django simple jwt

    commit 5aecc39
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 23:06:52 2024 +0100

        like serialization & unit test

    commit 714c814
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:41:30 2024 +0100

        picture and tag serialization & unit test

    commit 8ab9ae5
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:15:41 2024 +0100

        Tag serialization & unit test

    commit be402f1
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:09:51 2024 +0100

        added unit test for user serialization

    commit ea43bb0
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:09:06 2024 +0100

        user registration serializer

    commit 0ed3af7
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:08:50 2024 +0100

        update models

    commit db53ee6
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 22:08:15 2024 +0100

        enabled debug info

    commit 44dac42
    Author: Thombrix <bruno.thomas-caruso@outlook.com>
    Date:   Tue Mar 19 16:12:40 2024 +0100

        user serializer

commit 983aff4
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 22:51:30 2024 +0100

    fix some view and continue to complete the connection between the front and the back

commit 885868e
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 10:44:37 2024 +0100

    Merge remote-tracking branch 'origin/dev'

commit 8696696
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Thu Mar 21 10:43:24 2024 +0100

    link the front and the backend still wip
    add token access

commit 8466009
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Wed Mar 20 17:54:13 2024 +0100

    Merge remote-tracking branch 'origin/dev'

commit 2cefc52
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Wed Mar 20 17:44:54 2024 +0100

    add axios to link the front and the backend still wip

commit 4851c0d
Author: Lucas Gosteli <lucas.gosteli@he-arc.ch>
Date:   Sun Mar 17 18:43:35 2024 +0100

    add views
@lugopi lugopi merged commit 32560ef into main Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants