An error occurred fetching the project authors.
- 18 Sep, 2019 4 commits
-
-
Vitaly Slobodin authored
This commit introduces a new Sign In / Sign Up form for trials. It behaves almost like the original with some exceptions: - removed ability to sign in via social networks; - removed captcha on the sign in form; - field 'name' replaced by two new fields 'first_name' and 'last_name';
-
Dennis Tang authored
This adds a notification to let users know of our updated privacy policy. Users can dismiss the notification either by following the link or closing the notification via an "x" icon.
-
Martin Wortschack authored
-
Brandon Labuschagne authored
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
-
- 17 Sep, 2019 7 commits
-
-
Thomas Randolph authored
When querying a Design List Item, the event and notesCount fields are now available at the top level
-
Simon Knox authored
Check for project group license If needed, check if user can upgrade group
-
Lee Tickett authored
- Default - Unapproved
-
Martin Wortschack authored
Refactor loading behavior - Let's fetch the main chart first (instead of the MR table) and use the responde to determine whether the user has access to a given group
-
Martin Wortschack authored
- This allows metricTypes to be shared across module - Render "days_to_merge" metric in "Time to merge" column - Render correct column options
-
charlie ablett authored
- no bulk updates in the first iteration - moving only between the same types (epics, epic_issues)
-
Enrique Alcántara authored
- Also rename EKS dropdown to cluster form dropdown
-
- 16 Sep, 2019 2 commits
-
-
Stan Hu authored
A project will no longer be created if an invalid project name is provided. This makes it possible for the API and controllers to behave in a consistent manner, since it's easy to make a mistake and use the wrong template name.
-
Kushal Pandya authored
-
- 13 Sep, 2019 4 commits
-
-
Peter Leitzen authored
This feature is behind a feature flag `issue_zoom_integration`. To enable this feature flag do: echo 'Feature.enable(:issue_zoom_integration)' | rails console
-
Eugenia Grieff authored
- Also includes db migration to track duplicated reference
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Dylan Griffith authored
When the user has permissions (ie. maintainer) they can follow this link to the cluster page. Otherwise they can always view this cluster name. This is to implement https://gitlab.com/gitlab-org/gitlab-ce/issues/55095 and helps users debug cluster deployments.
-
- 12 Sep, 2019 4 commits
-
-
Lee Tickett authored
-
mo khan authored
* Allow editing during rule creation * Add Changelog entry * Updates the backend to prevent the `License-Check` rule name from being edited.
-
Martin Wortschack authored
- Display an error illustration in case the API responds with 403 for a given group_id - Update PO file - Update sepcs - Add changelog entry
-
jerasmus authored
Updated the tab label to configuration
-
- 11 Sep, 2019 7 commits
-
-
George Koltsov authored
-
Brian Kabiro authored
Finishes #13655
-
Nathan Friend authored
This change updates the text of the pipeline widget that appears on the merge request page. The text has been made more consistent between different types of pipelines; this makes the front-end implementation simpler and more maintainable. In addition, the type of pipeline is (i.e. regular pipeline, merge request pipeline, detached pipeline) included in the text, making this type more obvious to the end user. Some information has been removed from the widget as part of this change; however, any information that was removed already appears elsewhere on the merge request page.
-
Nathan Friend authored
This change updates the text of the pipeline widget that appears on the merge request page. The text has been made more consistent between different types of pipelines; this makes the front-end implementation simpler and more maintainable. In addition, the type of pipeline is (i.e. regular pipeline, merge request pipeline, detached pipeline) included in the text, making this type more obvious to the end user. Some information has been removed from the widget as part of this change; however, any information that was removed already appears elsewhere on the merge request page.
-
Filipa Lacerda authored
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
-
Achilleas Pipinellis authored
The operations dashboard feature was brought from Ultimate to Premium in GitLab 11.10 https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10586. This renames some missing items from Gold to Silver.
-
Filipa Lacerda authored
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
-
- 10 Sep, 2019 12 commits
-
-
Fernando Arias authored
* Add toast message for add/edit/delete dismissal reasons
-
Vitaly Slobodin authored
Message about current plan should include username of the current user
-
Vitaly Slobodin authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
It adds an upgrade button to the user billings page that redirects to the customers portal upgrade checkout page. If the user is not logged in at the portal he/she will be automatically redirected after the login process. If the user is at the latest tier, the button won't be presented and it'll fallback to the existing plans table.
-
Vitaly Slobodin authored
-
Oswaldo Ferreira authored
It adds an upgrade button to the group billings page that redirects to the customers portal upgrade checkout page. If the user is not logged in at the portal he/she will be automatically redirected after the login process. If the user is at the latest tier, the button won't be presented.
-
Rayana Verissimo authored
- Add GlLink to empty state message of feature_flags.vue - Update tests
-
Ahmad Sherif authored
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
-
Ezekiel Kigbo authored
Added new button to launch the new stage form for customisable cycle analytics. Move add stage button to vue component Added basic test for add stage button Move css to bootstrap classes Removes scss styling that can be applied via bootstrap classes and adds the relevant classes to html elements Added feature tests for add stage button Moved add stage functionality to ee mixin Created addStageMixin for the add stage functionality needed in EE. Added a stub mixin to the CE dir.
-
Ahmad Sherif authored
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
-
Martin Wortschack authored
- Introduce Vuex store - Add bar chart component - Add reusable constants - Pass endpoint and empty state svg path via data props - Update app component - Add store modules for charts and global_filters - Introduce store modules - Resolve UX discussions
-