Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arrow-kt/arrow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.5
Choose a base ref
...
head repository: arrow-kt/arrow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref

Commits on Jan 19, 2023

  1. Arrow Resilience (#2885)

    * Split CircuitBreaker and Schedule into its own package
    
    Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
    serras and nomisRev authored Jan 19, 2023
    Copy the full SHA
    ad8ea21 View commit details
  2. Copy the full SHA
    20a1905 View commit details
  3. updated training nav menu item (#2893)

    Co-authored-by: Israel Pérez González <israelpzglez@gmail.com>
    israelperezglez and Israel Pérez González authored Jan 19, 2023
    Copy the full SHA
    37123c5 View commit details

Commits on Jan 20, 2023

  1. Copy the full SHA
    013c8cd View commit details
  2. Copy the full SHA
    a43965c View commit details

Commits on Jan 23, 2023

  1. Copy the full SHA
    a0414b1 View commit details

Commits on Jan 24, 2023

  1. Copy the full SHA
    65e5f65 View commit details
  2. Copy the full SHA
    0cab160 View commit details
  3. Copy the full SHA
    a26354f View commit details

Commits on Jan 25, 2023

  1. Copy the full SHA
    7cf0423 View commit details

Commits on Jan 27, 2023

  1. Copy the full SHA
    09384c1 View commit details

Commits on Jan 30, 2023

  1. Copy the full SHA
    1db0465 View commit details

Commits on Feb 2, 2023

  1. Implement basic NonEmptySet (#2899)

    Co-authored-by: Alejandro Serrano <trupill@gmail.com>
    ibado and serras authored Feb 2, 2023
    Copy the full SHA
    118d5dc View commit details
  2. Copy the full SHA
    33828a4 View commit details

Commits on Feb 3, 2023

  1. Bump to Kotlin 1.8.10 (#2914)

    Co-authored-by: Alejandro Serrano <trupill@gmail.com>
    nomisRev and serras authored Feb 3, 2023
    Copy the full SHA
    71e43b6 View commit details

Commits on Feb 4, 2023

  1. Copy the full SHA
    d8a4791 View commit details
  2. Copy the full SHA
    f6c49fc View commit details

Commits on Feb 6, 2023

  1. Copy the full SHA
    c51f4e4 View commit details
  2. Copy the full SHA
    3eadc65 View commit details
  3. Copy the full SHA
    0fc2721 View commit details
  4. Copy the full SHA
    547c17d View commit details
  5. Overload Arrow FX ParZip for tupling #2821 (#2900)

    Co-authored-by: Julian Abiodun <lgtout@users.noreply.github.com>
    Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
    3 people authored Feb 6, 2023
    Copy the full SHA
    8a2522e View commit details

Commits on Feb 8, 2023

  1. Copy the full SHA
    bb059e7 View commit details
  2. Copy the full SHA
    897b84c View commit details

Commits on Feb 9, 2023

  1. Copy the full SHA
    6beaa12 View commit details
  2. Revert "Update Kotlin/Native targets (#2926)"

    This reverts commit 6beaa12.
    nomisRev committed Feb 9, 2023
    Copy the full SHA
    075e926 View commit details
  3. Copy the full SHA
    08c7d49 View commit details
  4. Copy the full SHA
    c5717cc View commit details
  5. [PROPOSAL] Option API deprecation, and preparation for 2.x.x (#2913)

    * Deprecate foldable methods
    
    * Deprecate functor/applicative/monad methods
    
    * Update API files
    
    * Apply suggestions from code review
    
    Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
    
    * Add getOrNull method
    
    * Update API files
    
    * Restore isEmpty implementation
    
    * Update API files
    
    * Deprecate applicative/monad error methods
    
    * Deprecate utility methods
    
    * Deprecate assign methods
    
    * Fix outdated knit files
    
    * Using the inline option DSL
    
    * Change redeem implementation for Either and Option
    
    * Fix wrong deprecation replacement
    
    * Revert Nullable.toOption deprecation
    
    * Add missing contracts
    
    * Update API files
    
    * Revert filterIsInstance deprecation
    
    * Add isNone and isSome methods for Option
    
    * Update API files
    
    * Trigger build
    
    * Update API files
    
    * Convert isSome into an instance method
    
    * Restore abstract isEmpty function for Option
    
    ---------
    
    Co-authored-by: franciscodr <franciscodr@users.noreply.github.com>
    Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
    3 people authored Feb 9, 2023
    Copy the full SHA
    50c80d5 View commit details
  6. Copy the full SHA
    f9cda5b View commit details

Commits on Feb 13, 2023

  1. Integration Xebia Functional (#2855)

    * upgrade 47degrees to xebia-functional
    
    * upgrade 47degrees to xebia-functional
    
    ---------
    
    Co-authored-by: Juan Valencia <juanvalencia@calvellido.es>
    israelperezglez and calvellido authored Feb 13, 2023
    Copy the full SHA
    878301a View commit details

Commits on Feb 17, 2023

  1. Fix filterOrElse to handle null values correctly. (#2933)

    Co-authored-by: Ben Wanner <bwanner@netflix.com>
    bwanner and Ben Wanner authored Feb 17, 2023
    Copy the full SHA
    1d6a6aa View commit details

Commits on Feb 18, 2023

  1. Update dependency gradle to v8 (#2931)

    | datasource     | package | from  | to    |
    | -------------- | ------- | ----- | ----- |
    | gradle-version | gradle  | 7.5.1 | 8.0.1 |
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 18, 2023
    Copy the full SHA
    b3ef809 View commit details

Commits on Feb 21, 2023

  1. Copy the full SHA
    d210349 View commit details
  2. Copy the full SHA
    d07f778 View commit details

Commits on Feb 22, 2023

  1. Adapting Dokka configuration for multi-module projects (#2930)

    Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
    franciscodr and nomisRev authored Feb 22, 2023
    Copy the full SHA
    2819987 View commit details
  2. Copy the full SHA
    3b2a9c4 View commit details

Commits on Feb 23, 2023

  1. Add DSL markers to all bind funs in Raise (#2944)

    Co-authored-by: Olaf Gottschalk <Olaf.Gottschalk@bmwgroup.com>
    Zordid and Olaf Gottschalk authored Feb 23, 2023
    Copy the full SHA
    f4f13ce View commit details
  2. Remove ignored path option in the publish landing page workflow (#2943)

    * Deploy dosc to gh-pages
    
    ---------
    
    Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
    franciscodr and nomisRev authored Feb 23, 2023
    Copy the full SHA
    eeb4c14 View commit details
  3. Copy the full SHA
    b5ab597 View commit details

Commits on Mar 1, 2023

  1. Fix #2909 (#2929)

    ibado authored Mar 1, 2023
    Copy the full SHA
    4f7fee8 View commit details
  2. Copy the full SHA
    7a7f0a9 View commit details
  3. Deprecate Validated (#2940)

    Co-authored-by: Francisco Diaz <francisco.d@47deg.com>
    nomisRev and franciscodr authored Mar 1, 2023
    Copy the full SHA
    8e0121a View commit details

Commits on Mar 2, 2023

  1. Copy the full SHA
    38f9d67 View commit details

Commits on Mar 3, 2023

  1. Copy the full SHA
    f6c8324 View commit details
  2. Copy the full SHA
    f110e6f View commit details

Commits on Mar 6, 2023

  1. Copy the full SHA
    656940c View commit details

Commits on Mar 7, 2023

  1. Copy the full SHA
    6ac5ddd View commit details

Commits on Mar 8, 2023

  1. Copy the full SHA
    e94dc2e View commit details

Commits on Mar 9, 2023

  1. Iterable test (#2960)

    Co-authored-by: Simon Vergauwen <nomisRev@users.noreply.github.com>
    abendt and nomisRev authored Mar 9, 2023
    Copy the full SHA
    a1fffdb View commit details
Showing 807 changed files with 24,753 additions and 40,811 deletions.
14 changes: 0 additions & 14 deletions .github/scripts/create-sitemap.sh

This file was deleted.

17 changes: 0 additions & 17 deletions .github/scripts/sync-docs-with-aws.sh

This file was deleted.

19 changes: 0 additions & 19 deletions .github/scripts/sync-main-with-aws.sh

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/auto-update-pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: auto-update-pr
on:
push:
branches-ignore:
- main

jobs:
autoupdate:
name: Auto update PR
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
PR_FILTER: "ready_for_review"
EXCLUDED_LABELS: "Skip Auto Update PRs"
MERGE_MSG: "Branch was auto-updated."
67 changes: 0 additions & 67 deletions .github/workflows/generate-alpha-tag.yaml

This file was deleted.

87 changes: 0 additions & 87 deletions .github/workflows/generate-tag.yaml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: githubpages

on:
release:
types: [published]

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.kotlin.dsl.internal.io.timeout=120000 -Dorg.gradle.jvmargs="-Xmx5g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8"

jobs:
githubpages:
runs-on: ubuntu-latest
timeout-minutes: 20

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Dokka
id: Dokka
run: ./gradlew -Pversion=${{ github.event.release.tag_name }} dokkaHtmlMultiModule -Pgithubpages=true

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
71 changes: 0 additions & 71 deletions .github/workflows/publish-landing-page.yaml

This file was deleted.

Loading