Build: #43 was successful
Job: Default Job was successful
Code commits
atlas
-
Cintia Del Rio Calvo <cintiadrio@gmail.com> 871261ccb26e1900a89442b0cefb9388cd21dea7
atlas 3.1 - replacing php with node
-
Cintia Del Rio Calvo <cintiadrio@gmail.com> 4eb722db77846548d95103b948ec54b33454054c m
ITSM-4198: really, why are we installing deps in docker image???
- docker/Dockerfile (version 4eb722db77846548d95103b948ec54b33454054c)
-
Cintia Del Rio Calvo <cintiadrio@gmail.com> 8a9e230e7f28c6c0b7bb9aeb7b5b24fb26262b75 m
Merge branch 'master' of github.com:openmrs/openmrs-contrib-atlas
-
Cintia Del Rio Calvo <cintiadrio@gmail.com> f78a5a74178b4ec6835b48f8512f8c939e059ab8 m
Installing deps during build time
- docker/Dockerfile (version f78a5a74178b4ec6835b48f8512f8c939e059ab8)
- docker/config/init-script.sh (version f78a5a74178b4ec6835b48f8512f8c939e059ab8)
-
cintiadr <cintiadrio@gmail.com> ab91fc70bbf0e0df8ae097f69e941a63f18dea44 m
Fix readme for branch 3.x
- README.md (version ab91fc70bbf0e0df8ae097f69e941a63f18dea44)
-
Burke Mamlin <burke@openmrs.org> fb4e932d138226366587543c0cc96bf73162c95a m
ITSM-4164: support google maps api key
- app/views/index.blade.php (version fb4e932d138226366587543c0cc96bf73162c95a)
-
Ayush Gupta <iit2016508@iiita.ac.in> f807801e5f4c90460d4f1e22389aab7f630d421b m
Added link to atlas 3.0 module in readme.md (#38)
- README.md (version f807801e5f4c90460d4f1e22389aab7f630d421b)
-
cintiadr <cintiadrio@gmail.com> 2b0d5b4e9159330014656a581f439f82e3aac6d9 m
Disable debug
- app/config/app.php (version 2b0d5b4e9159330014656a581f439f82e3aac6d9)
-
cintiadr <cintiadrio@gmail.com> 98ba51d85bdf9c57d1dc2a93a3a0e98a3aad76bd m
Merge pull request #37 from isears/master
Turn off default verbose error messages -
Isaac Sears <isaac.j.sears@gmail.com> ab597689b5e3964d7a2eb31d1adfdaefa921ab5b m
Turn off default verbose error messages
- app/config/local/app.php (version ab597689b5e3964d7a2eb31d1adfdaefa921ab5b)
-
Sparsha Dotel <sparshadotel@gmail.com> b1727fa2cbf42fbfdc46931e947e8ab107673b74 m
modified dockerfile to take env.local.php file
- docker/Dockerfile (version b1727fa2cbf42fbfdc46931e947e8ab107673b74)
-
Sparsha Dotel <sparshadotel@gmail.com> 8e9fe5c64bbaeaaa98a53dd74b32ebf416aa3e03 m
fixed issue where environment configuration was not being added to docker image
- docker/config/env.local.php (version 8e9fe5c64bbaeaaa98a53dd74b32ebf416aa3e03)
-
Sparsha Dotel <sparshadotel@gmail.com> 77906e307475479487ab3b28f7f1020457201b40 m
Fixed issue where the build was taking .. as a relative path
- docker/Dockerfile (version 77906e307475479487ab3b28f7f1020457201b40)
-
cintiadr <cintiadrio@gmail.com> d577d65cb5f6516122d95e202084988fe7d1486a m
Merge pull request #36 from openmrs/ITSM-4046
ITSM-4046 Docker Image for Atlas -
Sparsha Dotel <sparshadotel@gmail.com> ff879be2317647f5f3608f168789391f6f1684d0 m
Now uses local files instead of downloading the latest source code from github
- docker/Dockerfile (version ff879be2317647f5f3608f168789391f6f1684d0)
-
Sparsha Dotel <sparshadotel@gmail.com> a14b1f7f05a3fa1d933930a940ec83a01f5a0a8c m
removed wget and supervisor
- docker/Dockerfile (version a14b1f7f05a3fa1d933930a940ec83a01f5a0a8c)
- docker/config/supervisord.conf (version a14b1f7f05a3fa1d933930a940ec83a01f5a0a8c)
-
Sparsha Dotel <sparshadotel@gmail.com> 95087ea027ee720b60608b11a0e215838ba4886d m
ITSM-4046 Docker Image for Atlas
- docker/Dockerfile (version 95087ea027ee720b60608b11a0e215838ba4886d)
- docker/config/000-default.conf (version 95087ea027ee720b60608b11a0e215838ba4886d)
- docker/config/init-script.sh (version 95087ea027ee720b60608b11a0e215838ba4886d)
- docker/config/supervisord.conf (version 95087ea027ee720b60608b11a0e215838ba4886d)
-
Robby O'Connor 598a24f0315071d5d12a729842426c9e8bd12a70 m
add script to automate fixing trailing whitespace
- scripts/remove_trailing_whitespace.sh (version 598a24f0315071d5d12a729842426c9e8bd12a70)
-
Robby O'Connor 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2 m
remove trailing whitespace
This is does change functionality in any way. I am therefore directly
committing this change directly as opposed to a pull request as it won't break things.
To do this I used the following linux find command:
find . -not \( -wholename "./.git" -prune \) -type f -exec sed -i 's/[ \t]*$//' {} \;- README.md (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/commands/CaptureCommand.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/config/local/app.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/controllers/AdminController.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/controllers/AtlasController.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/controllers/AuthController.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/controllers/DataController.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/controllers/PingController.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/database/migrations/2014_05_20_085005_create_atlas.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/database/migrations/2014_07_15_060605_add_uuid_and_action_to_archive.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/routes.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/start/global.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/views/index.blade.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- app/views/module.blade.php (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/css/admin.css (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/css/atlas.css (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/js/capture-cron.js (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/js/capture.js (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/js/module.js (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/js/tools.js (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/js/user.js (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/FontAwesome.otf (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/fontawesome-webfont.eot (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/fontawesome-webfont.svg (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/fontawesome-webfont.ttf (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/fontawesome-webfont.woff (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/glyphicons-halflings-regular.eot (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/glyphicons-halflings-regular.svg (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/fonts/glyphicons-halflings-regular.ttf (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/js/gmap3.min.js (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
- public/lib/js/yqlgeo.js (version 21dc5c8fd4d7c3284c505013b5044a26c3b08dd2)
-
Isaac Sears <isaac.j.sears@gmail.com> c25055dee366b1d14570b46df271ef0cdeb9c83a m
Fix phantomjs ssl bug and add timeout (#35)
- README.md (version c25055dee366b1d14570b46df271ef0cdeb9c83a)
- app/commands/CaptureCommand.php (version c25055dee366b1d14570b46df271ef0cdeb9c83a)
-
Isaac Sears <isaac.j.sears@gmail.com> da3902631a5b3a64fd2cd9ac02db327fda161476 m
Remove 'screenshot' and 'capture' routes (#34)
- app/controllers/AtlasController.php (version da3902631a5b3a64fd2cd9ac02db327fda161476)
- app/routes.php (version da3902631a5b3a64fd2cd9ac02db327fda161476)
-
Daniel Kayiwa 4e95b8b0637dd78cd87e581083ef2df7f104aa98 m
Merge pull request #28 from kant/patch-1
Minor fixes -
Daniel Kayiwa fb4cb0269829a27708d651e0ee4400d84bbb11b6 m
Merge pull request #32 from kant/patch-5
Minor fixes: proposal -
Daniel Kayiwa 88b830c98131c670dcb3a5dc72c1bc7d5c562b26 m
Merge pull request #33 from kant/patch-6
Minor fixes: proposal -
Daniel Kayiwa a1dd8c79525357587d31e60efdd2f3ed3ba25551 m
Merge pull request #29 from kant/patch-2
Minor fix: typo -
Daniel Kayiwa 56e9363c5c417f25b4f553167c8ecd77e93f1ed2 m
Merge pull request #31 from kant/patch-4
Minor fixes: proposal -
Daniel Kayiwa 4c2889a61819eb002b2a6994f84db09c68365203 m
Merge pull request #30 from kant/patch-3
Minor fix: typo -
DarÃo Hereñú <magallania@gmail.com> 3cabb23e613e6f9635c0dea4fa703f6a6581133e m
Minor fixes: proposal
- app/commands/CaptureCommand.php (version 3cabb23e613e6f9635c0dea4fa703f6a6581133e)
-
DarÃo Hereñú <magallania@gmail.com> 087d2d7f75f2e6dc2089209ebf4e4852ab77be67 m
Minor fixes: proposal
- app/controllers/PingController.php (version 087d2d7f75f2e6dc2089209ebf4e4852ab77be67)
-
DarÃo Hereñú <magallania@gmail.com> 5c886b78457b682d29507eeeaf5d1d502eae57b8 m
Minor fixes: proposal
- app/controllers/DataController.php (version 5c886b78457b682d29507eeeaf5d1d502eae57b8)
-
DarÃo Hereñú <magallania@gmail.com> 7708d310e60ed49073ed9784e4e79fd21a57044e m
Minor fix: typo
- app/controllers/AuthController.php (version 7708d310e60ed49073ed9784e4e79fd21a57044e)
-
DarÃo Hereñú <magallania@gmail.com> d121eb426dae820b11ffba106f195f04c51b57b0 m
Minor fix: typo
- app/filters.php (version d121eb426dae820b11ffba106f195f04c51b57b0)
-
DarÃo Hereñú <magallania@gmail.com> a0d6b02949854a63da8d33cf8c43955e14990046 m
Minor fixes
Update links. I think that the link to PhantomJS do not reflect the current status (outdated?)- README.md (version a0d6b02949854a63da8d33cf8c43955e14990046)
-
Daniel Kayiwa 2b16e639272daa3ec84c314f6125906d6954f8f9 m
Merge pull request #27 from ShekharReddy4/GSoC-2016
added the clusterer image -
ShekharReddy4 <reddyshekhar619@gmail.com> 8d258ac5ea1e5dcbef4156dd4f649ff20166ab14 m
added the cluster image
- public/js/atlas.js (version 8d258ac5ea1e5dcbef4156dd4f649ff20166ab14)
-
Daniel Kayiwa daa1a36b9099b666465a340b6445801b5c82d285 m
Merge pull request #26 from ShekharReddy4/GSoC-2016
changes to composer.json for change in the namespace Rhumsaa -
Burke Mamlin <burke@openmrs.org> fe388bd3b52fc2d461aa7dc91bdd9379b4f68275 m
MarkerClusterer moved to GitHub
- public/js/atlas.js (version fe388bd3b52fc2d461aa7dc91bdd9379b4f68275)
-
Burke Mamlin <burke@openmrs.org> 8bf1b3aba76d8deb289c2e31cd522af0d230556b m
MarkerClusterer moved to GitHub
- app/views/index.blade.php (version 8bf1b3aba76d8deb289c2e31cd522af0d230556b)
-
ShekharReddy4 <reddyshekhar619@gmail.com> 01228d063e5034870cb31e54a34c02c554d1f195 m
changes to composer.json
- composer.json (version 01228d063e5034870cb31e54a34c02c554d1f195)
-
Darius Jazayeri <jazayeri@alum.mit.edu> 09df8f7271e0986d2189ef8ae0ce4f583bca8db0 m
Merge pull request #25 from abhishekjhaji/master
added steps to create new distibution in read me file -
abhishekjhaji <anabhishek.jha@gmail.com> 076731f23ada66389bbf1426a9d2d3da5890a6f4 m
added steps to create new distibution in read me file
- README.md (version 076731f23ada66389bbf1426a9d2d3da5890a6f4)
-
Burke Mamlin <burke@openmrs.org> 6e3c6256729cd5879863153bc1b2b9b7625b6e19 m
Update README.md
- README.md (version 6e3c6256729cd5879863153bc1b2b9b7625b6e19)
-
Burke Mamlin <burke@openmrs.org> 5269dfd38613287f1d1f6822ec1976f241b098c6 m
Merge pull request #24 from abhishekjhaji/master
Latest code with bug fixes -
skvithalani <saloniv@thoughtworks.com> 85c6fda91550d2ee308acb417adee656d760b8e8 m
[Saloni/Abhishek-Fadingissue]The date conversion on js part was corrected
- public/js/user.js (version 85c6fda91550d2ee308acb417adee656d760b8e8)
-
skvithalani <saloniv@thoughtworks.com> 30429e40f3218e118f6c966bfffa51bb88128e78 m
[Saloni/Abhishek-ATLAS-122]Renamed Distributions to Distros to adjust it within the width
- app/views/index.blade.php (version 30429e40f3218e118f6c966bfffa51bb88128e78)
-
skvithalani <saloniv@thoughtworks.com> c09db3cc5c4eca0c463666d4a3d21f033923cfbf m
[Saloni/Abhishek-ATLAS-120] updated comparison logic for standard distribution
- public/js/distribution.js (version c09db3cc5c4eca0c463666d4a3d21f033923cfbf)
-
Darius Jazayeri <jazayeri@alum.mit.edu> bc3aaf4bc6ebb6f132152e98f3e42be6fbea147b m
Merge pull request #23 from abhishekjhaji/master
Added configurations compatible with staging environment -
skvithalani <saloniv@thoughtworks.com> 22d144afbcc3ffbdd0c3360cdf49fb805f3b1a75 m
[Abhishek/Saloni-ATLAS-120]reverted values to default configuration for log level and migration script for staging environment
- app/config/app.php (version 22d144afbcc3ffbdd0c3360cdf49fb805f3b1a75)
- app/database/migrations/2014_05_20_085005_create_atlas.php (version 22d144afbcc3ffbdd0c3360cdf49fb805f3b1a75)
-
skvithalani <saloniv@thoughtworks.com> e0e85ac4e2a8d280d90ab8b7e28c87741f192232 m
[Saloni/Abhishek - Atlas-120] updated criteria for finding standard distributions
- public/js/atlas.js (version e0e85ac4e2a8d280d90ab8b7e28c87741f192232)
-
skvithalani <saloniv@thoughtworks.com> a474284e9e88a3efcef79fd2ae032433bea75061 m
[Saloni/Abhishek-ATLAS-120]added migration for inserting standard distributions
- app/database/migrations/2016_02_17_170405_insert_distributions.php (version a474284e9e88a3efcef79fd2ae032433bea75061)
- app/database/seeds/DatabaseSeeder.php (version a474284e9e88a3efcef79fd2ae032433bea75061)
- app/database/seeds/DistributionsTableSeeder.php (version a474284e9e88a3efcef79fd2ae032433bea75061)
-
skvithalani <saloniv@thoughtworks.com> e0cecd6a67e8abd58fdcf7bcf659ef6409a49519 m
[Saloni/Abhishek-ATLAS-120]changed Distribution model to be compatiblewith mysql version < 5.6
- app/database/migrations/2016_01_22_153112_create_distributions.php (version e0cecd6a67e8abd58fdcf7bcf659ef6409a49519)
- app/models/Distribution.php (version e0cecd6a67e8abd58fdcf7bcf659ef6409a49519)
-
skvithalani <saloniv@thoughtworks.com> b24bb5fe4937428989b2a931db14eaa06c80c499 m
[Saloni/Abhishek-ATLAS_120]reverted the value of hostname for local
- bootstrap/start.php (version b24bb5fe4937428989b2a931db14eaa06c80c499)
-
skvithalani <saloniv@thoughtworks.com> 1878b43830ead925f8565de1c906ec4584d67c48 m
[Abhishek/Saloni-ATLAS-120]changed local environment value to localhost from getHostName()
- bootstrap/start.php (version 1878b43830ead925f8565de1c906ec4584d67c48)
-
Darius Jazayeri <jazayeri@alum.mit.edu> 7dc69a95e3fada1ce360acc938c99f7ca67cb2d0 m
Merge pull request #22 from abhishekjhaji/master
Refactored code with capability to add distribution through UI -
skvithalani <saloniv@thoughtworks.com> cf5ce49b98007a8e47e4d3daac2bdb791cf6a017 m
[Saloni/Abhishek-ATLAS-120]removed extra error to start logging error in log files
- app/start/global.php (version cf5ce49b98007a8e47e4d3daac2bdb791cf6a017)
-
skvithalani <saloniv@thoughtworks.com> 7e876a666d035d51d2d4979467b50014cc618b55 m
[Saloni/Abhishek-ATLAS-120] Removed start.php from git ignore
- .gitignore (version 7e876a666d035d51d2d4979467b50014cc618b55)
-
skvithalani <saloniv@thoughtworks.com> f09240456918dab6af74c1e8703dea7d7742d2ff m
[SAloni/Abhishek-ATLAS-120]added seed data for Distributions
- app/database/seeds/DatabaseSeeder.php (version f09240456918dab6af74c1e8703dea7d7742d2ff)
- app/database/seeds/DistributionsTableSeeder.php (version f09240456918dab6af74c1e8703dea7d7742d2ff)
-
abhishekjhaji <anabhishek.jha@gmail.com> 7c3b99918ee288be184e94d86d5b8cd6d262c8b0 m
[Abhishek-Atlas-119]displaying distribution in sorted order in dropdown and legends
- public/js/atlas.js (version 7c3b99918ee288be184e94d86d5b8cd6d262c8b0)
- public/js/distribution.js (version 7c3b99918ee288be184e94d86d5b8cd6d262c8b0)
- public/js/user.js (version 7c3b99918ee288be184e94d86d5b8cd6d262c8b0)
-
abhishekjhaji <anabhishek.jha@gmail.com> b5081876833fab9a8f32ca9755267e5dd61bd4b0 m
[Abhishek-Atlas-120] display only those legends which are currently present on map
- app/models/Distribution.php (version b5081876833fab9a8f32ca9755267e5dd61bd4b0)
- app/services/MarkerSiteService.php (version b5081876833fab9a8f32ca9755267e5dd61bd4b0)
- public/js/atlas.js (version b5081876833fab9a8f32ca9755267e5dd61bd4b0)
- public/js/user.js (version b5081876833fab9a8f32ca9755267e5dd61bd4b0)
-
abhishekjhaji <anabhishek.jha@gmail.com> 2a0d2c3a27ed20f3ad44ffb4dc8552d419898be6 m
[Abhishek-Atlas-119] added legend for distribution
- app/views/index.blade.php (version 2a0d2c3a27ed20f3ad44ffb4dc8552d419898be6)
- public/css/atlas.css (version 2a0d2c3a27ed20f3ad44ffb4dc8552d419898be6)
- public/js/atlas.js (version 2a0d2c3a27ed20f3ad44ffb4dc8552d419898be6)
-
abhishekjhaji <anabhishek.jha@gmail.com> 3faaf1f45b96299a629714601c00628cccdd3fca m
[Abhishek-Atlas-119]added marker save,update and audit in transaction
- app/services/AuditService.php (version 3faaf1f45b96299a629714601c00628cccdd3fca)
- app/services/MarkerSiteService.php (version 3faaf1f45b96299a629714601c00628cccdd3fca)
-
skvithalani <saloniv@thoughtworks.com> bde4aea2f8493488036b4842a7e73dcd1cb41a3f m
[Abhishek/Saloni-ATLAS-119]added comments for archive table name and extracted isNonStandard method in Distribution
- app/models/Audit.php (version bde4aea2f8493488036b4842a7e73dcd1cb41a3f)
- app/models/Distribution.php (version bde4aea2f8493488036b4842a7e73dcd1cb41a3f)
- app/services/MarkerSiteService.php (version bde4aea2f8493488036b4842a7e73dcd1cb41a3f)
-
skvithalani <saloniv@thoughtworks.com> 353b9bc4884d5dbb0c0e32b5ab6d4caddada8ab7 m
[Saloni/Abhishek-ATLAS-119]removed src of Constants.js and moved constants in distribution.js
- app/views/index.blade.php (version 353b9bc4884d5dbb0c0e32b5ab6d4caddada8ab7)
- public/js/distribution.js (version 353b9bc4884d5dbb0c0e32b5ab6d4caddada8ab7)
-
skvithalani <saloniv@thoughtworks.com> ea1b7339f9e9273845af30023f29e21d132d8d4d m
[Saloni/Abhishek-ATLAS-119]added info Logs for audit and distribution
- app/services/AuditService.php (version ea1b7339f9e9273845af30023f29e21d132d8d4d)
- app/services/MarkerSiteService.php (version ea1b7339f9e9273845af30023f29e21d132d8d4d)
-
skvithalani <saloniv@thoughtworks.com> e0e2f9b3935fc1acb94d2b29499c245aa0897ff3 m
[Saloni/Abhishek-ATLAS-119]renamed pingAtlasDelete to delete
- app/controllers/MarkerSiteController.php (version e0e2f9b3935fc1acb94d2b29499c245aa0897ff3)
- app/routes.php (version e0e2f9b3935fc1acb94d2b29499c245aa0897ff3)
-
skvithalani <saloniv@thoughtworks.com> 4bedefb9c6953d33d870835994e51a67cc8ad139 m
[Saloni/Abhishek-ATLAS-119]added timestamp in distribution and moved constants to distribution.js
- app/database/migrations/2016_01_22_153112_create_distributions.php (version 4bedefb9c6953d33d870835994e51a67cc8ad139)
- app/models/Distribution.php (version 4bedefb9c6953d33d870835994e51a67cc8ad139)
- public/js/Constants.js (version 4bedefb9c6953d33d870835994e51a67cc8ad139)
-
skvithalani <saloniv@thoughtworks.com> aa9ea185d160c5703c9c4ad18dcb05a484f1846d m
[Saloni/Abhishek-TLAS-119]refactored js to objectify Select box option in creating distribution drop down
- app/views/index.blade.php (version aa9ea185d160c5703c9c4ad18dcb05a484f1846d)
- public/js/Constants.js (version aa9ea185d160c5703c9c4ad18dcb05a484f1846d)
- public/js/atlas.js (version aa9ea185d160c5703c9c4ad18dcb05a484f1846d)
- public/js/distribution.js (version aa9ea185d160c5703c9c4ad18dcb05a484f1846d)
- public/js/htmlObjects/select.js (version aa9ea185d160c5703c9c4ad18dcb05a484f1846d)
- public/js/user.js (version aa9ea185d160c5703c9c4ad18dcb05a484f1846d)
-
skvithalani <saloniv@thoughtworks.com> 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb m
[Abhishek/saloni-ATLAS-119]refactored backend for MarkerSiteController -> autoPostModule and pingAtlasDelete
- app/builders/MarkerSiteBuilder.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/controllers/MarkerSiteController.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/controllers/PingController.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/models/Audit.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/models/MarkerSite.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/routes.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/services/AuditService.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/services/AuthorizationService.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/services/MarkerSiteService.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
- app/start/global.php (version 8c0b2fe8d97ca544bcb3d72c2d7fe1230b6258cb)
-
skvithalani <saloniv@thoughtworks.com> 33a2a4b87d87fae6b270404615846f8984d10d6e m
[Saloni/Abhishek-ATLAS-119] Backend Code refactoring for add update and audit marker site. Used Eloquent ORM from laravel to refactor as mvc
- app/builders/MarkerSiteBuilder.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/controllers/MarkerSiteController.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/controllers/PingController.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/models/Audit.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/models/Authorization.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/models/MarkerSite.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/services/AuditService.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/services/AuthorizationService.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/services/DistributionService.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/services/MarkerSiteService.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
- app/start/global.php (version 33a2a4b87d87fae6b270404615846f8984d10d6e)
-
skvithalani <saloniv@thoughtworks.com> bf07112afe78308bfc72331149ee773adac86d0e m
[Saloni/Abhishek-ATLAS-119]refactored js and controllers, also added models
- app/controllers/MarkerSiteController.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/controllers/PingController.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/models/Authorization.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/models/Distribution.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/models/MarkerSite.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/models/Privileges.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/routes.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/services/MarkerSiteService.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/start/global.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/util/StringUtils.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- app/views/index.blade.php (version bf07112afe78308bfc72331149ee773adac86d0e)
- public/js/Constants.js (version bf07112afe78308bfc72331149ee773adac86d0e)
- public/js/atlas.js (version bf07112afe78308bfc72331149ee773adac86d0e)
- public/js/distribution.js (version bf07112afe78308bfc72331149ee773adac86d0e)
- public/js/user.js (version bf07112afe78308bfc72331149ee773adac86d0e)
-
skvithalani <saloniv@thoughtworks.com> 9f4d64a3a0ce1da08e40054b2f88f05b8d2afc64 m
[Abhishek/Saloni-ATLAS-119]code refactoring for js
- public/js/distribution.js (version 9f4d64a3a0ce1da08e40054b2f88f05b8d2afc64)
- public/js/user.js (version 9f4d64a3a0ce1da08e40054b2f88f05b8d2afc64)
-
skvithalani <saloniv@thoughtworks.com> 0a4415754375d6925a2ef226d82df2ec7705dc4f m
[Saloni/Abhishek-ATLAS-119]refactored js and solved two defects of non standard distro not getting saved
- app/controllers/PingController.php (version 0a4415754375d6925a2ef226d82df2ec7705dc4f)
- app/views/index.blade.php (version 0a4415754375d6925a2ef226d82df2ec7705dc4f)
- public/js/atlas.js (version 0a4415754375d6925a2ef226d82df2ec7705dc4f)
- public/js/distribution.js (version 0a4415754375d6925a2ef226d82df2ec7705dc4f)
- public/js/user.js (version 0a4415754375d6925a2ef226d82df2ec7705dc4f)
-
skvithalani <saloniv@thoughtworks.com> 878d49461e68b69dc2940bb02f684e32ecf2118b m
[Abhishek/Saloni-ATLAS-119]updated env.local.phph sample
- env.local.php (version 878d49461e68b69dc2940bb02f684e32ecf2118b)
-
skvithalani <saloniv@thoughtworks.com> e327981746c5d1bdc79d475082211e563c2f4f6c m
[Abhishek/Saloni-ATLAS-119]modified app.php url and added env.local.php
- app/config/local/app.php (version e327981746c5d1bdc79d475082211e563c2f4f6c)
- env.local.php (version e327981746c5d1bdc79d475082211e563c2f4f6c)
-
skvithalani <saloniv@thoughtworks.com> 21a1d021f37949c456b3ddd8c26bc4cc764b9bdb m
[Saloni/Abhishek-ATLAS-119]displaying distro info in info bubble when it is present
- public/js/user.js (version 21a1d021f37949c456b3ddd8c26bc4cc764b9bdb)
-
abhishekjhaji <anabhishek.jha@gmail.com> 657ac3fc5b81996319803fcdd584a036bd8e7437 m
[Saloni/Abhishek-ATLAS-119]Added migration script for distributions
- app/database/migrations/2016_01_22_153112_create_distributions.php (version 657ac3fc5b81996319803fcdd584a036bd8e7437)
-
skvithalani <saloniv@thoughtworks.com> 28d0e3f387fe95c5d575a1bc35984050fd99b70e m
[Saloni/Abhishek-ATLAS_119]Refactored update marker by Module
- app/controllers/PingController.php (version 28d0e3f387fe95c5d575a1bc35984050fd99b70e)
-
skvithalani <saloniv@thoughtworks.com> bcea31fd98bd688068d1baf7c9d708787f89ece1 m
[Abhishek/Saloni-ATLAS-119]removed PingControllerTest for time being
- app/tests/PingControllerTest.php (version bcea31fd98bd688068d1baf7c9d708787f89ece1)
-
abhishekjhaji <anabhishek.jha@gmail.com> c65c333dfc11754983630fab43e90adcd9a8728f m
[Saloni/Abhishek] refactoring - machine name configuration
- bootstrap/start.php (version c65c333dfc11754983630fab43e90adcd9a8728f)
-
skvithalani <saloniv@thoughtworks.com> d4eed2e1bdf779b2df77149c99fbd2abc6b7800c m
[Saloni/Abhishek-ATLAS-119]Deleted non standard distro while deleting site and (bug fixed of )capturing standard distro in archive while creating site
- app/controllers/PingController.php (version d4eed2e1bdf779b2df77149c99fbd2abc6b7800c)
-
skvithalani <saloniv@thoughtworks.com> 15f263e725b164597830b9c2874fb073cf9805c1 m
[Saloni/Abhishek-ATLAS-119]Writing test for PingController/pingAtlas
- app/config/app.php (version 15f263e725b164597830b9c2874fb073cf9805c1)
- app/start/global.php (version 15f263e725b164597830b9c2874fb073cf9805c1)
- app/tests/PingControllerTest.php (version 15f263e725b164597830b9c2874fb073cf9805c1)
- composer.json (version 15f263e725b164597830b9c2874fb073cf9805c1)
-
skvithalani <saloniv@thoughtworks.com> 36d79ef7d45c944f263544d036703c43ab1d7a39 m
[Saloni/Abhishek-ATLAS-119]refactored PingControler/pingAtlas
- app/controllers/PingController.php (version 36d79ef7d45c944f263544d036703c43ab1d7a39)
- public/js/user.js (version 36d79ef7d45c944f263544d036703c43ab1d7a39)
-
skvithalani <saloniv@thoughtworks.com> 7582f2d954419770b197ddf826d0dfe2347a4a4b m
[Abhishek/Saloni] added log configuration for laravel 4
- app/config/app.php (version 7582f2d954419770b197ddf826d0dfe2347a4a4b)
- app/start/global.php (version 7582f2d954419770b197ddf826d0dfe2347a4a4b)
-
skvithalani <saloniv@thoughtworks.com> ae83d770648ffa3e641c419a2b42346bd9c42620 m
[Saloni/Abhishek -ATLAS-119]refactored js and handled archive delete
- app/controllers/PingController.php (version ae83d770648ffa3e641c419a2b42346bd9c42620)
- public/js/user.js (version ae83d770648ffa3e641c419a2b42346bd9c42620)
-
skvithalani <saloniv@thoughtworks.com> a55d7984ea16ed1c7bba180c8e1ecc93fe3bbee3 m
[Saloni/Abhishek-ATLAS-119]Updated UI to handle non standard distribution name
- app/controllers/PingController.php (version a55d7984ea16ed1c7bba180c8e1ecc93fe3bbee3)
- public/js/user.js (version a55d7984ea16ed1c7bba180c8e1ecc93fe3bbee3)
-
skvithalani <saloniv@thoughtworks.com> 376970bbb5d7f1d78ae946d59c97c2f8fa2d761e m
[Saloni/Abhishek-ATLAS-119]Insert and update distro
- app/controllers/PingController.php (version 376970bbb5d7f1d78ae946d59c97c2f8fa2d761e)
-
skvithalani <saloniv@thoughtworks.com> 41980631a3a9713d2c00077392f639822348f7ae m
[Saloni/Abhishek-ATLAS-119]insert and update of distro
- app/controllers/PingController.php (version 41980631a3a9713d2c00077392f639822348f7ae)
- public/js/user.js (version 41980631a3a9713d2c00077392f639822348f7ae)
-
skvithalani <saloniv@thoughtworks.com> a01c3df272f879d86fdb298326f6f126845c8502 m
Saloni/Abhishek[JIRA/ATLAS_119]:Code refactoring of PingController/pingAtlas
- app/controllers/PingController.php (version a01c3df272f879d86fdb298326f6f126845c8502)
- public/js/user.js (version a01c3df272f879d86fdb298326f6f126845c8502)
-
skvithalani <saloniv@thoughtworks.com> d9faf2383e2aeb15d7b4f65afef43fc08e49144c m
Refactored pingAtlas
- app/controllers/PingController.php (version d9faf2383e2aeb15d7b4f65afef43fc08e49144c)
- public/js/user.js (version d9faf2383e2aeb15d7b4f65afef43fc08e49144c)
-
skvithalani <saloniv@thoughtworks.com> f9b715ee37aa37b7eb7bf29cdf1b1ebdd74094ee m
dev env and prod env
- bootstrap/start.php (version f9b715ee37aa37b7eb7bf29cdf1b1ebdd74094ee)
-
skvithalani <saloniv@thoughtworks.com> d678be64b4dbffdb597a33cc52c9321e42da765e m
edit form refactored
- public/js/user.js (version d678be64b4dbffdb597a33cc52c9321e42da765e)
-
skvithalani <saloniv@thoughtworks.com> 948ac7ccac467ae8336c1390aca918549a470499 m
added other option for selecting distribution
- public/css/atlas.css (version 948ac7ccac467ae8336c1390aca918549a470499)
- public/js/user.js (version 948ac7ccac467ae8336c1390aca918549a470499)
-
skvithalani <saloniv@thoughtworks.com> 6be20ad078ed6a66539164f3b966c00ce6b296d5 m
added start.php in gitignore
- .gitignore (version 6be20ad078ed6a66539164f3b966c00ce6b296d5)
-
abhishekjhaji <anabhishek.jha@gmail.com> 28aca86fdbb41cc83c43018cdcbf48bdec562699 m
show distribution list on UI dynamically
- public/js/user.js (version 28aca86fdbb41cc83c43018cdcbf48bdec562699)
-
abhishekjhaji <anabhishek.jha@gmail.com> 94b330060e7a0d1b66eed4f7caec72b93398f971 m
code refactoring and ajax call for distributionlist added
- app/controllers/DataController.php (version 94b330060e7a0d1b66eed4f7caec72b93398f971)
- app/routes.php (version 94b330060e7a0d1b66eed4f7caec72b93398f971)
- app/views/index.blade.php (version 94b330060e7a0d1b66eed4f7caec72b93398f971)
- public/js/atlas.js (version 94b330060e7a0d1b66eed4f7caec72b93398f971)
-
abhishekjhaji <anabhishek.jha@gmail.com> 08561c628489c3ff268899f05061cf1234a7334a m
refactored marker source call with ajax call
- .gitignore (version 08561c628489c3ff268899f05061cf1234a7334a)
- app/controllers/DataController.php (version 08561c628489c3ff268899f05061cf1234a7334a)
- app/routes.php (version 08561c628489c3ff268899f05061cf1234a7334a)
- public/js/atlas.js (version 08561c628489c3ff268899f05061cf1234a7334a)
- public/js/user.js (version 08561c628489c3ff268899f05061cf1234a7334a)
-
abhishekjhaji <anabhishek.jha@gmail.com> 51702e38825df2d14f3ef329b952a44a7c3f6253 m
styling select box of distro
- public/css/atlas.css (version 51702e38825df2d14f3ef329b952a44a7c3f6253)
- public/js/user.js (version 51702e38825df2d14f3ef329b952a44a7c3f6253)
-
abhishekjhaji <anabhishek.jha@gmail.com> ad44f10cfcfdb96271b36dc5607b301db4754f7e m
added distro select box in edit form
- .gitignore (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- app/config/app.php (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- app/config/local/app.php (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- app/controllers/DataController.php (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- app/controllers/PingController.php (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- app/database/migrations/2014_05_20_085005_create_atlas.php (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- bootstrap/start.php (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- env.local.php (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- public/css/atlas.css (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
- public/js/user.js (version ad44f10cfcfdb96271b36dc5607b301db4754f7e)
-
Daniel Kayiwa 525a9aae8ca33cf975c7939d82a7155bd3e860b5 m
Merge pull request #20 from alexisduque/ATLAS-117
ATLAS-117: Duplicate "This is not me." buttons. -
Alexis Duque 51a9c3a3f826fc035ed01c63a72a6e73f1f1af04 m
ATLAS-117: Duplicate "This is not me." buttons.
- public/js/atlas.js (version 51a9c3a3f826fc035ed01c63a72a6e73f1f1af04)