Recent Releases of ixplorer

ixplorer - v0.2.2

What's Changed

  • Tests section corrected and translation issues solved by @nayib-ixpantia in https://github.com/ixpantia/ixplorer/pull/118
  • Checks antes de publicar by @FvD in https://github.com/ixpantia/ixplorer/pull/122
  • Updates documentation by @nayib-ixpantia in https://github.com/ixpantia/ixplorer/pull/124
  • Update documentation by @FvD in https://github.com/ixpantia/ixplorer/pull/127
  • Solve issues for resubmission to CRAN by @FvD in https://github.com/ixpantia/ixplorer/pull/129
  • Solve issues pointed out by CRAN review by @FvD in https://github.com/ixpantia/ixplorer/pull/132
  • Fixes for CRAN submission by @FvD in https://github.com/ixpantia/ixplorer/pull/136
  • Changes requested by CRAN by @FvD in https://github.com/ixpantia/ixplorer/pull/140
  • Update documentation by @ronnyhdez in https://github.com/ixpantia/ixplorer/pull/142
  • Add to publish_wiki the option to publish .qmd files by @mablan in https://github.com/ixpantia/ixplorer/pull/146
  • Corrects a mistake with base name file by @mablan in https://github.com/ixpantia/ixplorer/pull/148
  • Fixes small details in git.R and sync_branch.R by @andreavargasmon in https://github.com/ixpantia/ixplorer/pull/149
  • mejoraras a publica wiki by @olger-ixpantia in https://github.com/ixpantia/ixplorer/pull/156
  • Se añade la funcionalidad de cambiar el nombre en publica_wiki y se actualiza la documentación. by @olger-ixpantia in https://github.com/ixpantia/ixplorer/pull/159
  • Actualiza documentación paquete by @FvD in https://github.com/ixpantia/ixplorer/pull/163
  • T152 Implement new_user function for user creation. by @olger-ixpantia in https://github.com/ixpantia/ixplorer/pull/169
  • Add create_users to NAMESPACE by @mablan in https://github.com/ixpantia/ixplorer/pull/171

New Contributors

  • @mablan made their first contribution in https://github.com/ixpantia/ixplorer/pull/146
  • @olger-ixpantia made their first contribution in https://github.com/ixpantia/ixplorer/pull/156

Full Changelog: https://github.com/ixpantia/ixplorer/compare/v0.0.1...v0.2.2

- R
Published by mablan over 2 years ago

ixplorer - v0.2.1

First release in preparation of publication on CRAN

What's Changed

  • WIP: Mauro's review by @maurolepore in https://github.com/ixpantia/ixplorer/pull/1
  • Corrige nombre Ronny by @FvD in https://github.com/ixpantia/ixplorer/pull/2
  • actualiza documentación by @FvD in https://github.com/ixpantia/ixplorer/pull/3
  • Integración de cambios en ixplorer.es by @FvD in https://github.com/ixpantia/ixplorer/pull/10
  • Integración de ixplorer con ixplorer.es by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/9
  • T16: Integra archivos listclosedtickets.R y listopentickets.R by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/19
  • Incluye funciones para publicar al wiki y facilitar setear credenciales by @FvD in https://github.com/ixpantia/ixplorer/pull/26
  • Translates functions names, and communication with the user to english. by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/27
  • Ref #30 validate functionning of current tickets by @ronnyhdez in https://github.com/ixpantia/ixplorer/pull/32
  • T34 Create ticktes working by @ronnyhdez in https://github.com/ixpantia/ixplorer/pull/36
  • Changes ixpantia logo to package logo in README by @andreavargasmon in https://github.com/ixpantia/ixplorer/pull/38
  • T46 by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/47
  • Ref #29 add variables for keyring by @ronnyhdez in https://github.com/ixpantia/ixplorer/pull/53
  • T55: Further adds keyring variables to functions by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/59
  • T63 Contributes to first scenario milestone by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/67
  • T68: Allows user to access previously saved credentials by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/74
  • Add setgitcache_timeout and minor style fixes by @FvD in https://github.com/ixpantia/ixplorer/pull/76
  • T49 Adds function to remove credentials by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/81
  • T46: Functions for pull requests and branch synch by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/84
  • T28: Contributes to documentation by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/89
  • T28_2 Further updates documentation by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/91
  • Ref #92 docs with new updates for package page by @ronnyhdez in https://github.com/ixpantia/ixplorer/pull/93
  • T94 Include Daniel as contributor in description file. by @ronnyhdez in https://github.com/ixpantia/ixplorer/pull/95
  • New parameter for synch_branch, to allow a specific default branch name. by @telaroix in https://github.com/ixpantia/ixplorer/pull/99
  • T78: General improvements and code cleaning by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/100
  • General fixes for R CMD warnings and code cleaning by @danielgranadoscampos in https://github.com/ixpantia/ixplorer/pull/103
  • #51 syntax and imports at description file by @nayib-ixpantia in https://github.com/ixpantia/ixplorer/pull/115
  • Git commands fixing and tests by @nayib-ixpantia in https://github.com/ixpantia/ixplorer/pull/117

New Contributors

  • @maurolepore made their first contribution in https://github.com/ixpantia/ixplorer/pull/1
  • @FvD made their first contribution in https://github.com/ixpantia/ixplorer/pull/2
  • @danielgranadoscampos made their first contribution in https://github.com/ixpantia/ixplorer/pull/9
  • @ronnyhdez made their first contribution in https://github.com/ixpantia/ixplorer/pull/32
  • @andreavargasmon made their first contribution in https://github.com/ixpantia/ixplorer/pull/38
  • @telaroix made their first contribution in https://github.com/ixpantia/ixplorer/pull/99
  • @nayib-ixpantia made their first contribution in https://github.com/ixpantia/ixplorer/pull/115

Full Changelog: https://github.com/ixpantia/ixplorer/commits/v0.0.1

- R
Published by FvD about 4 years ago