Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

enable Dependabot v2 #15

Open
wants to merge 85 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 18, 2018

  1. Configuration menu
    Copy the full SHA
    f0ff62f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2019

  1. Configuration menu
    Copy the full SHA
    a4609e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaeb48a View commit details
    Browse the repository at this point in the history
  3. build(POM): Update project dependencies

    Add Maven wrapper.
    aoudiamoncef committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    79b7cb7 View commit details
    Browse the repository at this point in the history
  4. build(*): Update nested project dependencies

    Update Readme file
    Update integration tests
    aoudiamoncef committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    d626c7a View commit details
    Browse the repository at this point in the history
  5. ci(CircleCi): Add CircleCi configuration

    Update Readme
    aoudiamoncef committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    af09721 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb98d34 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Configuration menu
    Copy the full SHA
    19973ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b5dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5035205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    215c6ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbc2a18 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    d77f4e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. version(POM): Update groupId

    In order to push artifacts to Maven central we changed the groupId
    aoudiamoncef committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    1dec98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e154643 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2360e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. build(*): Update apollo dependencies to 1.0.0-alpha5

    Add output package name.
    aoudiamoncef committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    09d68c6 View commit details
    Browse the repository at this point in the history
  2. fix(*): Integration tests

    fix apollo-codegen version
    aoudiamoncef committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    cfa45ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6fa388 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    0c1532c View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

  1. refactor(Plugin): Add Kotlin way for holding parameters

    Add badges to Readme file
    aoudiamoncef committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    5d66702 View commit details
    Browse the repository at this point in the history
  2. style(Plugin): Remove some code smells

    Add badges to Readme file
    aoudiamoncef committed Feb 24, 2019
    Configuration menu
    Copy the full SHA
    cfb5a79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7350d8f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. feat(Plugin): Add skip execution option

    Thanks to  @mpcabd
    aoudiamoncef committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c412b3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e82acf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    563c966 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2019

  1. Configuration menu
    Copy the full SHA
    5f73124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78eb7dc View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    a5472c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fdfa9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    415a04c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Configuration menu
    Copy the full SHA
    51be355 View commit details
    Browse the repository at this point in the history
  2. fix(CircleCi): Deploy on tag issue

    Update regex pattern
    Deploy only on master branch
    aoudiamoncef committed May 29, 2019
    Configuration menu
    Copy the full SHA
    637f836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d8c0ed View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Added support to dynamically generate the schema.json.

    Schema can be generated dynamically at build time with these new options:
    
        <generateIntrospectionFile>false</generateIntrospectionFile>
        <schemaUrl>http://localhost</schemaUrl>
    Drew Horn committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    d5201a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Merge pull request aoudiamoncef#6 from ApplauseAuto/master

    Added support to dynamically generate the schema.json.
    Moncef AOUDIA committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    47981f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de632a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. parameterise node executable

    Dave Maughan committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    6c33b61 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Merge pull request aoudiamoncef#8 from nahguam/parameterise-node

    parameterise node executable
    Moncef AOUDIA committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    6ef07a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e28b136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8dbd43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72e1e12 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. test(*): Migrate to Kotlin

    Migrate to Kotlin
    Add JUnit 5
    Update Kotlin version to 1.3.41
    Fix integration tests
    aoudiamoncef committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    e1a6dee View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. test(*): Add AssertJ as default assertions library

    Update and clean dependencies section
    Remove contributors section(Github handle this for as)
    aoudiamoncef committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    654ccf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7735832 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    e8809e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. feat(*): Upgrade to Apollo compiler v1.1.1

    Replace node Apollo Codegen with new local engine based on ANTLR parser
    aoudiamoncef committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    f8111ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86a7b68 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. docs(*): Update documentation

    Clean the Mojo
    aoudiamoncef committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    f343e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    4795121 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    b1eff12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fab6a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    7d63645 View commit details
    Browse the repository at this point in the history
  2. version(*): Bump version to 2.2.0

    Update README
    aoudiamoncef committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    f92c904 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f870b68 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. refactor(*) Upgrade to Apollo compiler 1.2.2

    Upgrade to Kotlin 1.3.61
    aoudiamoncef committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    04ec4a9 View commit details
    Browse the repository at this point in the history
  2. version(*): Bump version to 2.2.1

    Update README
    aoudiamoncef committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    3b5c3b8 View commit details
    Browse the repository at this point in the history
  3. version(*): Bump version to 2.2.2-SNAPSHOT

    Update README
    aoudiamoncef committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    677bbed View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Add possibility to define custom HTTP headers for querying introspect…

    …ion schema
    Marcin Zarebski committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    2f4adc3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Merge pull request aoudiamoncef#17 from zarebski-m/master

    Add possibility to define custom HTTP headers for querying introspection schema
    aoudiamoncef committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    1decc4a View commit details
    Browse the repository at this point in the history
  2. version(*): Bump version to 2.2.2

    Update README
    aoudiamoncef committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    949b020 View commit details
    Browse the repository at this point in the history
  3. version(*): Bump version to 2.2.3-SNAPSHOT

    Update README
    aoudiamoncef committed Dec 21, 2019
    Configuration menu
    Copy the full SHA
    2896ab7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. version(*): Bump version to 2.2.3

    Update README
    aoudiamoncef committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    46ceb69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34c5d88 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. version(*): Bump version to 2.3.0

    Upgrade to Apollo compiler 1.2.3
    aoudiamoncef committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    158bfce View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    a815208 View commit details
    Browse the repository at this point in the history
  2. version(*): Bump version to 2.3.1

    Upgrade to Apollo 1.3.2
    aoudiamoncef committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    0aa45ef View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. version(*): Bump version to 2.3.2-SNAPSHOT

    Update SCM url
    aoudiamoncef committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ebbc732 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. version(*): Bump version to 2.3.2

    Upgrade to Apollo 1.3.3
    aoudiamoncef committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    1c59937 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. version(*): Bump version to 2.4.0

    Upgrade to Apollo 1.4.1
    aoudiamoncef committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    3bb8ccb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. version(*): Bump version to 2.4.1

    Upgrade to Apollo 1.4.3
    aoudiamoncef committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    afddc0c View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. version(*): Bump version to 2.4.2

    Upgrade to Apollo 1.4.4
    aoudiamoncef committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    dbbc8d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    bfcf4eb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. version(*): Bump version to 2.4.4

    Upgrade to Apollo 1.4.5
    aoudiamoncef committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    080f2e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. version(*): Bump version to 3.0.0

    Upgrade to Apollo 2.0.0
    Add Maven sync
    aoudiamoncef committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    fc8c7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4538832 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. version(*): Bump version to 3.0.1

    Upgrade to Apollo 2.0.1
    aoudiamoncef committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    2416ba4 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. version(*): Bump version to 3.0.2

    Upgrade project dependencies
    aoudiamoncef committed May 6, 2020
    Configuration menu
    Copy the full SHA
    d164259 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    428a2cd View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. version(*): Bum version to 3.0.3

    Upgrade to Apollo 2.0.3
    
    resolve aoudiamoncef#26
    aoudiamoncef committed May 11, 2020
    Configuration menu
    Copy the full SHA
    45b21e2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. version(*): Bump version to 3.1.0

    Upgrade to Apollo 2.1.0
    aoudiamoncef committed May 22, 2020
    Configuration menu
    Copy the full SHA
    7296b82 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. style(*): Add Klint

    Add CONTRIBUTING && CODE_Of_CONDUCT files
    aoudiamoncef committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    4d03881 View commit details
    Browse the repository at this point in the history
  2. build(*): Bump version to 3.2.0

    Upgrade to Apollo 2.2.0
    aoudiamoncef committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    e1c5623 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. build(*): Bump version to 3.2.1

    Upgrade to Apollo 2.2.2
    aoudiamoncef committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    bd0d048 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. enable Dependabot v2

    sullis committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    9285539 View commit details
    Browse the repository at this point in the history