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
Graph
ad98d686480af41187c6943f40dad0ea1ff6516b
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
You can move around the graph by using the arrow keys.
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
16
11
10
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/
Refactor views into multiple files prior to developing edit item features. Also changed the edit/create item urls.
Added API method to update simple fields on Item
Merge pull request #31 from aptivate/uncategorise
Fixed transport layer to return response.data
Fixed transport delete terms to raise exception
Removed unused imports and white space
Return 400 instead when taxonomy absent
Changed delete_all_terms to 404 if taxonomy absent
Changed delete_all_terms to return 404
Added status code test when deleting item terms
Separated delete terms tests into own file
Refactored building upload form
Refactored building of actions dropdown
Loading