Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mod4-wp-2023-2024-pokemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Malnačs, E. (Ernests, Student B-TCS)
mod4-wp-2023-2024-pokemon
Graph
1bea63fbb77547a1893159187d0a495cdee4533f
Select Git revision
Branches
11
create-trainer
delete-byid
delete-trainer
main
default
protected
pract3
request-sorting
specific-id-get
trainers-page
trainers-pagination
update-individual-pokemon
update-trainer
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
May
13
10
6
5
29
Apr
28
18
Implemented pagination to the /pokemon endpoint.
pract3 request-…
pract3 request-sorting
Fixed a null check for the sortOrder parameter
Implemented a sort parameter to the get pokemon request
Added a check for incorrect requests when creating pokemon, returns 400 on a Bad request, if an id/created/lastUpdate are included in the request body.
update-individu…
update-individual-pokemon
Added an option to create a pokemon on the /api/pokemon/{id} endpoint for specific pokemon.
Added an option to update a pokemon on the /api/pokemon/{id} endpoint for specific pokemon.
Implemented a DELETE request for the /api/pokemon/{id}, for deleting a specific pokemon from the data lists.
delete-byid
delete-byid
Implemented a GET handler for /api/pokemon/{id}, that returns the specified pokemon by id, if the pokemon with the ID does not exist, it responds with 404.
specific-id-get
specific-id-get
Added a GET request handler for /api/pokemon endpoint
Fork update
[WIP] Update session code
Added an option to change the page sizes as well as switch between pages of trainers.
trainers-pagina…
trainers-pagination
Removed logging
delete-trainer …
delete-trainer main
Added the option to delete a selected trainer from the list, as well as made the details section update correctly after an update and deleting.
Added an option to update the name of trainers.
update-trainer
update-trainer
Fixed the create date being set to null in the case that a trainer gets updated.
Added creating trainers, through a form.
create-trainer
create-trainer
Fixed issue with time not accepting the format, made it localized.
Made the time correctly formatted from Instant.now(), to correctly output it as dd/MM/yyyy
Added a trainers page to pokeApp, that displays the trainers registered in the system in a similar way to the default Pokemon page. Located on the /pokemon/trainers.html endpoint.
trainers-page
trainers-page
Pratical session 2
[WIP] Add practical session guide
[WIP] Add practical session guide
[WIP] Add practical session guide
[WIP] Add practical session guide
Project init
Initial commit
Initial commit
Loading