-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integration feedbacks changes #13
Draft
thenav56
wants to merge
52
commits into
develop
Choose a base branch
from
feature/oauth
base: develop
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.
Draft
Conversation
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
- Use strawberry.interface for mixin types - Fix formating issues - Fix deprecation with graphql_ide - Remove not-required settings.py configs - Fix user save (remove force_insert after manual save)
- Add display_picture - Add redirect_to for dev/sign_in
- Fix test runner
To avoid temporary `client_id` attribute in GraphQL mutation
thenav56
force-pushed
the
feature/oauth
branch
from
August 13, 2024 15:12
1c1488a
to
b758fa0
Compare
- Add project title in contract __str__
thenav56
force-pushed
the
feature/oauth
branch
from
August 13, 2024 15:15
b758fa0
to
17b8e05
Compare
thenav56
force-pushed
the
feature/oauth
branch
from
August 13, 2024 15:51
06bc81b
to
ce5c9f6
Compare
thenav56
force-pushed
the
feature/oauth
branch
from
August 23, 2024 09:31
6d2c3b6
to
8cd4de2
Compare
- Is it bit complex to ignore graphql errors - For now ignoring at sentry server-side
thenav56
force-pushed
the
feature/oauth
branch
from
August 23, 2024 09:35
8cd4de2
to
3d45bdc
Compare
thenav56
force-pushed
the
feature/oauth
branch
from
August 26, 2024 12:44
cb06062
to
f643bca
Compare
- Sort by user name instead of id in standup - Return department on slide and user info - Add slide order in project - Properly handle events cache - Add is_superuser staff in UserMe - Fix TimeEntry types filter - Add additional fields to UserType - Deprecated standup fields
thenav56
force-pushed
the
feature/oauth
branch
from
August 27, 2024 11:40
d13bb61
to
226ebb3
Compare
- Meeting (Internal) - Testing - Research - OPERATION
thenav56
force-pushed
the
feature/oauth
branch
from
August 27, 2024 13:01
73b676b
to
003a736
Compare
Allow delete for unreferenced rows
- Cache event dates using redis
thenav56
force-pushed
the
feature/oauth
branch
from
August 28, 2024 17:51
c5b765c
to
b90cd09
Compare
- Add users paginated node
thenav56
force-pushed
the
feature/oauth
branch
from
August 28, 2024 18:08
8d1a5da
to
eb36cb4
Compare
- Add filters of +-months for events - Add lazy filter values for LAST_WORKING_DAY and TODAY
thenav56
force-pushed
the
feature/oauth
branch
2 times, most recently
from
September 6, 2024 03:51
ba52b3b
to
f4fffe1
Compare
Used to do analysis using SQL by PMs
- Hide past events - Hide future deadlines (looking at start_date) - Add warning in admin panel
Using Django's default value: https://docs.djangoproject.com/en/4.2/ref/settings/#std:setting-SESSION_COOKIE_AGE
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes
This PR doesn't introduce any:
print
This PR contains valid: