Coder Social home page Coder Social logo

Comments (4)

tobami avatar tobami commented on August 19, 2024

You mean a direct link to the Bitbucket changeset page?

To do that, Codespeed would need to now the Bitbucket URL convention, which means that a Bitbucket plugin (instead of the current plain mercurial) would need to be implemented.

Bitbucket's URL for chancheset links is of the form
https://bitbucket.org/<project_url>/changeset/<commit_id>

from codespeed.

techtonik avatar techtonik commented on August 19, 2024

Does it really need a plugin? I believe that simple setting for browser URL, where revision is just appended to it can cover 95% of VCS browsers out there. With support for expansion variables like $commit_id in this URL, a full coverage can be reached.

from codespeed.

tobami avatar tobami commented on August 19, 2024

You may be right. A new field "browsing URL" would be enough for most cases.
(The current GitHub plugin exists not because it needs that url, but because it uses Github's API isntead of locally git cloning the repo)

from codespeed.

squiddy avatar squiddy commented on August 19, 2024

Here is my attempt at implementing this feature. It adds a new field to a project, that will be used to construct the URL for a commit. It will be used by string.format and is passed a single log entry, so you can access fields like {commitid}.

https://github.com/squiddy/codespeed/tree/35_browse_changeset

The first commit is related to #91, I quickly added (it's probably incorrect) that to avoid mixing both changes together.

from codespeed.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.