summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add ruby_parser gem for all environments.add-ruby-parser-dependencyRuben Davila2017-05-052-0/+2
| | | | | | It was only available for test and development environments and we need it to run the `rake gettext:pack` command in omnibus which doesn't have the test/dev gems installed.
* Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes2017-05-0519-9/+535
|\ | | | | | | | | Add sentry JS See merge request !6764
| * Review changesadd-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-054-7/+3
| |
| * Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-05-04131-861/+3167
| |\ | | | | | | | | | # Conflicts: # db/schema.rb
| * | Removed clientside_sentry ref in settings.rbLuke "Jared" Bennett2017-05-041-1/+1
| | |
| * | Review changes, removed api/v3 updates as its frozen, removed the ↵Luke "Jared" Bennett2017-05-042-7/+0
| | | | | | | | | | | | clientside_sentry properties from the sensitive data filter as they\'re both available publically
| * | clientside_sentry migration and schema changes commitLuke "Jared" Bennett2017-05-042-1/+36
| | |
| * | Reset migration to headLuke "Jared" Bennett2017-05-043-98/+0
| | |
| * | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-04190-827/+3779
| |\ \
| * | | Reset schema and migrationLuke "Jared" Bennett2017-05-041-0/+65
| | | |
| * | | Remove focused kamra testLuke "Jared" Bennett2017-05-031-1/+1
| | | |
| * | | Fixed schema diffsLuke "Jared" Bennett2017-05-031-5/+6
| | | |
| * | | Updated schema.rb with patch modeLuke "Jared" Bennett2017-05-031-7/+6
| | | |
| * | | [ci skip] Update migration to be reversible and use add_column_with_defaultLuke "Jared" Bennett2017-05-031-9/+28
| | | |
| * | | [ci skip] Moved the required restart message to only backend sentry fieldLuke "Jared" Bennett2017-05-031-2/+1
| | | |
| * | | [ci skip] Removed substringLuke "Jared" Bennett2017-05-032-4/+4
| | | |
| * | | [ci skip] remove accidental debug printLuke "Jared" Bennett2017-05-031-2/+0
| | | |
| * | | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-03418-2081/+8234
| |\ \ \
| * | | | Added migration downtime tagLuke "Jared" Bennett2017-04-281-0/+3
| | | | |
| * | | | Removed debug messageLuke "Jared" Bennett2017-04-281-1/+0
| | | | |
| * | | | Reverted false schema diffsLuke "Jared" Bennett2017-04-281-5/+6
| | | | |
| * | | | Removed putsLuke "Jared" Bennett2017-04-281-1/+0
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-04-2825-19/+402
| |\ \ \ \
| * | | | | Applied schema update with patchLuke "Jared" Bennett2017-04-281-7/+8
| | | | | |
| * | | | | Revert schema.db to masterLuke "Jared" Bennett2017-04-281-11/+6
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-04-28302-1553/+5765
| |\ \ \ \ \
| * | | | | | Fixed specsLuke "Jared" Bennett2017-04-286-18/+24
| | | | | | |
| * | | | | | Remove unneeded helper includeLuke "Jared" Bennett2017-04-281-2/+0
| | | | | | |
| * | | | | | Fixed view to correct propertyLuke "Jared" Bennett2017-04-285-32/+4
| | | | | | |
| * | | | | | Added migrationLuke "Jared" Bennett2017-04-282-1/+13
| | | | | | |
| * | | | | | Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-2810-18/+45
| | | | | | |
| * | | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-261063-13229/+12863
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * | | | | | | Added sampling function and blacklisted common urls and error messagesLuke "Jared" Bennett2017-04-182-0/+115
| | | | | | | |
| * | | | | | | Removed rewire and fixed testsLuke "Jared" Bennett2017-04-156-27/+32
| | | | | | | |
| * | | | | | | Only rewire in devLuke "Jared" Bennett2017-04-151-2/+3
| | | | | | | |
| * | | | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-151443-12952/+83934
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/layouts/_head.html.haml # config/webpack.config.js
| * | | | | | | | Updated specs, added rewire, updated layouts to move conditional raven and ↵Luke "Jared" Bennett2017-04-159-19/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gon to head
| * | | | | | | | Updated unitsLuke "Jared" Bennett2017-04-144-84/+96
| | | | | | | | |
| * | | | | | | | [ci skip] Index and singleton improvements with some more unit, more to comeLuke "Jared" Bennett2017-04-136-84/+66
| | | | | | | | |
| * | | | | | | | [ci skip] Remove loadscript class in favour of backend conditionalLuke "Jared" Bennett2017-04-1321-3193/+225
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-04-045909-84042/+152895
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Added raven and raven-vue plugin, updated gon_helper with data needed for ↵Luke Bennett2017-01-2314-0/+2977
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raven and created raven_config, required by application.js Added is_production to define sentry environment Removed as much jQuery as possible Added public_sentry_dsn application_settings helper method Use URI module instead of regex for public dsn Removed raven-vue and load raven on if sentry is enabled Add load_script spec added raven_config spec added class_spec_helper and tests added sentry_helper spec added feature spec
* | | | | | | | | | Merge branch '30007-done-todo-hover-state' into 'master' Filipa Lacerda2017-05-052-1/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 30007 Add transparent top-border to the hover state of done todos Closes #30007 See merge request !11104
| * | | | | | | | | | 30007 Add transparent top-border to the hover state of done todos30007-done-todo-hover-statetauriedavis2017-05-042-1/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'cycle-anyltics-landing-box-fix' into 'master' Annabel Dunstone Gray2017-05-052-11/+30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed cycle analytics intro box styling regression Closes #31844 See merge request !11111
| * | | | | | | | | | Fixed cycle analytics intro box styling regressioncycle-anyltics-landing-box-fixPhil Hughes2017-05-052-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #31844
* | | | | | | | | | | Merge branch '31689-request-access-spacing' into 'master' Annabel Dunstone Gray2017-05-054-5/+7
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31689 Add default margin-top to user request table on project members page Closes #31689 See merge request !11103
| * | | | | | | | | | | 31689 Add default margin-top to user request table on project members page31689-request-access-spacingtauriedavis2017-05-044-5/+7
| | | | | | | | | | | |
* | | | | | | | | | | | Merge 'dev/master' into masterRuben Davila2017-05-057-12/+56
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update CHANGELOG.md for 9.1.3Lin Jen-Shin2017-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]