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.
d6380657327f4349857a4a1b1ba3f3e71874b96e
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
28
Jul
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
9
8
Added start/end times to transport itemcount
small ui bug fixes on dashboard widgets
added higher z-index to featured image to make sit on top of sidebar and cleared collapse menu below image
Merge branch 'develop' of git.aptivate.org:internewshid into develop
Merge branch 'develop' into ui-bug-fixes
Merge branch 'date-range-api' into develop
Fixed wording of categories and short names
ViewItem.get_category_options should return the options as we want them - we shouldn't have to process them later. So make sure it returns (short question, short question) as we want both the value and the text to use the short version.
user-dropdown - remove small gap under button and fix padding on smaller screens
Use the API to fetch the list of categories used in the views&edit page.
adjust margin on page-header
adjusted margin of message box on medium screen and tweak to page-wrapper for margin
Merge branch 'view_and_edit_technical_debt' of git.aptivate.org:internewshid into view_and_edit_technical_debt
Merge branch 'view_and_edit_technical_debt' into use_api_to_list_terms
Fix deletion message test.
Merge branch 'develop' into view_and_edit_technical_debt
Add a transport layer for quering terms so we can list the terms in a given taxonomy.
Ensure test factories allow us to create term with the same name across taxonomies.
fixed padding on smallest screen on view-edit screen
ui bugs fixed:
Merge branch 'develop' into view_and_edit_page_the_return
Refactored getting of terms for itemcount
heading/title fixes:
Change success/failure messages
Refactor add_items_categories and add_categories into a single call, and make the taxonomy slug configurable at that level (it's now hard-coded in process_items). Update tests to match the change and ensure we can update multiple items at the same time.
fixed z-index on fixed header and footer
Merge branch 'csrf-fix' into develop
Change the apply changes button to use the btn-default style.
Make the default empty batch command a line of dashes under the 'Actions' header. We can't really do better than that without js.
Ensure that drop downs use the short name version and are sorted alphabetically.
message box clearing meta info text. Ensuring bottom margin above bottom buttons
Use short question name for drop downs
Add tests ViewItems.get_request_parameters
Add a default location when we have an action without a location.
Re-introduce test for add_categories
Add tests for ItemTable.get_row_select_values
Merge remote-tracking branch 'origin/develop' into view-single-item
Updated API documentation for itemcount
Added support for date range in itemcount api
Re-introduce the per-row drop down to update each record's category as well as the mirrored buttons at the bottom of the page. This means that we have a single form that can either do a batch update, or an update of values set per row. The different action is determined by the submit button that was used - which is always named 'action'. Because we have a mirrored select drop down for the batch action, we need to know which one to take into account - so the value of the submit button indiciates which one was clicked, of the form <action>-<placement> (eg. save-top) and the name of mirrored inputs indidicate where they are located, of the form <name>-<placement> (eg. batchaction-bottom). The ViewItems class has a static method to find the active placement and rename the parameters accordingly. Some of the old code was re-introduced, though some of it was refactored (eg. what used to be get_categories, to fetch each row's selected category, has been moved to ItemTable to parallel get_selected, and is now named get_row_select_value (it's a more generic version, looking at the future when we'll update the region with the same mechanism.)
Loading