Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
pinfo2022-archives
pinfo-group-1
backend
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
Tags
3
v1.0.0-rc.2
v1.0.0-rc.1
v0.0.1
4 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
Jun
8
9
8
7
6
3
2
1
30
May
27
26
20
19
18
16
15
13
12
11
10
9
8
7
6
5
4
3
27
Apr
26
21
20
19
14
13
11
10
9
8
7
6
5
4
2
1
29
Mar
19
18
Update endpoints.http
v1.0.0-rc.2 mas…
v1.0.0-rc.2 master
update readme
removing for loop from sortCnfAtomicTest()
deleting unused files
Merge remote-tracking branch 'origin/master'
moving JobServiceSubmitTest.java to ComponentTestingFolder
Remove useless logs
testing GetFractionProgress for job
adding progress and totalTrials to random job generator
correcting GetSpecificJob test in JobsResourceTest.java
Return 0 when job hasn't started
Update job status and add progress fraction
testing the class CnfUtils (so SonarCloud won't put it on red)
cleaning SearchResourceTest.java
minor fixes
syntax analysis test
testing GET /jobs/:id endpoint with invalid and inexistant UUID
correcting computeUcnfExceptionTest() in CnfUtilsTest.java
fixing pipeline
Merge branch 'jobbing_dev' into 'master'
Merge remote-tracking branch 'origin/master'
testing sortCnf when the cnf is not atomic
creating random cnfs and a shuffler for them
creating random cnfs and a shuffler for them
Merge remote-tracking branch 'origin/master'
Update job status when receiving trial completed
testing createOrbitalFormula(query) with a query that starts with "NOT" in CnfUtilsTest.java
moved javacc files to lib/parser.jar
removed raw javacc generated files moved to .jar file in lib/parser.java
Adding test for the response body of GET /results/:id/articles in ResultsResourceTest.java
Adding test for articles with an inexistant result id in ResultsResourceTest.java
Merge branch 'jobbing_dev' into 'master'
cleaning SearchResourceTest.java
Testing GET /result/:id with invalid UUID and inexisatant UUID
Merge branch 'jobbing_dev' into 'master'
Merge branch 'master' into jobbing_dev
cleaning the code
Merge branch 'query_parsing' into 'master'
added unique conjunctive normal form logic
Merge branch 'query_parsing' into 'master'
Loading