compare-url icon indicating copy to clipboard operation
compare-url copied to clipboard

CircleCI 2.1 pipelines disable the CIRCLE_COMPARE_URL environment variable, useful when working with monorepo projects. This orb manually recreates (and improves!) it.

Results 21 compare-url issues
Sort by recently updated
recently updated
newest added

Seems the fix to #21 has caused another error: fatal: Not a valid commit name 29201976786eae7f3a86ed1678b91ef5a62bfc00 unknown return code 128 from git merge-base with base commit 29201976786eae7f3a86ed1678b91ef5a62bfc00, from job 1302

### Orb version 1.2.0 ### What happened I tried to use the example configuration at https://github.com/iynere/compare-url#examples and it failed. ### Expected behavior I suggest that the examples should use a...

### Orb version 1.2.0 ### What happened unknown return code 129 from `git merge-base` with base commit , from job --- ``` ++ sed -E 's/"vcs_revision" ://' ++ sed -E...

tag-triggered jobs / workflows don't technically have a branch, although circle in-essence treats them as if they do—there's some strange edge case behavior here....

enhancement

### Orb version compare-url: iynere/[email protected] ### What happened reconstruct circle_compare_url is hanging ![image](https://user-images.githubusercontent.com/2005841/58560661-f644f700-81fb-11e9-8fbb-53ce3a6d440b.png) steps: - compare-url/reconstruct ### Expected behavior it should not hang

### Orb version 1.0.2 ### What happened It is not showing whole commit range for pull requests ### Expected behavior This is the commits for my pull requests ![image](https://user-images.githubusercontent.com/2005841/58554066-a7dc2c00-81ec-11e9-88a1-6f88c48262d7.png) ```jsx...

I'm currently looking into expanding the functionality of this orb to include an opt-in flag to go back to the last successful job. This is the use case: A developer...

### Orb version 0.4.9 ### Recommendation Referencing from your documentation: > By default, every new CircleCI step runs in a fresh shell. Thus, any environment variables stored during the circle-compare-url/reconstruct...

https://github.com/angular/angular/commit/7374dfd1fa7a2c1a42ce8d4078fbe6d70a74fb89

for branches where the gap between commits is very, very large (ie, 100s or 1000s of circleci jobs), the orb can take 15+ minutes to run & make 1000s of...