Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ippidb-web
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iPPIDB
ippidb-web
Graph
577f91143a21dfe9fb5f332e7fedde24ded2ba51
Select Git revision
Branches
11
209-celery-issue
279-pocketome-help
celery
ci-update
contributor-page
master
default
release
speedup-tests
targetcentric
targetcentric_globalstat
use-buildx
Tags
13
1.1.4
1.1.3
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Feb
11
5
4
3
1
31
Jan
30
29
28
25
23
15
13
12
11
1
27
Dec
25
24
23
21
20
17
12
11
10
9
8
7
6
5
4
3
2
28
Nov
26
25
24
23
22
20
19
5
27
Oct
26
24
23
19
14
12
10
9
7
6
25
Sep
24
20
19
18
17
16
13
10
8
7
6
5
4
29
Aug
24
23
22
21
20
14
7
3
2
1
31
Jul
29
28
27
26
25
24
23
22
20
19
18
17
13
Jun
12
11
28
May
18
16
15
14
13
9
7
6
5
4
3
2
24
Apr
13
12
11
9
8
7
6
4
3
30
Mar
26
12
10
9
8
7
6
26
Feb
25
22
16
15
14
12
10
31
Jan
30
29
28
24
23
22
18
17
16
15
8
5
19
Dec
14
13
7
6
4
3
1
30
Nov
27
24
20
17
16
13
10
formatting
PpiForm as a ModelForm
use HiddenInput instead, and add biblio_year as hidden also
don't save the Bibliography object as we don't need it later, filling the model form instead
Following https://docs.djangoproject.com/en/2.0/ref/settings/#languages
change LANGUAGES from en-us to en
languages
moving cc_nb from ProteinDomainComplexForm to ProteinDomainComplexTypeForm, closing #39
fix missing BABEL_LIDIR var in django compilemessages task
Prevent multiple contribution for the same Bibliography object when not superuser
print django messages for the contributor ui
Removing unique_together on Bibliography (no migration were made anyway)
ability to bootstrapize django messages
Add gettext dependeny and run compilemessages
putting cc_nb_verbose_name in language file to re-use it elsewhere
automated formatting
WIP validate the ComplexCompositionBaseFormSet, require to have all the complex type
templating
wrap formset item
put non_form_errors in bootstrap4 alert
pdb_id is readonly
putting the complex_protein first in the form
migration from pks to protein_ids
extra is not needed as we provide initial
Formatting source
using PDBForm.get_proteins
leveraging is_autofill_done
AutoFillableModel can be autofilled during save when implementing is_autofill_done method
Query not that bad when looking at its sql generated query and the relational model
typo
improving ui rendering
fixing copy past error
can call bootstrap on an entire form
Taking into accound CharFieldDataList
Tests tab titles
ability to have a formset in a formset in a wizard !
we (will) need to set the number of compound in the formset
also disable textarea
new CompoundFormSet, now linked to marvin js, validate that either smile or iupac are provided but not both, and that compound_name (in pub name) is unique for the current publication
put label, help_text and verbose_name in po file