Francisco Lopez
294f40e2c8
Added ssh fingerprint, gitlab ci and pages information in an instance configuration page
...
Closes #25142
2017-10-25 23:51:26 +03:00
Bob Van Landuyt
e8ca579d88
Add a project forks spec helper
...
The helper creates a fork of a project with all provided attributes,
but skipping the creation of the repository on disk.
2017-10-07 11:46:23 +02:00
Grzegorz Bizon
c958c201b7
Merge branch '31050-registry-image-lists' into 'master'
...
Lazy load and paginate registry image list
Closes #31050
See merge request gitlab-org/gitlab-ce!14303
2017-10-04 07:58:34 +00:00
Kamil Trzcinski
800a5f8ee9
Add serializer matchers
2017-10-02 23:17:31 +02:00
Luke "Jared" Bennett
feae8b2e44
use LazyImageTagHelper.placeholder_image for blank src base64 image
2017-10-01 16:14:12 +01:00
Luke "Jared" Bennett
5629d46878
Finish _participants view spec
2017-09-28 13:29:32 +01:00
Luke "Jared" Bennett
0269e8c5ef
Add participants spec
2017-09-28 13:29:32 +01:00
Phil Hughes
9f32276454
Add context tabs to dashboard/projects
...
This allows users to quickly switch between all projects they have
access to & there own namespace projects. These tabs also keep
the same filtering/search options selected so the user can quickly
switch between the two different contexts.
Closes #29045
2017-09-22 12:12:15 +01:00
Kamil Trzcinski
9bed20d2ae
Add specs for warning message shown in Auto DevOps settings
2017-09-19 18:42:13 +02:00
Phil Hughes
030bfd85ea
Fixes milestone issuable assignee URL
...
Closes #33124
2017-09-15 09:44:12 +01:00
Phil Hughes
360b60bea7
CE backport of new-sidebar-boards
2017-09-13 11:08:48 +01:00
Maxim Rydkin
c45ace8972
move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`
2017-09-12 22:32:02 +03:00
Douwe Maan
22d6e69ecf
Merge branch 'improve-share-locking-feature-for-subgroups' into 'master'
...
Improve "Share with group lock" feature for subgroups
Closes #30550
See merge request !13944
2017-09-07 18:29:47 +00:00
Mike Greiling
03b14b48a0
Resolve "Make project and features visibility settings less confusing"
2017-09-07 18:07:40 +00:00
Michael Kozono
1feeea9c6a
Refer to “Share with group lock” consistently
2017-09-06 12:07:21 -07:00
Michael Kozono
f25b5b7f8d
Fix “Share lock” help text
2017-09-06 12:07:21 -07:00
Michael Kozono
8437a24ff4
Vary share lock setting UI
...
…based on whether the current user owns the parent group and whether the parent group or current group is share locked.
2017-09-06 12:07:20 -07:00
Phil Hughes
ddb3692a22
Clean up new navigation templates
2017-09-06 10:58:24 +00:00
Kamil Trzciński
3d61421fb2
Merge branch 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master'
...
Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest`
Closes #35650
See merge request !13792
2017-09-05 09:49:55 +00:00
Shinya Maeda
3ae2038176
Remove ci_trigger_request_with_variables
2017-09-04 21:55:26 +09:00
Shinya Maeda
cff104ec4b
Fix spec
2017-09-04 21:55:26 +09:00
Shinya Maeda
acc7497855
Revert autheticate! in Trigger API
2017-09-04 21:55:26 +09:00
Grzegorz Bizon
e23e86953d
Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobs
...
* master: (469 commits)
2017-09-04 12:13:11 +02:00
Grzegorz Bizon
dc4d938676
Fix only/except policy CI/CD linter
2017-08-31 15:30:48 +02:00
Sean McGivern
5883ce95ef
`current_application_settings` belongs on `Gitlab::CurrentSettings`
...
The initializers including this were doing so at the top level, so every object
loaded after them had a `current_application_settings` method. However, if
someone had rack-attack enabled (which was loaded before these initializers), it
would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't
have that method.
To fix this:
1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need
`Object.new.current_application_settings` to work.
2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it
like that in several places.
3. Change the initializers to use that new form.
2017-08-31 13:38:33 +01:00
Winnie Hellmann
d2b4109b08
Display GPG status loading spinner only when Ajax request is made
2017-08-15 08:20:35 +00:00
Clement Ho
cf55fb9b96
Merge branch '34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master'
...
Resolve "Make edit comment button always available outside of dropdown"
Closes #34527
See merge request !12931
2017-08-14 17:08:28 +00:00
Robin Bobbitt
649d042dbc
Add option to disable project export on instance
2017-08-11 12:22:37 -04:00
Simon Knox
8858ddaf83
take edit note button out of dropdown
2017-08-10 09:37:25 +10:00
Robert Speicher
72a7b30c9f
Change all `:empty_project` to `:project`
2017-08-02 17:47:31 -04:00
Robert Speicher
9513bd18c4
Ensure all project factories use `:repository` trait or `:empty_project`
2017-08-01 14:51:52 -04:00
Athar Hameed
9442c33584
Fix 500 error when rendering avatar for deleted project creator
2017-07-28 15:23:40 +00:00
Keifer Furzland
7e113b6824
Remove superfluous type defs in specs
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Douwe Maan
fe13f11041
Create and use project path helpers that only need a project, no namespace
2017-07-05 11:11:59 -05:00
Douwe Maan
70b05a8377
Split up MergeRequestsController
2017-06-28 18:17:44 -05:00
Phil Hughes
9fca7b4379
Limit the width of commit & snippet comment sections
2017-06-23 10:45:08 +00:00
Grzegorz Bizon
0430b76441
Enable Style/DotPosition Rubocop 👮
2017-06-21 13:48:12 +00:00
Douwe Maan
d9d020b169
Merge branch 'hide-edit-comment-and-report-as-abuse-conditionally' into 'master'
...
Only show 'Edit comment'/'Report as abuse' when user has perms/isnt current_user
See merge request !12096
2017-06-20 16:04:46 +00:00
Grzegorz Bizon
ff97afdd58
Merge branch '33461-display-user-id' into 'master'
...
Display own user id in account settings pages
Closes #33461
See merge request !12141
2017-06-19 11:21:25 +00:00
Luke "Jared" Bennett
0bfe78d716
Pass more_actions_dropdown vie spec locals to render call instead of stubbing them
2017-06-16 09:14:21 +01:00
Luke "Jared" Bennett
2ef19a24a6
Add view spec for more_actions_dropdown render branches
2017-06-16 09:14:21 +01:00
Eric Eastwood
ea090291bb
Rename "Slash commands" to "Quick actions"
...
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070
Deprecate "chat commands" in favor of "slash commands"
We looked for things like:
- `slash commmand`
- `slash_command`
- `slash-command`
- `SlashCommand`
2017-06-15 09:01:56 -05:00
Riccardo Padovani
aa2e2cacb4
Update test to use single quotes and Four-Phase test conventions
2017-06-15 11:38:12 +00:00
Riccardo Padovani
0814129561
#33641 : add spec for profile page
2017-06-15 00:16:22 +02:00
Douwe Maan
7944254563
Implement diff viewers
2017-06-14 10:12:21 -05:00
Filipa Lacerda
452202e36d
Improve Job detail view to make it refreshed in real-time instead of reloading
2017-06-12 09:20:19 +00:00
Toon Claes
7188b4d839
Make the revision on the `/help` page clickable
...
For quicker access, add hyperlink to the gitlab.com commits page for the current
REVISION of GitLab.
2017-06-09 10:35:42 +02:00
Sean McGivern
04251829ba
Merge branch 'dm-collapsed-blob' into 'master'
...
Consistent diff and blob size limit names
See merge request !11776
2017-06-01 09:10:53 +00:00
Douwe Maan
aed0387f97
Consistent diff and blob size limit names
2017-05-29 17:02:02 -05:00
Lin Jen-Shin
54a8cbddb1
Merge remote-tracking branch 'upstream/master' into rename-builds-controller
...
* upstream/master: (31 commits)
Remove 'no changes' entries from changelog
Check if OLD is set when migrating issue assignees
Fix data migration from trigger schedules
Replace EFS section in AWS guide
Add warning about AWS EFS and performance
Consolidate opening text from about.gitlab.com and add active/passive note
Fix invalid object reference in ee_compat_check script
Fix Ordered Task List Items
Add auxiliary viewer for README
Update fe_guide testing.md
Add auxiliary blob viewer for CHANGELOG
Add spec for last commit info when browsing repository files
Show last commit for current tree on tree page
Use same last commit widget on project homepage and tree view
Fix unassigned checkmark
Add missing changelog for iPython notebook rendering feature
Convert fa-history to svg; tweak alignment
Get rid of pluck in app/services/members/authorized_destroy_service.rb
Removes duplicate environment variable in documentation
Fixed spacing issues in issue sidebar
...
2017-05-18 15:33:52 +08:00