[bloodhound-core] branch main updated: Add .editorconfig and license reporting

2023-04-07 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new dc29fee Add .editorconfig and license

svn commit: r1906109 - in /bloodhound/site: download.html index.html

2022-12-20 Thread gjm
Author: gjm Date: Tue Dec 20 14:23:28 2022 New Revision: 1906109 URL: http://svn.apache.org/viewvc?rev=1906109&view=rev Log: Fix insecure urls (thanks engelen); fix footer Modified: bloodhound/site/download.html bloodhound/site/index.html Modified: bloodhound/site/download.html

[bloodhound-core] 02/02: Add show-urls make command to help with discovery

2022-12-20 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 3e8288f60a341dab1e997d6fd732525ba26c120d Author: Gary Martin AuthorDate: Sat Dec 17 15:09:33 2022 + Add

[bloodhound-core] branch main updated (a3c95e3 -> 3e8288f)

2022-12-20 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git from a3c95e3 Update to Django 4 and minimum python 3.8 new 8ba4dfd Introduce Makefile for common operations

[bloodhound-core] 01/02: Introduce Makefile for common operations

2022-12-20 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 8ba4dfd7ecc55ce80cbe93039fa7a0df6ecff8d2 Author: Gary Martin AuthorDate: Sat Nov 5 01:14:44 2022 +

svn commit: r1904060 - /bloodhound/site/index.html

2022-09-14 Thread gjm
Author: gjm Date: Wed Sep 14 08:08:53 2022 New Revision: 1904060 URL: http://svn.apache.org/viewvc?rev=1904060&view=rev Log: Add privacy policy link to site Modified: bloodhound/site/index.html Modified: bloodhound/site/index.html URL: http://svn.apache.org/viewvc/bloodhound/

[bloodhound-core] branch main updated: Update to Django 4 and minimum python 3.8

2022-03-14 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new a3c95e3 Update to Django 4 and minimum

[bloodhound-core] branch main updated (4228632 -> 31087bb)

2022-03-14 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git. from 4228632 Relax api regex for some models allowng . in names new 8cede40 Fix docker-compose usage in

[bloodhound-core] 01/02: Fix docker-compose usage in README.md

2022-03-14 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 8cede40fc3e7dbb36d646ad3fa449c07e633d1d4 Author: Gary Martin AuthorDate: Sun Mar 13 23:47:29 2022 + Fix

[bloodhound-core] 02/02: Beginning of integrating ticketchange model

2022-03-14 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 31087bbed0e4fd6d598b07c6d9519168b5cdaa48 Author: Gary Martin AuthorDate: Mon Mar 14 13:09:16 2022 +

[bloodhound-core] branch main updated: Relax api regex for some models allowng . in names

2021-09-14 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new 4228632 Relax api regex for some models

[bloodhound-core] branch main updated: Update models to match legacy db column names

2021-09-07 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new 22b632f Update models to match legacy db

[bloodhound-core] branch main updated: Simplify working with selenium with docker

2021-09-07 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new 4de51ac Simplify working with selenium with

[bloodhound-core] branch main updated: Add initial help for postgresql setup

2021-08-31 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new ded2c22 Add initial help for postgresql

[bloodhound-core] branch main updated: Adds components, milestones and versions to api

2021-05-27 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new f1162c0 Adds components, milestones and

[bloodhound-core] branch main updated (a840d8e -> e3c1baa)

2021-05-17 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git. from a840d8e Change over to poetry; fix swagger; update README new dc439b7 Add product model and api tests

[bloodhound-core] 02/02: Add new ticket system models and more api work

2021-05-17 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit e3c1baadd8d9b6dd09bc0f3e355aaf70c5f4f49e Author: Gary Martin AuthorDate: Sun May 16 23:44:36 2021 +0100 Add

[bloodhound-core] 01/02: Add product model and api tests

2021-05-17 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit dc439b7433ae52367099f2f4c4ab7a7ba47ec4f0 Author: Gary Martin AuthorDate: Sat May 15 16:38:53 2021 +0100 Add

[bloodhound-core] branch main updated: Change over to poetry; fix swagger; update README

2021-05-09 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git The following commit(s) were added to refs/heads/main by this push: new a840d8e Change over to poetry; fix swagger

[bloodhound-core] 04/14: Add djangorestframework and register admin pages

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit d3dc9d90cd70508e7c6898ae69b572a04aab47ef Author: Gary Martin AuthorDate: Sun Oct 14 00:21:39 2018 + Add

[bloodhound-core] 08/14: Attempt to add links to api output for ticket list

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 5ff4a05a6b64fb7c730eab2df44a3ceb35b39a4a Author: Gary Martin AuthorDate: Sun Oct 14 00:23:31 2018 +

[bloodhound-core] 13/14: Updates to setup advice

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit d5f0a61e2836ce8b1c8aa6b7bce134264ae8c003 Author: Gary Martin AuthorDate: Tue Jan 14 02:06:28 2020 +

[bloodhound-core] 06/14: Adds a basic ticket view and update api

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 31f1b1d58d196cf91d04a794a04f31bb83bb58f2 Author: Gary Martin AuthorDate: Sun Oct 14 00:23:26 2018 + Adds a

[bloodhound-core] branch main created (now 104011c)

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git. at 104011c Correct path in README.md; add superuser creation This branch includes the following new commits

[bloodhound-core] 03/14: Extract common model enforcing id & created fields

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 367f2190b9ca1e79cb8bdb707b0a473446ce7250 Author: Gary Martin AuthorDate: Wed Jun 6 15:19:29 2018 + Extract

[bloodhound-core] 07/14: Add swagger for api viewing and more api endpoints

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit e810572d83da6650d2cbbe0367a79134d005f385 Author: Gary Martin AuthorDate: Sun Oct 14 00:23:29 2018 + Add

[bloodhound-core] 02/14: Improving README.md accuracy; adjusting Pipfile

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 3854c5dbf450bcb110fc1a0922b0d2567bf6 Author: Gary Martin AuthorDate: Tue Jun 5 21:26:50 2018 +

[bloodhound-core] 11/14: Remove python version dependency

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit ae3966a937e5b90cbdb5b60998d6590d53d71c43 Author: Gary Martin AuthorDate: Tue Feb 19 13:28:43 2019 + Remove

[bloodhound-core] 12/14: Refactor api

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit ac3d18794ac0566a8f28f2fb19bac0843d3c8c29 Author: Gary Martin AuthorDate: Tue Feb 19 13:29:30 2019 +

[bloodhound-core] 09/14: Remove strict Python requirement; update README

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit a9d5a3c6db80fae178a50d105fa5a4e7d1aeff7f Author: Gary Martin AuthorDate: Tue Dec 18 01:12:17 2018 + Remove

[bloodhound-core] 01/14: add branch for new bh_core experiment

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 0394b68f7b4bd03e97d4911d358339043fbd67b2 Author: Gary Martin AuthorDate: Mon Jun 4 13:50:34 2018 + add

[bloodhound-core] 05/14: Complete adding django rest framework example code

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 73249fa33262a0a3cf53dd8481e51fe58f43bd2a Author: Gary Martin AuthorDate: Sun Oct 14 00:23:25 2018 +

[bloodhound-core] 14/14: Correct path in README.md; add superuser creation

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit 104011c39fc8165a59faf49709fa51b1a7cded9c Author: Gary Martin AuthorDate: Tue Sep 22 15:40:30 2020 +0100

[bloodhound-core] 10/14: Update to README for some more useful information

2020-09-23 Thread gjm
This is an automated email from the ASF dual-hosted git repository. gjm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/bloodhound-core.git commit c862c4ae7eb3984044c9f87b9417a23a66132ab2 Author: Gary Martin AuthorDate: Tue Dec 18 01:22:19 2018 + Update

svn commit: r1881933 - /bloodhound/branches/bh_core_experimental/README.md

2020-09-22 Thread gjm
Author: gjm Date: Tue Sep 22 14:40:30 2020 New Revision: 1881933 URL: http://svn.apache.org/viewvc?rev=1881933&view=rev Log: Correct path in README.md; add superuser creation Modified: bloodhound/branches/bh_core_experimental/README.md Modified: bloodhound/branches/bh_core_experime

svn commit: r1872744 - /bloodhound/branches/bh_core_experimental/README.md

2020-01-13 Thread gjm
Author: gjm Date: Tue Jan 14 02:06:28 2020 New Revision: 1872744 URL: http://svn.apache.org/viewvc?rev=1872744&view=rev Log: Updates to setup advice Modified: bloodhound/branches/bh_core_experimental/README.md Modified: bloodhound/branches/bh_core_experimental/README.md URL:

svn commit: r1853879 - in /bloodhound/branches/bh_core_experimental: bh_core/settings.py trackers/models.py trackers/serializers.py trackers/urls.py trackers/views.py

2019-02-19 Thread gjm
Author: gjm Date: Tue Feb 19 13:29:30 2019 New Revision: 1853879 URL: http://svn.apache.org/viewvc?rev=1853879&view=rev Log: Refactor api * move api under its own path * add urls to model views to help with api navigation * add user and group to api * experiment with change events

svn commit: r1853878 - in /bloodhound/branches/bh_core_experimental: Pipfile Pipfile.lock

2019-02-19 Thread gjm
Author: gjm Date: Tue Feb 19 13:28:43 2019 New Revision: 1853878 URL: http://svn.apache.org/viewvc?rev=1853878&view=rev Log: Remove python version dependency * at the moment setting a python version is being slightly counterproductive as we are really developing for a range * addition

svn commit: r1849138 - /bloodhound/branches/bh_core_experimental/README.md

2018-12-17 Thread gjm
Author: gjm Date: Tue Dec 18 01:22:19 2018 New Revision: 1849138 URL: http://svn.apache.org/viewvc?rev=1849138&view=rev Log: Update to README for some more useful information Modified: bloodhound/branches/bh_core_experimental/README.md Modified: bloodhound/branches/bh_core_experime

svn commit: r1849137 - in /bloodhound/branches/bh_core_experimental: Pipfile Pipfile.lock README.md

2018-12-17 Thread gjm
Author: gjm Date: Tue Dec 18 01:12:17 2018 New Revision: 1849137 URL: http://svn.apache.org/viewvc?rev=1849137&view=rev Log: Remove strict Python requirement; update README Modified: bloodhound/branches/bh_core_experimental/Pipfile bloodhound/branches/bh_core_experimental/Pipfile.

svn commit: r1843802 - in /bloodhound/branches/bh_core_experimental: bh_core/settings.py trackers/urls.py trackers/views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:25 2018 New Revision: 1843802 URL: http://svn.apache.org/viewvc?rev=1843802&view=rev Log: Complete adding django rest framework example code Modified: bloodhound/branches/bh_core_experimental/bh_core/settings.py bloodhound/branches/bh_core_experime

svn commit: r1843804 - in /bloodhound/branches/bh_core_experimental: Pipfile Pipfile.lock bh_core/settings.py trackers/models.py trackers/serializers.py trackers/urls.py trackers/views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:29 2018 New Revision: 1843804 URL: http://svn.apache.org/viewvc?rev=1843804&view=rev Log: Add swagger for api viewing and more api endpoints Modified: bloodhound/branches/bh_core_experimental/Pipfile bloodhound/branches/bh_core_experimental/Pipfile.

svn commit: r1843805 - in /bloodhound/branches/bh_core_experimental/trackers: models.py serializers.py urls.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:31 2018 New Revision: 1843805 URL: http://svn.apache.org/viewvc?rev=1843805&view=rev Log: Attempt to add links to api output for ticket list Modified: bloodhound/branches/bh_core_experimental/trackers/models.py bloodhound/branches/bh_core_experime

svn commit: r1843803 - in /bloodhound/branches/bh_core_experimental/trackers: serializers.py urls.py views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:23:26 2018 New Revision: 1843803 URL: http://svn.apache.org/viewvc?rev=1843803&view=rev Log: Adds a basic ticket view and update api Modified: bloodhound/branches/bh_core_experimental/trackers/serializers.py bloodhound/branches/bh_core_experime

svn commit: r1843801 - in /bloodhound/branches/bh_core_experimental: Pipfile Pipfile.lock bh_core/urls.py trackers/admin.py trackers/models.py trackers/serializers.py trackers/views.py

2018-10-13 Thread gjm
Author: gjm Date: Sun Oct 14 00:21:39 2018 New Revision: 1843801 URL: http://svn.apache.org/viewvc?rev=1843801&view=rev Log: Add djangorestframework and register admin pages Added: bloodhound/branches/bh_core_experimental/trackers/serializers.py Modified: bloodhound/bran

svn commit: r1833042 - /bloodhound/branches/bh_core_experimental/trackers/models.py

2018-06-06 Thread gjm
Author: gjm Date: Wed Jun 6 15:19:29 2018 New Revision: 1833042 URL: http://svn.apache.org/viewvc?rev=1833042&view=rev Log: Extract common model enforcing id & created fields Modified: bloodhound/branches/bh_core_experimental/trackers/models.py Modified: bloodhound/

svn commit: r1832975 - in /bloodhound/branches/bh_core_experimental: Pipfile Pipfile.lock README.md

2018-06-05 Thread gjm
Author: gjm Date: Tue Jun 5 21:26:50 2018 New Revision: 1832975 URL: http://svn.apache.org/viewvc?rev=1832975&view=rev Log: Improving README.md accuracy; adjusting Pipfile Modified: bloodhound/branches/bh_core_experimental/Pipfile bloodhound/branches/bh_core_experimental/Pipfile.

svn commit: r1832850 - in /bloodhound/branches/bh_core_experimental: ./ bh_core/ trackers/ trackers/fixtures/

2018-06-04 Thread gjm
Author: gjm Date: Mon Jun 4 13:50:34 2018 New Revision: 1832850 URL: http://svn.apache.org/viewvc?rev=1832850&view=rev Log: add branch for new bh_core experiment Added: bloodhound/branches/bh_core_experimental/ bloodhound/branches/bh_core_experimental/Pipfile bloodhound/bran

svn commit: r1802348 - in /bloodhound/trunk: Vagrantfile salt/roots/pillar/settings.sls salt/roots/salt/bloodhound/init.sls salt/roots/salt/postgresql/init.sls salt/roots/salt/webserver/init.sls

2017-07-18 Thread gjm
Author: gjm Date: Wed Jul 19 01:47:43 2017 New Revision: 1802348 URL: http://svn.apache.org/viewvc?rev=1802348&view=rev Log: towards fixing vagrant development with salt Modified: bloodhound/trunk/Vagrantfile bloodhound/trunk/salt/roots/pillar/settings.sls bloodhound/trunk/salt/r

svn commit: r1694890 - in /bloodhound/site: download.cgi download.html

2015-08-09 Thread gjm
Author: gjm Date: Sun Aug 9 13:39:08 2015 New Revision: 1694890 URL: http://svn.apache.org/r1694890 Log: first attempt at a project specific download page Added: bloodhound/site/download.cgi (with props) bloodhound/site/download.html Added: bloodhound/site/download.cgi URL: http

svn commit: r1689326 - in /bloodhound/trunk: bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html bloodhound_relations/bhrelations/web_ui.py bloodhound_theme/bhtheme/templates/bh_t

2015-07-06 Thread gjm
Author: gjm Date: Mon Jul 6 07:26:13 2015 New Revision: 1689326 URL: http://svn.apache.org/r1689326 Log: #813: Adjusting relations permissions so TICKET_VIEW sufficient to view. Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html

svn commit: r1681607 - in /bloodhound/trunk: ./ salt/ salt/roots/ salt/roots/pillar/ salt/roots/salt/ salt/roots/salt/bloodhound/ salt/roots/salt/postgresql/ salt/roots/salt/requirements/ salt/roots/s

2015-05-25 Thread gjm
Author: gjm Date: Mon May 25 16:24:27 2015 New Revision: 1681607 URL: http://svn.apache.org/r1681607 Log: adding a vagrant + salt dev setup Added: bloodhound/trunk/Vagrantfile bloodhound/trunk/salt/ bloodhound/trunk/salt/minion bloodhound/trunk/salt/roots/ bloodhound/trunk

svn commit: r1621582 - /bloodhound/trunk/installer/setup.py

2014-08-31 Thread gjm
Author: gjm Date: Sun Aug 31 10:19:08 2014 New Revision: 1621582 URL: http://svn.apache.org/r1621582 Log: adding a new setup.py for the installer - towards #809 Added: bloodhound/trunk/installer/setup.py Added: bloodhound/trunk/installer/setup.py URL: http://svn.apache.org/viewvc

svn commit: r1621579 - in /bloodhound/trunk/installer: bhsetup/ bhsetup/__init__.py bhsetup/bloodhound_setup.py bhsetup/createdigest.py bloodhound_setup.py createdigest.py tests.py

2014-08-31 Thread gjm
Author: gjm Date: Sun Aug 31 10:09:19 2014 New Revision: 1621579 URL: http://svn.apache.org/r1621579 Log: reorganising installer code into a package, adding a new wrapping bloodhound_setup script - towards #809 Added: bloodhound/trunk/installer/bhsetup/ bloodhound/trunk/installer

svn commit: r1618623 - /bloodhound/trunk/.gitignore

2014-08-18 Thread gjm
Author: gjm Date: Mon Aug 18 14:50:16 2014 New Revision: 1618623 URL: http://svn.apache.org/r1618623 Log: looks like .gitignore files can be commented so just adding the standard license header to it Modified: bloodhound/trunk/.gitignore Modified: bloodhound/trunk/.gitignore URL: http

svn commit: r1611921 - in /bloodhound/trunk/bloodhound_multiproduct/multiproduct: env.py hooks.py

2014-07-19 Thread gjm
Author: gjm Date: Sat Jul 19 17:07:48 2014 New Revision: 1611921 URL: http://svn.apache.org/r1611921 Log: clearing the lru_cache close to the beginning of a request to limit impact of caching errors in multi process/threaded web serving - towards #613 Modified: bloodhound/trunk

svn commit: r1609909 - /bloodhound/trunk/bloodhound_multiproduct/tests/ticket/model.py

2014-07-12 Thread gjm
Author: gjm Date: Sat Jul 12 12:22:38 2014 New Revision: 1609909 URL: http://svn.apache.org/r1609909 Log: adding unit test for checking that adding milestones in one thread is reflected in other threads - possibly related to #613 Modified: bloodhound/trunk/bloodhound_multiproduct/tests

svn commit: r1550449 - in /bloodhound/trunk: bloodhound_multiproduct/multiproduct/ticket/web_ui.py bloodhound_theme/bhtheme/htdocs/js/theme.js

2013-12-12 Thread gjm
Author: gjm Date: Thu Dec 12 16:37:31 2013 New Revision: 1550449 URL: http://svn.apache.org/r1550449 Log: adds the ability to pass fields set in the qct form to the newticket page - towards #617, patch from antony Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket

svn commit: r1548821 - in /bloodhound/trunk: bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html bloodhound_theme/bhtheme/htdocs/bloodhound.css

2013-12-07 Thread gjm
Author: gjm Date: Sat Dec 7 09:11:36 2013 New Revision: 1548821 URL: http://svn.apache.org/r1548821 Log: relations overlap fix for #631 - patch from Antony Semonella Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/templates/widget_relations.html bloodhound/trunk

svn commit: r1541127 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/js/theme.js templates/bloodhound_theme.html

2013-11-12 Thread gjm
Author: gjm Date: Tue Nov 12 16:12:44 2013 New Revision: 1541127 URL: http://svn.apache.org/r1541127 Log: qct changes to forget selections after timeout - towards #618 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/js/theme.js bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1536395 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

2013-10-28 Thread gjm
Author: gjm Date: Mon Oct 28 16:26:21 2013 New Revision: 1536395 URL: http://svn.apache.org/r1536395 Log: updating comment order code to allow for missing variable which would otherwise interfere with the in-place edit code for /newticket paths - fixes #697 Modified: bloodhound/trunk

svn commit: r1529237 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css htdocs/img/change_history_arrow_line.png templates/bh_ticket.html templates/bh_ticket_change.html

2013-10-04 Thread gjm
Author: gjm Date: Fri Oct 4 17:46:05 2013 New Revision: 1529237 URL: http://svn.apache.org/r1529237 Log: updating the ticket timeline arrow of time and event grouping - towards #687 Removed: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/img/change_history_arrow_line.png Modified

svn commit: r1527747 - /bloodhound/trunk/bloodhound_multiproduct/tests/env.py

2013-09-30 Thread gjm
Author: gjm Date: Mon Sep 30 19:42:03 2013 New Revision: 1527747 URL: http://svn.apache.org/r1527747 Log: updating env test to reflect that using a product env can now be used as the first argument when creating a ProductEnvironment - towards #676 Modified: bloodhound/trunk

svn commit: r1527743 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/env.py

2013-09-30 Thread gjm
Author: gjm Date: Mon Sep 30 19:38:07 2013 New Revision: 1527743 URL: http://svn.apache.org/r1527743 Log: adding a decorator to allow ProductEnvironment creation using a ProductEnvironment in place of it's parent - towards #676 Modified: bloodhound/trunk/bloodhound_multiproduct/multipr

svn commit: r1502032 - /bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py

2013-07-10 Thread gjm
Author: gjm Date: Wed Jul 10 22:34:15 2013 New Revision: 1502032 URL: http://svn.apache.org/r1502032 Log: fixing missing license header Modified: bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py Modified: bloodhound/trunk/bloodhound_relations/bhrelations/tests/base.py URL

svn commit: r1497837 - /bloodhound/branches/bep_0009_customizable_time_series_report/

2013-06-28 Thread gjm
Author: gjm Date: Fri Jun 28 16:39:39 2013 New Revision: 1497837 URL: http://svn.apache.org/r1497837 Log: creating branch for GSoC customizable time series report project for pranayb Added: bloodhound/branches/bep_0009_customizable_time_series_report/ (props changed) - copied from

svn commit: r1497836 - /bloodhound/branches/bep_0008_time_series_reports/

2013-06-28 Thread gjm
Author: gjm Date: Fri Jun 28 16:38:30 2013 New Revision: 1497836 URL: http://svn.apache.org/r1497836 Log: creating branch for GSoC time series reports project for huaxiang Added: bloodhound/branches/bep_0008_time_series_reports/ (props changed) - copied from r1497835, bloodhound

svn commit: r1497828 - /bloodhound/branches/bep_0007_embeddable_objects/

2013-06-28 Thread gjm
Author: gjm Date: Fri Jun 28 16:16:06 2013 New Revision: 1497828 URL: http://svn.apache.org/r1497828 Log: creating branch for GSoC embeddable objects project for ahorincar Added: bloodhound/branches/bep_0007_embeddable_objects/ (props changed) - copied from r1497827, bloodhound/trunk

svn commit: r1489434 - /bloodhound/trunk/bloodhound_multiproduct/tests/web_ui.py

2013-06-04 Thread gjm
Author: gjm Date: Tue Jun 4 13:15:40 2013 New Revision: 1489434 URL: http://svn.apache.org/r1489434 Log: fix failing product test by providing hopefully correct product url Modified: bloodhound/trunk/bloodhound_multiproduct/tests/web_ui.py Modified: bloodhound/trunk/bloodhound_multiproduct

svn commit: r1488295 - /bloodhound/site/doap.rdf

2013-05-31 Thread gjm
Author: gjm Date: Fri May 31 16:16:25 2013 New Revision: 1488295 URL: http://svn.apache.org/r1488295 Log: oops.. Modified: bloodhound/site/doap.rdf Modified: bloodhound/site/doap.rdf URL: http://svn.apache.org/viewvc/bloodhound/site/doap.rdf?rev=1488295&r1=1488294&r2=1488295&a

svn commit: r1487879 - /bloodhound/site/doap.rdf

2013-05-30 Thread gjm
Author: gjm Date: Thu May 30 14:56:58 2013 New Revision: 1487879 URL: http://svn.apache.org/r1487879 Log: adding a starting point for a doap.rdf file for the project Added: bloodhound/site/doap.rdf (with props) Added: bloodhound/site/doap.rdf URL: http://svn.apache.org/viewvc/bloodhound

svn commit: r1486103 - /bloodhound/trunk/bloodhound_relations/bhrelations/templates/relation_notify_email.txt

2013-05-24 Thread gjm
Author: gjm Date: Fri May 24 16:11:59 2013 New Revision: 1486103 URL: http://svn.apache.org/r1486103 Log: adding license header comment to relation notification email Modified: bloodhound/trunk/bloodhound_relations/bhrelations/templates/relation_notify_email.txt Modified: bloodhound/trunk

svn commit: r1483728 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_accountsconfig.html

2013-05-17 Thread gjm
Author: gjm Date: Fri May 17 10:45:56 2013 New Revision: 1483728 URL: http://svn.apache.org/r1483728 Log: adding missing a license header to file introduced at r1477486 (#201) Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_admin_accountsconfig.html Modified: bloodhound

svn commit: r1482461 - /bloodhound/trunk/bloodhound_relations/bhrelations/tests/__init__.py

2013-05-14 Thread gjm
Author: gjm Date: Tue May 14 17:00:36 2013 New Revision: 1482461 URL: http://svn.apache.org/r1482461 Log: also this (minor ticket scope creep to fix bhrelations for testing) - #525 Modified: bloodhound/trunk/bloodhound_relations/bhrelations/tests/__init__.py Modified: bloodhound/trunk

svn commit: r1482428 - in /bloodhound/trunk/bloodhound_search/bhsearch/tests: __init__.py base.py search_resources/base.py web_ui.py whoosh_backend.py

2013-05-14 Thread gjm
Author: gjm Date: Tue May 14 16:27:18 2013 New Revision: 1482428 URL: http://svn.apache.org/r1482428 Log: swapping comparison of python version to one that should work - #525 Modified: bloodhound/trunk/bloodhound_search/bhsearch/tests/__init__.py bloodhound/trunk/bloodhound_search

svn commit: r1481007 - /bloodhound/trunk/bloodhound_relations/bhrelations/web_ui.py

2013-05-10 Thread gjm
Author: gjm Date: Fri May 10 13:26:01 2013 New Revision: 1481007 URL: http://svn.apache.org/r1481007 Log: get_htdoc_dirs requires a prefix to be specified in the returned list - fixes #519 Modified: bloodhound/trunk/bloodhound_relations/bhrelations/web_ui.py Modified: bloodhound/trunk

svn commit: r1480735 - /bloodhound/trunk/installer/bloodhound_setup.py

2013-05-09 Thread gjm
Author: gjm Date: Thu May 9 18:25:05 2013 New Revision: 1480735 URL: http://svn.apache.org/r1480735 Log: quoting inherited base file to deal with the occassional spaces in paths - #459 Modified: bloodhound/trunk/installer/bloodhound_setup.py Modified: bloodhound/trunk/installer

svn commit: r1478803 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/admin.py

2013-05-03 Thread gjm
Author: gjm Date: Fri May 3 14:16:48 2013 New Revision: 1478803 URL: http://svn.apache.org/r1478803 Log: fixing quoting on devfixture admin commands - #511 Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/admin.py Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard

svn commit: r1477773 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/hooks.py

2013-04-30 Thread gjm
Author: gjm Date: Tue Apr 30 18:45:35 2013 New Revision: 143 URL: http://svn.apache.org/r143 Log: storing super on the ProductizedHref as a workaround for TypeError on attempting to call a super() method - #512 Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/hooks.py

svn commit: r1477751 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/model.py

2013-04-30 Thread gjm
Author: gjm Date: Tue Apr 30 18:20:27 2013 New Revision: 1477751 URL: http://svn.apache.org/r1477751 Log: clean up ModelBase to use the appropriate database quoting rules - #511 Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/model.py Modified: bloodhound/trunk

svn commit: r1471343 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bh_ticket.html

2013-04-24 Thread gjm
Author: gjm Date: Wed Apr 24 10:13:49 2013 New Revision: 1471343 URL: http://svn.apache.org/r1471343 Log: placeholder text for comment and ticket summary fields - #471 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1470622 - /bloodhound/trunk/bloodhound_theme/bhtheme/theme.py

2013-04-22 Thread gjm
Author: gjm Date: Mon Apr 22 17:12:07 2013 New Revision: 1470622 URL: http://svn.apache.org/r1470622 Log: only attempt to show ticket create event if ticket exists - #471 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Modified: bloodhound/trunk/bloodhound_theme/bhtheme

svn commit: r1470612 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

2013-04-22 Thread gjm
Author: gjm Date: Mon Apr 22 16:38:18 2013 New Revision: 1470612 URL: http://svn.apache.org/r1470612 Log: move admin link from 'More' menu to the metanav - #321 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Modified: bloodhound/trunk/bloodh

svn commit: r1470547 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/web_ui.py

2013-04-22 Thread gjm
Author: gjm Date: Mon Apr 22 14:32:42 2013 New Revision: 1470547 URL: http://svn.apache.org/r1470547 Log: removing product link from main navigation (r1470540 was really for the new ticket link) - #321 Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/web_ui.py Modified

svn commit: r1470540 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/web_ui.py

2013-04-22 Thread gjm
Author: gjm Date: Mon Apr 22 14:27:45 2013 New Revision: 1470540 URL: http://svn.apache.org/r1470540 Log: removing products link from Apps (More) dropdown as products are available through the dashboard links - #321 Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket

svn commit: r1470535 - /bloodhound/trunk/bloodhound_search/bhsearch/web_ui.py

2013-04-22 Thread gjm
Author: gjm Date: Mon Apr 22 14:20:04 2013 New Revision: 1470535 URL: http://svn.apache.org/r1470535 Log: removing bhsearch from Apps (now More) menu as this is understood to be available as the main search - #321 Modified: bloodhound/trunk/bloodhound_search/bhsearch/web_ui.py Modified

svn commit: r1470517 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html

2013-04-22 Thread gjm
Author: gjm Date: Mon Apr 22 14:00:51 2013 New Revision: 1470517 URL: http://svn.apache.org/r1470517 Log: moves register link from the mainnav (Apps dropdown) to metanav - #321 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Modified: bloodhound/trunk

svn commit: r1470007 - /bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/timeline.py

2013-04-19 Thread gjm
Author: gjm Date: Fri Apr 19 19:41:15 2013 New Revision: 1470007 URL: http://svn.apache.org/r1470007 Log: fixing issue introduced with r1459423 with timelines failing - #471 Modified: bloodhound/trunk/bloodhound_dashboard/bhdashboard/widgets/timeline.py Modified: bloodhound/trunk

svn commit: r1470004 - /bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

2013-04-19 Thread gjm
Author: gjm Date: Fri Apr 19 19:34:22 2013 New Revision: 1470004 URL: http://svn.apache.org/r1470004 Log: fixing some styling issues on ticket pages - #471 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs

svn commit: r1470001 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html

2013-04-19 Thread gjm
Author: gjm Date: Fri Apr 19 19:31:19 2013 New Revision: 1470001 URL: http://svn.apache.org/r1470001 Log: removing some of the differences between new ticket and ticket pages - towards #471 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket.html Modified: bloodhound

svn commit: r1793 - /release/incubator/bloodhound/

2013-04-13 Thread gjm
Author: gjm Date: Sat Apr 13 18:52:04 2013 New Revision: 1793 Log: cleaning up bloodhound dist directory Removed: release/incubator/bloodhound/KEYS release/incubator/bloodhound/apache-bloodhound-incubating-0.1.0-RC1.tar.gz release/incubator/bloodhound/apache-bloodhound-incubating

svn commit: r1466530 - /bloodhound/trunk/bloodhound_theme/bhtheme/theme.py

2013-04-10 Thread gjm
Author: gjm Date: Wed Apr 10 15:47:27 2013 New Revision: 1466530 URL: http://svn.apache.org/r1466530 Log: reduce stringency of the trac stylesheet path test to allow trac css to be excluded from products - #499 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Modified

svn commit: r1465051 - /bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/query.py

2013-04-05 Thread gjm
Author: gjm Date: Fri Apr 5 17:22:18 2013 New Revision: 1465051 URL: http://svn.apache.org/r1465051 Log: fix a missing alias for subquery appearing in dashboard widgets - towards #498 Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/query.py Modified: bloodhound/trunk

svn commit: r1464573 - in /bloodhound/trunk/bloodhound_multiproduct/multiproduct: api.py dbcursor.py

2013-04-04 Thread gjm
Author: gjm Date: Thu Apr 4 14:37:55 2013 New Revision: 1464573 URL: http://svn.apache.org/r1464573 Log: fixing sql for postgres issues on installation (casting text to integer and single quoting on variables - #497 Modified: bloodhound/trunk/bloodhound_multiproduct/multiproduct/api.py

svn commit: r1464108 - /bloodhound/trunk/trac/trac/web/main.py

2013-04-03 Thread gjm
Author: gjm Date: Wed Apr 3 17:04:50 2013 New Revision: 1464108 URL: http://svn.apache.org/r1464108 Log: catches failure of request_factory in order to allow requires upgrade messages to be sent - #494 Modified: bloodhound/trunk/trac/trac/web/main.py Modified: bloodhound/trunk/trac/trac

svn commit: r1463560 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bh_ticket.html templates/bh_ticket_change.html

2013-04-02 Thread gjm
Author: gjm Date: Tue Apr 2 14:22:52 2013 New Revision: 1463560 URL: http://svn.apache.org/r1463560 Log: moving comment input to right hand column and correcting width - towards #471 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css bloodhound/trunk

svn commit: r1714 - /release/incubator/bloodhound/

2013-04-02 Thread gjm
Author: gjm Date: Tue Apr 2 12:32:01 2013 New Revision: 1714 Log: reverting r1691 - shouldn't these have been backed up somewhere? Added: release/incubator/bloodhound/apache-bloodhound-incubating-0.1.0-RC1.tar.gz - copied unchanged from r1690, release/incubator/bloodhound/a

svn commit: r1691 - /release/incubator/bloodhound/

2013-03-31 Thread gjm
Author: gjm Date: Sun Mar 31 10:40:54 2013 New Revision: 1691 Log: removing old bloodhound release artefacts from incubator bloodhound release directory Removed: release/incubator/bloodhound/apache-bloodhound-incubating-0.1.0-RC1.tar.gz release/incubator/bloodhound/apache-bloodhound

svn commit: r1462083 - /bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_ticket_change.html

2013-03-28 Thread gjm
Author: gjm Date: Thu Mar 28 13:19:42 2013 New Revision: 1462083 URL: http://svn.apache.org/r1462083 Log: add attachment description to attachment events and making user and time information show on mouse over - towards #471 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/templates

svn commit: r1462014 - in /bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bloodhound.css templates/bh_ticket.html templates/bh_ticket_change.html

2013-03-28 Thread gjm
Author: gjm Date: Thu Mar 28 09:55:18 2013 New Revision: 1462014 URL: http://svn.apache.org/r1462014 Log: removes the activity feed from the ticket page and moves the change history into this space with some restyling- towards #471 Modified: bloodhound/trunk/bloodhound_theme/bhtheme/htdocs

  1   2   >