Skip to content
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

Initial Work #1

Merged
merged 74 commits into from
Feb 1, 2017
Merged

Initial Work #1

merged 74 commits into from
Feb 1, 2017

Commits on Jun 16, 2016

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

Commits on Jun 21, 2016

  1. Initial implementation of the configuration store retrieving config f…

    …rom a spring config server
    cescoffier committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    8bc93c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Change groupId

    Add support for Raw type (requried for Kubernetes ConfigMap and Secrets)
    cescoffier committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    8fc3646 View commit details
    Browse the repository at this point in the history
  2. Initial commit

    cescoffier committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    337a5a2 View commit details
    Browse the repository at this point in the history
  3. Merge with remote master

    cescoffier committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    c6d3ccf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Configuration menu
    Copy the full SHA
    a0d9c96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0219db View commit details
    Browse the repository at this point in the history
  3. Cosmetic fixes

    cescoffier committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    52872fb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Configuration menu
    Copy the full SHA
    de2ad74 View commit details
    Browse the repository at this point in the history
  2. Add a configuration store reading files from directory using an "incl…

    …ude" (fileset) pattern.
    cescoffier committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    55464e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

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

Commits on Aug 31, 2016

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

Commits on Sep 7, 2016

  1. Write the documentation

    cescoffier committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    f24e236 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Configuration menu
    Copy the full SHA
    8fd7e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cd1c7c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Configuration menu
    Copy the full SHA
    cf2a487 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f4ab4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2016

  1. Merge pull request #2 from cazacugmihai/master

    fixes for DirectoryConfigurationStore and GitConfigurationStore
    cescoffier committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    fad8573 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Configuration menu
    Copy the full SHA
    619e08e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc400f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2016

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

Commits on Sep 15, 2016

  1. Cosmetic fixes

    cescoffier committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2614a89 View commit details
    Browse the repository at this point in the history
  2. Add test to the config map store

    Extract the JsonObjectHelper as it can be useful to other store implementations.
    cescoffier committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    e3ba146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b111574 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/cmoulliard/vertx-configur…

    …ation-service into cmoulliard-master
    
    Slightly change how the namespace is configured, also add a test.
    
    # Conflicts:
    #	vertx-configuration-kubernetes-configmap/src/main/java/io/vertx/ext/configuration/kubernetes/ConfigMapStore.java
    cescoffier committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    a408657 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    218c163 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2016

  1. Fix #7 and Fix #8

    Implement a stream of configuration
    Improve the listen method
    cescoffier committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    91e0c5f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Fix #9

    cescoffier committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    b1ed9a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. Fix race condition on configuraiton stream

    add a polyglot version of the getConfiguraiton method returning a future.
    cescoffier committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ec21a1a View commit details
    Browse the repository at this point in the history
  2. update generated files

    cescoffier committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    dc7dee8 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    7cd4efa View commit details
    Browse the repository at this point in the history
  2. Fix #10

    Rename the configuration service to configuraiton retriever.
    cescoffier committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    380d829 View commit details
    Browse the repository at this point in the history
  3. Fix #11

    Improve the documentation about the Kubernetes namespace detection.
    cescoffier committed Nov 22, 2016
    Configuration menu
    Copy the full SHA
    392819b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f8356d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Fix #12

    Add support for kubernetes secrets
    Change how the Kubernetes client API to avoid iterating through the list (named based query)
    Execute client call in an execute blocking construct
    cescoffier committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    33d7faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bf3a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87f5e11 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Fix conflict.

    cescoffier committed Nov 30, 2016
    Configuration menu
    Copy the full SHA
    3db2c55 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Fix groupId

    Generate documentation to update the groupId.
    cescoffier committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    e4a4f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad9abd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Configuration menu
    Copy the full SHA
    b41ad3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from vert-x3/pmlopes-patch-1

    Align version with rest of modules
    cescoffier committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    e82f8e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Added intellij to git ignore

    vietj committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    d7dadee View commit details
    Browse the repository at this point in the history
  2. Rename artifacts

    vietj committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    7c90722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fc5efa View commit details
    Browse the repository at this point in the history
  4. Rename Configuration -> Config

    vietj committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    6aa249d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

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

Commits on Jan 19, 2017

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

Commits on Jan 20, 2017

  1. Add editor configuration

    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    553ab37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6761aec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5223a94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988e6a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    154dec6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a7ef38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b4c9fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61fea91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1151a44 View commit details
    Browse the repository at this point in the history
  10. Add javadoc

    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    7600866 View commit details
    Browse the repository at this point in the history
  11. Add javadoc

    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    555529f View commit details
    Browse the repository at this point in the history
  12. Improve javadoc

    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    3901d6a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c4b641c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ba9837c View commit details
    Browse the repository at this point in the history
  15. Improve javadoc

    Fix identation
    
    #1 (review)
    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    7224b0f View commit details
    Browse the repository at this point in the history
  16. Call the handlers from the Vert.x context.

    Avoid resuming a multiple times a stream
    
    #1 (review)
    #1 (review)
    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    265c868 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4631976 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0245ee8 View commit details
    Browse the repository at this point in the history
  19. Fix synchronization

    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    289774d View commit details
    Browse the repository at this point in the history
  20. Code improvement

    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    e82fb0b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    70e41b9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    040335f View commit details
    Browse the repository at this point in the history
  23. Fix race condition

    cescoffier committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    4e7d18d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Configuration menu
    Copy the full SHA
    b203a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6401c70 View commit details
    Browse the repository at this point in the history
  3. Fix issue #4 - add a readme

    cescoffier committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    6376aa2 View commit details
    Browse the repository at this point in the history