Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
aptivate
client-projects
internewshid
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b767f31f03a5cc8f02119df2f3fda83f6ef29ade
Select Git revision
Branches
20
add-feedback-type-column
add-feedback-type-filter
add_south_sudan_importer
age-range-support
age-unknown
autocomplete
better-debug-on-import
ci-fix
covid19-partner-importer
css-columns-resize
css-diet
css-risk-rating
css3
datetime-test-fix
develop
dont-capitalise-things
drc-Importer
drc-importer
drc-importer2
edit-screen-styling
20 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Aug
13
12
11
10
7
6
5
4
3
31
Jul
30
29
28
27
24
23
22
21
20
18
17
16
15
14
13
11
10
9
8
7
6
5
3
2
1
30
Jun
29
28
29
28
26
25
24
23
22
21
19
18
Make the form work for adding items too. This doesn't implement the actual save action.
Merge branch 'timestamp_formatting' into item_submit_method
Temporary fix to make items.get() return datetimes
Display errors in the edit form
Added display of errors to form template
Make the update button first in the code so that html5 browsers consider it the default button when pressing enter.
Merge branch 'edit_item_frontend' of github.com:aptivate/internewshid into item_submit_method
Changed form to update item on submit
Use the new 'get' transport layer api
Merge branch 'timestamp_formatting' into item_submit_method
Temporary fix for formatting last_modified field
Merge branch 'develop' into timestamp_formatting
Merge remote-tracking branch 'origin/develop' into edit_item_frontend
Test the AddEditItemView context data
Implement tests for the AddEditItemView
Name the edit item url
Merge branch 'update_item_api' into item_submit_method
Merge branch 'develop' of github.com:aptivate/internewshid into item_submit_method
Changed tests to create actual item in database
Added form submit handler for items
Enable api urls only if DEBUG
Remove reverse lookups for api urls
Add tests for AddEditItemForm
Merge branch 'develop' into update_item_api
Merge pull request #33 from aptivate/transport-for-single-item
WIP on formatting timestamp
Use transport layer to create item in tests
Implement the add&edit form. The actual action (add/edit/delete) are not yet wired in.
Make items.get handle unknown item id
Merge pull request #29 from aptivate/tiny-ui-bugs
Fixed misleading comment
Random typo in comment
Added items.get transport call with simple test
Implemented update item in transport layer
Refactor QUESTION_TYPE_TAXONOMY contanst in ViewAndEditTable into an application-wide constant providing the main categorization taxonomy per item type.
Improved error checking in test
Removed unused variable
Renamed instance -> item
Added test for when we can update item with terms
Refactor forms.py to have multiple files under forms/
Loading