forked from python/codespeed
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature implementation from commits 33da18a..fac243d #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yashuatla
wants to merge
21
commits into
feature-base-2
Choose a base branch
from
feature-head-2
base: feature-base-2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
branch being called "default" instead of reading the value of default_branch attribute of the project model. With this change / fix COMP_EXECUTABLES now works correctly when a default branch is called something else than "default".
handles custom (aka non "default") default project branches.
the Executable sidebar in the Changes, Timeline and Comparision views configurable. This comes handy in scenarios where longer executable names are used (in such scenarios, names might be truncated which makes executable indistinguishable at a glance).
for it. This way it's easier to test those functions and also gives us more flexibility to introduce different truncating mechanism (e.g. truncate in the middle instead of at the end).
…aware_datetime_objects
…odespeed into support_tz_aware_datetime_objects
…ects Support timezone aware datetime objects with Github provider
…s_docs Add section on provider specific settings to the README
Make maximum length for executable names in the sidebar configurable
allows users to filter out which branches are displayed in the Executable sidebar on the comparision page. For backward compatibility reasons, we default it to True (aka display all the branches).
Make sure comparison view works correctly when a default VCS branch is not called "default"
…e_comparison_display_branch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains changes from a range of commits from the original repository.
Commit Range:
33da18a..fac243dFiles Changed: 9 (8 programming files)
Programming Ratio: 88.9%
Commits included:
... and 11 more commits