summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* link to database requirements document in HA database docsBen Bodenmiller2017-03-241-0/+2
* Merge branch '28772-remove-source-branch-button-sometimes-appears-even-if-rem...Rémy Coutable2017-03-231-1/+2
|\
| * Check remove source branch when merge is in progressSam Rose2017-03-221-1/+2
* | Merge branch '29930-fix-profile-cover-button-a11y' into 'master' Clement Ho2017-03-232-2/+6
|\ \
| * | Add tooltip and accessibility label for profile cover buttonsKushal Pandya2017-03-232-2/+6
|/ /
* | Merge branch 'user-callout-showing-on-all-profiles' into 'master' Alfredo Sumaran2017-03-233-2/+13
|\ \
| * | Fix usercallout to only show on the current logged in user profileJose Ivan Vargas Lopez2017-03-233-2/+13
|/ /
* | Merge branch 'user-profile-join-date' into 'master' Alfredo Sumaran2017-03-232-1/+5
|\ \
| * | Removed the hours & minutes from the users since date on their profilePhil Hughes2017-03-232-1/+5
* | | Merge branch '29729-terminal-link' into 'master' Alfredo Sumaran2017-03-231-1/+1
|\ \ \
| * | | Adds target blank to environment button in terminal viewFilipa Lacerda2017-03-231-1/+1
|/ / /
* | | Merge branch 'add-stop-to-polling' into 'master' Jacob Schatz2017-03-232-5/+52
|\ \ \
| * | | Clears timeoutFilipa Lacerda2017-03-231-5/+9
| * | | Adds stop function so we can stop polling anytimeFilipa Lacerda2017-03-232-5/+48
* | | | Merge branch '29569-visibility-js' into 'master' Jacob Schatz2017-03-232-0/+5
|\ \ \ \
| * | | | Adds visbilityjs libFilipa Lacerda2017-03-232-0/+5
* | | | | Merge branch '29558-pipelines-scroll' into 'master' Annabel Dunstone Gray2017-03-233-6/+10
|\ \ \ \ \
| * | | | | Apply fix to enviroments tableFilipa Lacerda2017-03-232-3/+4
| * | | | | Disable overflow auto on large screensAnnabel Dunstone Gray2017-03-221-1/+8
| * | | | | Applies same CSS as main tableFilipa Lacerda2017-03-222-6/+3
| * | | | | Remove overflow hidden from tableFilipa Lacerda2017-03-221-1/+0
* | | | | | Merge branch 'remember-me-missasligned-mobile' into 'master' Annabel Dunstone Gray2017-03-233-1/+13
|\ \ \ \ \ \
| * | | | | | Corrected alignment for the remember-me checkbox in the login viewJose Ivan Vargas2017-03-223-1/+13
| |/ / / / /
* | | | | | Merge branch 'add-issues-modal-filtered-search-takes-search-param' into 'mast...Filipa Lacerda2017-03-233-0/+18
|\ \ \ \ \ \
| * | | | | | Added test for reseting the filtered search state in the modalPhil Hughes2017-03-211-0/+14
| * | | | | | Fixed search param being used in the add issues modalPhil Hughes2017-03-212-0/+4
* | | | | | | Merge branch 'hazel-branch' into 'master' Annabel Dunstone Gray2017-03-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Changed the red colorHazel2017-03-231-1/+1
* | | | | | | | Merge branch 'docs/fix-dead-link' into 'master' Achilleas Pipinellis2017-03-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix dead docs linkAchilleas Pipinellis2017-03-221-1/+1
* | | | | | | | | Merge branch '29860-fix-upgrade-guide' into 'master' Achilleas Pipinellis2017-03-231-41/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix the 8.17 to 9.0 upgrade guideRémy Coutable2017-03-231-41/+45
* | | | | | | | | | Merge branch 'patch-13' into 'master' Rémy Coutable2017-03-231-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clarify NFS server vs client optionsBen Bodenmiller2017-03-221-1/+1
* | | | | | | | | | | Merge branch 'rs-notify-mailer-specs' into 'master' Rémy Coutable2017-03-233-309/+221
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Combine redundant `it` blocks in Notify specRobert Speicher2017-03-211-231/+149
| * | | | | | | | | | | Miscellaneous cleanup of Notify shared examplesRobert Speicher2017-03-211-56/+64
| * | | | | | | | | | | Remove the 'custom subject suffix' spec from a shared exampleRobert Speicher2017-03-211-10/+0
| * | | | | | | | | | | Move the `a new user email` shared example to the Emails::Profile specRobert Speicher2017-03-212-14/+10
* | | | | | | | | | | | Merge branch 'deploy-key-disable-missing' into 'master' Sean McGivern2017-03-232-1/+29
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Return 404 if deploy key cannot be found in Projects::DeployKeysController#di...Adam Niedzielski2017-03-232-1/+29
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'remove-cookies-global' into 'master' Filipa Lacerda2017-03-2320-190/+38
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix test failuresMike Greiling2017-03-223-6/+3
| * | | | | | | | | | | remove Cookies class from global spaceMike Greiling2017-03-2219-185/+36
* | | | | | | | | | | | Merge branch 'filter-bar-fix-ie' into 'master' Filipa Lacerda2017-03-233-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixed search specPhil Hughes2017-03-231-1/+1
| * | | | | | | | | | | | Fixed the filter bar not working in IEPhil Hughes2017-03-222-1/+5
* | | | | | | | | | | | | Merge branch 'zj-chat-notification-default-branch' into 'master' Rémy Coutable2017-03-236-25/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Improve readability and add testZ.J. van de Weg2017-03-233-10/+27
| * | | | | | | | | | | | | Allow chat notifications only for the default branchZ.J. van de Weg2017-03-224-25/+41