Commit Graph

13 Commits

Author SHA1 Message Date
Heinrich Lee Yu 993cff046d Remove import_issues_csv feature flag
Also remove test for the feature flag
2019-01-11 22:11:18 +08:00
Heinrich Lee Yu 3c02697114 Import CSV Backend
Process CSV uploads async using a worker then email results
2019-01-07 11:16:58 +08:00
Heinrich Lee Yu 876ab436fa Add Import CSV Frontend
Added button and modal to accept CSV file for uploading
2019-01-07 11:16:58 +08:00
Dmitriy Zaporozhets 7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Imre Farkas 20dfe25c15 Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
Sean McGivern 320ae8ff4a Merge branch 'blackst0ne-rails5-add-safe-params-helper' into 'master'
[Rails5] Add `safe_params` helper

See merge request gitlab-org/gitlab-ce!18241
2018-04-18 10:26:44 +00:00
Bob Van Landuyt c39e3f22ce Show `New Issue` link for projects
When a user is not logged in, we want to show the `New Issue` link so
he gets directed to the login flow first.

When a project is archived, we never want to show the link.
2018-04-11 10:51:43 +02:00
Douwe Maan bdd7600de7 Add ability checks in views where they were previously missing 2018-04-10 15:46:20 +02:00
blackst0ne eddf3febd7 [Rails5] Add `safe_params` helper
Rails 5.0 requires to explicitly permit attributes when building a URL
using current `params` object.

The `safe_params` helper allows developers to just call `safe_params.merge(...)`
instead of manually adding `permit` to every call.

https://github.com/rails/rails/pull/20868
2018-04-08 15:35:30 +11:00
Jarka Kadlecova ad6e650262 Refactor issuables index actions 2017-11-07 14:34:12 +01:00
Clement Ho 71130ba7e6 Fix edit merge request button inconsistent letter casing 2017-08-15 08:07:41 +00: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
Phil Hughes ec396fd93a New navigation breadcrumbs 2017-06-30 16:52:11 +00:00