Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
be-authentication-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SafetyPin
be-authentication-test
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
13ac5df5ee4a73d2d94ad170c6fbc754570486f7
Select Git revision
Branches
4
gmail-login
login-registration
main
default
protected
staging
4 results
Begin with the selected commit
Created with Raphaël 2.2.0
12
Mar
11
10
9
8
7
6
5
4
3
1
28
Feb
27
26
14
[REFACTOR] improve import statements and clean up unused imports in test and service classes
login-registrat…
login-registration upstream/login-registration
[GREEN] enhance password reset flow with reset token generation and validation
[RED] enhance password reset flow with reset token validation and error handling
Merge commit '7da80cde6e59b1108df8e3128f7e2ec83bb18036' of https://github.com/safetypin-official/be-authentication into login-registration
fix: update SonarQube workflow and remove unused check execution from pom.xml
fix: update SonarQube configuration for pull request types and build command
[GREEN] implement password reset flow with OTP verification
[RED] add unit tests for password reset functionality and request DTOs
[GREEN] enable password null
staging upstrea…
staging upstream/main upstream/staging
[REFACTOR] remove public modifier from test class
Merge pull request #3 from safetypin-official/login-registration to staging
[REFACTOR] Minor typo bruh
[REFACTOR] Fixed goofy ahh file destination in docker
[REFACTOR] Fixed jar path on docker
[REFACTOR] fix jar not found on docker image
[REFACTOR] Removed build args, instead will provide env vars on docker-compose configuration
[REFACTOR] Update path for docker
[REFACTOR] Edited wrong build path on staging CI/CD
[REFACTOR] Reconfigure Dockerfile so it uses build from artifact
[REFACTOR] Edited staging CI/CD pipeline to push docker image to Docker Hub
Merge with login-registration remote
[REFACTOR] Remove unused JWT secret key
[GREEN] Merge login-registration with staging
Merge pull request #5 from safetypin-official/gmail-login
[CONFIG] Update JWT secret key in application properties for development and testing environments
Merge branch 'login-registration' of https://github.com/safetypin-official/be-authentication into login-registration
[REFACTOR] Simplify tests by removing validation logic and enhancing getter/setter assertions in DTO test classes
[REFACTOR] Add tests for OTP generation failure scenarios in OTPServiceTest
[REFACTOR] Add unit tests for JWT token validation scenarios in AuthenticationServiceTest
[GREEN] Attempting to pass the JWT tests
[REFACTOR] Add tests for invalid credentials and JWT verification in AuthenticationControllerTest
[REFACTOR] remove JWT secret key
[GREEN] Handle invalid JWT
[REFACTOR] keep jwt secret to env
[REFACTOR] Update AuthenticationControllerTest to use 'tokenValue' instead of 'token' for consistency
[REFACTOR] Rename 'token' field to 'tokenValue' in Token DTO for clarity
[REFACTOR] Add PasswordEncoderConfig and SecurityConfig for authentication setup
[REFACTOR] Remove unused TestSecurityConfig from AuthenticationControllerTest and configure SecurityFilterChain
[REFACTOR] Extract JWT token expiration time to a constant in AuthenticationService
[REFACTOR] Remove unused TestSecurityConfig class from AuthenticationControllerTest
Loading