Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/memory-map-plugin
  Commit: 938ddca138b0ca1016f31f4950fa4ef45ec0698f
      
https://github.com/jenkinsci/memory-map-plugin/commit/938ddca138b0ca1016f31f4950fa4ef45ec0698f
  Author: Sonny Singh <thakangb...@gmail.com>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README.md


  Commit: 5b7059836390241277b0b99f9055121d81dbc1e2
      
https://github.com/jenkinsci/memory-map-plugin/commit/5b7059836390241277b0b99f9055121d81dbc1e2
  Author: Lars Kruse <l...@praqma.net>
  Date:   2017-02-01 (Wed, 01 Feb 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README.md


  Commit: 15949bb22ccf151d3b62da5e20cb6a979b94cb08
      
https://github.com/jenkinsci/memory-map-plugin/commit/15949bb22ccf151d3b62da5e20cb6a979b94cb08
  Author: Bue Petersen <b...@praqma.net>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Add maintainer frontmatter to readme. Closes #21


  Commit: 0f29e6ba91be443bde039be426a5be4287fb3f0a
      
https://github.com/jenkinsci/memory-map-plugin/commit/0f29e6ba91be443bde039be426a5be4287fb3f0a
  Author: Bue Petersen <b...@praqma.net>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M README.md
    A docs/ResearchNotes.md
    A docs/image_0.png
    A docs/image_1.gif

  Log Message:
  -----------
  As part of #11 also added old research docs


  Commit: 908d96a0b7be77c3e2bab17d4cda71b24b215638
      
https://github.com/jenkinsci/memory-map-plugin/commit/908d96a0b7be77c3e2bab17d4cda71b24b215638
  Author: Bue Petersen <b...@praqma.net>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M README.md
    M docs/ResearchNotes.md
    A docs/architecture.md
    A docs/blueprint-Creatingamemorymapparsercorelibrary.pdf
    A docs/drawings/MemoryMapPlugin-architecture.png
    A docs/drawings/MemoryMapPlugin-architecture.xml
    A docs/drawings/MemoryMapUtility-architecture.png
    A docs/drawings/MemoryMapUtility-architecture.xml
    A docs/drawings/readme.md
    A docs/roadmap.md

  Log Message:
  -----------
  Closing #11 with architectural info


  Commit: 0755ffbbfba6f09e5483226f329cac03a1abc4da
      
https://github.com/jenkinsci/memory-map-plugin/commit/0755ffbbfba6f09e5483226f329cac03a1abc4da
  Author: Bue Petersen <b...@praqma.net>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M docs/blueprint-Creatingamemorymapparsercorelibrary.pdf

  Log Message:
  -----------
  Addition to #11 - minor fix of docs


  Commit: bb82b1ea692d75a5460e84a68fec80c16f4e6093
      
https://github.com/jenkinsci/memory-map-plugin/commit/bb82b1ea692d75a5460e84a68fec80c16f4e6093
  Author: Bue Petersen <b...@praqma.net>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  README update for #23 clean old issues trackers


  Commit: 52794027f8d990a2322ee15d0194a6661a77978b
      
https://github.com/jenkinsci/memory-map-plugin/commit/52794027f8d990a2322ee15d0194a6661a77978b
  Author: Anders Hoglund <and...@gmail.com>
  Date:   2017-08-01 (Tue, 01 Aug 2017)

  Changed paths:
    M src/main/java/net/praqma/jenkins/memorymap/util/HexUtils.java
    M src/test/java/net/praqma/jenkins/unit/HexUtilsTest.java

  Log Message:
  -----------
  Fixed the wordsize/radix mixup bug. Also added a few UnitTests for various 
wordsizes.


  Commit: 4dbf6498e80d646b0409c14b56343ebeef2146fa
      
https://github.com/jenkinsci/memory-map-plugin/commit/4dbf6498e80d646b0409c14b56343ebeef2146fa
  Author: Bue Petersen <b...@praqma.net>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
    M src/main/java/net/praqma/jenkins/memorymap/MemoryMapBuildAction.java
    M src/main/java/net/praqma/jenkins/memorymap/util/HexUtils.java
    M src/test/java/net/praqma/jenkins/unit/HexUtilsTest.java

  Log Message:
  -----------
  Wordsize/radix mix up fixes #40, #37

Addition to changes in #37 from the PR, cleaning up unused wordcount method 
parameter.


  Commit: c097d712188a2d2f658ee4cf2e8870b100f47ff0
      
https://github.com/jenkinsci/memory-map-plugin/commit/c097d712188a2d2f658ee4cf2e8870b100f47ff0
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-02 (Fri, 02 Mar 2018)

  Changed paths:
    M src/test/java/net/praqma/jenkins/unit/HexUtilsTest.java

  Log Message:
  -----------
  Remove redundant test cases. Fixes #40


  Commit: be7b804674d6ca616cfdebe7f91624b2354510d2
      
https://github.com/jenkinsci/memory-map-plugin/commit/be7b804674d6ca616cfdebe7f91624b2354510d2
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M src/main/java/net/praqma/jenkins/memorymap/MemoryMapBuildAction.java

  Log Message:
  -----------
  Fix cluttered X-axis. Closes #39


  Commit: 6823bdd5be2af18d2bd1e389810d88e2d08ecb22
      
https://github.com/jenkinsci/memory-map-plugin/commit/6823bdd5be2af18d2bd1e389810d88e2d08ecb22
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release memory-map-2.2.1


  Commit: 2e6a902c326a62577832b159c9f77700aca38ee7
      
https://github.com/jenkinsci/memory-map-plugin/commit/2e6a902c326a62577832b159c9f77700aca38ee7
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 8e2b0aaba8b2777eb610afba30ef97603aea1a07
      
https://github.com/jenkinsci/memory-map-plugin/commit/8e2b0aaba8b2777eb610afba30ef97603aea1a07
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M src/main/java/net/praqma/jenkins/memorymap/MemoryMapBuildAction.java

  Log Message:
  -----------
  WIP


  Commit: cea822a362de7547eb899a4ebc717de8dc7badd5
      
https://github.com/jenkinsci/memory-map-plugin/commit/cea822a362de7547eb899a4ebc717de8dc7badd5
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release memory-map-2.2.2


  Commit: a7ca892ee07a109473bf4b5ba622cf19cab3a4e1
      
https://github.com/jenkinsci/memory-map-plugin/commit/a7ca892ee07a109473bf4b5ba622cf19cab3a4e1
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 7b01afcd481c0a1f38ce53ec672f648cb6ed4fe9
      
https://github.com/jenkinsci/memory-map-plugin/commit/7b01afcd481c0a1f38ce53ec672f648cb6ed4fe9
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-12 (Mon, 12 Mar 2018)

  Changed paths:
    M pom.xml
    M src/main/java/net/praqma/jenkins/memorymap/MemoryMapBuildAction.java

  Log Message:
  -----------
  Revert all commits back to (including) be7b804

This reverts the following commits:
a7ca892ee07a109473bf4b5ba622cf19cab3a4e1
cea822a362de7547eb899a4ebc717de8dc7badd5
8e2b0aaba8b2777eb610afba30ef97603aea1a07
2e6a902c326a62577832b159c9f77700aca38ee7
6823bdd5be2af18d2bd1e389810d88e2d08ecb22
be7b804674d6ca616cfdebe7f91624b2354510d2


  Commit: 266ced9d47a84eed5d05ae892e827281ccefb1cf
      
https://github.com/jenkinsci/memory-map-plugin/commit/266ced9d47a84eed5d05ae892e827281ccefb1cf
  Author: Oliver Emil Harritslev Christensen <o...@praqma.com>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
    M src/main/java/net/praqma/jenkins/memorymap/MemoryMapBuildAction.java

  Log Message:
  -----------
  close #39 x axis build no becomes very cluttered with a large amounts of 
builds


  Commit: 7a64de6520de158396dfd9fcae015838f1cf5246
      
https://github.com/jenkinsci/memory-map-plugin/commit/7a64de6520de158396dfd9fcae015838f1cf5246
  Author: Oliver Emil Harritslev Christensen <oliver...@gmail.com>
  Date:   2018-03-22 (Thu, 22 Mar 2018)

  Changed paths:
    M src/main/java/net/praqma/jenkins/memorymap/MemoryMapBuildAction.java
    M src/main/java/net/praqma/jenkins/memorymap/util/HexUtils.java
    M src/test/java/net/praqma/jenkins/unit/HexUtilsTest.java

  Log Message:
  -----------
  Merge pull request #42 to close #40


  Commit: 5361411ad30d2d87a9ec32defc5759ecd377f977
      
https://github.com/jenkinsci/memory-map-plugin/commit/5361411ad30d2d87a9ec32defc5759ecd377f977
  Author: ReleasePraqma <rele...@praqma.net>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release memory-map-2.2.1


  Commit: 24260ca0334bb4657abf44b34b0700ffafdf2914
      
https://github.com/jenkinsci/memory-map-plugin/commit/24260ca0334bb4657abf44b34b0700ffafdf2914
  Author: ReleasePraqma <rele...@praqma.net>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/memory-map-plugin/compare/4fcb1bc830b0...24260ca0334b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to