Commit Graph

282 Commits

Author SHA1 Message Date
Winnie Hellmann 7e0507dc25 Make fixtures/u2f.rb deterministic 2019-02-21 17:55:42 +01:00
Winnie Hellmann dc9366dd31 Make fixtures/snippet.rb deterministic 2019-02-21 17:55:28 +01:00
Winnie Hellmann b5072fa323 Make fixtures/projects.rb deterministic 2019-02-21 17:55:14 +01:00
Winnie Hellmann 30dd5a65f7 Make fixtures/merge_requests.rb deterministic 2019-02-21 17:55:01 +01:00
Winnie Hellmann fd46e8eec1 Make fixtures/issues.rb deterministic 2019-02-21 17:54:42 +01:00
Winnie Hellmann bb439c24a8 Make fixtures/groups.rb deterministic 2019-02-21 17:54:28 +01:00
Winnie Hellmann 7ddb0c3cbd Make fixtures/deploy_keys.rb deterministic 2019-02-21 17:54:09 +01:00
Winnie Hellmann 01dc16d5b5 Make fixtures/commit.rb deterministic 2019-02-21 17:53:53 +01:00
Winnie Hellmann a54955c52b Make fixtures/blob.rb deterministic 2019-02-21 17:53:36 +01:00
Scott Escue 87c571f8a3
Addressing feedback from most recent reviews. 2019-01-10 00:00:39 -06:00
Scott Escue 6b067fe470
Updating OAuthRememberMe to use new common utility functions when manipulating query parameters on OAuth buttons. This ensures the 'remember_me' parameter is safely added and removed when other query parameters are present. 2019-01-10 00:00:39 -06:00
Scott Escue 4dcaa4df36
Addressing peer review feedback.
Replacing inline JS with ES 2015 functions included in pages/sessions/new. Also applying suggested server-side syntax improvements to OmniAuthCallbacksController.
2019-01-10 00:00:39 -06:00
Kamil Trzciński 0103d5be96 Add config_options|variables to BuildMetadata
These are data columns that store runtime configuration
of build needed to execute it on runner and within pipeline.

The definition of this data is that once used, and when no longer
needed (due to retry capability) they can be freely removed.

They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
support for json datatype on old enough version).
2019-01-04 16:38:17 +01:00
Jasper Maes bf73520079 convert specs in javascripts/ and support/ to new syntax 2018-12-21 10:10:26 +01:00
Winnie Hellmann 74f22d26a9 Add Vue mixin for delayed job timers 2018-11-07 10:00:25 +01:00
Luke Bennett 7cf19c0b81 Prioritize group settings, improve panel titles, disable submit without changes 2018-10-15 13:36:19 +00:00
Paul Slaughter f390184249 Resolve "Commit details are not displayed when reviewing an MR commit by commit" 2018-09-26 08:28:50 +00:00
Dennis Tang ec4ad656f0 Resolve "Improve project overview UI" 2018-09-06 07:27:39 +00:00
Roger Rüttimann 93b9bfd93a Allow whitelisting for "external collaborator by default" setting 2018-08-30 12:53:06 +00:00
Dennis Tang efec7e086d Resolve "Frontend for clarifying the usefulness of the search bar" 2018-08-07 09:59:01 +00:00
Felipe Artur Cardozo dae85363e3 Merge branch 'security-2690-fix-tooltip' into 'master'
[master] Escapes job name used in tooltips

See merge request gitlab/gitlabhq!2427
2018-07-26 21:16:09 +00:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Filipa Lacerda 0e7aa236c8 Escapes job name used in tooltips in vue components
Use sanitize to strip src attributes
Changes sidebar back to use sanitize
2018-07-06 08:55:24 -05:00
Simon Knox 9dc6b03997 Resolve "MRs are showing some discussions as unresolved" 2018-07-05 22:10:38 +00:00
Felipe Artur 3e66795ef1 Changes tab VUE refactoring 2018-06-21 12:22:40 +00:00
Tim Zallmann 8a23bcc9bc Image Diff Viewing + Download Diff Viewing 2018-06-13 09:35:52 +00:00
Clement Ho 5955caed32 Merge branch 'master' into bootstrap4 2018-05-08 10:49:30 -05:00
Lukas Eipert 5e436de6e4 Make deploy keys table more clearly structured 2018-05-07 18:21:34 +00:00
Filipa Lacerda cab835c51f
Update fixtures 2018-05-01 00:14:45 +01:00
Clement Ho c281fc670a Add .nav.nav-tabs to nav-links 2018-04-19 22:34:20 -05:00
Clement Ho b8401cd0b2 Merge branch 'master' into bootstrap4 2018-04-12 13:47:30 -05:00
Takuya Noguchi 21e6c7acf2 Refactor CSS to eliminate vertical misalignment of login nav 2018-04-11 23:52:47 +09:00
Clement Ho b0d790efb9 [skip ci] Add nav converted classes 2018-04-10 15:06:49 -05:00
Clement Ho b413785e1d [skip ci] Replace .pull-right with .float-right 2018-04-09 12:42:45 -05:00
Francisco Javier López 31dd86b636 Projects and groups badges settings UI 2018-04-08 10:20:05 +00:00
Rémy Coutable 160d29b869 Merge branch '44752-remove-ee-specific-comments' into 'master'
Remove EE-specific comment markers from CE

Closes #44752

See merge request gitlab-org/gitlab-ce!18054
2018-03-28 18:12:20 +00:00
Eric Eastwood d5f0d89f9d Remove EE-specific comments from CE 2018-03-28 11:05:14 -05:00
bitsapien a30358881c [FIX] Fixed bug in dropdown selector when selecting the same selection again 2018-03-27 18:51:11 +00:00
Mike Greiling 57d1ddff0e
replace fixture with simple mount point 2018-03-06 11:09:16 -06:00
Fatih Acet 059ab73b8e Render MR Notes with Vue with behind a cookie 2018-02-28 00:10:43 +00:00
Kamil Trzciński a55cfc1e63 Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'
Dynamic CI secret variables -- CE backport

See merge request gitlab-org/gitlab-ce!16842
2018-02-07 12:23:36 +00:00
Shinya Maeda bbeb274a25 Refactor :trace to :trace_live in spec 2018-02-06 15:50:08 +09:00
Eric Eastwood 3be32027b6 Use dynamic variable list in scheduled pipelines and group/project CI secret variables
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118

Conflicts:
	app/views/ci/variables/_form.html.haml
	app/views/ci/variables/_table.html.haml
	ee/app/views/ci/variables/_environment_scope.html.haml
	spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js
	spec/javascripts/fixtures/projects.rb
2018-02-05 13:09:29 -06:00
Eric Eastwood 332aa756d2 Refactor CI variable list code for usage with CI/CD settings page secret variables
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
2018-01-31 13:18:32 -06:00
Eric Eastwood 737236551f Generalize toggle_buttons.js
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
2018-01-26 12:46:38 -06:00
Achilleas Pipinellis 85940d766a
Default to HTTPS for all Gravatar URLs
If using gravatar.com, both plain_url and ssl_url in settings are now
served via HTTPS. Make this the default.
2018-01-25 10:00:46 +01:00
Phil Hughes dd633dc48f Merge branch '42157-41989-fix-duplicate-in-create-item-dropdown' into 'master'
Fix duplicate item in protected branch/tag dropdowns

Closes #42157 and #41989

See merge request gitlab-org/gitlab-ce!16540
2018-01-19 09:23:18 +00:00
Eric Eastwood ea04d1ab3a Fix duplicate item in protected branch/tag dropdown
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/42157
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41989
2018-01-18 23:04:50 -06:00
Winnie Hellmann be8c4af83a Filter groups and projects dropdowns of search page on backend 2018-01-17 23:32:42 +00:00
Matija Čupić e17f0e9e34
Add reset cache button to pipelines view 2017-12-21 02:30:03 +01:00