Felipe Artur
668d6ffa43
Add specs and fix code
2016-04-18 11:12:27 -03:00
Felipe Artur
57519565f1
Move verification to abilities
2016-04-18 11:12:27 -03:00
Felipe Artur
b05f0a4858
Restrict user profiles based on restricted visibility levels
2016-04-18 11:11:36 -03:00
Jacob Schatz
5ae4fd2181
Merge branch 'tasklist-fix' into 'master'
...
Fixed issue with tasklist toggling sidebar refresh
Closes #15270
See merge request !3782
2016-04-18 13:37:27 +00:00
Jacob Schatz
2c8c898318
Merge branch 'import-feedback' into 'master'
...
Added loading icon to import buttons
See #14488 for more details
See merge request !3662
2016-04-18 13:30:16 +00:00
Jacob Schatz
d337d27e1c
Merge branch 'print-style' into 'master'
...
Print style
[test.pdf](/uploads/0dab5c1b2d0c4d0cd7e8930e9b660a9f/test.pdf)
Closes #14201
See merge request !3784
2016-04-18 13:29:13 +00:00
Jacob Schatz
4d5d619457
Merge branch 'discussion-notes' into 'master'
...
Discussion notes update
- At the moment discussion notes are rendered in a list but arent actually a list item and that can cause overflow issues
- Moved the dates to be in the header like other notes
- Fixed overlapping issue on mobile
See merge request !3720
2016-04-18 13:03:24 +00:00
Phil Hughes
fe3ac403b9
Addressed feedback
2016-04-18 13:45:26 +01:00
Grzegorz Bizon
06952aaf24
Merge branch 'feature/ci-job-env-variables' into 'master'
...
Add environment variables on a job level in CI
Make it possible to define environment variables on a job level.
Closes #14716
See merge request !3612
2016-04-18 12:28:19 +00:00
Dmitriy Zaporozhets
2b8fc1387b
Merge branch 'edit-last-comment' into 'master'
...
Scroll to the last comment I made and edit it.
Pressing up in an empty comment box will edit your last comment.
Also now when you click edit on a comment it will put the cursor at the end.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15267

See merge request !3757
2016-04-18 11:49:42 +00:00
Grzegorz Bizon
1339fda1cd
Minor refactorings in CI config
2016-04-18 13:36:52 +02:00
Grzegorz Bizon
2972a991df
Add minor fixes in docs for job-specific variables
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
2b1c08be8f
Validate job-level variables in YAML config file
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
a2957291b3
Update documentation on job level build variables
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
a264973905
Improve grammar in CI documentation for build vars
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
5d89bdb16a
Add documentation for job-level build variables
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
cf3e3effb0
Minor refactoring in code related to job variables
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
a6260b1eb7
Remove code that removes duplicate CI variables
...
At this point this is being handled by GitLab Runner and we need to
introduce this as a separate merge request.
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
9a74b92d2a
Add Changelog entry for job-level variables
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
bdb06fa043
Improve build specs for job environment variables
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
1f3248644e
Make CI config return empty array if no job variables
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
3dec6e2629
Rename method that returns global envs in CI conf
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
b7946b50fc
Read job variables directly from gitlab CI config
2016-04-18 13:17:48 +02:00
Grzegorz Bizon
b578fbfb85
Make it possible to override build variables
2016-04-18 13:17:47 +02:00
Grzegorz Bizon
a1363d39c6
Add variables keyword to job in CI config YAML
2016-04-18 13:17:47 +02:00
Rémy Coutable
e32fc7567b
Merge branch 'instrument-repository-archive-worker' into 'master'
...
Instrument Repository.clean_old_archives
This is done so we have some metrics for https://gitlab.com/gitlab-org/gitlab-ce/issues/15256 .
See merge request !3742
2016-04-18 11:13:51 +00:00
Phil Hughes
167fa5c459
CHANGELOG item
2016-04-18 12:02:39 +01:00
Phil Hughes
1a57601d8c
Updated print style
...
Closes #14201
2016-04-18 12:00:20 +01:00
Yorick Peterse
651c3e841d
Instrument Repository.clean_old_archives
2016-04-18 12:33:11 +02:00
Rémy Coutable
c3f601e829
Merge branch 'fix-method-instrumentation' into 'master'
...
Use Module#prepend for method instrumentation
cc @pcarranza
See merge request !3754
2016-04-18 10:09:56 +00:00
Phil Hughes
c24640c721
Fixed issue with tasklist toggling sidebar refresh
...
Closes #15270
2016-04-18 11:06:30 +01:00
Yorick Peterse
7b6785b3b1
Use Module#prepend for method instrumentation
...
By using Module#prepend we can define a Module containing all proxy
methods. This removes the need for setting up crazy method alias chains
and in turn prevents us from having to deal with all that madness (e.g.
methods calling each other recursively).
Fixes gitlab-org/gitlab-ce#15281
2016-04-18 11:16:31 +02:00
Rémy Coutable
6d899f46b5
Merge branch '14552-signup-password-leak' into 'master'
...
Don't populate the password field on signup validation errors
- Previously, we were pulling `params[:user][:password]` as the default
value for the password field. This is incorrect; we should be pulling
it from `@user.password` or the like.
[Closes #14552 ]
See merge request !3691
2016-04-18 08:27:19 +00:00
Timothy Andrew
38557ec400
Move CHANGELOG entry to a random place.
2016-04-18 12:30:04 +05:30
Timothy Andrew
40bc8e7677
Add acceptance test to check if the user password persists after form redisplays.
...
- While signing up.
2016-04-18 12:19:11 +05:30
Timothy Andrew
ed1be10087
Merge remote-tracking branch 'origin/master' into 14552-signup-password-leak
2016-04-18 09:41:20 +05:30
Stan Hu
e9f20f5922
Merge branch 'fix-issue-dropzone' into 'master'
...
Fixed issue with dropzone not working on new issuable
Closes #15295
See merge request !3760
2016-04-18 03:02:12 +00:00
Douwe Maan
1c93b33587
Merge branch 'number_sign_for_external_issue_ref' into 'master'
...
Add number sign on external issue reference text
Currently, external issue link is `<a ...>123</a>`. After it will be: `<a ...>#123</a>`.
See merge request !3350
2016-04-17 20:22:32 +00:00
BaldinoF
a281f68b64
Add CHANGELOG entry
2016-04-17 18:25:58 +02:00
BaldinoF
b04140a1e4
Merge branch 'master' into number_sign_for_external_issue_ref
2016-04-17 18:17:27 +02:00
Phil Hughes
0be158a072
Added upload file test to new issue form
2016-04-17 12:15:45 +01:00
Jacob Schatz
5048064dc5
Merge branch 'issues-mobile-header' into 'master'
...
Refactored issue header to work better for mobile
This will also work better for when the title makes the buttons drop down a new line
Closes #14228
See merge request !3487
2016-04-16 21:48:35 +00:00
Dmitriy Zaporozhets
7dce9b1dc2
Merge branch 'fivehundred_on_ui_help' into 'master'
...
Make a user available for the user variable
Fixes : #15289
`current_user` is not available if one is signed out.
Look for @dzaporozhets's user if available or just user with id `1`. Dz will work on GitLab.com and user with id 1 will work on dev.
See merge request !3766
2016-04-16 20:40:28 +00:00
Phil Hughes and Jacob Schatz
84fba4d162
Updated some if statements
2016-04-16 16:13:16 -04:00
Phil Hughes and Jacob Schatz
2629ab4472
Fixed tests
2016-04-16 16:13:16 -04:00
Phil Hughes and Jacob Schatz
a716e8eadc
Added CHANGELOG item
2016-04-16 16:13:16 -04:00
Phil Hughes and Jacob Schatz
4b15a8ed26
Fixed up based on feedback
2016-04-16 16:13:16 -04:00
Phil Hughes and Jacob Schatz
365f351a6c
Alignment with sidebar
2016-04-16 16:13:16 -04:00
Phil Hughes and Jacob Schatz
ce2e37d446
Fixed tests
2016-04-16 16:13:16 -04:00
Phil Hughes and Jacob Schatz
6c949b2bf1
Moved meta information into an issuable helper method
2016-04-16 16:13:16 -04:00