-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adjust API to project model #214
Open
lucaslinhares
wants to merge
24
commits into
main
Choose a base branch
from
feature/project-adjust-api
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
71af785
feat: Add Project model to internal app
lucaslinhares a6be1d1
feat: Create and test GlobalSerializer
Sandro-Meireles 485cd20
feat: create GlobalViewSet with Create, Retrieve, Destroy and List en…
Sandro-Meireles d4e2020
feat: Add globals URls on internal app
Sandro-Meireles b196e98
feat: Adjust Statistic app to new Project model.
lucaslinhares ab69f34
feat: Adjust Users app to new Project model.
lucaslinhares 916dece
feat: Adjust Classifier app to new Project model.
lucaslinhares b8ea1bc
fix: Remove prints in classifier tests.
lucaslinhares 08aabed
feat: Adjust Flows app to new Project model and update classifier view.
lucaslinhares 7984096
feat: Adjust Orgs app to new Project model.
lucaslinhares 51e0920
fix: Fix a error in destroy function
lucaslinhares 808991d
fix: Fix some errors and adjust apps in nem project model
lucaslinhares 42898b0
fix: Correct POST in flows, add migrations and adjust return after PA…
lucaslinhares dda5c2d
fix: Fix error in user view
lucaslinhares 8a58b1d
fix: update name project to org in serializers
lucaslinhares 06d0837
feat: add readme file and update tests.
lucaslinhares fd2449b
fix: Adjust some tests and use black in files
lucaslinhares 4ffe436
feat: Add insert many objects function
lucaslinhares eedbba1
fix: Adjust serializers and test in internal/channel
lucaslinhares e6e084c
fix: adjust analytics_api tests.
lucaslinhares 90564f8
Merge branch 'feature/global-internal-endpoints' into feature/project…
lucaslinhares e7e84e1
Merge branch 'main' into feature/project-adjust-api
lucaslinhares c68c8db
revert black in channels files and migration file
lucaslinhares ab81efe
revert black in channels files and migration file
lucaslinhares File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change from
response.json()
toresponse.data
?