Dmitriy Zaporozhets
ff6b352610
Merge branch 'project_name_and_path_rename' into 'master'
...
Project name and path rename in the same section
Fixes #1577
See merge request !1223
2014-10-30 11:19:33 +00:00
Dmitriy Zaporozhets
93bed4435e
Merge pull request #8060 from dblessing/feature/bamboo_service
...
Add Atlassian Bamboo service
2014-10-29 13:41:13 +02:00
Dmitriy Zaporozhets
9306d8fca2
Merge branch 'dashboard_issues_and_mr' into 'master'
...
Dashboard issues and merge request filters
Fixes #1597
See merge request !1219
2014-10-28 13:38:41 +00:00
Drew Blessing
776bca07cd
Add Atlassian Bamboo service
2014-10-28 05:20:36 -05:00
Marin Jankovski
50ee0b81b8
Leave the project name field editable, fix the test.
2014-10-28 09:19:58 +01:00
Valery Sizov
40c8f159a2
Fix raw view for public snippets
2014-10-27 11:51:31 +02:00
Marin Jankovski
5e017a4566
Assigned merge request should show on dashboard mr overiew feature spec.
2014-10-27 09:53:35 +01:00
Marin Jankovski
93532432dc
Failing feature for dashboard merge requests when user has authored issues on forked project source.
2014-10-27 09:30:39 +01:00
Marin Jankovski
d747612385
Failing feature for dashboard issues when user has authored issues on projects he is not a member of.
2014-10-27 09:20:43 +01:00
Patricio Cano
000af8d5d7
Moved require from application.js to password_strength.js
...
Corrected div id for profile password/edit
Added first spinach tests
2014-10-24 17:19:35 -05:00
Ciro Santilli
e4912243c1
Transform remove blob link into button.
2014-10-24 23:44:30 +02:00
Valery Sizov
705652d625
fix for public snippet
2014-10-24 11:52:52 +03:00
Patricio Cano
7fbc4f5b3a
Corrected the layout of the strength indicator to be more consistent throughout the application.
...
Fixed a test that was looking for an outdated HTML ID
2014-10-23 17:49:48 -05:00
Steven Sloan
7b339e61e8
update slack-notifier to 1.0.0, use raw webhook_url per slack recommendation
...
per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility
this should also prevent issues cropping up with mistakes in how the urls are parsed
2014-10-23 14:47:28 -04:00
Patricio Cano
7039c9868a
Updated the IDs of the fields, so that it wouldn't mess with many tests
...
Updated some tests to match new IDs
2014-10-22 20:39:02 -05:00
Vinnie Okada
7a5072c5a8
Fix test assertions
...
Make sure we're asserting the correct thing when testing visible and
invisible DOM elements.
2014-10-21 23:29:31 -05:00
Dmitriy Zaporozhets
72abe9f679
Merge branch 'fix-group-member-remove' into 'master'
...
Fix group member remove
Fixes https://github.com/gitlabhq/gitlabhq/issues/8090 .
See merge request !1196
2014-10-20 12:44:07 +00:00
Dmitriy Zaporozhets
2064a14724
Add tests for remove group member feature in admin area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-20 13:18:07 +03:00
Vinnie Okada
5bb8aff5dd
Fix more Markdown preview tests
2014-10-18 18:43:45 -05:00
Vinnie Okada
74c82ae325
Fix houndci warnings
2014-10-18 18:24:12 -05:00
Vinnie Okada
e06f0ead98
Fix Markdown preview tests
...
Update Spinach tests for Markdown previews for the new-ish tab UI that
replaced the old preview/edit toggle button.
2014-10-18 18:07:23 -05:00
Vinnie Okada
e1491465de
Refactor Markdown preview tests
...
Create a new shared module for common issue/merge request behavior,
use `expect` syntax instead of `should`, and avoid `visible: false` in
the `have_css` matcher.
2014-10-18 17:58:34 -05:00
Vinnie Okada
5700842ba8
Add Markdown preview to more forms
...
Enable Markdown previews when creating and editing issues, merge
requests, and milestones, and when editing notes.
2014-10-15 23:52:33 -05:00
Ciro Santilli
2d23522107
Use :message key, not :error for File::Service.
2014-10-13 20:55:09 +02:00
Dmitriy Zaporozhets
e261de255d
Merge pull request #7942 from cirosantilli/commit-changes-uppercase
...
Make new and edit file submit more uniform
2014-10-13 18:47:46 +03:00
Dmitriy Zaporozhets
b2d1e97df9
Fix spinach tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-10 18:42:05 +03:00
Dmitriy Zaporozhets
0189be0831
Use short_id instead of [0..N] for short version of commit sha
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-10 15:39:48 +03:00
Valery Sizov
47f539f5a6
Snippets: public/internal/private
2014-10-09 17:09:53 +03:00
Dmitriy Zaporozhets
cf1aa36a21
Merge pull request #7979 from mr-vinn/refactor-tasks
...
Refactor task list tests and coffeescript
2014-10-08 11:37:21 +03:00
Ciro Santilli
166c215a75
Make new and edit file submit more uniform
2014-10-08 10:01:07 +02:00
Valery Sizov
fd8d1d9b62
Snippets: rename public to internal
2014-10-07 11:54:00 +03:00
Vinnie Okada
40263a06c1
Refactor task list tests and coffeescript
2014-10-06 19:19:12 -05:00
Dmitriy Zaporozhets
70004f4ef6
Merge branch 'slack_integration' into 'master'
...
Slack integration
See merge request !1151
2014-10-06 16:14:48 +00:00
Marin Jankovski
0fed1b5876
Merge pull request #7964 from mr-vinn/task-lists
...
Add task lists to issues and merge requests
2014-10-06 17:29:06 +02:00
Marin Jankovski
9535ce2caa
Preventing some duplication in MR feature tests by adding a different comment.
2014-10-06 16:09:22 +02:00
Marin Jankovski
2017977214
Use only webhook for slack service integration.
2014-10-06 10:44:01 +02:00
Vinnie Okada
31bc42de57
Add Spinach tests for task lists
2014-10-06 02:07:03 -05:00
Ciro Santilli
fa34901237
Make Spinach test names consistent
...
- do not add Feature to feature titles
- titleize feature titles
- put steps on the same path as .feature files
- make feature titles match their path
2014-10-05 18:21:11 +02:00
Sullivan SENECHAL
d1fa3b336d
Add Pushover service integration
...
That introduce select field type for services options.
2014-10-03 13:54:37 +02:00
Dmitriy Zaporozhets
43217dd5dd
Merge branch 'cirosantilli-factor-commit-msg-textarea'
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
app/views/projects/edit_tree/show.html.haml
2014-10-03 14:38:33 +03:00
Robert Schilling
77979280e0
Merge pull request #7947 from cirosantilli/rm-assign-without-effect
...
Remove assignment without effect.
2014-10-03 12:52:04 +02:00
Dmitriy Zaporozhets
4ebe718d69
Merge branch 'factor-commit-msg-textarea' of https://github.com/cirosantilli/gitlabhq into cirosantilli-factor-commit-msg-textarea
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
app/views/projects/blob/_remove.html.haml
2014-10-03 13:34:25 +03:00
Ciro Santilli
3960a5a25a
Remove assignment without effect.
2014-10-03 12:19:31 +02:00
Sullivan SENECHAL
5d8be4438a
Upgrade to Font Awesome v4.2
2014-10-03 12:19:24 +02:00
Ciro Santilli
2e9f5de868
Add parenthesis to function def with arguments.
2014-10-03 09:18:46 +02:00
Robert Schilling
6f797f86de
Merge pull request #7834 from cirosantilli/rm-empty-eq
...
Remove test line without effect because no should.
2014-10-03 07:48:22 +02:00
Dmitriy Zaporozhets
c41805f60e
Add test for broken admin user page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-02 17:14:42 +03:00
Ciro Santilli
3098e7a453
Factor commit message textareas.
2014-10-02 12:03:30 +02:00
Robert Schilling
350877d050
Merge pull request #7904 from cirosantilli/titleize-actions
...
Titleize blob action buttons. [failure unrelated]
2014-10-01 17:58:28 +02:00
Ciro Santilli
64d7761e28
Move group feature step to match test location
2014-10-01 11:44:40 +02:00