Phil Hughes
e11a702afc
Re-wrote to match our docs - still not 100% sure but closer than it was
2017-04-28 17:06:19 +01:00
Jacob Schatz
a922d90414
Add Vue with async deploy keys
2017-04-27 22:47:50 -04:00
Chris Wilson
289dd49ef3
Fix inconsistent deploy key documentation in UI
...
Deploy keys were added with write access to
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383 - We still
state " Deploy keys allow read-only access to your repository." in the
UI.
This updates the deploy key UI information to reflect the docs
https://docs.gitlab.com/ce/ssh/README.html#deploy-keys
2017-03-08 12:14:02 -06:00
Jose Ivan Vargas
43958926c5
Added delegations to comply with the new rubocop rules
...
Also fixed the deploy_keys view and moved the code from the repository_helper
to the repository_controller
2017-03-06 09:47:44 -06:00
Jose Ivan Vargas
a29517dd0c
Added tests for the repository_controller and repository_helper
...
Added specs for the deploy_keys_presenter and added a new method in the presenter
called #key_available?
Fixed some minor UX inconsistencies and added a concern to handle
redirection
2017-03-06 09:47:44 -06:00
Grzegorz Bizon
5967c17e80
Introduced the deploy keys presenter
2017-03-06 09:47:44 -06:00
Jose Ivan Vargas
2ee8644115
Fixed tests, changed dispatcher routing to the 'repository:show'
...
Also modified the render calls to the deploy_keys and protected_branches
partials
2017-03-06 09:47:44 -06:00
Jose Ivan Vargas
0b74ae849d
Created the gear settings entry and created a way to initialize both sections with one controller
...
Changed views to partials, created the repository view,
created a repository_helper to further aid the creation of variables
across different controllers
2017-03-06 09:47:43 -06:00
Lin Jen-Shin
f979653951
Use consistent words, feedback:
...
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19581826
2016-12-10 02:25:31 +08:00
Lin Jen-Shin
28102ec28e
Allow admin to set keys with write access, and
...
show write access information when showing the key.
TODO: It's ugly right now, need help!
2016-11-22 17:31:27 +08:00
Ali Ibrahim
8bc7ffd4dc
Rephrase wording for pull/push access
2016-08-19 13:39:13 -04:00
Ali Ibrahim
2b73aaa15a
Allow to add deploy keys with write-access
2016-08-17 11:11:08 -04:00
Connor Shea
3358afa758
Update the help_page_path route to accept paths directly instead of using parameters.
2016-07-11 12:55:25 -06:00
Phil Hughes
caca3bb7b8
Fixed project settings alert colors
...
In another MR, the class name was changed making all the alert messages have no background color
2016-05-16 15:40:44 +01:00
Phil Hughes
54493b9aae
Updated tests for deploy keys
2016-04-25 17:45:05 +01:00
Phil Hughes
756185533c
Project deploy keys updated UI
...
Closes #13992
2016-04-25 16:26:41 +01:00
Robert Speicher
7a2370f740
Standardize the way we check for and display form errors
...
- Some views had a "Close" button. We've removed this, because we don't
want users accidentally hiding the validation errors and not knowing
what needs to be fixed.
- Some views used `li`, some used `p`, some used `span`. We've
standardized on `li`.
- Some views only showed the first error. We've standardized on showing
all of them.
- Some views added an `#error_explanation` div, which we've made
standard.
2016-04-04 21:37:07 -04:00
Douwe Maan
72ab3b17d3
Use js-requires-input where appropriate
2015-12-02 14:41:56 +01:00
Douwe Maan
ffabf1df50
Add cancel button to forms that didn't have one already
2015-12-02 14:41:54 +01:00
Douwe Maan
ed74fa73e2
Use consistent casing for page titles
2015-12-02 14:41:54 +01:00
Dmitriy Zaporozhets
0276e9032a
Limit content width for big screens except certain pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-26 11:51:28 +02:00
Robert Speicher
793d9799b6
Show key fingerprint on DeployKeys#index
...
Also style all key fingerprints consistently across the app.
2015-06-03 18:03:04 -04:00
Robert Speicher
6e5473f930
Remove show actions from Admin and Project DeployKeys
2015-06-03 18:03:04 -04:00
Douwe Maan
26ad250989
Add a page title to every page.
2015-04-30 19:12:15 +02:00
Douwe Maan
ed097df627
Clean up code.
2015-04-03 12:28:47 +02:00
Douwe Maan
edc4a56d26
Allow admin to create public deploy keys that are accessible to any project.
2015-04-03 12:23:20 +02:00
Dmitriy Zaporozhets
30ca451fd4
Refactor buttons
2015-03-14 00:29:32 -07:00
Dmitriy Zaporozhets
e993b59b7d
Dont render project entity
2015-02-25 19:53:45 -08:00
Vinnie Okada
76aad9b76e
Upgrade to Rails 4.1.9
...
Make the following changes to deal with new behavior in Rails 4.1.2:
* Use nested resources to avoid slashes in arguments to path helpers.
2015-02-14 11:09:23 -07:00
Sullivan SENECHAL
5d8be4438a
Upgrade to Font Awesome v4.2
2014-10-03 12:19:24 +02:00
Marin Jankovski
f79a300417
Replace existing links to help pages with the new ones.
2014-05-29 08:58:15 +02:00
David Pursehouse
62b227b2f3
Fix another instance of "created at"
...
Replace it with "created on".
Change-Id: Ibd26bf82d2e64f142a4f3be6da7701e5b035602f
2014-02-24 16:37:36 +09:00
Dmitriy Zaporozhets
32ecb02784
Refactor scss
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-20 13:51:22 +02:00
Dmitriy Zaporozhets
65696aaa2e
Fix form styles
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-08 18:59:23 +02:00
Dmitriy Zaporozhets
66a91c4fab
Style deploy keys form
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-02 13:32:27 +02:00
Dmitriy Zaporozhets
5fa805a7ba
Restyle issue form. Replace inputs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-01 22:11:18 +02:00
Dmitriy Zaporozhets
d7a48443ce
alert-error to alert-danger
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31 16:34:14 +02:00
Dmitriy Zaporozhets
010a770b3f
Migrate forms and inputs pt1
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31 02:50:36 +02:00
Dmitriy Zaporozhets
16eb3ac360
Update form classes
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31 01:27:02 +02:00
Dmitriy Zaporozhets
1b1a408a71
Convert span into col-md
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-30 23:55:15 +02:00
Dmitriy Zaporozhets
9a31844e2a
Remove unnecessary ago keyword
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-30 14:49:22 +02:00
Dmitriy Zaporozhets
6f99361b74
Fix project labels overflow for deploy keys page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-29 18:58:47 +02:00
Drew Blessing
fa817dffea
Add time ago tooltips to show actual date/time
...
Clean up admin dashboad tooltips
Clean up admin dashboad tooltips
Clean up admin dashboad tooltips
Add helper method
change to use app helper
Modify tooltips to use new helper
Convert remaining times
Adjust one tooltip
2013-12-14 15:24:12 -06:00
Jeroen van Baarsen
bfacf13668
Fixed all the confirm: deprecation warnings
2013-12-10 20:33:21 +01:00
Henry Smith
602e2e68d9
Lots of wording improvements for the project settings area
...
Summary:
- Mostly very small things involving use of "a", "the" etc.
- "post-receive" hooks are usually written with the hyphen in the name .
- I changed the Web Hooks page to have a title consistent with all the other
pages in the settings area.
- More consistent usage of full-stops in lists.
2013-08-15 19:19:29 +01:00
Dmitriy Zaporozhets
acc21d30fb
Increase input padding. Minor ui fixes
2013-08-08 11:57:34 +03:00
Dmitriy Zaporozhets
846e59505e
Replace .actions with .form-actions
2013-08-07 23:35:24 +03:00
Dmitriy Zaporozhets
df437f419b
use control-group classes for inline forms in project area pages
2013-08-07 23:30:40 +03:00
Dmitriy Zaporozhets
0b747a0f4a
Minor UI improvements
2013-08-06 17:58:45 +03:00
Dmitriy Zaporozhets
e834742407
Dont load bootstrap buttons. Modified css with new buttons
2013-08-01 22:35:40 +03:00